Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 81801e3d83727a95447f456a5df1a63b0188c95d 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-ssh7058487434622034200.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh3753917424023371600.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh9391426315780496076.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh17657325128145625729.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-ssh12845776398806502793.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/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-2787 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/375 [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/375 # 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 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 81801e3d83727a95447f456a5df1a63b0188c95d (main) Commit message: "refactor!: Use bool types for command parameters to be more consistent (#4276)" > git config core.sparsecheckout # timeout=10 > git checkout -f 81801e3d83727a95447f456a5df1a63b0188c95d # timeout=10 > git rev-list --no-walk 75e2dee3358e6ae3da11c468603cfcf282f76675 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-17T20:22:28.907Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-17T20:22:28.964Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-17T20:22:28.976Z] ========================================================= [2023-01-17T20:22:28.976Z] EdgeX Global Pipelines Version Info [2023-01-17T20:22:28.976Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:22:29.698Z] ------------------- [2023-01-17T20:22:29.698Z] stable info: [2023-01-17T20:22:29.698Z] ------------------- [2023-01-17T20:22:29.698Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-17T20:22:29.698Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-17T20:22:29.698Z] Message: update stable to v1.0.244 [2023-01-17T20:22:30.268Z] ------------------- [2023-01-17T20:22:30.268Z] experimental info: [2023-01-17T20:22:30.268Z] ------------------- [2023-01-17T20:22:30.268Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-17T20:22:30.268Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-17T20:22:30.268Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-17T20:22:30.430Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-01-17T20:22:30.441Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-01-17T20:22:30.451Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-17T20:22:30.461Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-17T20:22:30.472Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-17T20:22:30.483Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-17T20:22:30.496Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-17T20:22:30.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-01-17T20:22:30.521Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-01-17T20:22:30.532Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-01-17T20:22:30.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-17T20:22:30.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-17T20:22:30.574Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-17T20:22:30.590Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-17T20:22:30.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-17T20:22:30.611Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-17T20:22:30.621Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-17T20:22:30.633Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-17T20:22:30.644Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-17T20:22:30.654Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-17T20:22:30.665Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-17T20:22:30.675Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-17T20:22:30.685Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-17T20:22:30.697Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-17T20:22:30.708Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-17T20:22:30.721Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-17T20:22:30.735Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] echo [2023-01-17T20:22:30.747Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 81801e3 [Pipeline] echo [2023-01-17T20:22:30.758Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-17T20:22:30.802Z] provisioning config files... [2023-01-17T20:22:30.815Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/375@tmp/config17321886781377375483tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:22:31.115Z] ---> docker-login.sh [2023-01-17T20:22:31.115Z] nexus3.edgexfoundry.org:10001 [2023-01-17T20:22:31.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:22:31.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:22:31.636Z] Configure a credential helper to remove this warning. See [2023-01-17T20:22:31.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:22:31.636Z] [2023-01-17T20:22:31.636Z] Login Succeeded [2023-01-17T20:22:31.636Z] nexus3.edgexfoundry.org:10002 [2023-01-17T20:22:31.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:22:31.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:22:31.636Z] Configure a credential helper to remove this warning. See [2023-01-17T20:22:31.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:22:31.636Z] [2023-01-17T20:22:31.636Z] Login Succeeded [2023-01-17T20:22:31.636Z] nexus3.edgexfoundry.org:10003 [2023-01-17T20:22:31.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:22:31.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:22:31.896Z] Configure a credential helper to remove this warning. See [2023-01-17T20:22:31.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:22:31.896Z] [2023-01-17T20:22:31.896Z] Login Succeeded [2023-01-17T20:22:31.896Z] nexus3.edgexfoundry.org:10004 [2023-01-17T20:22:31.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:22:31.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:22:31.897Z] Configure a credential helper to remove this warning. See [2023-01-17T20:22:31.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:22:31.897Z] [2023-01-17T20:22:31.897Z] Login Succeeded [2023-01-17T20:22:31.897Z] docker.io [2023-01-17T20:22:32.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:22:32.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:22:32.157Z] Configure a credential helper to remove this warning. See [2023-01-17T20:22:32.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:22:32.157Z] [2023-01-17T20:22:32.157Z] Login Succeeded [2023-01-17T20:22:32.157Z] ---> docker-login.sh ends [Pipeline] } [2023-01-17T20:22:32.165Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-17T20:22:32.471Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-01-17T20:22:32.471Z] + dirname cmd/core-command/Dockerfile [2023-01-17T20:22:32.471Z] + cut -d/ -f2 [2023-01-17T20:22:32.471Z] + echo core-command,cmd/core-command/Dockerfile [2023-01-17T20:22:32.471Z] + dirname cmd/core-data/Dockerfile [2023-01-17T20:22:32.471Z] + cut -d/ -f2 [2023-01-17T20:22:32.471Z] + echo core-data,cmd/core-data/Dockerfile [2023-01-17T20:22:32.471Z] + dirname cmd/core-metadata/Dockerfile [2023-01-17T20:22:32.471Z] + cut -d/ -f2 [2023-01-17T20:22:32.471Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-01-17T20:22:32.471Z] + + cut -d/dirname -f2 cmd/security-bootstrapper/Dockerfile [2023-01-17T20:22:32.471Z] [2023-01-17T20:22:32.471Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-01-17T20:22:32.471Z] + + cut -d/ -f2 [2023-01-17T20:22:32.471Z] dirname cmd/security-proxy-setup/Dockerfile [2023-01-17T20:22:32.471Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-01-17T20:22:32.471Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-01-17T20:22:32.471Z] + cut -d/ -f2 [2023-01-17T20:22:32.471Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-01-17T20:22:32.471Z] + + cut -d/ -f2 [2023-01-17T20:22:32.471Z] dirname cmd/security-spiffe-token-provider/Dockerfile [2023-01-17T20:22:32.471Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-01-17T20:22:32.471Z] + dirname cmd/security-spire-agent/Dockerfile [2023-01-17T20:22:32.471Z] + cut -d/ -f2 [2023-01-17T20:22:32.471Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-01-17T20:22:32.471Z] + dirname cmd/security-spire-config/Dockerfile [2023-01-17T20:22:32.471Z] + cut -d/ -f2 [2023-01-17T20:22:32.471Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-01-17T20:22:32.471Z] + dirname cmd/security-spire-server/Dockerfile [2023-01-17T20:22:32.471Z] + cut -d/ -f2 [2023-01-17T20:22:32.471Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-01-17T20:22:32.471Z] + dirname cmd/support-notifications/Dockerfile [2023-01-17T20:22:32.471Z] + cut -d/ -f2 [2023-01-17T20:22:32.471Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-01-17T20:22:32.471Z] + dirname cmd/support-scheduler/Dockerfile [2023-01-17T20:22:32.471Z] + cut -d/ -f2 [2023-01-17T20:22:32.471Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-01-17T20:22:32.524Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-17T20:22:32.851Z] + git rev-list -1 --merges 81801e3d83727a95447f456a5df1a63b0188c95d~1..81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] echo [2023-01-17T20:22:32.869Z] -----------> git rev-list -1 --merges 81801e3d83727a95447f456a5df1a63b0188c95d~1..81801e3d83727a95447f456a5df1a63b0188c95d 81801e3d83727a95447f456a5df1a63b0188c95d [false] [Pipeline] sh [2023-01-17T20:22:33.157Z] + git log --format=format:%s -1 81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] echo [2023-01-17T20:22:33.173Z] ========================================================= [2023-01-17T20:22:33.173Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-17T20:22:33.173Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-17T20:22:33.546Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-17T20:22:33.546Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-17T20:22:33.546Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-17T20:22:33.546Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-17T20:22:33.546Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-17T20:22:33.546Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-17T20:22:33.546Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:22:34.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-17T20:22:34.011Z] [2023-01-17T20:22:34.011Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:22:34.314Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-17T20:22:34.314Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-17T20:22:34.314Z] b85a868b505f: Pulling fs layer [2023-01-17T20:22:34.314Z] e2be974225ed: Pulling fs layer [2023-01-17T20:22:34.314Z] 339a4e72a1f5: Pulling fs layer [2023-01-17T20:22:34.314Z] 988bab9f4d93: Pulling fs layer [2023-01-17T20:22:34.314Z] 1469e6f7b9e6: Pulling fs layer [2023-01-17T20:22:34.314Z] eaf3925da568: Pulling fs layer [2023-01-17T20:22:34.314Z] bab4dde63d76: Pulling fs layer [2023-01-17T20:22:34.314Z] bde34c3a00c8: Pulling fs layer [2023-01-17T20:22:34.314Z] b352a97aabf1: Pulling fs layer [2023-01-17T20:22:34.314Z] 4872d77fe225: Pulling fs layer [2023-01-17T20:22:34.314Z] 5851b861e8e6: Pulling fs layer [2023-01-17T20:22:34.314Z] bde34c3a00c8: Waiting [2023-01-17T20:22:34.314Z] 1469e6f7b9e6: Waiting [2023-01-17T20:22:34.314Z] b352a97aabf1: Waiting [2023-01-17T20:22:34.314Z] 4872d77fe225: Waiting [2023-01-17T20:22:34.314Z] 5851b861e8e6: Waiting [2023-01-17T20:22:34.314Z] 988bab9f4d93: Waiting [2023-01-17T20:22:34.314Z] eaf3925da568: Waiting [2023-01-17T20:22:34.314Z] bab4dde63d76: Waiting [2023-01-17T20:22:34.576Z] e2be974225ed: Verifying Checksum [2023-01-17T20:22:34.576Z] e2be974225ed: Download complete [2023-01-17T20:22:34.576Z] 988bab9f4d93: Verifying Checksum [2023-01-17T20:22:34.576Z] 988bab9f4d93: Download complete [2023-01-17T20:22:34.843Z] 339a4e72a1f5: Verifying Checksum [2023-01-17T20:22:34.843Z] 339a4e72a1f5: Download complete [2023-01-17T20:22:34.843Z] 1469e6f7b9e6: Verifying Checksum [2023-01-17T20:22:34.843Z] 1469e6f7b9e6: Download complete [2023-01-17T20:22:34.843Z] eaf3925da568: Verifying Checksum [2023-01-17T20:22:34.843Z] eaf3925da568: Download complete [2023-01-17T20:22:34.843Z] bde34c3a00c8: Download complete [2023-01-17T20:22:34.843Z] b352a97aabf1: Verifying Checksum [2023-01-17T20:22:34.843Z] b352a97aabf1: Download complete [2023-01-17T20:22:34.843Z] 4872d77fe225: Download complete [2023-01-17T20:22:34.843Z] 5851b861e8e6: Verifying Checksum [2023-01-17T20:22:34.843Z] 5851b861e8e6: Download complete [2023-01-17T20:22:35.104Z] b85a868b505f: Verifying Checksum [2023-01-17T20:22:35.104Z] b85a868b505f: Download complete [2023-01-17T20:22:35.364Z] bab4dde63d76: Verifying Checksum [2023-01-17T20:22:35.364Z] bab4dde63d76: Download complete [2023-01-17T20:22:36.304Z] b85a868b505f: Pull complete [2023-01-17T20:22:36.304Z] e2be974225ed: Pull complete [2023-01-17T20:22:36.875Z] 339a4e72a1f5: Pull complete [2023-01-17T20:22:36.875Z] 988bab9f4d93: Pull complete [2023-01-17T20:22:37.451Z] 1469e6f7b9e6: Pull complete [2023-01-17T20:22:37.451Z] eaf3925da568: Pull complete [2023-01-17T20:22:39.358Z] bab4dde63d76: Pull complete [2023-01-17T20:22:39.358Z] bde34c3a00c8: Pull complete [2023-01-17T20:22:39.358Z] b352a97aabf1: Pull complete [2023-01-17T20:22:39.358Z] 4872d77fe225: Pull complete [2023-01-17T20:22:39.358Z] 5851b861e8e6: Pull complete [2023-01-17T20:22:39.358Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-17T20:22:39.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-17T20:22:39.358Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:22:39.445Z] prd-ubuntu20.04-docker-8c-8g-2787 does not seem to be running inside a container [2023-01-17T20:22:39.347Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/375 -v /w/workspace/edgex-go/375:/w/workspace/edgex-go/375:rw,z -v /w/workspace/edgex-go/375@tmp:/w/workspace/edgex-go/375@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-01-17T20:22:46.965Z] $ docker top 2a297e69c0c6514a59db5931609b102284cd665a0d81f60c0a2c6880de316679 -eo pid,comm [2023-01-17T20:22:47.150Z] 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-01-17T20:22:47.151Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-17T20:22:47.188Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-17T20:22:47.188Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-17T20:22:47.304Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-17T20:22:47.175Z] $ docker exec 2a297e69c0c6514a59db5931609b102284cd665a0d81f60c0a2c6880de316679 ssh-agent [2023-01-17T20:22:47.402Z] SSH_AUTH_SOCK=/tmp/ssh-5c5SKsMm5Bil/agent.34 [2023-01-17T20:22:47.402Z] SSH_AGENT_PID=40 [2023-01-17T20:22:47.410Z] Running ssh-add (command line suppressed) [2023-01-17T20:22:47.396Z] Identity added: /w/workspace/edgex-go/375@tmp/private_key_6933346977743515569.key (/w/workspace/edgex-go/375@tmp/private_key_6933346977743515569.key) [2023-01-17T20:22:47.542Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-17T20:22:47.833Z] + git tag --points-at HEAD [Pipeline] } [2023-01-17T20:22:47.715Z] $ docker exec --env ******** --env ******** 2a297e69c0c6514a59db5931609b102284cd665a0d81f60c0a2c6880de316679 ssh-agent -k [2023-01-17T20:22:47.812Z] unset SSH_AUTH_SOCK; [2023-01-17T20:22:47.813Z] unset SSH_AGENT_PID; [2023-01-17T20:22:47.813Z] echo Agent pid 40 killed; [2023-01-17T20:22:47.954Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-17T20:22:47.977Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-17T20:22:47.977Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-17T20:22:48.094Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-17T20:22:47.966Z] $ docker exec 2a297e69c0c6514a59db5931609b102284cd665a0d81f60c0a2c6880de316679 ssh-agent [2023-01-17T20:22:48.220Z] SSH_AUTH_SOCK=/tmp/ssh-3edeS8amPQaT/agent.73 [2023-01-17T20:22:48.220Z] SSH_AGENT_PID=79 [2023-01-17T20:22:48.225Z] Running ssh-add (command line suppressed) [2023-01-17T20:22:48.205Z] Identity added: /w/workspace/edgex-go/375@tmp/private_key_9567234543388201671.key (/w/workspace/edgex-go/375@tmp/private_key_9567234543388201671.key) [2023-01-17T20:22:48.352Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-17T20:22:48.640Z] + git semver init [2023-01-17T20:22:48.904Z] 2023-01-17 20:22:48,705 [run_init] DEBUG init version:0.0.0 force:False [2023-01-17T20:22:48.904Z] 2023-01-17 20:22:48,707 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/375/.semver [2023-01-17T20:22:48.904Z] 2023-01-17 20:22:48,708 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/375/.semver [2023-01-17T20:22:48.904Z] 2023-01-17 20:22:48,709 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/375/.semver'], cwd=/w/workspace/edgex-go/375, universal_newlines=False, shell=None, istream=None) [2023-01-17T20:22:55.502Z] 2023-01-17 20:22:54,437 [append_file] DEBUG append to file:/w/workspace/edgex-go/375/.git/info/exclude [2023-01-17T20:22:55.502Z] 2023-01-17 20:22:54,437 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/375/.semver/main with force:False [2023-01-17T20:22:55.502Z] 2023-01-17 20:22:54,438 [read_version] DEBUG read version from /w/workspace/edgex-go/375/.semver/main [2023-01-17T20:22:55.502Z] 2023-01-17 20:22:54,438 [read_version] DEBUG read version from /w/workspace/edgex-go/375/.semver/main [2023-01-17T20:22:55.502Z] 3.0.0-dev.21 [Pipeline] } [2023-01-17T20:22:55.377Z] $ docker exec --env ******** --env ******** 2a297e69c0c6514a59db5931609b102284cd665a0d81f60c0a2c6880de316679 ssh-agent -k [2023-01-17T20:22:55.477Z] unset SSH_AUTH_SOCK; [2023-01-17T20:22:55.477Z] unset SSH_AGENT_PID; [2023-01-17T20:22:55.478Z] echo Agent pid 79 killed; [2023-01-17T20:22:55.617Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-17T20:22:55.928Z] + git semver [Pipeline] } [2023-01-17T20:22:56.064Z] $ docker stop --time=1 2a297e69c0c6514a59db5931609b102284cd665a0d81f60c0a2c6880de316679 [2023-01-17T20:22:58.165Z] $ docker rm -f --volumes 2a297e69c0c6514a59db5931609b102284cd665a0d81f60c0a2c6880de316679 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-17T20:22:58.846Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-17T20:22:59.069Z] Stashed 1 file(s) [Pipeline] echo [2023-01-17T20:22:59.073Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.21 [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-01-17T20:22:59.487Z] + git config --global --add safe.directory /w/workspace/edgex-go/375 [Pipeline] echo [2023-01-17T20:22:59.501Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-17T20:22:59.513Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-17T20:22:59.522Z] ========================================================= [2023-01-17T20:22:59.522Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-17T20:22:59.522Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-17T20:22:59.810Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-17T20:23:00.397Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-17T20:23:00.397Z] 213ec9aee27d: Pulling fs layer [2023-01-17T20:23:00.397Z] 4583459ba037: Pulling fs layer [2023-01-17T20:23:00.397Z] 93c1e223e6f2: Pulling fs layer [2023-01-17T20:23:00.397Z] 53926ce57604: Pulling fs layer [2023-01-17T20:23:00.397Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-17T20:23:00.397Z] 22ff95d597cd: Pulling fs layer [2023-01-17T20:23:00.397Z] 12d6caf4c0d1: Pulling fs layer [2023-01-17T20:23:00.397Z] 96b7cbca73a9: Pulling fs layer [2023-01-17T20:23:00.397Z] a7acece74701: Pulling fs layer [2023-01-17T20:23:00.397Z] 53926ce57604: Waiting [2023-01-17T20:23:00.397Z] 21b2b0c7a3f4: Waiting [2023-01-17T20:23:00.397Z] 22ff95d597cd: Waiting [2023-01-17T20:23:00.397Z] 12d6caf4c0d1: Waiting [2023-01-17T20:23:00.397Z] 96b7cbca73a9: Waiting [2023-01-17T20:23:00.397Z] a7acece74701: Waiting [2023-01-17T20:23:00.397Z] 93c1e223e6f2: Verifying Checksum [2023-01-17T20:23:00.397Z] 93c1e223e6f2: Download complete [2023-01-17T20:23:00.397Z] 4583459ba037: Download complete [2023-01-17T20:23:00.397Z] 21b2b0c7a3f4: Download complete [2023-01-17T20:23:00.397Z] 213ec9aee27d: Verifying Checksum [2023-01-17T20:23:00.397Z] 213ec9aee27d: Download complete [2023-01-17T20:23:00.397Z] 22ff95d597cd: Download complete [2023-01-17T20:23:00.683Z] 12d6caf4c0d1: Verifying Checksum [2023-01-17T20:23:00.683Z] 12d6caf4c0d1: Download complete [2023-01-17T20:23:00.683Z] 213ec9aee27d: Pull complete [2023-01-17T20:23:01.301Z] 4583459ba037: Pull complete [2023-01-17T20:23:01.560Z] 96b7cbca73a9: Verifying Checksum [2023-01-17T20:23:01.560Z] 96b7cbca73a9: Download complete [2023-01-17T20:23:01.560Z] a7acece74701: Verifying Checksum [2023-01-17T20:23:01.560Z] a7acece74701: Download complete [2023-01-17T20:23:02.129Z] 53926ce57604: Download complete [2023-01-17T20:23:02.697Z] 93c1e223e6f2: Pull complete [2023-01-17T20:23:06.911Z] 53926ce57604: Pull complete [2023-01-17T20:23:06.911Z] 21b2b0c7a3f4: Pull complete [2023-01-17T20:23:06.911Z] 22ff95d597cd: Pull complete [2023-01-17T20:23:07.180Z] 12d6caf4c0d1: Pull complete [2023-01-17T20:23:09.093Z] 96b7cbca73a9: Pull complete [2023-01-17T20:23:10.023Z] a7acece74701: Pull complete [2023-01-17T20:23:10.023Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-17T20:23:10.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-17T20:23:10.023Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-17T20:23:10.317Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-17T20:23:10.318Z] WORKDIR /edgex [2023-01-17T20:23:10.318Z] COPY go.mod . [2023-01-17T20:23:10.318Z] RUN go mod downloaddocker [2023-01-17T20:23:10.318Z] build -t ci-base-image-x86_64 -f - . [2023-01-17T20:23:10.888Z] Sending build context to Docker daemon 170MB [2023-01-17T20:23:10.888Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-17T20:23:10.888Z] ---> db6d94c90886 [2023-01-17T20:23:10.888Z] Step 2/4 : WORKDIR /edgex [2023-01-17T20:23:14.149Z] Still waiting to schedule task [2023-01-17T20:23:14.149Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-2786’ is offline [2023-01-17T20:23:16.153Z] ---> Running in cbd87e8770cf [2023-01-17T20:23:16.413Z] Removing intermediate container cbd87e8770cf [2023-01-17T20:23:16.413Z] ---> 16ed853cb660 [2023-01-17T20:23:16.413Z] Step 3/4 : COPY go.mod . [2023-01-17T20:23:16.413Z] ---> 848dfe21fdaf [2023-01-17T20:23:16.413Z] Step 4/4 : RUN go mod download [2023-01-17T20:23:16.672Z] ---> Running in df7ebef08f74 [2023-01-17T20:23:34.801Z] Removing intermediate container df7ebef08f74 [2023-01-17T20:23:34.801Z] ---> e7a2c909d88b [2023-01-17T20:23:34.801Z] Successfully built e7a2c909d88b [2023-01-17T20:23:34.801Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:23:35.195Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-17T20:23:35.195Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:23:35.443Z] prd-ubuntu20.04-docker-8c-8g-2787 does not seem to be running inside a container [2023-01-17T20:23:35.730Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/375 -v /w/workspace/edgex-go/375:/w/workspace/edgex-go/375:rw,z -v /w/workspace/edgex-go/375@tmp:/w/workspace/edgex-go/375@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-01-17T20:23:36.190Z] $ docker top 00a0f2b56f286e8b0bab70cacb05125949b97b15af142cd06aebc9fda3132c3e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T20:23:36.570Z] + go version [2023-01-17T20:23:36.570Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-17T20:23:36.585Z] $ docker stop --time=1 00a0f2b56f286e8b0bab70cacb05125949b97b15af142cd06aebc9fda3132c3e [2023-01-17T20:23:37.974Z] $ docker rm -f --volumes 00a0f2b56f286e8b0bab70cacb05125949b97b15af142cd06aebc9fda3132c3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:23:38.399Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-17T20:23:38.399Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:23:38.467Z] prd-ubuntu20.04-docker-8c-8g-2787 does not seem to be running inside a container [2023-01-17T20:23:38.497Z] $ 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/375 -v /w/workspace/edgex-go/375:/w/workspace/edgex-go/375:rw,z -v /w/workspace/edgex-go/375@tmp:/w/workspace/edgex-go/375@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-01-17T20:23:38.886Z] $ docker top de22ee808afe6a330f0cbd71bdaf75374481749f319a156b92964f40785c1449 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-17T20:23:38.953Z] ========================================================= [2023-01-17T20:23:38.953Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-17T20:23:38.953Z] ========================================================= [Pipeline] sh [2023-01-17T20:23:39.232Z] + git config --global --add safe.directory /w/workspace/edgex-go/375 [Pipeline] fileExists [Pipeline] sh [2023-01-17T20:23:39.525Z] + make test [2023-01-17T20:23:39.525Z] go test -race -coverprofile=coverage.out ./... [2023-01-17T20:23:46.111Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-17T20:23:58.306Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-17T20:23:58.306Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-17T20:23:58.306Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-17T20:23:58.306Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-17T20:23:58.306Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-17T20:23:58.306Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-17T20:23:58.306Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-17T20:23:58.306Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-17T20:23:58.306Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-17T20:23:58.306Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-17T20:23:58.306Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-17T20:23:58.306Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-17T20:23:58.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-17T20:23:58.597Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.046s coverage: 28.7% of statements [2023-01-17T20:23:58.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-17T20:23:58.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-17T20:23:58.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.104s coverage: 98.5% of statements [2023-01-17T20:23:59.417Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.233s coverage: 43.0% of statements [2023-01-17T20:23:59.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-17T20:23:59.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-17T20:23:59.417Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.119s coverage: 54.0% of statements [2023-01-17T20:23:59.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-17T20:23:59.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-17T20:24:02.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.928s coverage: 89.2% of statements [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-17T20:24:02.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.059s coverage: 2.4% of statements [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-17T20:24:02.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.435s coverage: 95.6% of statements [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-17T20:24:02.710Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.083s coverage: 72.2% of statements [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-17T20:24:02.710Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.055s coverage: 60.0% of statements [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-17T20:24:02.710Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.063s coverage: 0.9% of statements [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-17T20:24:02.710Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.075s coverage: 58.8% of statements [2023-01-17T20:24:02.710Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.108s coverage: 29.6% of statements [2023-01-17T20:24:02.710Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-17T20:24:02.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements [2023-01-17T20:24:02.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.079s coverage: 79.5% of statements [2023-01-17T20:24:02.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements [2023-01-17T20:24:02.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.103s coverage: 96.3% of statements [2023-01-17T20:24:02.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements [2023-01-17T20:24:12.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.066s coverage: 94.4% of statements [2023-01-17T20:24:12.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2023-01-17T20:24:13.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.194s coverage: 79.9% of statements [2023-01-17T20:24:13.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.080s coverage: 92.9% of statements [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.079s coverage: 86.9% of statements [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.082s coverage: 77.4% of statements [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.0% of statements [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.050s coverage: 87.2% of statements [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.235s coverage: 91.2% of statements [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 64.7% of statements [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.028s coverage: 73.7% of statements [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.349s coverage: 65.8% of statements [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.170s coverage: 41.8% of statements [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.078s coverage: 89.5% of statements [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.082s coverage: 17.7% of statements [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-17T20:24:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.151s coverage: 92.3% of statements [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-17T20:24:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-17T20:24:23.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-17T20:24:23.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-17T20:24:23.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements [2023-01-17T20:24:23.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-17T20:24:23.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-17T20:24:23.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.7% of statements [2023-01-17T20:24:23.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-17T20:24:23.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-17T20:24:23.237Z] 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-01-17T20:24:41.465Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-01-17T20:24:41.465Z] go vet ./... [2023-01-17T20:24:43.363Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-17T20:24:43.363Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-17T20:24:43.363Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-17T20:24:43.376Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-17T20:24:43.659Z] + ls -al . [2023-01-17T20:24:43.659Z] total 748 [2023-01-17T20:24:43.659Z] drwxrwxr-x 11 1001 1001 4096 Jan 17 20:23 . [2023-01-17T20:24:43.659Z] drwxr-xr-x 4 root root 4096 Jan 17 20:23 .. [2023-01-17T20:24:43.659Z] drwxrwxr-x 2 1001 1001 4096 Jan 17 20:22 .blubracket [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 16 Jan 17 20:22 .dockerignore [2023-01-17T20:24:43.659Z] drwxrwxr-x 8 1001 1001 4096 Jan 17 20:24 .git [2023-01-17T20:24:43.659Z] drwxrwxr-x 3 1001 1001 4096 Jan 17 20:22 .github [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 956 Jan 17 20:22 .gitignore [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 42 Jan 17 20:22 .golangci.yml [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 87 Jan 17 20:22 .hadolint.yml [2023-01-17T20:24:43.659Z] drwxr-xr-x 3 1001 1001 4096 Jan 17 20:22 .semver [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 166 Jan 17 20:22 .sonarcloud.properties [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 1171 Jan 17 20:22 ADOPTERS.md [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 10825 Jan 17 20:22 Attribution.txt [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 73765 Jan 17 20:22 CHANGELOG.md [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 3804 Jan 17 20:22 CONTRIBUTING.md [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 677 Jan 17 20:22 GOVERNANCE.md [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 850 Jan 17 20:22 Jenkinsfile [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 10775 Jan 17 20:22 LICENSE [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 12513 Jan 17 20:22 Makefile [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 582 Jan 17 20:22 OWNERS.md [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 9403 Jan 17 20:22 README.md [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 6912 Jan 17 20:22 SECURITY.md [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 12 Jan 17 20:22 VERSION [2023-01-17T20:24:43.659Z] drwxrwxr-x 2 1001 1001 4096 Jan 17 20:22 bin [2023-01-17T20:24:43.659Z] drwxrwxr-x 16 1001 1001 4096 Jan 17 20:22 cmd [2023-01-17T20:24:43.659Z] -rw-r--r-- 1 root root 489579 Jan 17 20:24 coverage.out [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 3376 Jan 17 20:22 go.mod [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 34949 Jan 17 20:22 go.sum [2023-01-17T20:24:43.659Z] drwxrwxr-x 7 1001 1001 4096 Jan 17 20:22 internal [2023-01-17T20:24:43.659Z] drwxrwxr-x 3 1001 1001 4096 Jan 17 20:22 openapi [2023-01-17T20:24:43.659Z] drwxrwxr-x 4 1001 1001 4096 Jan 17 20:22 snap [2023-01-17T20:24:43.659Z] -rw-rw-r-- 1 1001 1001 204 Jan 17 20:22 version.go [Pipeline] sh [2023-01-17T20:24:43.942Z] + '[' -e coverage.out ] [2023-01-17T20:24:43.942Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-17T20:24:44.093Z] Stashed 1 file(s) [Pipeline] sh [2023-01-17T20:24:44.467Z] + make build [2023-01-17T20:24:44.467Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-17T20:24:44.716Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2792 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-01-17T20:24:44.730Z] Running in /w/workspace/edgex-go/375 [Pipeline] { [Pipeline] checkout [2023-01-17T20:24:44.758Z] The recommended git tool is: git [2023-01-17T20:24:49.742Z] using credential edgex-jenkins-ssh [2023-01-17T20:24:49.762Z] Cloning the remote Git repository [2023-01-17T20:24:49.806Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-01-17T20:24:49.875Z] > git init /w/workspace/edgex-go/375 # timeout=10 [2023-01-17T20:24:50.017Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-17T20:24:50.018Z] > git --version # timeout=10 [2023-01-17T20:24:50.036Z] > git --version # 'git version 2.25.1' [2023-01-17T20:24:50.038Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-17T20:24:50.093Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-17T20:24:56.739Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-17T20:24:56.739Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-17T20:24:57.671Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-17T20:25:04.235Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-17T20:25:06.156Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-17T20:25:06.363Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-17T20:25:06.389Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-17T20:25:07.090Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-17T20:25:07.370Z] Avoid second fetch [2023-01-17T20:25:07.371Z] Checking out Revision 81801e3d83727a95447f456a5df1a63b0188c95d (main) [2023-01-17T20:25:08.027Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-17T20:25:08.125Z] Commit message: "refactor!: Use bool types for command parameters to be more consistent (#4276)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-17T20:25:07.387Z] > git config core.sparsecheckout # timeout=10 [2023-01-17T20:25:07.405Z] > git checkout -f 81801e3d83727a95447f456a5df1a63b0188c95d # timeout=10 [2023-01-17T20:25:08.962Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-17T20:25:08.991Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-17T20:25:08.991Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-17T20:25:08.991Z] Dload Upload Total Spent Left Speed [2023-01-17T20:25:08.991Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95872 0 --:--:-- --:--:-- --:--:-- 95872 [Pipeline] sh [2023-01-17T20:25:09.528Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-17T20:25:09.654Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-17T20:25:09.994Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-17T20:25:09.994Z] + sudo tee /etc/docker/daemon.new [2023-01-17T20:25:09.994Z] { [2023-01-17T20:25:09.994Z] "registry-mirrors": [ [2023-01-17T20:25:09.994Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-17T20:25:09.994Z] ], [2023-01-17T20:25:09.994Z] "bip": "10.250.0.254/24", [2023-01-17T20:25:09.994Z] "hosts": [ [2023-01-17T20:25:09.994Z] "tcp://0.0.0.0:5555", [2023-01-17T20:25:09.994Z] "unix:///var/run/docker.sock" [2023-01-17T20:25:09.994Z] ], [2023-01-17T20:25:09.994Z] "mtu": 1458, [2023-01-17T20:25:09.994Z] "selinux-enabled": true, [2023-01-17T20:25:09.994Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-17T20:25:09.994Z] } [Pipeline] sh [2023-01-17T20:25:10.325Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-17T20:25:10.662Z] + sudo service docker restart [2023-01-17T20:25:12.060Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-01-17T20:25:13.043Z] $ docker stop --time=1 de22ee808afe6a330f0cbd71bdaf75374481749f319a156b92964f40785c1449 [2023-01-17T20:25:17.227Z] $ docker rm -f --volumes de22ee808afe6a330f0cbd71bdaf75374481749f319a156b92964f40785c1449 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:25:17.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-17T20:25:17.993Z] [2023-01-17T20:25:17.993Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:25:18.294Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-17T20:25:18.294Z] latest: Pulling from edgex-devops/edgex-compose [2023-01-17T20:25:18.294Z] cbdbe7a5bc2a: Pulling fs layer [2023-01-17T20:25:18.294Z] ca9280d653b3: Pulling fs layer [2023-01-17T20:25:18.294Z] 7e9c9ca2126c: Pulling fs layer [2023-01-17T20:25:18.557Z] cbdbe7a5bc2a: Download complete [2023-01-17T20:25:18.557Z] cbdbe7a5bc2a: Pull complete [2023-01-17T20:25:18.557Z] ca9280d653b3: Verifying Checksum [2023-01-17T20:25:18.557Z] ca9280d653b3: Download complete [2023-01-17T20:25:19.123Z] 7e9c9ca2126c: Download complete [2023-01-17T20:25:19.123Z] ca9280d653b3: Pull complete [2023-01-17T20:25:22.408Z] 7e9c9ca2126c: Pull complete [2023-01-17T20:25:22.408Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-01-17T20:25:22.409Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-17T20:25:22.409Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:25:22.491Z] prd-ubuntu20.04-docker-8c-8g-2787 does not seem to be running inside a container [2023-01-17T20:25:22.558Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/375 -v /w/workspace/edgex-go/375:/w/workspace/edgex-go/375:rw,z -v /w/workspace/edgex-go/375@tmp:/w/workspace/edgex-go/375@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-01-17T20:25:25.781Z] $ docker top f3c741b7b6c6ae9453bccbd0d5a3f99bd56a90deceee61f0116afa92025acc5c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T20:25:26.088Z] + docker-compose build --help [2023-01-17T20:25:26.088Z] + grep parallel [2023-01-17T20:25:26.658Z] --parallel Build images in parallel. [Pipeline] } [2023-01-17T20:25:26.962Z] $ docker stop --time=1 f3c741b7b6c6ae9453bccbd0d5a3f99bd56a90deceee61f0116afa92025acc5c [2023-01-17T20:25:28.526Z] $ docker rm -f --volumes f3c741b7b6c6ae9453bccbd0d5a3f99bd56a90deceee61f0116afa92025acc5c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:25:28.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-17T20:25:28.885Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:25:28.966Z] prd-ubuntu20.04-docker-8c-8g-2787 does not seem to be running inside a container [2023-01-17T20:25:29.032Z] $ 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/375 -v /w/workspace/edgex-go/375:/w/workspace/edgex-go/375:rw,z -v /w/workspace/edgex-go/375@tmp:/w/workspace/edgex-go/375@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-01-17T20:25:29.972Z] $ docker top d936ee7dfda18d8960fc73b279ee30fe79d630aed5b1920acef16d1b99b249b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider [2023-01-17T20:25:30.046Z] provisioning config files... [2023-01-17T20:25:30.075Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/375@tmp/config9539070759244969989tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:25:30.289Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-17T20:25:30.429Z] ---> docker-login.sh [2023-01-17T20:25:30.429Z] nexus3.edgexfoundry.org:10001 [2023-01-17T20:25:30.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:25:30.857Z] Building core-command ... [2023-01-17T20:25:30.857Z] Building core-data ... [2023-01-17T20:25:30.857Z] Building core-metadata ... [2023-01-17T20:25:30.857Z] Building security-bootstrapper ... [2023-01-17T20:25:30.857Z] Building security-proxy-setup ... [2023-01-17T20:25:30.857Z] Building security-secretstore-setup ... [2023-01-17T20:25:30.857Z] Building security-spiffe-token-provider ... [2023-01-17T20:25:30.857Z] Building security-spire-agent ... [2023-01-17T20:25:30.857Z] Building security-spire-config ... [2023-01-17T20:25:30.857Z] Building security-spire-server ... [2023-01-17T20:25:30.857Z] Building support-notifications ... [2023-01-17T20:25:30.857Z] Building support-scheduler ... [2023-01-17T20:25:30.857Z] Building core-command [2023-01-17T20:25:30.857Z] Building core-data [2023-01-17T20:25:30.857Z] Building security-proxy-setup [2023-01-17T20:25:30.857Z] Building support-scheduler [2023-01-17T20:25:30.857Z] Building security-secretstore-setup [2023-01-17T20:25:30.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:25:30.971Z] Configure a credential helper to remove this warning. See [2023-01-17T20:25:30.971Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:25:30.971Z] [2023-01-17T20:25:30.971Z] Login Succeeded [2023-01-17T20:25:30.971Z] nexus3.edgexfoundry.org:10002 [2023-01-17T20:25:31.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:25:31.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:25:31.517Z] Configure a credential helper to remove this warning. See [2023-01-17T20:25:31.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:25:31.517Z] [2023-01-17T20:25:31.517Z] Login Succeeded [2023-01-17T20:25:31.517Z] nexus3.edgexfoundry.org:10003 [2023-01-17T20:25:31.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:25:31.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:25:31.795Z] Configure a credential helper to remove this warning. See [2023-01-17T20:25:31.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:25:31.795Z] [2023-01-17T20:25:31.795Z] Login Succeeded [2023-01-17T20:25:31.795Z] nexus3.edgexfoundry.org:10004 [2023-01-17T20:25:32.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:25:32.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:25:32.342Z] Configure a credential helper to remove this warning. See [2023-01-17T20:25:32.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:25:32.342Z] [2023-01-17T20:25:32.342Z] Login Succeeded [2023-01-17T20:25:32.342Z] docker.io [2023-01-17T20:25:32.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:25:32.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:25:32.882Z] Configure a credential helper to remove this warning. See [2023-01-17T20:25:32.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:25:32.882Z] [2023-01-17T20:25:32.882Z] Login Succeeded [2023-01-17T20:25:32.882Z] ---> docker-login.sh ends [Pipeline] } [2023-01-17T20:25:32.899Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-01-17T20:25:33.537Z] + git config --global --add safe.directory /w/workspace/edgex-go/375 [Pipeline] echo [2023-01-17T20:25:33.558Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-17T20:25:33.571Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-17T20:25:33.578Z] ========================================================= [2023-01-17T20:25:33.578Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-17T20:25:33.578Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-17T20:25:33.910Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-17T20:25:34.185Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-17T20:25:34.185Z] 9b18e9b68314: Pulling fs layer [2023-01-17T20:25:34.185Z] 35d82f9e3411: Pulling fs layer [2023-01-17T20:25:34.185Z] e16973657156: Pulling fs layer [2023-01-17T20:25:34.185Z] fc693d55d65f: Pulling fs layer [2023-01-17T20:25:34.185Z] 7e9fc2657dce: Pulling fs layer [2023-01-17T20:25:34.185Z] dda99020689f: Pulling fs layer [2023-01-17T20:25:34.185Z] db1c61fa0a46: Pulling fs layer [2023-01-17T20:25:34.185Z] 891c053d2c06: Pulling fs layer [2023-01-17T20:25:34.185Z] fc693d55d65f: Waiting [2023-01-17T20:25:34.185Z] 7e9fc2657dce: Waiting [2023-01-17T20:25:34.185Z] dda99020689f: Waiting [2023-01-17T20:25:34.185Z] db1c61fa0a46: Waiting [2023-01-17T20:25:34.185Z] 891c053d2c06: Waiting [2023-01-17T20:25:34.185Z] e16973657156: Verifying Checksum [2023-01-17T20:25:34.185Z] e16973657156: Download complete [2023-01-17T20:25:34.185Z] 35d82f9e3411: Download complete [2023-01-17T20:25:34.185Z] 7e9fc2657dce: Verifying Checksum [2023-01-17T20:25:34.185Z] 7e9fc2657dce: Download complete [2023-01-17T20:25:34.185Z] dda99020689f: Verifying Checksum [2023-01-17T20:25:34.185Z] dda99020689f: Download complete [2023-01-17T20:25:34.185Z] 9b18e9b68314: Verifying Checksum [2023-01-17T20:25:34.185Z] 9b18e9b68314: Download complete [2023-01-17T20:25:35.171Z] 9b18e9b68314: Pull complete [2023-01-17T20:25:35.452Z] 891c053d2c06: Verifying Checksum [2023-01-17T20:25:35.452Z] 891c053d2c06: Download complete [2023-01-17T20:25:36.048Z] 35d82f9e3411: Pull complete [2023-01-17T20:25:36.334Z] e16973657156: Pull complete [2023-01-17T20:25:36.603Z] db1c61fa0a46: Download complete [2023-01-17T20:25:37.571Z] fc693d55d65f: Verifying Checksum [2023-01-17T20:25:37.571Z] fc693d55d65f: Download complete [2023-01-17T20:25:40.834Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:25:40.834Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:25:40.834Z] ---> e7a2c909d88b [2023-01-17T20:25:40.834Z] Step 3/24 : WORKDIR /edgex-go [2023-01-17T20:25:40.834Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:25:40.834Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:25:40.834Z] ---> e7a2c909d88b [2023-01-17T20:25:40.834Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-17T20:25:40.834Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:25:40.834Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:25:40.834Z] ---> e7a2c909d88b [2023-01-17T20:25:40.834Z] Step 3/21 : WORKDIR /edgex-go [2023-01-17T20:25:40.834Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:25:40.834Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:25:40.834Z] ---> e7a2c909d88b [2023-01-17T20:25:40.834Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-17T20:25:42.210Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:25:42.210Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:25:42.210Z] ---> e7a2c909d88b [2023-01-17T20:25:42.210Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-17T20:25:49.910Z] fc693d55d65f: Pull complete [2023-01-17T20:25:49.910Z] 7e9fc2657dce: Pull complete [2023-01-17T20:25:49.910Z] dda99020689f: Pull complete [2023-01-17T20:25:50.324Z] ---> Running in 2663d84c7970 [2023-01-17T20:25:50.324Z] ---> Running in a166a989400d [2023-01-17T20:25:50.324Z] ---> Running in c63614a9e6ec [2023-01-17T20:25:50.324Z] ---> Running in 28bf08f5dc2d [2023-01-17T20:25:50.324Z] ---> Running in 2ba07081d41a [2023-01-17T20:25:50.324Z] Removing intermediate container a166a989400d [2023-01-17T20:25:50.324Z] ---> c27ce6030047 [2023-01-17T20:25:50.324Z] Step 4/22 : WORKDIR /edgex-go [2023-01-17T20:25:50.324Z] Removing intermediate container 2ba07081d41a [2023-01-17T20:25:50.324Z] ---> 2fae5e4eba68 [2023-01-17T20:25:50.324Z] Step 4/23 : WORKDIR /edgex-go [2023-01-17T20:25:50.324Z] Removing intermediate container 28bf08f5dc2d [2023-01-17T20:25:50.324Z] ---> 4a696ad1f3d9 [2023-01-17T20:25:50.324Z] Step 4/22 : WORKDIR /edgex-go [2023-01-17T20:25:50.324Z] Removing intermediate container 2663d84c7970 [2023-01-17T20:25:50.324Z] ---> 3668027edaac [2023-01-17T20:25:50.324Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-17T20:25:50.324Z] ---> Running in 72babae0988f [2023-01-17T20:25:50.324Z] Removing intermediate container c63614a9e6ec [2023-01-17T20:25:50.324Z] ---> 85a61c9651f5 [2023-01-17T20:25:50.324Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-17T20:25:50.324Z] ---> Running in 3106e1cbf49a [2023-01-17T20:25:50.324Z] ---> Running in 3d24a92cc3c7 [2023-01-17T20:25:50.324Z] ---> Running in 4c382327fa82 [2023-01-17T20:25:50.324Z] ---> Running in 8cd82475b0d3 [2023-01-17T20:25:50.324Z] Removing intermediate container 72babae0988f [2023-01-17T20:25:50.324Z] ---> df1381c9c2c1 [2023-01-17T20:25:50.324Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-17T20:25:50.324Z] ---> Running in 5d281c014c0d [2023-01-17T20:25:50.324Z] Removing intermediate container 3d24a92cc3c7 [2023-01-17T20:25:50.324Z] ---> 524d7876ff3d [2023-01-17T20:25:50.324Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-17T20:25:50.324Z] Removing intermediate container 3106e1cbf49a [2023-01-17T20:25:50.324Z] ---> c75c4b3c15dc [2023-01-17T20:25:50.324Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-17T20:25:50.324Z] ---> Running in eaf4b063ca2f [2023-01-17T20:25:50.324Z] ---> Running in bb5ab89dbd1a [2023-01-17T20:25:50.324Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:25:50.324Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:25:50.324Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:25:50.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:25:50.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:25:50.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:25:50.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:25:50.852Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:25:50.852Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:25:51.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:25:51.118Z] OK: 211 MiB in 51 packages [2023-01-17T20:25:51.376Z] OK: 211 MiB in 51 packages [2023-01-17T20:25:51.376Z] OK: 211 MiB in 51 packages [2023-01-17T20:25:51.376Z] OK: 211 MiB in 51 packages [2023-01-17T20:25:51.376Z] OK: 211 MiB in 51 packages [2023-01-17T20:25:51.634Z] Removing intermediate container 8cd82475b0d3 [2023-01-17T20:25:51.634Z] ---> 8550aaa8409f [2023-01-17T20:25:51.634Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-17T20:25:51.634Z] Removing intermediate container 4c382327fa82 [2023-01-17T20:25:51.634Z] ---> 4ca3f080b2b9 [2023-01-17T20:25:51.634Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-17T20:25:51.904Z] ---> 37e674742c57 [2023-01-17T20:25:51.904Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:25:51.904Z] ---> Running in eb5f221741b3 [2023-01-17T20:25:51.904Z] ---> 2773b20486bd [2023-01-17T20:25:51.904Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:25:51.904Z] ---> Running in 747ce565dd23 [2023-01-17T20:25:51.904Z] Removing intermediate container 5d281c014c0d [2023-01-17T20:25:51.904Z] ---> 7e3eb081156e [2023-01-17T20:25:51.904Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-17T20:25:52.162Z] Removing intermediate container eaf4b063ca2f [2023-01-17T20:25:52.162Z] ---> f77962b0bf1f [2023-01-17T20:25:52.162Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-17T20:25:52.162Z] ---> ef2ec9244478 [2023-01-17T20:25:52.162Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:25:52.162Z] ---> Running in 25b959e1116e [2023-01-17T20:25:52.162Z] Removing intermediate container bb5ab89dbd1a [2023-01-17T20:25:52.162Z] ---> c7dbada5eeb9 [2023-01-17T20:25:52.162Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-17T20:25:52.162Z] ---> 07034869e72d [2023-01-17T20:25:52.162Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:25:52.420Z] ---> Running in 4de4e8fdeaeb [2023-01-17T20:25:52.420Z] ---> 3f9b36c8156a [2023-01-17T20:25:52.420Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:25:52.420Z] ---> Running in 22f0d485f9c0 [2023-01-17T20:25:56.615Z] db1c61fa0a46: Pull complete [2023-01-17T20:25:58.577Z] 891c053d2c06: Pull complete [2023-01-17T20:25:58.577Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-17T20:25:58.577Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-17T20:25:58.577Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-17T20:25:58.919Z] + docker build -t ci-base-image-arm64 -f - . [2023-01-17T20:25:58.919Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-17T20:25:58.919Z] WORKDIR /edgex [2023-01-17T20:25:58.919Z] COPY go.mod . [2023-01-17T20:25:58.919Z] RUN go mod download [2023-01-17T20:25:59.509Z] Sending build context to Docker daemon 3.112MB [2023-01-17T20:25:59.509Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-17T20:25:59.509Z] ---> f96f9c87975a [2023-01-17T20:25:59.509Z] Step 2/4 : WORKDIR /edgex [2023-01-17T20:26:02.105Z] ---> Running in e184867a538e [2023-01-17T20:26:02.105Z] Removing intermediate container e184867a538e [2023-01-17T20:26:02.105Z] ---> 099dd3e1e528 [2023-01-17T20:26:02.105Z] Step 3/4 : COPY go.mod . [2023-01-17T20:26:02.771Z] ---> 604b6062b30f [2023-01-17T20:26:02.771Z] Step 4/4 : RUN go mod download [2023-01-17T20:26:02.771Z] ---> Running in 84eb348625b3 [2023-01-17T20:26:43.964Z] Removing intermediate container 84eb348625b3 [2023-01-17T20:26:43.964Z] ---> eeb8bad7de61 [2023-01-17T20:26:43.964Z] Successfully built eeb8bad7de61 [2023-01-17T20:26:43.964Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:26:44.311Z] + docker inspect -f . ci-base-image-arm64 [2023-01-17T20:26:44.311Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:26:44.505Z] prd-ubuntu20.04-docker-arm64-4c-16g-2792 does not seem to be running inside a container [2023-01-17T20:26:44.577Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/375 -v /w/workspace/edgex-go/375:/w/workspace/edgex-go/375:rw,z -v /w/workspace/edgex-go/375@tmp:/w/workspace/edgex-go/375@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-01-17T20:26:45.889Z] $ docker top ae7c8ce3b880d78ceb30001c65642aa1080900c5240aa4f6324178adc8791c73 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T20:26:46.753Z] + go version [2023-01-17T20:26:46.753Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-17T20:26:46.774Z] $ docker stop --time=1 ae7c8ce3b880d78ceb30001c65642aa1080900c5240aa4f6324178adc8791c73 [2023-01-17T20:26:48.368Z] $ docker rm -f --volumes ae7c8ce3b880d78ceb30001c65642aa1080900c5240aa4f6324178adc8791c73 [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-01-17T20:26:48.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-17T20:26:48.901Z] [2023-01-17T20:26:48.901Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:26:49.232Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-17T20:26:49.232Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-01-17T20:26:49.232Z] 29e5d40040c1: Pulling fs layer [2023-01-17T20:26:49.232Z] 1ce36da41761: Pulling fs layer [2023-01-17T20:26:49.232Z] 25b303627fd3: Pulling fs layer [2023-01-17T20:26:49.502Z] 29e5d40040c1: Verifying Checksum [2023-01-17T20:26:49.502Z] 29e5d40040c1: Download complete [2023-01-17T20:26:49.770Z] 1ce36da41761: Verifying Checksum [2023-01-17T20:26:49.770Z] 1ce36da41761: Download complete [2023-01-17T20:26:50.046Z] 29e5d40040c1: Pull complete [2023-01-17T20:26:51.008Z] 1ce36da41761: Pull complete [2023-01-17T20:26:51.274Z] 25b303627fd3: Download complete [2023-01-17T20:27:01.345Z] 25b303627fd3: Pull complete [2023-01-17T20:27:01.345Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-01-17T20:27:01.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-17T20:27:01.345Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:27:01.529Z] prd-ubuntu20.04-docker-arm64-4c-16g-2792 does not seem to be running inside a container [2023-01-17T20:27:01.593Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/375 -v /w/workspace/edgex-go/375:/w/workspace/edgex-go/375:rw,z -v /w/workspace/edgex-go/375@tmp:/w/workspace/edgex-go/375@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-01-17T20:27:03.819Z] $ docker top 3ad8cda5fd29b97465311b0f3ef794fae2e7ab4b26823593a161c4d438c4a320 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T20:27:04.631Z] + docker-compose build --help [2023-01-17T20:27:04.631Z] + grep parallel [2023-01-17T20:27:09.974Z] --parallel Build images in parallel. [Pipeline] } [2023-01-17T20:27:09.995Z] $ docker stop --time=1 3ad8cda5fd29b97465311b0f3ef794fae2e7ab4b26823593a161c4d438c4a320 [2023-01-17T20:27:11.693Z] $ docker rm -f --volumes 3ad8cda5fd29b97465311b0f3ef794fae2e7ab4b26823593a161c4d438c4a320 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:27:12.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-17T20:27:12.212Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:27:12.420Z] prd-ubuntu20.04-docker-arm64-4c-16g-2792 does not seem to be running inside a container [2023-01-17T20:27:12.497Z] $ 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/375 -v /w/workspace/edgex-go/375:/w/workspace/edgex-go/375:rw,z -v /w/workspace/edgex-go/375@tmp:/w/workspace/edgex-go/375@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-01-17T20:27:13.762Z] $ docker top da6a22d95dd4f96ddac8755649de25b87df763ebe7152c4a3a0522f7daa2ee26 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T20:27:14.598Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-17T20:27:21.249Z] Building core-command ... [2023-01-17T20:27:21.249Z] Building core-data ... [2023-01-17T20:27:21.249Z] Building core-metadata ... [2023-01-17T20:27:21.249Z] Building security-bootstrapper ... [2023-01-17T20:27:21.249Z] Building security-proxy-setup ... [2023-01-17T20:27:21.249Z] Building security-secretstore-setup ... [2023-01-17T20:27:21.249Z] Building security-spiffe-token-provider ... [2023-01-17T20:27:21.249Z] Building security-spire-agent ... [2023-01-17T20:27:21.249Z] Building security-spire-config ... [2023-01-17T20:27:21.249Z] Building security-spire-server ... [2023-01-17T20:27:21.249Z] Building support-notifications ... [2023-01-17T20:27:21.249Z] Building support-scheduler ... [2023-01-17T20:27:21.249Z] Building security-spiffe-token-provider [2023-01-17T20:27:21.249Z] Building core-metadata [2023-01-17T20:27:21.249Z] Building security-spire-agent [2023-01-17T20:27:21.249Z] Building support-scheduler [2023-01-17T20:27:21.249Z] Building security-bootstrapper [2023-01-17T20:27:33.677Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:27:33.677Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:27:33.677Z] ---> eeb8bad7de61 [2023-01-17T20:27:33.677Z] Step 3/32 : WORKDIR /edgex-go [2023-01-17T20:27:33.677Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:27:33.677Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:27:33.677Z] ---> eeb8bad7de61 [2023-01-17T20:27:33.677Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-17T20:27:33.677Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:27:33.677Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:27:33.677Z] ---> eeb8bad7de61 [2023-01-17T20:27:33.677Z] Step 3/24 : WORKDIR /edgex-go [2023-01-17T20:27:33.677Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:27:33.677Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:27:33.677Z] ---> eeb8bad7de61 [2023-01-17T20:27:33.677Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-17T20:27:33.677Z] ---> Running in 874989c138aa [2023-01-17T20:27:33.677Z] ---> Running in e630a1e4c737 [2023-01-17T20:27:33.677Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:27:33.677Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:27:33.677Z] ---> eeb8bad7de61 [2023-01-17T20:27:33.677Z] Step 3/19 : WORKDIR /edgex-go [2023-01-17T20:27:33.677Z] ---> Running in 8dcd03b43875 [2023-01-17T20:27:33.677Z] ---> Running in ad9c5cab16b8 [2023-01-17T20:27:33.677Z] ---> Running in b0cf7768220f [2023-01-17T20:27:33.677Z] Removing intermediate container 874989c138aa [2023-01-17T20:27:33.677Z] ---> cfd042810c1f [2023-01-17T20:27:33.677Z] Step 4/22 : WORKDIR /edgex-go [2023-01-17T20:27:33.952Z] Removing intermediate container ad9c5cab16b8 [2023-01-17T20:27:33.952Z] ---> af0a7880f04f [2023-01-17T20:27:33.952Z] Step 4/24 : WORKDIR /edgex-go [2023-01-17T20:27:33.952Z] Removing intermediate container 8dcd03b43875 [2023-01-17T20:27:33.952Z] ---> 41a139681a09 [2023-01-17T20:27:34.220Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-17T20:27:34.221Z] ---> Running in af162c78f67d [2023-01-17T20:27:34.221Z] ---> Running in 41ce464bb34e [2023-01-17T20:27:34.221Z] Removing intermediate container b0cf7768220f [2023-01-17T20:27:34.221Z] ---> faffc26d7e3e [2023-01-17T20:27:34.221Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-17T20:27:34.221Z] Removing intermediate container e630a1e4c737 [2023-01-17T20:27:34.221Z] ---> 53658d0f081e [2023-01-17T20:27:34.221Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-17T20:27:34.487Z] ---> Running in bfd0db332104 [2023-01-17T20:27:34.487Z] ---> Running in 6cc01b9b4133 [2023-01-17T20:27:34.487Z] ---> Running in d307ffb85a37 [2023-01-17T20:27:35.074Z] Removing intermediate container af162c78f67d [2023-01-17T20:27:35.074Z] ---> d95defa211b5 [2023-01-17T20:27:35.074Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-17T20:27:35.074Z] ---> Running in a9da46779f19 [2023-01-17T20:27:35.341Z] Removing intermediate container 41ce464bb34e [2023-01-17T20:27:35.341Z] ---> dc921a456e37 [2023-01-17T20:27:35.341Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-17T20:27:35.341Z] ---> Running in ef2a3d84eb4d [2023-01-17T20:27:36.761Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:27:37.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:27:37.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:27:37.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:27:37.305Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:27:37.305Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:27:37.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:27:37.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:27:37.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:27:38.163Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:27:38.747Z] OK: 221 MiB in 51 packages [2023-01-17T20:27:38.747Z] OK: 221 MiB in 51 packages [2023-01-17T20:27:39.026Z] v3.16.3-125-gdeedb1d818 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-17T20:27:39.026Z] v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-17T20:27:39.026Z] OK: 16900 distinct packages available [2023-01-17T20:27:39.026Z] OK: 221 MiB in 51 packages [2023-01-17T20:27:39.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:27:39.579Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:27:39.847Z] OK: 221 MiB in 51 packages [2023-01-17T20:27:40.430Z] Removing intermediate container 6cc01b9b4133 [2023-01-17T20:27:40.430Z] ---> a7100e34af14 [2023-01-17T20:27:40.430Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-17T20:27:41.016Z] OK: 221 MiB in 51 packages [2023-01-17T20:27:41.016Z] Removing intermediate container a9da46779f19 [2023-01-17T20:27:41.016Z] ---> f573861c929d [2023-01-17T20:27:41.016Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-17T20:27:41.016Z] Removing intermediate container bfd0db332104 [2023-01-17T20:27:41.016Z] ---> 4ce83e20db66 [2023-01-17T20:27:41.016Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-17T20:27:41.288Z] Removing intermediate container ef2a3d84eb4d [2023-01-17T20:27:41.288Z] ---> 4d4aecb17de0 [2023-01-17T20:27:41.288Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-17T20:27:41.557Z] ---> 85b1a5916bca [2023-01-17T20:27:41.557Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:27:41.831Z] ---> Running in f1f033a1228e [2023-01-17T20:27:42.433Z] ---> b9074b3783d4 [2023-01-17T20:27:42.433Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:27:42.433Z] ---> Running in 0b2cdfeb207a [2023-01-17T20:27:42.706Z] ---> 0e8e89a5598f [2023-01-17T20:27:42.706Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:27:42.706Z] ---> ea0c3b798d51 [2023-01-17T20:27:42.706Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:27:42.706Z] ---> Running in b99a4d0244b5 [2023-01-17T20:27:42.706Z] ---> Running in 6ad3e5a6dafa [2023-01-17T20:27:42.973Z] Removing intermediate container d307ffb85a37 [2023-01-17T20:27:42.973Z] ---> 9b24d47d2302 [2023-01-17T20:27:42.973Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-17T20:27:44.391Z] ---> 623ee96d7688 [2023-01-17T20:27:44.391Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:27:44.391Z] ---> Running in 5baa8b674378 [2023-01-17T20:28:59.968Z] Removing intermediate container 747ce565dd23 [2023-01-17T20:28:59.968Z] ---> 7df655759b5e [2023-01-17T20:28:59.968Z] Step 7/24 : COPY . . [2023-01-17T20:28:59.968Z] Removing intermediate container 4de4e8fdeaeb [2023-01-17T20:28:59.968Z] ---> 305017911166 [2023-01-17T20:28:59.968Z] Step 8/22 : COPY . . [2023-01-17T20:28:59.968Z] Removing intermediate container eb5f221741b3 [2023-01-17T20:28:59.968Z] Removing intermediate container 22f0d485f9c0 [2023-01-17T20:28:59.968Z] ---> 42de59ad7b69 [2023-01-17T20:28:59.968Z] ---> 026ef6097046 [2023-01-17T20:28:59.968Z] Step 7/21 : COPY . .Step 8/23 : COPY . . [2023-01-17T20:28:59.968Z] [2023-01-17T20:28:59.968Z] Removing intermediate container 25b959e1116e [2023-01-17T20:28:59.969Z] ---> 5355043b899d [2023-01-17T20:28:59.969Z] Step 8/22 : COPY . . [2023-01-17T20:29:38.716Z] ---> 89920967b237 [2023-01-17T20:29:38.716Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-17T20:29:38.716Z] ---> a5ce080ba954 [2023-01-17T20:29:38.716Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-17T20:29:38.716Z] ---> 26bc0d3dd657 [2023-01-17T20:29:38.716Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-17T20:29:38.716Z] ---> eb18841ab401 [2023-01-17T20:29:38.716Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-17T20:29:38.716Z] ---> 3f876af7f6e1 [2023-01-17T20:29:38.716Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-17T20:29:39.651Z] ---> Running in dba4afba94cf [2023-01-17T20:29:39.651Z] ---> Running in 41a82a8dc0c4 [2023-01-17T20:29:39.651Z] ---> Running in 878a40855d64 [2023-01-17T20:29:39.651Z] ---> Running in 2a173f21f9fd [2023-01-17T20:29:39.651Z] ---> Running in 622ae4222f5b [2023-01-17T20:29:41.554Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-01-17T20:29:41.825Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-17T20:29:42.773Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-17T20:29:43.752Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-17T20:29:44.018Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-17T20:29:51.236Z] Removing intermediate container 5baa8b674378 [2023-01-17T20:29:51.236Z] ---> f07c5081f37f [2023-01-17T20:29:51.236Z] Step 7/19 : COPY . . [2023-01-17T20:29:51.236Z] Removing intermediate container f1f033a1228e [2023-01-17T20:29:51.236Z] ---> 1647c8dab9fc [2023-01-17T20:29:51.236Z] Step 7/32 : COPY . . [2023-01-17T20:29:51.236Z] ---> 855c174a1ce9 [2023-01-17T20:29:51.236Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-17T20:29:51.236Z] ---> Running in 25f08052fcba [2023-01-17T20:29:51.236Z] ---> 46b9098db652 [2023-01-17T20:29:51.236Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-17T20:29:51.236Z] Removing intermediate container b99a4d0244b5 [2023-01-17T20:29:51.236Z] ---> b4bdb50ac965 [2023-01-17T20:29:51.236Z] Step 8/22 : COPY . . [2023-01-17T20:29:51.236Z] ---> Running in 7407d25efc2e [2023-01-17T20:29:51.236Z] Removing intermediate container 6ad3e5a6dafa [2023-01-17T20:29:51.236Z] ---> d06ddffc40ff [2023-01-17T20:29:51.236Z] Step 8/24 : COPY . . [2023-01-17T20:29:51.236Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-17T20:29:51.236Z] Removing intermediate container 0b2cdfeb207a [2023-01-17T20:29:51.236Z] ---> 1fa867170e6b [2023-01-17T20:29:51.236Z] Step 7/24 : COPY . . [2023-01-17T20:29:51.236Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-17T20:29:53.834Z] ---> d0943bd83057 [2023-01-17T20:29:53.834Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-17T20:29:54.115Z] ---> 48fbfccd5d28 [2023-01-17T20:29:54.115Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-17T20:29:54.115Z] ---> Running in 81965fc35573 [2023-01-17T20:29:54.388Z] ---> Running in 52e65350f468 [2023-01-17T20:29:58.677Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-17T20:29:58.677Z] ---> 44d3aa7d8190 [2023-01-17T20:29:58.677Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-17T20:29:58.677Z] ---> Running in bcb3fb46bbbf [2023-01-17T20:29:58.677Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-01-17T20:29:58.677Z] Removing intermediate container bcb3fb46bbbf [2023-01-17T20:29:58.677Z] ---> 9d4556427f93 [2023-01-17T20:29:58.677Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-17T20:29:58.959Z] ---> Running in 700d565dd28e [2023-01-17T20:29:59.937Z] Removing intermediate container 700d565dd28e [2023-01-17T20:29:59.937Z] ---> ced41297b6a9 [2023-01-17T20:29:59.937Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-17T20:29:59.937Z] ---> Running in 6cd31c6a1cf8 [2023-01-17T20:30:04.220Z] Removing intermediate container 6cd31c6a1cf8 [2023-01-17T20:30:04.220Z] ---> 7b294c81dc27 [2023-01-17T20:30:04.220Z] Step 11/24 : WORKDIR /edgex-go [2023-01-17T20:30:04.220Z] ---> Running in fb4ca366c91c [2023-01-17T20:30:04.220Z] Removing intermediate container fb4ca366c91c [2023-01-17T20:30:04.220Z] ---> 455d05ce53e5 [2023-01-17T20:30:04.502Z] [2023-01-17T20:30:04.502Z] Step 12/24 : FROM alpine:3.15 [2023-01-17T20:30:05.913Z] 3.15: Pulling from library/alpine [2023-01-17T20:30:07.865Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-17T20:30:07.865Z] Status: Downloaded newer image for alpine:3.15 [2023-01-17T20:30:07.865Z] ---> 8aa73fd46299 [2023-01-17T20:30:07.865Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T20:30:08.456Z] ---> Running in a389e256584c [2023-01-17T20:30:09.422Z] Removing intermediate container a389e256584c [2023-01-17T20:30:09.422Z] ---> 96ac72136ba8 [2023-01-17T20:30:09.422Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-17T20:30:09.422Z] ---> Running in 96e56dc20106 [2023-01-17T20:30:12.000Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:30:12.583Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:30:14.538Z] v3.15.6-263-g7c8ce57c5e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-17T20:30:14.538Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-17T20:30:14.538Z] OK: 15736 distinct packages available [2023-01-17T20:30:14.538Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:30:15.128Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:30:16.195Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-17T20:30:16.195Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-17T20:30:17.087Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-17T20:30:17.087Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-17T20:30:17.087Z] (3/5) Installing libucontext (1.1-r0) [2023-01-17T20:30:17.087Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-17T20:30:17.087Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-17T20:30:17.087Z] Executing busybox-1.34.1-r7.trigger [2023-01-17T20:30:17.087Z] OK: 6 MiB in 19 packages [2023-01-17T20:30:21.392Z] Removing intermediate container 96e56dc20106 [2023-01-17T20:30:21.392Z] ---> 8ea56403e034 [2023-01-17T20:30:21.392Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-17T20:30:26.970Z] ---> 39724f7da0a1 [2023-01-17T20:30:26.970Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-17T20:30:35.282Z] ---> f363f83fdf6c [2023-01-17T20:30:35.282Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-17T20:30:36.697Z] ---> bc54d4f5c7a6 [2023-01-17T20:30:36.697Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-17T20:30:40.055Z] ---> 08e431a8e0f1 [2023-01-17T20:30:40.055Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-17T20:30:42.027Z] ---> c06d4aa3d2af [2023-01-17T20:30:42.027Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-17T20:30:42.302Z] ---> Running in 0dfbfe05f29f [2023-01-17T20:30:43.297Z] Removing intermediate container 0dfbfe05f29f [2023-01-17T20:30:43.297Z] ---> 0bfbf91b2229 [2023-01-17T20:30:43.297Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-17T20:30:43.297Z] ---> Running in ac5b47aa842c [2023-01-17T20:30:44.265Z] Removing intermediate container ac5b47aa842c [2023-01-17T20:30:44.265Z] ---> 8e9e572d1e4e [2023-01-17T20:30:44.265Z] Step 22/24 : LABEL arch=arm64 [2023-01-17T20:30:44.265Z] ---> Running in 8e50f83c92e1 [2023-01-17T20:30:45.247Z] Removing intermediate container 8e50f83c92e1 [2023-01-17T20:30:45.247Z] ---> 3cc8b4fcb3de [2023-01-17T20:30:45.247Z] Step 23/24 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:30:45.516Z] ---> Running in c031a2196503 [2023-01-17T20:30:46.100Z] Removing intermediate container c031a2196503 [2023-01-17T20:30:46.100Z] ---> c021adf2c083 [2023-01-17T20:30:46.100Z] Step 24/24 : LABEL version=3.0.0-dev.21 [2023-01-17T20:30:46.368Z] ---> Running in f15ff3fbd2a9 [2023-01-17T20:30:46.953Z] Removing intermediate container f15ff3fbd2a9 [2023-01-17T20:30:46.953Z] ---> 64927987b091 [2023-01-17T20:30:46.953Z] [2023-01-17T20:30:47.221Z] Successfully built 64927987b091 [2023-01-17T20:30:47.221Z] Successfully tagged security-spire-agent-arm64:latest [2023-01-17T20:30:47.221Z]  Building security-spire-agent ... done Building security-spire-config [2023-01-17T20:30:52.568Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:30:52.568Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:30:52.568Z] ---> eeb8bad7de61 [2023-01-17T20:30:52.568Z] Step 3/24 : WORKDIR /edgex-go [2023-01-17T20:30:52.568Z] ---> Using cache [2023-01-17T20:30:52.568Z] ---> 53658d0f081e [2023-01-17T20:30:52.568Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-17T20:30:52.568Z] ---> Running in 8b93d788b95f [2023-01-17T20:30:53.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:30:54.568Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:30:56.543Z] OK: 221 MiB in 51 packages [2023-01-17T20:30:57.967Z] Removing intermediate container 8b93d788b95f [2023-01-17T20:30:57.967Z] ---> 5a4a2f342a77 [2023-01-17T20:30:57.967Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-17T20:30:58.972Z] ---> 574337cab104 [2023-01-17T20:30:58.972Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:30:58.972Z] ---> Running in 67bd5295320e [2023-01-17T20:31:04.067Z] Removing intermediate container 41a82a8dc0c4 [2023-01-17T20:31:04.068Z] ---> 6d85249e45b3 [2023-01-17T20:31:04.068Z] [2023-01-17T20:31:04.068Z] Step 10/22 : FROM alpine:3.16 [2023-01-17T20:31:04.068Z] Removing intermediate container 878a40855d64 [2023-01-17T20:31:04.068Z] ---> f9323bf47447 [2023-01-17T20:31:04.068Z] [2023-01-17T20:31:04.068Z] Step 9/24 : FROM alpine:3.16 [2023-01-17T20:31:04.068Z] Removing intermediate container 622ae4222f5b [2023-01-17T20:31:04.068Z] ---> 3dc2de027c3c [2023-01-17T20:31:04.068Z] [2023-01-17T20:31:04.068Z] Step 10/22 : FROM alpine:3.16 [2023-01-17T20:31:04.068Z] Removing intermediate container dba4afba94cf [2023-01-17T20:31:04.068Z] ---> b09be4241584 [2023-01-17T20:31:04.068Z] [2023-01-17T20:31:04.068Z] Step 9/21 : FROM alpine:3.16 [2023-01-17T20:31:04.068Z] Removing intermediate container 2a173f21f9fd [2023-01-17T20:31:04.068Z] ---> 63ad48f57b38 [2023-01-17T20:31:04.068Z] [2023-01-17T20:31:04.068Z] Step 10/23 : FROM alpine:3.16 [2023-01-17T20:31:04.068Z] 3.16: Pulling from library/alpine [2023-01-17T20:31:04.068Z] 3.16: Pulling from library/alpine [2023-01-17T20:31:04.068Z] 3.16: Pulling from library/alpine [2023-01-17T20:31:04.068Z] 3.16: Pulling from library/alpine [2023-01-17T20:31:04.068Z] 3.16: Pulling from library/alpine [2023-01-17T20:31:04.068Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-17T20:31:04.068Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-17T20:31:04.068Z] Status: Downloaded newer image for alpine:3.16 [2023-01-17T20:31:04.068Z] Status: Image is up to date for alpine:3.16 [2023-01-17T20:31:04.068Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-17T20:31:04.068Z] Status: Image is up to date for alpine:3.16 [2023-01-17T20:31:04.068Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-17T20:31:04.068Z] Status: Image is up to date for alpine:3.16 [2023-01-17T20:31:04.068Z] ---> bfe296a52501 [2023-01-17T20:31:04.068Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-17T20:31:04.068Z] ---> bfe296a52501 [2023-01-17T20:31:04.068Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-17T20:31:04.068Z] ---> bfe296a52501 [2023-01-17T20:31:04.068Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-17T20:31:04.068Z] ---> bfe296a52501 [2023-01-17T20:31:04.068Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-17T20:31:04.068Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-17T20:31:04.068Z] Status: Image is up to date for alpine:3.16 [2023-01-17T20:31:04.068Z] ---> bfe296a52501 [2023-01-17T20:31:04.068Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-17T20:31:04.068Z] ---> Running in e8e3984ac4f4 [2023-01-17T20:31:04.068Z] ---> Running in 7522bfb404a0 [2023-01-17T20:31:04.068Z] ---> Running in 1985104da6d2 [2023-01-17T20:31:04.068Z] ---> Running in a009350822bc [2023-01-17T20:31:04.068Z] ---> Running in d8ca85aac629 [2023-01-17T20:31:04.648Z] Removing intermediate container 7522bfb404a0 [2023-01-17T20:31:04.648Z] ---> 45431f961d83 [2023-01-17T20:31:04.648Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-17T20:31:05.219Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:31:05.219Z] ---> Running in 89ae3128e64a [2023-01-17T20:31:05.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:31:05.737Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-17T20:31:05.737Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:31:05.737Z] OK: 6 MiB in 15 packages [2023-01-17T20:31:05.737Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:31:05.995Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:31:05.995Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-17T20:31:06.255Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-17T20:31:06.255Z] (3/3) Installing su-exec (0.2-r1) [2023-01-17T20:31:06.255Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:31:06.255Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T20:31:06.255Z] OK: 6 MiB in 17 packages [2023-01-17T20:31:07.641Z] Removing intermediate container 89ae3128e64a [2023-01-17T20:31:07.641Z] ---> 87638c9b4398 [2023-01-17T20:31:07.641Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-17T20:31:07.902Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:31:08.162Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:31:08.162Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-17T20:31:08.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:31:08.423Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-17T20:31:08.423Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-17T20:31:08.423Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-17T20:31:08.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:31:08.423Z] (5/6) Installing curl (7.83.1-r5) [2023-01-17T20:31:08.423Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-17T20:31:08.423Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:31:08.423Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T20:31:08.818Z] OK: 8 MiB in 20 packages [2023-01-17T20:31:08.818Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-17T20:31:08.818Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:31:08.818Z] OK: 6 MiB in 15 packages [2023-01-17T20:31:08.818Z] ---> Running in a458d3c37718 [2023-01-17T20:31:11.357Z] Removing intermediate container a458d3c37718 [2023-01-17T20:31:11.357Z] ---> b76f7099811d [2023-01-17T20:31:11.357Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-17T20:31:11.927Z] ---> Running in f1bb00ed25f1 [2023-01-17T20:31:11.927Z] Removing intermediate container e8e3984ac4f4 [2023-01-17T20:31:11.927Z] ---> a5e245ae634a [2023-01-17T20:31:11.927Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T20:31:12.189Z] Removing intermediate container 1985104da6d2 [2023-01-17T20:31:12.189Z] ---> 8045932933cc [2023-01-17T20:31:12.189Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-17T20:31:12.760Z] ---> Running in 7ff232212ce1 [2023-01-17T20:31:13.332Z] ---> Running in 1971626ee33f [2023-01-17T20:31:13.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:31:13.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:31:13.594Z] Removing intermediate container d8ca85aac629 [2023-01-17T20:31:13.594Z] ---> 1463c8e77ab0 [2023-01-17T20:31:13.594Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T20:31:13.594Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-17T20:31:13.594Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:31:13.594Z] OK: 6 MiB in 15 packages [2023-01-17T20:31:13.855Z] Removing intermediate container a009350822bc [2023-01-17T20:31:13.855Z] ---> 9c1d57e8fa31 [2023-01-17T20:31:13.855Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-17T20:31:14.436Z] ---> Running in 1047e82c05d1 [2023-01-17T20:31:14.436Z] Removing intermediate container 7ff232212ce1 [2023-01-17T20:31:14.436Z] ---> 20107d12efc4 [2023-01-17T20:31:14.436Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-17T20:31:15.411Z] Removing intermediate container 1971626ee33f [2023-01-17T20:31:15.411Z] ---> 9924b58d0afa [2023-01-17T20:31:15.411Z] Step 12/24 : WORKDIR / [2023-01-17T20:31:15.411Z] ---> Running in 7776ef3aae21 [2023-01-17T20:31:15.672Z] ---> Running in 00d50710d01b [2023-01-17T20:31:15.949Z] ---> Running in a5353edc9367 [2023-01-17T20:31:16.521Z] Removing intermediate container 1047e82c05d1 [2023-01-17T20:31:16.521Z] ---> 319d34b0b661 [2023-01-17T20:31:16.521Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-17T20:31:16.521Z] Removing intermediate container f1bb00ed25f1 [2023-01-17T20:31:16.521Z] ---> b1e89f952de7 [2023-01-17T20:31:16.521Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:31:16.783Z] Removing intermediate container 7776ef3aae21 [2023-01-17T20:31:16.783Z] ---> 5ada4a48c057 [2023-01-17T20:31:16.783Z] Step 12/21 : WORKDIR /edgex [2023-01-17T20:31:17.062Z] ---> Running in 8249f5e54a85 [2023-01-17T20:31:17.324Z] Removing intermediate container 00d50710d01b [2023-01-17T20:31:17.324Z] ---> b7e7ecc92039 [2023-01-17T20:31:17.324Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-17T20:31:17.586Z] ---> Running in 4eaea938e12b [2023-01-17T20:31:17.852Z] Removing intermediate container a5353edc9367 [2023-01-17T20:31:17.852Z] ---> 9346c64c1605 [2023-01-17T20:31:17.852Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-01-17T20:31:18.113Z] ---> ae8abfd2142f [2023-01-17T20:31:18.113Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-17T20:31:18.374Z] ---> Running in 9bc342d748a4 [2023-01-17T20:31:20.941Z] Removing intermediate container 8249f5e54a85 [2023-01-17T20:31:20.941Z] ---> 104de0a12737 [2023-01-17T20:31:20.941Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-17T20:31:20.941Z] Removing intermediate container 4eaea938e12b [2023-01-17T20:31:20.941Z] ---> 52430ea7d6fd [2023-01-17T20:31:20.941Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-17T20:31:20.941Z] ---> aacd7dbfbcf4 [2023-01-17T20:31:20.941Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-01-17T20:31:21.203Z] ---> Running in 863dd168ed04 [2023-01-17T20:31:21.466Z] ---> ae4075fa1a55 [2023-01-17T20:31:21.466Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-17T20:31:21.727Z] Removing intermediate container 9bc342d748a4 [2023-01-17T20:31:21.727Z] ---> 00b13765ebec [2023-01-17T20:31:21.727Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:31:23.637Z] ---> 9de74c5881ba [2023-01-17T20:31:23.637Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-17T20:31:23.637Z] ---> 68f61021954d [2023-01-17T20:31:23.637Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-17T20:31:23.637Z] Removing intermediate container 863dd168ed04 [2023-01-17T20:31:23.637Z] ---> c629c467fbdc [2023-01-17T20:31:23.637Z] Step 15/23 : WORKDIR / [2023-01-17T20:31:23.896Z] ---> dc56f496cb7f [2023-01-17T20:31:23.896Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-17T20:31:24.833Z] ---> c059dff9e785 [2023-01-17T20:31:24.833Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-17T20:31:25.773Z] ---> Running in b4b09bdfa22a [2023-01-17T20:31:26.713Z] ---> 088ef81254d1 [2023-01-17T20:31:26.713Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-01-17T20:31:26.713Z] ---> Running in 40a30b33dded [2023-01-17T20:31:26.713Z] ---> 484ec7d3b569 [2023-01-17T20:31:26.713Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-17T20:31:28.103Z] ---> 4bc1f6f2749f [2023-01-17T20:31:28.103Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-17T20:31:28.710Z] Removing intermediate container b4b09bdfa22a [2023-01-17T20:31:28.710Z] ---> 03b4cb37152a [2023-01-17T20:31:28.710Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:31:29.280Z] Removing intermediate container 40a30b33dded [2023-01-17T20:31:29.280Z] ---> 1b1788aea733 [2023-01-17T20:31:29.280Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T20:31:29.280Z] ---> c7eba178b85f [2023-01-17T20:31:29.280Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-17T20:31:29.539Z] ---> 1f3652413474 [2023-01-17T20:31:29.539Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-17T20:31:29.812Z] ---> 338527e39c3e [2023-01-17T20:31:29.812Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-17T20:31:30.072Z] ---> Running in 64fa459111b2 [2023-01-17T20:31:30.330Z] ---> Running in f1f8b83834d0 [2023-01-17T20:31:30.330Z] ---> 81bfa397c96c [2023-01-17T20:31:30.330Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-17T20:31:31.711Z] ---> af9b9e3ad943 [2023-01-17T20:31:31.711Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-17T20:31:31.711Z] ---> 9f90cfe65d57 [2023-01-17T20:31:31.711Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-17T20:31:32.650Z] Removing intermediate container 64fa459111b2 [2023-01-17T20:31:32.650Z] ---> e48f9aa3c9ec [2023-01-17T20:31:32.650Z] Step 20/22 : LABEL arch=x86_64 [2023-01-17T20:31:32.650Z] Removing intermediate container f1f8b83834d0 [2023-01-17T20:31:32.650Z] ---> 42c6eca4d269 [2023-01-17T20:31:32.650Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T20:31:32.650Z] ---> Running in 7c44f6ddcbf4 [2023-01-17T20:31:32.650Z] ---> 8a79a822db21 [2023-01-17T20:31:32.650Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-17T20:31:33.220Z] ---> 170c4dd33bfa [2023-01-17T20:31:33.220Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-17T20:31:33.220Z] ---> Running in f5731a3d2af4 [2023-01-17T20:31:34.603Z] ---> Running in 1c5a9ec6ecd7 [2023-01-17T20:31:35.208Z] ---> 27f53bd1f4fe [2023-01-17T20:31:35.208Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-17T20:31:36.215Z] Removing intermediate container f5731a3d2af4 [2023-01-17T20:31:36.215Z] ---> f6592f7e4e75 [2023-01-17T20:31:36.215Z] Step 21/22 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:31:36.477Z] ---> c366d765b99e [2023-01-17T20:31:36.477Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-17T20:31:36.477Z] ---> Running in de5508959d23 [2023-01-17T20:31:36.746Z] Removing intermediate container 1c5a9ec6ecd7 [2023-01-17T20:31:36.746Z] ---> f33de252640f [2023-01-17T20:31:36.746Z] Step 20/22 : LABEL arch=x86_64 [2023-01-17T20:31:37.028Z] ---> Running in 5fbfb338f983 [2023-01-17T20:31:37.288Z] ---> Running in c2ee86b369f9 [2023-01-17T20:31:37.547Z] ---> Running in a882a4fda770 [2023-01-17T20:31:38.116Z] Removing intermediate container de5508959d23 [2023-01-17T20:31:38.116Z] ---> 507e8623d1c0 [2023-01-17T20:31:38.116Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T20:31:38.699Z] Removing intermediate container 5fbfb338f983 [2023-01-17T20:31:38.699Z] ---> ac5a780a426e [2023-01-17T20:31:38.699Z] Step 22/22 : LABEL version=3.0.0-dev.21 [2023-01-17T20:31:39.270Z] Removing intermediate container 7c44f6ddcbf4 [2023-01-17T20:31:39.270Z] ---> 4c20a197e243 [2023-01-17T20:31:39.270Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-17T20:31:39.270Z] Removing intermediate container a882a4fda770 [2023-01-17T20:31:39.270Z] ---> c3cf261c934a [2023-01-17T20:31:39.270Z] Step 21/22 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:31:39.847Z] ---> Running in baba4ad30d9a [2023-01-17T20:31:39.847Z] ---> Running in 853f6f1920ae [2023-01-17T20:31:40.109Z] ---> Running in 3d99221e7886 [2023-01-17T20:31:40.376Z] ---> Running in 0079540ca438 [2023-01-17T20:31:40.945Z] Removing intermediate container 853f6f1920ae [2023-01-17T20:31:40.945Z] ---> 1a836396f90a [2023-01-17T20:31:40.945Z] Step 21/23 : LABEL arch=x86_64 [2023-01-17T20:31:40.945Z] Removing intermediate container baba4ad30d9a [2023-01-17T20:31:40.945Z] ---> d0b91b78285a [2023-01-17T20:31:40.945Z] [2023-01-17T20:31:41.206Z] Successfully built d0b91b78285a [2023-01-17T20:31:41.467Z] Removing intermediate container 3d99221e7886 [2023-01-17T20:31:41.467Z] ---> 284a1760f6f2 [2023-01-17T20:31:41.467Z] Step 19/21 : LABEL arch=x86_64 [2023-01-17T20:31:41.726Z] Successfully tagged core-data:latest [2023-01-17T20:31:41.726Z] Removing intermediate container 0079540ca438 [2023-01-17T20:31:41.726Z] ---> 494c486c31e6 [2023-01-17T20:31:41.726Z] Step 22/22 : LABEL version=3.0.0-dev.21 [2023-01-17T20:31:41.726Z] Building support-notifications [2023-01-17T20:31:44.269Z]  Building core-data ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:31:44.269Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:31:44.269Z] ---> e7a2c909d88b [2023-01-17T20:31:44.269Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-17T20:31:44.269Z] ---> Using cache [2023-01-17T20:31:44.269Z] ---> 4a696ad1f3d9 [2023-01-17T20:31:44.269Z] Step 4/22 : WORKDIR /edgex-go [2023-01-17T20:31:44.269Z] ---> Using cache [2023-01-17T20:31:44.269Z] ---> c75c4b3c15dc [2023-01-17T20:31:44.269Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-17T20:31:48.496Z] ---> Running in d824cfb1ac9a [2023-01-17T20:31:53.802Z] Removing intermediate container c2ee86b369f9 [2023-01-17T20:31:53.802Z] ---> 979ba6464bf1 [2023-01-17T20:31:53.802Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-17T20:31:53.802Z] ---> Running in b25f890880ca [2023-01-17T20:31:53.802Z] ---> Running in e182d49ee97b [2023-01-17T20:31:53.802Z] ---> Running in f81515c4d898 [2023-01-17T20:31:54.062Z] Removing intermediate container d824cfb1ac9a [2023-01-17T20:31:54.062Z] ---> 35b225ebaade [2023-01-17T20:31:54.062Z] Step 22/23 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:31:54.062Z] ---> Running in bbdacc479211 [2023-01-17T20:31:55.444Z] ---> Running in cb9306aca2f9 [2023-01-17T20:31:55.445Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:31:55.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:31:55.727Z] Removing intermediate container b25f890880ca [2023-01-17T20:31:55.727Z] ---> 961adc7e6377 [2023-01-17T20:31:55.727Z] Step 20/21 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:31:55.727Z] Removing intermediate container f81515c4d898 [2023-01-17T20:31:55.727Z] ---> 667570762267 [2023-01-17T20:31:55.727Z] [2023-01-17T20:31:55.988Z] OK: 211 MiB in 51 packages [2023-01-17T20:31:55.988Z] Successfully built 667570762267 [2023-01-17T20:31:55.988Z] Removing intermediate container bbdacc479211 [2023-01-17T20:31:55.988Z] ---> 9cac87e03fad [2023-01-17T20:31:55.988Z] Step 22/24 : LABEL arch=x86_64 [2023-01-17T20:31:55.988Z] Successfully tagged support-scheduler:latest [2023-01-17T20:31:55.988Z] Building security-spiffe-token-provider [2023-01-17T20:31:56.334Z]  Building support-scheduler ... done  ---> Running in 1b8ce11eff2e [2023-01-17T20:31:56.334Z] Removing intermediate container cb9306aca2f9 [2023-01-17T20:31:56.334Z] ---> 264d752f2b27 [2023-01-17T20:31:56.334Z] Step 23/23 : LABEL version=3.0.0-dev.21 [2023-01-17T20:32:15.440Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:32:15.440Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:32:15.440Z] ---> e7a2c909d88b [2023-01-17T20:32:15.440Z] Step 3/19 : WORKDIR /edgex-go [2023-01-17T20:32:15.440Z] ---> Using cache [2023-01-17T20:32:15.440Z] ---> 85a61c9651f5 [2023-01-17T20:32:15.440Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-17T20:32:20.762Z] ---> Running in 33309c7e231c [2023-01-17T20:32:21.461Z] ---> Running in 4d5a149c7096 [2023-01-17T20:32:21.461Z] ---> Running in 07e57acff34d [2023-01-17T20:32:22.396Z] Removing intermediate container 1b8ce11eff2e [2023-01-17T20:32:22.396Z] ---> 7c8285c5870a [2023-01-17T20:32:22.396Z] Step 21/21 : LABEL version=3.0.0-dev.21 [2023-01-17T20:32:24.301Z] ---> Running in 441cc163d6b6 [2023-01-17T20:32:24.894Z] Removing intermediate container 33309c7e231c [2023-01-17T20:32:24.894Z] ---> 50d4a75a50a2 [2023-01-17T20:32:24.894Z] Step 23/24 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:32:24.894Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:32:25.181Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:32:25.439Z] Removing intermediate container e182d49ee97b [2023-01-17T20:32:25.439Z] ---> bb31dd58d0f3 [2023-01-17T20:32:25.439Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-17T20:32:25.439Z] v3.16.3-125-gdeedb1d818 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-17T20:32:25.439Z] v3.16.3-122-g600819cc53 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-17T20:32:25.439Z] OK: 17043 distinct packages available [2023-01-17T20:32:25.439Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:32:25.439Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:32:25.710Z] OK: 211 MiB in 51 packages [2023-01-17T20:32:25.977Z] Removing intermediate container 4d5a149c7096 [2023-01-17T20:32:25.977Z] ---> c3169c9ee18b [2023-01-17T20:32:25.977Z] [2023-01-17T20:32:25.977Z] Successfully built c3169c9ee18b [2023-01-17T20:32:26.549Z] Successfully tagged core-command:latest [2023-01-17T20:32:26.549Z]  Building core-command ... done Building security-spire-agent [2023-01-17T20:32:27.123Z] ---> Running in 2bc0d50e9074 [2023-01-17T20:32:31.335Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:32:31.335Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:32:31.335Z] ---> e7a2c909d88b [2023-01-17T20:32:31.335Z] Step 3/24 : WORKDIR /edgex-go [2023-01-17T20:32:31.335Z] ---> Using cache [2023-01-17T20:32:31.335Z] ---> 85a61c9651f5 [2023-01-17T20:32:31.335Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-17T20:32:36.612Z] ---> ad5f82da2a92 [2023-01-17T20:32:36.612Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:32:36.612Z] Removing intermediate container 441cc163d6b6 [2023-01-17T20:32:36.612Z] ---> 874803f9e331 [2023-01-17T20:32:36.612Z] [2023-01-17T20:32:36.612Z] Successfully built 874803f9e331 [2023-01-17T20:32:37.183Z] ---> Running in e590debef064 [2023-01-17T20:32:37.183Z] Successfully tagged security-proxy-setup:latest [2023-01-17T20:32:37.183Z]  Building security-proxy-setup ... done Building core-metadata [2023-01-17T20:32:37.782Z] Removing intermediate container 2bc0d50e9074 [2023-01-17T20:32:37.782Z] ---> 53861b4f3837 [2023-01-17T20:32:37.782Z] Step 24/24 : LABEL version=3.0.0-dev.21 [2023-01-17T20:32:42.000Z] ---> Running in cc599e63b160 [2023-01-17T20:32:48.644Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:32:48.644Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:32:48.644Z] ---> e7a2c909d88b [2023-01-17T20:32:48.644Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-17T20:32:48.644Z] ---> Using cache [2023-01-17T20:32:48.644Z] ---> 4a696ad1f3d9 [2023-01-17T20:32:48.644Z] Step 4/24 : WORKDIR /edgex-go [2023-01-17T20:32:48.644Z] ---> Using cache [2023-01-17T20:32:48.644Z] ---> c75c4b3c15dc [2023-01-17T20:32:48.644Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-17T20:32:48.644Z] ---> Using cache [2023-01-17T20:32:48.644Z] ---> f77962b0bf1f [2023-01-17T20:32:48.644Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-17T20:32:48.644Z] ---> Using cache [2023-01-17T20:32:48.644Z] ---> 07034869e72d [2023-01-17T20:32:48.644Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:32:48.644Z] ---> Using cache [2023-01-17T20:32:48.644Z] ---> 305017911166 [2023-01-17T20:32:48.644Z] Step 8/24 : COPY . . [2023-01-17T20:32:48.644Z] ---> Using cache [2023-01-17T20:32:48.644Z] ---> 89920967b237 [2023-01-17T20:32:48.644Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-17T20:32:52.002Z] ---> Running in 57b6878b40ab [2023-01-17T20:32:52.002Z] Removing intermediate container 07e57acff34d [2023-01-17T20:32:52.002Z] ---> 7079ae83788a [2023-01-17T20:32:52.002Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-17T20:32:52.002Z] ---> Running in 542f6b68ddc7 [2023-01-17T20:32:52.987Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:32:53.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:32:53.245Z] ---> 094500a74b7d [2023-01-17T20:32:53.245Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:32:53.504Z] OK: 211 MiB in 51 packages [2023-01-17T20:32:53.800Z] Removing intermediate container 67bd5295320e [2023-01-17T20:32:53.800Z] ---> f475f53625ce [2023-01-17T20:32:53.800Z] Step 7/24 : COPY . . [2023-01-17T20:32:53.800Z] ---> 4c3f77555f5a [2023-01-17T20:32:53.800Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-17T20:32:53.800Z] ---> Running in b9e46909eb78 [2023-01-17T20:32:53.800Z] Removing intermediate container b9e46909eb78 [2023-01-17T20:32:53.800Z] ---> b7a3cbc1bb49 [2023-01-17T20:32:53.800Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-17T20:32:53.800Z] ---> Running in ab48b00aa95c [2023-01-17T20:32:53.800Z] Removing intermediate container ab48b00aa95c [2023-01-17T20:32:53.800Z] ---> b56d5a8810fc [2023-01-17T20:32:53.800Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-17T20:32:53.800Z] ---> Running in 9190d49845c9 [2023-01-17T20:32:54.536Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-01-17T20:32:54.536Z] Removing intermediate container 57b6878b40ab [2023-01-17T20:32:54.536Z] ---> eaaaf715fbec [2023-01-17T20:32:54.536Z] [2023-01-17T20:32:54.536Z] Successfully built eaaaf715fbec [2023-01-17T20:32:55.106Z] Successfully tagged security-secretstore-setup:latest [2023-01-17T20:32:55.106Z]  Building security-secretstore-setup ... done Building security-bootstrapper [2023-01-17T20:32:55.759Z] Removing intermediate container 9190d49845c9 [2023-01-17T20:32:55.759Z] ---> 00c3b505b001 [2023-01-17T20:32:55.759Z] Step 11/24 : WORKDIR /edgex-go [2023-01-17T20:32:56.026Z] ---> Running in 07e6f700323c [2023-01-17T20:32:56.504Z] ---> Running in 6d59d0ba858c [2023-01-17T20:32:56.611Z] Removing intermediate container 07e6f700323c [2023-01-17T20:32:56.611Z] ---> 4723564cd297 [2023-01-17T20:32:56.611Z] [2023-01-17T20:32:56.611Z] Step 12/24 : FROM alpine:3.15 [2023-01-17T20:32:56.611Z] ---> 8aa73fd46299 [2023-01-17T20:32:56.611Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T20:32:56.611Z] ---> Using cache [2023-01-17T20:32:56.611Z] ---> 96ac72136ba8 [2023-01-17T20:32:56.611Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-17T20:32:56.611Z] ---> Running in fcc841229030 [2023-01-17T20:32:58.558Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:32:59.086Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:32:59.086Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:32:59.086Z] ---> e7a2c909d88b [2023-01-17T20:32:59.086Z] Step 3/32 : WORKDIR /edgex-go [2023-01-17T20:32:59.086Z] ---> Using cache [2023-01-17T20:32:59.086Z] ---> 85a61c9651f5 [2023-01-17T20:32:59.086Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-17T20:32:59.086Z] ---> Using cache [2023-01-17T20:32:59.086Z] ---> 8550aaa8409f [2023-01-17T20:32:59.086Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-17T20:32:59.086Z] ---> Using cache [2023-01-17T20:32:59.086Z] ---> 37e674742c57 [2023-01-17T20:32:59.086Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:32:59.086Z] ---> Using cache [2023-01-17T20:32:59.086Z] ---> 42de59ad7b69 [2023-01-17T20:32:59.086Z] Step 7/32 : COPY . . [2023-01-17T20:32:59.086Z] ---> Using cache [2023-01-17T20:32:59.086Z] ---> a5ce080ba954 [2023-01-17T20:32:59.086Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-17T20:32:59.144Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:33:00.552Z] v3.15.6-263-g7c8ce57c5e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-17T20:33:00.552Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-17T20:33:00.552Z] OK: 15736 distinct packages available [2023-01-17T20:33:00.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:33:01.405Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:33:02.814Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-17T20:33:02.814Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-17T20:33:02.814Z] (3/4) Installing libucontext (1.1-r0) [2023-01-17T20:33:02.814Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-17T20:33:02.814Z] Executing busybox-1.34.1-r7.trigger [2023-01-17T20:33:02.814Z] OK: 6 MiB in 18 packages [2023-01-17T20:33:04.798Z] Removing intermediate container fcc841229030 [2023-01-17T20:33:04.798Z] ---> 4aa31d107adf [2023-01-17T20:33:04.798Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-17T20:33:05.896Z] ---> Running in 51eb00cb46cc [2023-01-17T20:33:06.467Z] Removing intermediate container e590debef064 [2023-01-17T20:33:06.467Z] ---> 581768f15047 [2023-01-17T20:33:06.467Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-17T20:33:06.467Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-01-17T20:33:07.036Z] ---> 972f51762e0e [2023-01-17T20:33:07.036Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:33:07.983Z] ---> Running in 21f3f653de5d [2023-01-17T20:33:11.491Z] ---> 3f603501f91f [2023-01-17T20:33:11.491Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-17T20:33:11.491Z] ---> 8bb903fe6e5f [2023-01-17T20:33:11.491Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-17T20:33:11.491Z] ---> Running in 201894995d6f [2023-01-17T20:33:12.080Z] Removing intermediate container 201894995d6f [2023-01-17T20:33:12.080Z] ---> d240dbf069d7 [2023-01-17T20:33:12.080Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-17T20:33:13.055Z] ---> a5795014c101 [2023-01-17T20:33:13.055Z] Step 19/24 : WORKDIR / [2023-01-17T20:33:13.055Z] ---> Running in d8e941097a7e [2023-01-17T20:33:13.651Z] Removing intermediate container d8e941097a7e [2023-01-17T20:33:13.651Z] ---> ef58bc8767d4 [2023-01-17T20:33:13.651Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-17T20:33:13.927Z] ---> Running in a23321a3a633 [2023-01-17T20:33:14.516Z] Removing intermediate container a23321a3a633 [2023-01-17T20:33:14.516Z] ---> ac40e01fe56a [2023-01-17T20:33:14.516Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-17T20:33:14.516Z] ---> Running in bc4c1de949a1 [2023-01-17T20:33:15.104Z] Removing intermediate container bc4c1de949a1 [2023-01-17T20:33:15.104Z] ---> eb8f09555c66 [2023-01-17T20:33:15.104Z] Step 22/24 : LABEL arch=arm64 [2023-01-17T20:33:15.692Z] ---> Running in 3eb10d01ec0e [2023-01-17T20:33:16.279Z] Removing intermediate container 3eb10d01ec0e [2023-01-17T20:33:16.279Z] ---> b9cc2f2dbd12 [2023-01-17T20:33:16.279Z] Step 23/24 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:33:16.279Z] ---> Running in 248b3912f1e8 [2023-01-17T20:33:16.872Z] Removing intermediate container 248b3912f1e8 [2023-01-17T20:33:16.872Z] ---> 913a97fb0c43 [2023-01-17T20:33:16.872Z] Step 24/24 : LABEL version=3.0.0-dev.21 [2023-01-17T20:33:16.872Z] ---> Running in 16738d68dfb3 [2023-01-17T20:33:17.464Z] Removing intermediate container 16738d68dfb3 [2023-01-17T20:33:17.464Z] ---> 5bc5ea2e3196 [2023-01-17T20:33:17.464Z] [2023-01-17T20:33:17.738Z] Successfully built 5bc5ea2e3196 [2023-01-17T20:33:17.738Z] Successfully tagged security-spire-config-arm64:latest [2023-01-17T20:33:17.738Z]  Building security-spire-config ... done Building core-command [2023-01-17T20:33:22.008Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:33:22.008Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:33:22.008Z] ---> eeb8bad7de61 [2023-01-17T20:33:22.008Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-17T20:33:22.008Z] ---> Using cache [2023-01-17T20:33:22.008Z] ---> af0a7880f04f [2023-01-17T20:33:22.008Z] Step 4/23 : WORKDIR /edgex-go [2023-01-17T20:33:22.008Z] ---> Using cache [2023-01-17T20:33:22.008Z] ---> dc921a456e37 [2023-01-17T20:33:22.008Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-17T20:33:22.008Z] ---> Using cache [2023-01-17T20:33:22.008Z] ---> 4d4aecb17de0 [2023-01-17T20:33:22.008Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-17T20:33:22.008Z] ---> Using cache [2023-01-17T20:33:22.008Z] ---> ea0c3b798d51 [2023-01-17T20:33:22.008Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:33:22.008Z] ---> Using cache [2023-01-17T20:33:22.008Z] ---> d06ddffc40ff [2023-01-17T20:33:22.008Z] Step 8/23 : COPY . . [2023-01-17T20:33:22.008Z] ---> Using cache [2023-01-17T20:33:22.008Z] ---> 48fbfccd5d28 [2023-01-17T20:33:22.008Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-17T20:33:22.008Z] ---> Running in 542e3cca0aa3 [2023-01-17T20:33:23.968Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-01-17T20:35:00.525Z] Removing intermediate container 51eb00cb46cc [2023-01-17T20:35:00.525Z] ---> 67c1aff83496 [2023-01-17T20:35:00.525Z] [2023-01-17T20:35:00.525Z] Step 9/32 : FROM alpine:3.16 [2023-01-17T20:35:00.525Z] ---> bfe296a52501 [2023-01-17T20:35:00.525Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T20:35:00.525Z] Removing intermediate container 542f6b68ddc7 [2023-01-17T20:35:00.525Z] ---> 231e42cb0c29 [2023-01-17T20:35:00.525Z] [2023-01-17T20:35:00.525Z] Step 10/24 : FROM alpine:3.16 [2023-01-17T20:35:00.525Z] ---> bfe296a52501 [2023-01-17T20:35:00.525Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-17T20:35:00.525Z] ---> Using cache [2023-01-17T20:35:00.525Z] ---> 1463c8e77ab0 [2023-01-17T20:35:00.525Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T20:35:00.525Z] ---> Using cache [2023-01-17T20:35:00.525Z] ---> 319d34b0b661 [2023-01-17T20:35:00.525Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-17T20:35:00.525Z] Removing intermediate container 6d59d0ba858c [2023-01-17T20:35:00.525Z] ---> ab5431ec81e2 [2023-01-17T20:35:00.525Z] Step 7/19 : COPY . . [2023-01-17T20:35:00.525Z] Removing intermediate container cc599e63b160 [2023-01-17T20:35:00.525Z] ---> b739ebf2a999 [2023-01-17T20:35:00.525Z] Step 8/22 : COPY . . [2023-01-17T20:35:27.190Z] ---> 7677ffa76919 [2023-01-17T20:35:27.190Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-17T20:35:27.190Z] ---> Running in 8718096d5512 [2023-01-17T20:35:27.190Z] ---> Running in 136a9b168434 [2023-01-17T20:35:27.190Z] ---> 71ca20508485 [2023-01-17T20:35:27.190Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-17T20:35:27.190Z] ---> Running in c7134d9241cc [2023-01-17T20:35:27.449Z] Removing intermediate container 21f3f653de5d [2023-01-17T20:35:27.449Z] ---> ccd43b280a36 [2023-01-17T20:35:27.449Z] Step 7/24 : COPY . . [2023-01-17T20:35:27.707Z] ---> Running in a16feeb9b190 [2023-01-17T20:35:29.081Z] Removing intermediate container 136a9b168434 [2023-01-17T20:35:29.081Z] ---> 0aedd79b11ee [2023-01-17T20:35:29.081Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-17T20:35:39.125Z] Removing intermediate container 8718096d5512 [2023-01-17T20:35:39.125Z] ---> 08619d64a68e [2023-01-17T20:35:39.125Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-17T20:35:39.125Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-17T20:35:39.125Z] ---> Running in 350b44a89c8c [2023-01-17T20:35:39.125Z] ---> 3829c158f304 [2023-01-17T20:35:39.125Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-17T20:35:39.125Z] ---> Running in 5e2c27974c8c [2023-01-17T20:35:39.125Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-17T20:35:40.134Z] ---> Running in 5037828b7093 [2023-01-17T20:35:40.396Z] Removing intermediate container 350b44a89c8c [2023-01-17T20:35:40.396Z] ---> 474889f9a376 [2023-01-17T20:35:40.396Z] Step 15/24 : WORKDIR / [2023-01-17T20:35:40.657Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:35:40.918Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:35:41.188Z] ---> Running in af20b9929354 [2023-01-17T20:35:41.188Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-17T20:35:41.188Z] (2/2) Installing su-exec (0.2-r1) [2023-01-17T20:35:41.188Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:35:41.188Z] OK: 6 MiB in 16 packages [2023-01-17T20:35:51.401Z] Removing intermediate container 5037828b7093 [2023-01-17T20:35:51.401Z] ---> 4cd27c1ba187 [2023-01-17T20:35:51.401Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-17T20:36:06.298Z] Removing intermediate container af20b9929354 [2023-01-17T20:36:06.298Z] ---> 641e3c8831bd [2023-01-17T20:36:06.298Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:36:06.298Z] ---> Running in 343414998e50 [2023-01-17T20:36:18.751Z] ---> 051292aa711d [2023-01-17T20:36:18.751Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-17T20:36:18.751Z] Removing intermediate container 5e2c27974c8c [2023-01-17T20:36:18.751Z] ---> ef87c8d01c78 [2023-01-17T20:36:18.751Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-17T20:36:18.751Z] Removing intermediate container 343414998e50 [2023-01-17T20:36:18.751Z] ---> cd2f5f09fc0c [2023-01-17T20:36:18.751Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-17T20:36:19.696Z] ---> Running in bd71031ad31a [2023-01-17T20:36:19.696Z] ---> Running in b5f421ddde83 [2023-01-17T20:36:20.635Z] ---> 82d8a7925bff [2023-01-17T20:36:20.635Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-17T20:36:30.662Z] Removing intermediate container bd71031ad31a [2023-01-17T20:36:30.662Z] ---> 31f7a6ed96f5 [2023-01-17T20:36:30.662Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-17T20:36:30.662Z] ---> 9115f9b73aad [2023-01-17T20:36:30.662Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-17T20:36:30.662Z] Removing intermediate container c7134d9241cc [2023-01-17T20:36:30.662Z] ---> 047758e5d5e9 [2023-01-17T20:36:30.662Z] [2023-01-17T20:36:30.662Z] Step 9/19 : FROM alpine:3.15 [2023-01-17T20:36:30.662Z] Removing intermediate container a16feeb9b190 [2023-01-17T20:36:30.662Z] ---> f092c9af43a4 [2023-01-17T20:36:30.662Z] [2023-01-17T20:36:30.662Z] Step 10/22 : FROM alpine:3.16 [2023-01-17T20:36:30.662Z] ---> bfe296a52501 [2023-01-17T20:36:30.662Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-17T20:36:30.662Z] 3.15: Pulling from library/alpine [2023-01-17T20:36:30.662Z] ---> Running in 5ddafca7e7b2 [2023-01-17T20:36:31.231Z] ---> Running in 6da129e7b42f [2023-01-17T20:36:31.231Z] ---> 2fdfc078ef5f [2023-01-17T20:36:31.231Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-17T20:36:32.633Z] ---> Running in 1275cafaae5b [2023-01-17T20:36:32.633Z] Removing intermediate container 5ddafca7e7b2 [2023-01-17T20:36:32.633Z] ---> 32163649e580 [2023-01-17T20:36:32.633Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-17T20:36:33.205Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:36:33.205Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-17T20:36:33.466Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:36:33.726Z] Status: Downloaded newer image for alpine:3.15 [2023-01-17T20:36:33.726Z] ---> Running in 6cb124bb0bf3 [2023-01-17T20:36:34.013Z] ---> c4fc93816858 [2023-01-17T20:36:34.013Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-17T20:36:34.013Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T20:36:34.013Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-17T20:36:34.013Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:36:34.013Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T20:36:34.013Z] OK: 6 MiB in 16 packages [2023-01-17T20:36:34.013Z] Removing intermediate container b5f421ddde83 [2023-01-17T20:36:34.013Z] ---> f9bde6895630 [2023-01-17T20:36:34.013Z] Step 11/24 : WORKDIR /edgex-go [2023-01-17T20:36:34.580Z] Removing intermediate container 1275cafaae5b [2023-01-17T20:36:34.580Z] ---> c0394b18106e [2023-01-17T20:36:34.580Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T20:36:35.164Z] ---> Running in 3a954b3cfb63 [2023-01-17T20:36:35.164Z] ---> Running in 6e4201585ae8 [2023-01-17T20:36:35.164Z] ---> Running in 0c423e19bf20 [2023-01-17T20:36:35.423Z] Removing intermediate container 6cb124bb0bf3 [2023-01-17T20:36:35.423Z] ---> c6d4d9699d36 [2023-01-17T20:36:35.423Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-17T20:36:36.828Z] ---> Running in 19eece39c6da [2023-01-17T20:36:37.130Z] Removing intermediate container 6e4201585ae8 [2023-01-17T20:36:37.130Z] ---> 590a2b2c4a9e [2023-01-17T20:36:37.130Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-17T20:36:37.734Z] Removing intermediate container 3a954b3cfb63 [2023-01-17T20:36:37.734Z] ---> d208a865789d [2023-01-17T20:36:37.734Z] [2023-01-17T20:36:37.734Z] Step 12/24 : FROM alpine:3.15 [2023-01-17T20:36:37.734Z] ---> c4fc93816858 [2023-01-17T20:36:37.734Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T20:36:37.734Z] ---> Using cache [2023-01-17T20:36:37.734Z] ---> 590a2b2c4a9e [2023-01-17T20:36:37.734Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-17T20:36:37.734Z] Removing intermediate container 0c423e19bf20 [2023-01-17T20:36:37.734Z] ---> 1ff3edbc4bd8 [2023-01-17T20:36:37.734Z] Step 22/24 : LABEL arch=x86_64 [2023-01-17T20:36:38.034Z] Removing intermediate container 6da129e7b42f [2023-01-17T20:36:38.034Z] ---> c59f42c383ed [2023-01-17T20:36:38.034Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T20:36:38.310Z] ---> Running in d1c11eb838b8 [2023-01-17T20:36:38.577Z] ---> Running in 4b2b3c635e21 [2023-01-17T20:36:38.577Z] ---> Running in f2ef6f76ae11 [2023-01-17T20:36:39.177Z] ---> Running in 0d37b9708986 [2023-01-17T20:36:39.177Z] Removing intermediate container 19eece39c6da [2023-01-17T20:36:39.177Z] ---> 5d4d312a96fb [2023-01-17T20:36:39.177Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-17T20:36:40.154Z] ---> Running in 5a5a50425628 [2023-01-17T20:36:40.419Z] Removing intermediate container f2ef6f76ae11 [2023-01-17T20:36:40.419Z] ---> 6ecd9d53b9e3 [2023-01-17T20:36:40.419Z] Step 23/24 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:36:41.041Z] Removing intermediate container 0d37b9708986 [2023-01-17T20:36:41.041Z] ---> 603397278296 [2023-01-17T20:36:41.041Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-17T20:36:41.645Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:36:41.645Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:36:41.645Z] ---> Running in f1aadece4fcc [2023-01-17T20:36:41.909Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:36:41.909Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:36:41.909Z] ---> Running in 2d4aec63401b [2023-01-17T20:36:41.909Z] v3.15.6-263-g7c8ce57c5e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-17T20:36:41.909Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-17T20:36:41.909Z] OK: 15859 distinct packages available [2023-01-17T20:36:41.909Z] v3.15.6-263-g7c8ce57c5e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-17T20:36:41.909Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-17T20:36:41.909Z] OK: 15859 distinct packages available [2023-01-17T20:36:42.171Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:36:42.171Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:36:42.171Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:36:42.171Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:36:42.432Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-17T20:36:42.432Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-17T20:36:42.432Z] (3/5) Installing libucontext (1.1-r0) [2023-01-17T20:36:42.432Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-17T20:36:42.432Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-17T20:36:42.432Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-17T20:36:42.432Z] Executing busybox-1.34.1-r7.trigger [2023-01-17T20:36:42.432Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-17T20:36:42.432Z] OK: 7 MiB in 19 packages [2023-01-17T20:36:42.432Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-17T20:36:42.432Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-17T20:36:42.432Z] (5/9) Installing curl (7.80.0-r5) [2023-01-17T20:36:42.432Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-17T20:36:42.432Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-17T20:36:42.432Z] (8/9) Installing libucontext (1.1-r0) [2023-01-17T20:36:42.432Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-17T20:36:42.432Z] Executing busybox-1.34.1-r7.trigger [2023-01-17T20:36:42.432Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T20:36:42.432Z] OK: 8 MiB in 23 packages [2023-01-17T20:36:43.393Z] Removing intermediate container f1aadece4fcc [2023-01-17T20:36:43.393Z] ---> 69d0230bbb09 [2023-01-17T20:36:43.393Z] Step 24/24 : LABEL version=3.0.0-dev.21 [2023-01-17T20:36:43.654Z] Removing intermediate container 2d4aec63401b [2023-01-17T20:36:43.654Z] ---> c2c9e4ec9e94 [2023-01-17T20:36:43.654Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-17T20:36:43.922Z] ---> Running in 0a36c99ecbae [2023-01-17T20:36:44.181Z] ---> Running in 8432200fba33 [2023-01-17T20:36:45.568Z] Removing intermediate container 0a36c99ecbae [2023-01-17T20:36:45.568Z] ---> b3b881980c90 [2023-01-17T20:36:45.568Z] [2023-01-17T20:36:45.568Z] Successfully built b3b881980c90 [2023-01-17T20:36:46.158Z] Removing intermediate container 8432200fba33 [2023-01-17T20:36:46.158Z] ---> 4df381d4d0d7 [2023-01-17T20:36:46.158Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:36:46.158Z] Successfully tagged core-metadata:latest [2023-01-17T20:36:46.158Z] Building security-spire-server [2023-01-17T20:36:46.158Z]  Building core-metadata ... done Removing intermediate container 4b2b3c635e21 [2023-01-17T20:36:46.158Z] ---> 110497a45654 [2023-01-17T20:36:46.158Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-17T20:36:46.415Z] Removing intermediate container 5a5a50425628 [2023-01-17T20:36:46.415Z] ---> 3dafc9712617 [2023-01-17T20:36:46.415Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-17T20:36:49.038Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:36:49.038Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:36:49.038Z] ---> e7a2c909d88b [2023-01-17T20:36:49.038Z] Step 3/23 : WORKDIR /edgex-go [2023-01-17T20:36:49.038Z] ---> Using cache [2023-01-17T20:36:49.038Z] ---> 85a61c9651f5 [2023-01-17T20:36:49.038Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-17T20:36:49.038Z] ---> Using cache [2023-01-17T20:36:49.038Z] ---> 581768f15047 [2023-01-17T20:36:49.038Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-17T20:36:49.038Z] ---> Using cache [2023-01-17T20:36:49.038Z] ---> 972f51762e0e [2023-01-17T20:36:49.038Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:36:49.038Z] ---> Using cache [2023-01-17T20:36:49.038Z] ---> ccd43b280a36 [2023-01-17T20:36:49.038Z] Step 7/23 : COPY . . [2023-01-17T20:36:49.038Z] ---> Using cache [2023-01-17T20:36:49.038Z] ---> 3829c158f304 [2023-01-17T20:36:49.038Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-17T20:36:49.038Z] ---> Using cache [2023-01-17T20:36:49.038Z] ---> 4cd27c1ba187 [2023-01-17T20:36:49.038Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-17T20:36:49.038Z] ---> Using cache [2023-01-17T20:36:49.038Z] ---> cd2f5f09fc0c [2023-01-17T20:36:49.038Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-17T20:36:52.372Z] Removing intermediate container d1c11eb838b8 [2023-01-17T20:36:52.372Z] ---> 465f4e1733ce [2023-01-17T20:36:52.372Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:36:52.372Z] ---> df49e6742a1a [2023-01-17T20:36:52.372Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-17T20:36:52.944Z] ---> Running in 4904b2fb4364 [2023-01-17T20:36:52.944Z] ---> Running in 7794dd087f52 [2023-01-17T20:36:53.204Z] ---> d70dea8e403c [2023-01-17T20:36:53.204Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-17T20:36:55.755Z] ---> e73f4982967b [2023-01-17T20:36:55.755Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-17T20:36:55.755Z] ---> b57b40f452c0 [2023-01-17T20:36:55.755Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-17T20:36:56.016Z] Removing intermediate container 4904b2fb4364 [2023-01-17T20:36:56.017Z] ---> 3aa2af719dad [2023-01-17T20:36:56.017Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-17T20:36:56.962Z] ---> 1fabbf654bc5 [2023-01-17T20:36:56.962Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-17T20:36:57.229Z] ---> f6863d810b0b [2023-01-17T20:36:57.229Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-17T20:36:57.507Z] ---> 3769233c8420 [2023-01-17T20:36:57.507Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-17T20:36:57.507Z] ---> db10f9388a4b [2023-01-17T20:36:57.507Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-17T20:36:57.776Z] ---> 1d0a0229bd8b [2023-01-17T20:36:57.776Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-17T20:36:58.038Z] ---> Running in 5cd7890cc15b [2023-01-17T20:36:58.038Z] ---> Running in 05250804731c [2023-01-17T20:36:58.298Z] Removing intermediate container 7794dd087f52 [2023-01-17T20:36:58.298Z] ---> f7564aea1249 [2023-01-17T20:36:58.298Z] Step 11/23 : WORKDIR /edgex-go [2023-01-17T20:36:58.298Z] ---> 549cca1fce47 [2023-01-17T20:36:58.298Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-17T20:36:58.916Z] ---> 376726f9b779 [2023-01-17T20:36:58.916Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-17T20:36:58.916Z] ---> Running in 9f1f5b728bbe [2023-01-17T20:36:59.176Z] ---> Running in a883986c3e11 [2023-01-17T20:36:59.435Z] Removing intermediate container 05250804731c [2023-01-17T20:36:59.435Z] ---> b5d6301e7f6c [2023-01-17T20:36:59.435Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T20:36:59.717Z] ---> Running in b9ef2a08d4f1 [2023-01-17T20:36:59.717Z] ---> 26cdd0618324 [2023-01-17T20:36:59.717Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-17T20:36:59.978Z] Removing intermediate container 9f1f5b728bbe [2023-01-17T20:36:59.978Z] ---> 0729ebc428ac [2023-01-17T20:36:59.978Z] [2023-01-17T20:36:59.978Z] Step 12/23 : FROM alpine:3.15 [2023-01-17T20:36:59.978Z] ---> c4fc93816858 [2023-01-17T20:36:59.978Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T20:36:59.978Z] ---> Using cache [2023-01-17T20:36:59.978Z] ---> 590a2b2c4a9e [2023-01-17T20:36:59.978Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-17T20:36:59.978Z] ---> Using cache [2023-01-17T20:36:59.978Z] ---> 110497a45654 [2023-01-17T20:36:59.978Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-17T20:37:00.829Z] Removing intermediate container a883986c3e11 [2023-01-17T20:37:00.829Z] ---> 80e6785c2680 [2023-01-17T20:37:00.829Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T20:37:02.212Z] ---> Running in 7b657a4c8cac [2023-01-17T20:37:02.472Z] Removing intermediate container b9ef2a08d4f1 [2023-01-17T20:37:02.472Z] ---> 6ea855ee2ac7 [2023-01-17T20:37:02.472Z] Step 20/22 : LABEL arch=x86_64 [2023-01-17T20:37:02.472Z] ---> Running in 09fc12bb7dfc [2023-01-17T20:37:02.766Z] ---> 9141604211e4 [2023-01-17T20:37:02.766Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-17T20:37:03.709Z] ---> Running in faa89e345c5b [2023-01-17T20:37:03.709Z] Removing intermediate container 7b657a4c8cac [2023-01-17T20:37:03.709Z] ---> 898cc097e3da [2023-01-17T20:37:03.709Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-17T20:37:04.655Z] Removing intermediate container 09fc12bb7dfc [2023-01-17T20:37:04.655Z] ---> d55cae490273 [2023-01-17T20:37:04.655Z] Step 17/19 : LABEL arch=x86_64 [2023-01-17T20:37:04.655Z] ---> 53fe4f1f7334 [2023-01-17T20:37:04.655Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-17T20:37:04.655Z] Removing intermediate container 5cd7890cc15b [2023-01-17T20:37:04.655Z] ---> 252f3074eab4 [2023-01-17T20:37:04.655Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:37:04.655Z] ---> Running in 27dc2dc82a7f [2023-01-17T20:37:04.655Z] ---> Running in a64a6548baba [2023-01-17T20:37:04.918Z] Removing intermediate container faa89e345c5b [2023-01-17T20:37:04.918Z] ---> 6996db9bec78 [2023-01-17T20:37:04.918Z] Step 21/22 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:37:05.489Z] ---> Running in c74ed00c6a4d [2023-01-17T20:37:05.489Z] ---> 23b7fba8a398 [2023-01-17T20:37:05.489Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-17T20:37:06.517Z] Removing intermediate container a64a6548baba [2023-01-17T20:37:06.517Z] ---> 8cb143338992 [2023-01-17T20:37:06.517Z] Step 18/19 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:37:06.777Z] ---> 7ca776f23279 [2023-01-17T20:37:06.777Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-17T20:37:08.169Z] Removing intermediate container 27dc2dc82a7f [2023-01-17T20:37:08.169Z] ---> c69c18807468 [2023-01-17T20:37:08.169Z] Step 22/24 : LABEL arch=x86_64 [2023-01-17T20:37:09.553Z] ---> Running in 5fb392378475 [2023-01-17T20:37:09.553Z] Removing intermediate container c74ed00c6a4d [2023-01-17T20:37:09.553Z] ---> 3c27bb7b22f4 [2023-01-17T20:37:09.553Z] Step 22/22 : LABEL version=3.0.0-dev.21 [2023-01-17T20:37:10.128Z] ---> Running in 730e561455d8 [2023-01-17T20:37:10.388Z] ---> cd68586eb7a4 [2023-01-17T20:37:10.388Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-17T20:37:10.388Z] ---> 59bb7cd83757 [2023-01-17T20:37:10.388Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-17T20:37:10.651Z] ---> Running in aa14ee44216c [2023-01-17T20:37:10.911Z] ---> Running in 823c36ae6af2 [2023-01-17T20:37:11.172Z] Removing intermediate container 5fb392378475 [2023-01-17T20:37:11.172Z] ---> 1963efa4681f [2023-01-17T20:37:11.172Z] Step 19/19 : LABEL version=3.0.0-dev.21 [2023-01-17T20:37:11.172Z] Removing intermediate container 730e561455d8 [2023-01-17T20:37:11.172Z] ---> 30953c86c37d [2023-01-17T20:37:11.172Z] Step 23/24 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:37:11.172Z] ---> a0ebfb53b60b [2023-01-17T20:37:11.172Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-17T20:37:12.585Z] Removing intermediate container aa14ee44216c [2023-01-17T20:37:12.585Z] ---> aded491611c3 [2023-01-17T20:37:12.585Z] [2023-01-17T20:37:12.585Z] Successfully built aded491611c3 [2023-01-17T20:37:12.845Z] ---> Running in 05ee6f377151 [2023-01-17T20:37:12.845Z] ---> Running in fcaf6afb6789 [2023-01-17T20:37:12.845Z] Successfully tagged support-notifications:latest [2023-01-17T20:37:12.845Z] Building security-spire-config [2023-01-17T20:37:12.845Z]  Building support-notifications ... done Removing intermediate container 823c36ae6af2 [2023-01-17T20:37:12.845Z] ---> 7ae848c845dc [2023-01-17T20:37:12.845Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-17T20:37:15.834Z] Removing intermediate container 7407d25efc2e [2023-01-17T20:37:15.834Z] ---> 93613eb4fce4 [2023-01-17T20:37:15.834Z] [2023-01-17T20:37:15.834Z] Step 9/32 : FROM alpine:3.16 [2023-01-17T20:37:15.834Z] 3.16: Pulling from library/alpine [2023-01-17T20:37:15.834Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-17T20:37:15.834Z] Status: Downloaded newer image for alpine:3.16 [2023-01-17T20:37:15.834Z] ---> 2b4661558fb8 [2023-01-17T20:37:15.834Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T20:37:15.834Z] ---> Running in e0ac1181e46a [2023-01-17T20:37:16.443Z] Removing intermediate container e0ac1181e46a [2023-01-17T20:37:16.443Z] ---> 73183148a337 [2023-01-17T20:37:16.443Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-17T20:37:16.726Z] ---> Running in 31d1e86f40be [2023-01-17T20:37:18.130Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:37:18.130Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:37:18.130Z] ---> e7a2c909d88b [2023-01-17T20:37:18.130Z] Step 3/24 : WORKDIR /edgex-go [2023-01-17T20:37:18.130Z] ---> Using cache [2023-01-17T20:37:18.130Z] ---> 85a61c9651f5 [2023-01-17T20:37:18.130Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-17T20:37:18.130Z] ---> Using cache [2023-01-17T20:37:18.130Z] ---> 581768f15047 [2023-01-17T20:37:18.130Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-17T20:37:18.130Z] ---> Using cache [2023-01-17T20:37:18.130Z] ---> 972f51762e0e [2023-01-17T20:37:18.131Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:37:18.131Z] ---> Using cache [2023-01-17T20:37:18.131Z] ---> ccd43b280a36 [2023-01-17T20:37:18.131Z] Step 7/24 : COPY . . [2023-01-17T20:37:18.131Z] ---> Using cache [2023-01-17T20:37:18.131Z] ---> 3829c158f304 [2023-01-17T20:37:18.131Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-17T20:37:18.131Z] ---> Using cache [2023-01-17T20:37:18.131Z] ---> 4cd27c1ba187 [2023-01-17T20:37:18.131Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-17T20:37:18.131Z] ---> Using cache [2023-01-17T20:37:18.131Z] ---> cd2f5f09fc0c [2023-01-17T20:37:18.131Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-17T20:37:18.131Z] ---> Using cache [2023-01-17T20:37:18.131Z] ---> f9bde6895630 [2023-01-17T20:37:18.131Z] Step 11/24 : WORKDIR /edgex-go [2023-01-17T20:37:18.131Z] ---> Using cache [2023-01-17T20:37:18.131Z] ---> d208a865789d [2023-01-17T20:37:18.131Z] [2023-01-17T20:37:18.131Z] Step 12/24 : FROM alpine:3.15 [2023-01-17T20:37:18.131Z] ---> c4fc93816858 [2023-01-17T20:37:18.131Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T20:37:18.131Z] ---> Using cache [2023-01-17T20:37:18.131Z] ---> 590a2b2c4a9e [2023-01-17T20:37:18.131Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-17T20:37:18.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:37:19.299Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:37:20.722Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-17T20:37:20.722Z] (2/2) Installing su-exec (0.2-r1) [2023-01-17T20:37:20.722Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:37:20.722Z] OK: 5 MiB in 16 packages [2023-01-17T20:37:22.161Z] Removing intermediate container 31d1e86f40be [2023-01-17T20:37:22.161Z] ---> b5af737ccc44 [2023-01-17T20:37:22.161Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-17T20:37:22.439Z] ---> Running in ad40cf304ced [2023-01-17T20:37:23.034Z] Removing intermediate container ad40cf304ced [2023-01-17T20:37:23.034Z] ---> b360e20cbf71 [2023-01-17T20:37:23.034Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-17T20:37:23.308Z] ---> Running in f6e6963b949c [2023-01-17T20:37:23.435Z] ---> 6d06d58bd1c7 [2023-01-17T20:37:23.435Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-17T20:37:23.899Z] Removing intermediate container f6e6963b949c [2023-01-17T20:37:23.899Z] ---> cfcb470e9f06 [2023-01-17T20:37:23.899Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-17T20:37:23.899Z] ---> Running in 592d0900e03c [2023-01-17T20:37:24.498Z] Removing intermediate container 592d0900e03c [2023-01-17T20:37:24.498Z] ---> 9ebf421277e6 [2023-01-17T20:37:24.498Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-17T20:37:24.768Z] ---> Running in 6c6895fe8de7 [2023-01-17T20:37:24.820Z] ---> Running in 4a1ba69255f7 [2023-01-17T20:37:24.820Z] ---> Running in f81ed30f9758 [2023-01-17T20:37:25.038Z] Removing intermediate container 6c6895fe8de7 [2023-01-17T20:37:25.038Z] ---> 053982ffee23 [2023-01-17T20:37:25.038Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-17T20:37:25.318Z] ---> Running in bb9110d32f6a [2023-01-17T20:37:25.413Z] Removing intermediate container 05ee6f377151 [2023-01-17T20:37:25.413Z] ---> 371299ba3c70 [2023-01-17T20:37:25.413Z] [2023-01-17T20:37:25.413Z] Successfully built 371299ba3c70 [2023-01-17T20:37:25.672Z] Removing intermediate container fcaf6afb6789 [2023-01-17T20:37:25.672Z] ---> ed9d8187f271 [2023-01-17T20:37:25.672Z] Step 24/24 : LABEL version=3.0.0-dev.21 [2023-01-17T20:37:25.672Z] Successfully tagged security-spiffe-token-provider:latest [2023-01-17T20:37:25.672Z]  Building security-spiffe-token-provider ... done  ---> c395712f0292 [2023-01-17T20:37:25.672Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-17T20:37:27.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:37:27.069Z] ---> Running in 2d28bf0e4a74 [2023-01-17T20:37:27.069Z] Removing intermediate container 4a1ba69255f7 [2023-01-17T20:37:27.069Z] ---> 78d79eeec080 [2023-01-17T20:37:27.069Z] Step 21/23 : LABEL arch=x86_64 [2023-01-17T20:37:27.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:37:27.646Z] v3.15.6-263-g7c8ce57c5e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-17T20:37:27.646Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-17T20:37:27.646Z] OK: 15859 distinct packages available [2023-01-17T20:37:27.646Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-17T20:37:27.646Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-17T20:37:27.918Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-17T20:37:27.918Z] ---> 48d703fee5db [2023-01-17T20:37:27.918Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-17T20:37:27.918Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-17T20:37:27.918Z] (3/4) Installing libucontext (1.1-r0) [2023-01-17T20:37:27.918Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-17T20:37:27.918Z] Executing busybox-1.34.1-r7.trigger [2023-01-17T20:37:27.918Z] OK: 6 MiB in 18 packages [2023-01-17T20:37:28.689Z] Removing intermediate container bb9110d32f6a [2023-01-17T20:37:28.689Z] ---> d12d37b7087b [2023-01-17T20:37:28.689Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-17T20:37:28.689Z] ---> Running in ea6566ec0415 [2023-01-17T20:37:28.689Z] Removing intermediate container ea6566ec0415 [2023-01-17T20:37:28.689Z] ---> a3b75e51d273 [2023-01-17T20:37:28.689Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-17T20:37:28.864Z] ---> Running in af5f50c595ec [2023-01-17T20:37:29.661Z] ---> 38c86cedbbf5 [2023-01-17T20:37:29.661Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-17T20:37:29.661Z] ---> Running in ca2f9ecce636 [2023-01-17T20:37:29.800Z] Removing intermediate container 2d28bf0e4a74 [2023-01-17T20:37:29.800Z] ---> 54684af6fe7d [2023-01-17T20:37:29.800Z] [2023-01-17T20:37:29.800Z] Successfully built 54684af6fe7d [2023-01-17T20:37:30.400Z] Successfully tagged security-spire-agent:latest [2023-01-17T20:37:30.658Z]  Building security-spire-agent ... done  ---> 74fb68875221 [2023-01-17T20:37:30.658Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-17T20:37:31.601Z] Removing intermediate container af5f50c595ec [2023-01-17T20:37:31.601Z] ---> e793cb8af51f [2023-01-17T20:37:31.601Z] Step 22/23 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:37:32.169Z] ---> Running in 0ac7fa144e30 [2023-01-17T20:37:32.429Z] ---> Running in b422a0874879 [2023-01-17T20:37:32.997Z] Removing intermediate container f81ed30f9758 [2023-01-17T20:37:32.997Z] ---> b4554b9c388d [2023-01-17T20:37:32.997Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-17T20:37:33.039Z] Removing intermediate container ca2f9ecce636 [2023-01-17T20:37:33.039Z] ---> 107bcdd3aae0 [2023-01-17T20:37:33.039Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:37:33.627Z] ---> 1c5281c97293 [2023-01-17T20:37:33.627Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-17T20:37:35.579Z] ---> 7828c2ddd1d3 [2023-01-17T20:37:35.579Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-17T20:37:36.168Z] ---> 8a29c1560312 [2023-01-17T20:37:36.168Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-17T20:37:36.356Z] Removing intermediate container b422a0874879 [2023-01-17T20:37:36.356Z] ---> fa5996b40041 [2023-01-17T20:37:36.356Z] Step 23/23 : LABEL version=3.0.0-dev.21 [2023-01-17T20:37:36.356Z] ---> 65ec812f8083 [2023-01-17T20:37:36.356Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-17T20:37:36.617Z] ---> Running in dfac9f308352 [2023-01-17T20:37:37.134Z] ---> 42644560f3a0 [2023-01-17T20:37:37.134Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-17T20:37:38.011Z] ---> b0587b3a398c [2023-01-17T20:37:38.012Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-17T20:37:38.012Z] Removing intermediate container 0ac7fa144e30 [2023-01-17T20:37:38.012Z] ---> 46cc24b013a8 [2023-01-17T20:37:38.012Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-17T20:37:38.106Z] ---> aa8137afc395 [2023-01-17T20:37:38.106Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-17T20:37:39.028Z] Removing intermediate container dfac9f308352 [2023-01-17T20:37:39.028Z] ---> ee35678d324c [2023-01-17T20:37:39.028Z] [2023-01-17T20:37:39.028Z] Successfully built ee35678d324c [2023-01-17T20:37:39.061Z] ---> 882f7fc0f0d0 [2023-01-17T20:37:39.061Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-17T20:37:39.300Z] Successfully tagged security-spire-server:latest [2023-01-17T20:37:39.641Z] ---> 716a8b532918 [2023-01-17T20:37:39.641Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-17T20:37:39.888Z]  Building security-spire-server ... done  ---> Running in de23488c560c [2023-01-17T20:37:39.888Z] ---> Running in 5bf81a3ebe45 [2023-01-17T20:37:39.907Z] ---> Running in 3cb8c5a196bb [2023-01-17T20:37:42.422Z] Removing intermediate container de23488c560c [2023-01-17T20:37:42.422Z] ---> a8fc4d8e2290 [2023-01-17T20:37:42.422Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-17T20:37:42.422Z] Removing intermediate container 5bf81a3ebe45 [2023-01-17T20:37:42.422Z] ---> 3aaf4fcdeb48 [2023-01-17T20:37:42.422Z] Step 29/32 : CMD ["gate"] [2023-01-17T20:37:43.251Z] Removing intermediate container 3cb8c5a196bb [2023-01-17T20:37:43.251Z] ---> 32e8a1adb5c4 [2023-01-17T20:37:43.251Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-17T20:37:43.251Z] ---> Running in 137f24b1b5f6 [2023-01-17T20:37:43.358Z] ---> Running in e6eda4c697eb [2023-01-17T20:37:43.517Z] Removing intermediate container 137f24b1b5f6 [2023-01-17T20:37:43.517Z] ---> 9b9bf6d2051f [2023-01-17T20:37:43.517Z] Step 29/32 : CMD ["gate"] [2023-01-17T20:37:43.783Z] ---> Running in 759709b890c8 [2023-01-17T20:37:43.924Z] ---> baa9f358fbff [2023-01-17T20:37:43.924Z] Step 19/24 : WORKDIR / [2023-01-17T20:37:44.496Z] ---> Running in 969542e1d3bd [2023-01-17T20:37:44.742Z] Removing intermediate container 759709b890c8 [2023-01-17T20:37:44.742Z] ---> bcd0bf1a7557 [2023-01-17T20:37:44.742Z] Step 30/32 : LABEL arch=arm64 [2023-01-17T20:37:44.771Z] Removing intermediate container e6eda4c697eb [2023-01-17T20:37:44.771Z] ---> aec7dfad81af [2023-01-17T20:37:44.771Z] Step 30/32 : LABEL arch=x86_64 [2023-01-17T20:37:45.008Z] ---> Running in 90339457fa46 [2023-01-17T20:37:45.590Z] Removing intermediate container 90339457fa46 [2023-01-17T20:37:45.590Z] ---> b2c7beec6ada [2023-01-17T20:37:45.590Z] Step 31/32 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:37:45.590Z] ---> Running in cbe0831ff6e1 [2023-01-17T20:37:45.725Z] ---> Running in cb322a7af484 [2023-01-17T20:37:46.174Z] Removing intermediate container cbe0831ff6e1 [2023-01-17T20:37:46.174Z] ---> f0007fbdb544 [2023-01-17T20:37:46.174Z] Step 32/32 : LABEL version=3.0.0-dev.21 [2023-01-17T20:37:46.174Z] ---> Running in d09422bee3f5 [2023-01-17T20:37:46.299Z] Removing intermediate container 969542e1d3bd [2023-01-17T20:37:46.299Z] ---> 7e5fd7d48996 [2023-01-17T20:37:46.299Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-17T20:37:46.756Z] Removing intermediate container d09422bee3f5 [2023-01-17T20:37:46.756Z] ---> 8f7ccfb6823e [2023-01-17T20:37:46.756Z] [2023-01-17T20:37:47.022Z] Successfully built 8f7ccfb6823e [2023-01-17T20:37:47.022Z] Successfully tagged security-bootstrapper-arm64:latest [2023-01-17T20:37:47.022Z]  Building security-bootstrapper ... done Building support-notifications [2023-01-17T20:37:47.685Z] ---> Running in 5829991bba77 [2023-01-17T20:37:47.946Z] Removing intermediate container cb322a7af484 [2023-01-17T20:37:47.946Z] ---> c430ff6e108c [2023-01-17T20:37:47.946Z] Step 31/32 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:37:49.332Z] ---> Running in fe4fbf6c2f9f [2023-01-17T20:37:49.592Z] Removing intermediate container 5829991bba77 [2023-01-17T20:37:49.592Z] ---> 34454fa6f493 [2023-01-17T20:37:49.592Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-17T20:37:50.165Z] ---> Running in 25de329c5ecd [2023-01-17T20:37:50.356Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:37:50.356Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:37:50.356Z] ---> eeb8bad7de61 [2023-01-17T20:37:50.356Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-17T20:37:50.356Z] ---> Using cache [2023-01-17T20:37:50.356Z] ---> af0a7880f04f [2023-01-17T20:37:50.356Z] Step 4/22 : WORKDIR /edgex-go [2023-01-17T20:37:50.356Z] ---> Using cache [2023-01-17T20:37:50.356Z] ---> dc921a456e37 [2023-01-17T20:37:50.356Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-17T20:37:50.429Z] Removing intermediate container fe4fbf6c2f9f [2023-01-17T20:37:50.429Z] ---> 03c9f946a9dc [2023-01-17T20:37:50.429Z] Step 32/32 : LABEL version=3.0.0-dev.21 [2023-01-17T20:37:50.939Z] ---> Running in 9b935038fffb [2023-01-17T20:37:51.374Z] ---> Running in dccdbca0d697 [2023-01-17T20:37:51.634Z] Removing intermediate container 25de329c5ecd [2023-01-17T20:37:51.634Z] ---> e99a1f89e5a0 [2023-01-17T20:37:51.634Z] Step 22/24 : LABEL arch=x86_64 [2023-01-17T20:37:52.206Z] ---> Running in 4ee1790f625b [2023-01-17T20:37:52.500Z] Removing intermediate container dccdbca0d697 [2023-01-17T20:37:52.500Z] ---> 922152e18832 [2023-01-17T20:37:52.500Z] [2023-01-17T20:37:52.500Z] Successfully built 922152e18832 [2023-01-17T20:37:52.763Z] Successfully tagged security-bootstrapper:latest [2023-01-17T20:37:52.878Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:37:53.143Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:37:53.709Z]  Building security-bootstrapper ... done Removing intermediate container 4ee1790f625b [2023-01-17T20:37:53.709Z] ---> c844cf71ff62 [2023-01-17T20:37:53.709Z] Step 23/24 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:37:53.970Z] ---> Running in da215d0cbc0a [2023-01-17T20:37:55.080Z] OK: 221 MiB in 51 packages [2023-01-17T20:37:55.881Z] Removing intermediate container da215d0cbc0a [2023-01-17T20:37:55.881Z] ---> 0140d738848e [2023-01-17T20:37:55.881Z] Step 24/24 : LABEL version=3.0.0-dev.21 [2023-01-17T20:37:56.038Z] Removing intermediate container 9b935038fffb [2023-01-17T20:37:56.038Z] ---> 8b254e617d46 [2023-01-17T20:37:56.038Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-17T20:37:56.468Z] ---> Running in 8e59796e85bb [2023-01-17T20:37:56.995Z] ---> 404dc19f7118 [2023-01-17T20:37:56.995Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:37:57.263Z] ---> Running in 41b79833a4f8 [2023-01-17T20:38:00.689Z] Removing intermediate container 8e59796e85bb [2023-01-17T20:38:00.689Z] ---> f334ae5b9ee7 [2023-01-17T20:38:00.689Z] [2023-01-17T20:38:00.689Z] Successfully built f334ae5b9ee7 [2023-01-17T20:38:00.952Z] Successfully tagged security-spire-config:latest [2023-01-17T20:38:00.960Z]  Building security-spire-config ... done  [Pipeline] } [2023-01-17T20:38:00.997Z] $ docker stop --time=1 d936ee7dfda18d8960fc73b279ee30fe79d630aed5b1920acef16d1b99b249b6 [2023-01-17T20:38:04.749Z] $ docker rm -f --volumes d936ee7dfda18d8960fc73b279ee30fe79d630aed5b1920acef16d1b99b249b6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-17T20:38:05.357Z] + docker images [2023-01-17T20:38:05.357Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-17T20:38:05.357Z] security-spire-config latest f334ae5b9ee7 8 seconds ago 85.8MB [2023-01-17T20:38:05.357Z] security-bootstrapper latest 922152e18832 14 seconds ago 20.3MB [2023-01-17T20:38:05.357Z] security-spire-server latest ee35678d324c 28 seconds ago 86.5MB [2023-01-17T20:38:05.357Z] security-spire-agent latest 54684af6fe7d 37 seconds ago 125MB [2023-01-17T20:38:05.357Z] security-spiffe-token-provider latest 371299ba3c70 42 seconds ago 29.8MB [2023-01-17T20:38:05.357Z] support-notifications latest aded491611c3 54 seconds ago 30.6MB [2023-01-17T20:38:05.357Z] 0729ebc428ac About a minute ago 1.54GB [2023-01-17T20:38:05.357Z] core-metadata latest b3b881980c90 About a minute ago 18.5MB [2023-01-17T20:38:05.357Z] d208a865789d About a minute ago 1.54GB [2023-01-17T20:38:05.357Z] f092c9af43a4 About a minute ago 1.74GB [2023-01-17T20:38:05.357Z] 047758e5d5e9 About a minute ago 1.7GB [2023-01-17T20:38:05.357Z] 231e42cb0c29 4 minutes ago 1.68GB [2023-01-17T20:38:05.357Z] 67c1aff83496 4 minutes ago 1.66GB [2023-01-17T20:38:05.357Z] security-secretstore-setup latest eaaaf715fbec 5 minutes ago 29.9MB [2023-01-17T20:38:05.357Z] security-proxy-setup latest 874803f9e331 5 minutes ago 27.7MB [2023-01-17T20:38:05.357Z] core-command latest c3169c9ee18b 5 minutes ago 17.7MB [2023-01-17T20:38:05.357Z] support-scheduler latest 667570762267 6 minutes ago 30MB [2023-01-17T20:38:05.357Z] core-data latest d0b91b78285a 6 minutes ago 17.9MB [2023-01-17T20:38:05.357Z] 63ad48f57b38 7 minutes ago 1.67GB [2023-01-17T20:38:05.357Z] b09be4241584 7 minutes ago 1.66GB [2023-01-17T20:38:05.357Z] 3dc2de027c3c 7 minutes ago 1.74GB [2023-01-17T20:38:05.357Z] f9323bf47447 7 minutes ago 1.66GB [2023-01-17T20:38:05.357Z] 6d85249e45b3 7 minutes ago 1.68GB [2023-01-17T20:38:05.357Z] ci-base-image-x86_64 latest e7a2c909d88b 14 minutes ago 904MB [2023-01-17T20:38:05.357Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-01-17T20:38:05.357Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB [2023-01-17T20:38:05.357Z] alpine 3.15 c4fc93816858 5 months ago 5.59MB [2023-01-17T20:38:05.357Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB [2023-01-17T20:38:05.357Z] 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-01-17T20:38:05.456Z] provisioning config files... [2023-01-17T20:38:05.466Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/375@tmp/config5979883215892287674tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:38:05.778Z] ---> docker-login.sh [2023-01-17T20:38:05.778Z] nexus3.edgexfoundry.org:10001 [2023-01-17T20:38:05.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:38:05.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:38:05.778Z] Configure a credential helper to remove this warning. See [2023-01-17T20:38:05.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:38:05.778Z] [2023-01-17T20:38:05.778Z] Login Succeeded [2023-01-17T20:38:05.778Z] nexus3.edgexfoundry.org:10002 [2023-01-17T20:38:06.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:38:06.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:38:06.036Z] Configure a credential helper to remove this warning. See [2023-01-17T20:38:06.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:38:06.036Z] [2023-01-17T20:38:06.036Z] Login Succeeded [2023-01-17T20:38:06.036Z] nexus3.edgexfoundry.org:10003 [2023-01-17T20:38:06.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:38:06.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:38:06.305Z] Configure a credential helper to remove this warning. See [2023-01-17T20:38:06.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:38:06.305Z] [2023-01-17T20:38:06.305Z] Login Succeeded [2023-01-17T20:38:06.305Z] nexus3.edgexfoundry.org:10004 [2023-01-17T20:38:06.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:38:06.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:38:06.305Z] Configure a credential helper to remove this warning. See [2023-01-17T20:38:06.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:38:06.305Z] [2023-01-17T20:38:06.305Z] Login Succeeded [2023-01-17T20:38:06.305Z] docker.io [2023-01-17T20:38:06.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:38:06.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:38:06.565Z] Configure a credential helper to remove this warning. See [2023-01-17T20:38:06.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:38:06.565Z] [2023-01-17T20:38:06.565Z] Login Succeeded [2023-01-17T20:38:06.565Z] ---> docker-login.sh ends [Pipeline] } [2023-01-17T20:38:06.573Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:38:06.593Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-17T20:38:06.609Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-01-17T20:38:06.609Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:06.609Z] latest [2023-01-17T20:38:06.609Z] 3.0.0-dev.21 [2023-01-17T20:38:06.609Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:06.609Z] main [2023-01-17T20:38:06.609Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:06.919Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:07.798Z] + docker push nexus3.edgexfoundry.org:10004/core-command:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:07.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-17T20:38:07.798Z] ea1a2c358963: Preparing [2023-01-17T20:38:07.798Z] 3c6eab971280: Preparing [2023-01-17T20:38:07.798Z] 4d37f554b10d: Preparing [2023-01-17T20:38:07.798Z] 520f037a2c19: Preparing [2023-01-17T20:38:07.798Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:08.059Z] 4d37f554b10d: Pushed [2023-01-17T20:38:08.059Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:08.059Z] ea1a2c358963: Pushed [2023-01-17T20:38:08.059Z] 520f037a2c19: Pushed [2023-01-17T20:38:09.011Z] 3c6eab971280: Pushed [2023-01-17T20:38:09.949Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:cd14fa5e910c5ab31c078703714551781df2c2ffcd971611903dff698473d729 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:10.534Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:11.414Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-17T20:38:11.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-17T20:38:11.414Z] ea1a2c358963: Preparing [2023-01-17T20:38:11.414Z] 3c6eab971280: Preparing [2023-01-17T20:38:11.414Z] 4d37f554b10d: Preparing [2023-01-17T20:38:11.414Z] 520f037a2c19: Preparing [2023-01-17T20:38:11.414Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:11.414Z] ea1a2c358963: Layer already exists [2023-01-17T20:38:11.414Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:11.414Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:11.414Z] 3c6eab971280: Layer already exists [2023-01-17T20:38:11.414Z] 520f037a2c19: Layer already exists [2023-01-17T20:38:11.414Z] latest: digest: sha256:cd14fa5e910c5ab31c078703714551781df2c2ffcd971611903dff698473d729 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:11.741Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:12.313Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.21 [2023-01-17T20:38:12.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-17T20:38:12.313Z] ea1a2c358963: Preparing [2023-01-17T20:38:12.313Z] 3c6eab971280: Preparing [2023-01-17T20:38:12.313Z] 4d37f554b10d: Preparing [2023-01-17T20:38:12.313Z] 520f037a2c19: Preparing [2023-01-17T20:38:12.313Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:12.313Z] 3c6eab971280: Layer already exists [2023-01-17T20:38:12.313Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:12.313Z] ea1a2c358963: Layer already exists [2023-01-17T20:38:12.313Z] 520f037a2c19: Layer already exists [2023-01-17T20:38:12.313Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:12.313Z] 3.0.0-dev.21: digest: sha256:cd14fa5e910c5ab31c078703714551781df2c2ffcd971611903dff698473d729 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:12.645Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:12.969Z] + docker push nexus3.edgexfoundry.org:10004/core-command:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:12.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-17T20:38:12.969Z] ea1a2c358963: Preparing [2023-01-17T20:38:12.969Z] 3c6eab971280: Preparing [2023-01-17T20:38:12.969Z] 4d37f554b10d: Preparing [2023-01-17T20:38:12.969Z] 520f037a2c19: Preparing [2023-01-17T20:38:12.969Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:12.969Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:12.969Z] 520f037a2c19: Layer already exists [2023-01-17T20:38:12.969Z] ea1a2c358963: Layer already exists [2023-01-17T20:38:12.969Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:12.969Z] 3c6eab971280: Layer already exists [2023-01-17T20:38:12.970Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:cd14fa5e910c5ab31c078703714551781df2c2ffcd971611903dff698473d729 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:13.288Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:14.159Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-01-17T20:38:14.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-01-17T20:38:14.160Z] ea1a2c358963: Preparing [2023-01-17T20:38:14.160Z] 3c6eab971280: Preparing [2023-01-17T20:38:14.160Z] 4d37f554b10d: Preparing [2023-01-17T20:38:14.160Z] 520f037a2c19: Preparing [2023-01-17T20:38:14.160Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:14.160Z] 520f037a2c19: Layer already exists [2023-01-17T20:38:14.160Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:14.160Z] ea1a2c358963: Layer already exists [2023-01-17T20:38:14.160Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:14.160Z] 3c6eab971280: Layer already exists [2023-01-17T20:38:14.160Z] main: digest: sha256:cd14fa5e910c5ab31c078703714551781df2c2ffcd971611903dff698473d729 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:38:14.215Z] ===================================================== [Pipeline] echo [2023-01-17T20:38:14.226Z] taggedImages: [2023-01-17T20:38:14.226Z] - nexus3.edgexfoundry.org:10004/core-command:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:14.226Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-01-17T20:38:14.226Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.21 [2023-01-17T20:38:14.226Z] - nexus3.edgexfoundry.org:10004/core-command:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:14.226Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-01-17T20:38:14.337Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-01-17T20:38:14.337Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:14.337Z] latest [2023-01-17T20:38:14.337Z] 3.0.0-dev.21 [2023-01-17T20:38:14.337Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:14.337Z] main [2023-01-17T20:38:14.337Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:14.667Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:15.239Z] + docker push nexus3.edgexfoundry.org:10004/core-data:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:15.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-17T20:38:15.239Z] 1588c3f674f4: Preparing [2023-01-17T20:38:15.239Z] 422f600302a0: Preparing [2023-01-17T20:38:15.239Z] 4d37f554b10d: Preparing [2023-01-17T20:38:15.239Z] e5588d8cc157: Preparing [2023-01-17T20:38:15.239Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:15.239Z] 1588c3f674f4: Pushed [2023-01-17T20:38:15.239Z] e5588d8cc157: Pushed [2023-01-17T20:38:15.447Z] Removing intermediate container 52e65350f468 [2023-01-17T20:38:15.447Z] ---> 427705d7e954 [2023-01-17T20:38:15.447Z] [2023-01-17T20:38:15.447Z] Step 10/24 : FROM alpine:3.16 [2023-01-17T20:38:15.447Z] ---> 2b4661558fb8 [2023-01-17T20:38:15.447Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-17T20:38:15.447Z] ---> Running in 96d50413b8d1 [2023-01-17T20:38:15.497Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:15.497Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:16.546Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:38:16.837Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:38:16.875Z] 422f600302a0: Pushed [2023-01-17T20:38:16.875Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:a2855050c9da7843fb1ae11c31416a6d108fd7e15c67411107d6e4e9cd51e9aa size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:17.185Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:17.754Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-17T20:38:17.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-17T20:38:17.754Z] 1588c3f674f4: Preparing [2023-01-17T20:38:17.754Z] 422f600302a0: Preparing [2023-01-17T20:38:17.754Z] 4d37f554b10d: Preparing [2023-01-17T20:38:17.754Z] e5588d8cc157: Preparing [2023-01-17T20:38:17.754Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:17.754Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:17.754Z] 422f600302a0: Layer already exists [2023-01-17T20:38:17.754Z] e5588d8cc157: Layer already exists [2023-01-17T20:38:17.754Z] 1588c3f674f4: Layer already exists [2023-01-17T20:38:17.754Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:17.754Z] latest: digest: sha256:a2855050c9da7843fb1ae11c31416a6d108fd7e15c67411107d6e4e9cd51e9aa size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:18.083Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:18.382Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.21 [2023-01-17T20:38:18.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-17T20:38:18.382Z] 1588c3f674f4: Preparing [2023-01-17T20:38:18.382Z] 422f600302a0: Preparing [2023-01-17T20:38:18.382Z] 4d37f554b10d: Preparing [2023-01-17T20:38:18.382Z] e5588d8cc157: Preparing [2023-01-17T20:38:18.382Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:18.382Z] e5588d8cc157: Layer already exists [2023-01-17T20:38:18.382Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:18.382Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:18.382Z] 422f600302a0: Layer already exists [2023-01-17T20:38:18.382Z] 1588c3f674f4: Layer already exists [2023-01-17T20:38:18.382Z] 3.0.0-dev.21: digest: sha256:a2855050c9da7843fb1ae11c31416a6d108fd7e15c67411107d6e4e9cd51e9aa size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:18.689Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:18.841Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-17T20:38:18.841Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:38:18.841Z] OK: 5 MiB in 15 packages [2023-01-17T20:38:18.990Z] + docker push nexus3.edgexfoundry.org:10004/core-data:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:18.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-17T20:38:18.990Z] 1588c3f674f4: Preparing [2023-01-17T20:38:18.990Z] 422f600302a0: Preparing [2023-01-17T20:38:18.990Z] 4d37f554b10d: Preparing [2023-01-17T20:38:18.990Z] e5588d8cc157: Preparing [2023-01-17T20:38:18.990Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:18.990Z] 1588c3f674f4: Layer already exists [2023-01-17T20:38:18.990Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:18.990Z] 422f600302a0: Layer already exists [2023-01-17T20:38:18.990Z] e5588d8cc157: Layer already exists [2023-01-17T20:38:18.990Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:18.990Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:a2855050c9da7843fb1ae11c31416a6d108fd7e15c67411107d6e4e9cd51e9aa size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:19.296Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:19.617Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-01-17T20:38:19.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-01-17T20:38:19.617Z] 1588c3f674f4: Preparing [2023-01-17T20:38:19.617Z] 422f600302a0: Preparing [2023-01-17T20:38:19.617Z] 4d37f554b10d: Preparing [2023-01-17T20:38:19.617Z] e5588d8cc157: Preparing [2023-01-17T20:38:19.617Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:19.617Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:19.617Z] 1588c3f674f4: Layer already exists [2023-01-17T20:38:19.617Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:19.617Z] 422f600302a0: Layer already exists [2023-01-17T20:38:19.617Z] e5588d8cc157: Layer already exists [2023-01-17T20:38:19.617Z] main: digest: sha256:a2855050c9da7843fb1ae11c31416a6d108fd7e15c67411107d6e4e9cd51e9aa size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:38:19.674Z] ===================================================== [Pipeline] echo [2023-01-17T20:38:19.682Z] taggedImages: [2023-01-17T20:38:19.682Z] - nexus3.edgexfoundry.org:10004/core-data:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:19.682Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-01-17T20:38:19.682Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.21 [2023-01-17T20:38:19.682Z] - nexus3.edgexfoundry.org:10004/core-data:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:19.682Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-01-17T20:38:19.705Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-01-17T20:38:19.705Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:19.705Z] latest [2023-01-17T20:38:19.705Z] 3.0.0-dev.21 [2023-01-17T20:38:19.705Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:19.705Z] main [2023-01-17T20:38:19.705Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:20.042Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:20.313Z] Removing intermediate container 96d50413b8d1 [2023-01-17T20:38:20.313Z] ---> c60fa8ddd8ff [2023-01-17T20:38:20.313Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T20:38:20.349Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:20.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-17T20:38:20.349Z] 9f9640dc64b2: Preparing [2023-01-17T20:38:20.349Z] 842fd63b3af0: Preparing [2023-01-17T20:38:20.349Z] bd9d00450e96: Preparing [2023-01-17T20:38:20.349Z] 4d37f554b10d: Preparing [2023-01-17T20:38:20.349Z] 520f037a2c19: Preparing [2023-01-17T20:38:20.349Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:20.349Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:20.349Z] 9f9640dc64b2: Pushed [2023-01-17T20:38:20.349Z] 842fd63b3af0: Pushed [2023-01-17T20:38:20.599Z] ---> Running in 8cc1e1c046d7 [2023-01-17T20:38:20.609Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:21.209Z] Removing intermediate container 8cc1e1c046d7 [2023-01-17T20:38:21.210Z] ---> ee179afb4aab [2023-01-17T20:38:21.210Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-17T20:38:21.210Z] ---> Running in e5418a02734c [2023-01-17T20:38:21.215Z] 520f037a2c19: Layer already exists [2023-01-17T20:38:21.473Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:21.732Z] bd9d00450e96: Pushed [2023-01-17T20:38:21.805Z] Removing intermediate container e5418a02734c [2023-01-17T20:38:21.805Z] ---> d426f7179a81 [2023-01-17T20:38:21.805Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-17T20:38:21.805Z] ---> Running in e889a2772566 [2023-01-17T20:38:23.108Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:17f395c39ab8d8e55d66aaa010e80cb07907867aac60768f3e109e97b11edb7d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:23.431Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-17T20:38:23.747Z] Removing intermediate container e889a2772566 [2023-01-17T20:38:23.748Z] ---> bec2f7e990cd [2023-01-17T20:38:23.748Z] Step 15/24 : WORKDIR / [2023-01-17T20:38:24.015Z] ---> Running in 005aa4619f8a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:24.601Z] Removing intermediate container 005aa4619f8a [2023-01-17T20:38:24.601Z] ---> 58da813ac4d6 [2023-01-17T20:38:24.601Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:38:24.705Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-17T20:38:24.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-17T20:38:24.705Z] 9f9640dc64b2: Preparing [2023-01-17T20:38:24.705Z] 842fd63b3af0: Preparing [2023-01-17T20:38:24.705Z] bd9d00450e96: Preparing [2023-01-17T20:38:24.705Z] 4d37f554b10d: Preparing [2023-01-17T20:38:24.705Z] 520f037a2c19: Preparing [2023-01-17T20:38:24.705Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:24.705Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:24.705Z] bd9d00450e96: Layer already exists [2023-01-17T20:38:24.705Z] 9f9640dc64b2: Layer already exists [2023-01-17T20:38:24.705Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:24.705Z] 842fd63b3af0: Layer already exists [2023-01-17T20:38:24.705Z] 520f037a2c19: Layer already exists [2023-01-17T20:38:24.705Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:24.705Z] latest: digest: sha256:17f395c39ab8d8e55d66aaa010e80cb07907867aac60768f3e109e97b11edb7d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:25.018Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.21 [2023-01-17T20:38:25.557Z] ---> 60e531896119 [2023-01-17T20:38:25.558Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:25.915Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.21 [2023-01-17T20:38:25.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-17T20:38:25.915Z] 9f9640dc64b2: Preparing [2023-01-17T20:38:25.915Z] 842fd63b3af0: Preparing [2023-01-17T20:38:25.915Z] bd9d00450e96: Preparing [2023-01-17T20:38:25.915Z] 4d37f554b10d: Preparing [2023-01-17T20:38:25.915Z] 520f037a2c19: Preparing [2023-01-17T20:38:25.915Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:25.915Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:25.915Z] 842fd63b3af0: Layer already exists [2023-01-17T20:38:25.915Z] 9f9640dc64b2: Layer already exists [2023-01-17T20:38:25.915Z] bd9d00450e96: Layer already exists [2023-01-17T20:38:25.915Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:25.915Z] 520f037a2c19: Layer already exists [2023-01-17T20:38:25.915Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:25.915Z] 3.0.0-dev.21: digest: sha256:17f395c39ab8d8e55d66aaa010e80cb07907867aac60768f3e109e97b11edb7d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:26.221Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:26.790Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:26.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-17T20:38:26.791Z] 9f9640dc64b2: Preparing [2023-01-17T20:38:26.791Z] 842fd63b3af0: Preparing [2023-01-17T20:38:26.791Z] bd9d00450e96: Preparing [2023-01-17T20:38:26.791Z] 4d37f554b10d: Preparing [2023-01-17T20:38:26.791Z] 520f037a2c19: Preparing [2023-01-17T20:38:26.791Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:26.791Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:26.791Z] 520f037a2c19: Layer already exists [2023-01-17T20:38:26.791Z] 9f9640dc64b2: Layer already exists [2023-01-17T20:38:26.791Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:26.791Z] bd9d00450e96: Layer already exists [2023-01-17T20:38:26.791Z] 842fd63b3af0: Layer already exists [2023-01-17T20:38:26.791Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:26.791Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:17f395c39ab8d8e55d66aaa010e80cb07907867aac60768f3e109e97b11edb7d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:27.108Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:27.415Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-01-17T20:38:27.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-01-17T20:38:27.415Z] 9f9640dc64b2: Preparing [2023-01-17T20:38:27.415Z] 842fd63b3af0: Preparing [2023-01-17T20:38:27.415Z] bd9d00450e96: Preparing [2023-01-17T20:38:27.415Z] 4d37f554b10d: Preparing [2023-01-17T20:38:27.415Z] 520f037a2c19: Preparing [2023-01-17T20:38:27.415Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:27.415Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:27.415Z] bd9d00450e96: Layer already exists [2023-01-17T20:38:27.415Z] 9f9640dc64b2: Layer already exists [2023-01-17T20:38:27.415Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:27.415Z] 842fd63b3af0: Layer already exists [2023-01-17T20:38:27.415Z] 520f037a2c19: Layer already exists [2023-01-17T20:38:27.415Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:27.415Z] main: digest: sha256:17f395c39ab8d8e55d66aaa010e80cb07907867aac60768f3e109e97b11edb7d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:38:27.454Z] ===================================================== [Pipeline] echo [2023-01-17T20:38:27.460Z] taggedImages: [2023-01-17T20:38:27.460Z] - nexus3.edgexfoundry.org:10004/core-metadata:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:27.460Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-01-17T20:38:27.460Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.21 [2023-01-17T20:38:27.460Z] - nexus3.edgexfoundry.org:10004/core-metadata:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:27.460Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-01-17T20:38:27.476Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-01-17T20:38:27.476Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:27.476Z] latest [2023-01-17T20:38:27.476Z] 3.0.0-dev.21 [2023-01-17T20:38:27.476Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:27.476Z] main [2023-01-17T20:38:27.476Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2023-01-17T20:38:27.497Z] ---> 5e9a459f7026 [2023-01-17T20:38:27.497Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:27.794Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:28.362Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:28.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-17T20:38:28.363Z] 0df0732bf2ae: Preparing [2023-01-17T20:38:28.363Z] 0df0732bf2ae: Preparing [2023-01-17T20:38:28.363Z] 958d50b1347c: Preparing [2023-01-17T20:38:28.363Z] b0f65c502268: Preparing [2023-01-17T20:38:28.363Z] 70bc181bcef7: Preparing [2023-01-17T20:38:28.363Z] 74c45501f018: Preparing [2023-01-17T20:38:28.363Z] 337f87b109f6: Preparing [2023-01-17T20:38:28.363Z] 4d37f554b10d: Preparing [2023-01-17T20:38:28.363Z] 984fd532de09: Preparing [2023-01-17T20:38:28.363Z] 813f8cbd4018: Preparing [2023-01-17T20:38:28.363Z] f5b1842c16a4: Preparing [2023-01-17T20:38:28.363Z] 5436e3a61b1b: Preparing [2023-01-17T20:38:28.363Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:28.363Z] 337f87b109f6: Waiting [2023-01-17T20:38:28.363Z] 984fd532de09: Waiting [2023-01-17T20:38:28.363Z] 813f8cbd4018: Waiting [2023-01-17T20:38:28.363Z] f5b1842c16a4: Waiting [2023-01-17T20:38:28.363Z] 5436e3a61b1b: Waiting [2023-01-17T20:38:28.363Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:28.363Z] 958d50b1347c: Pushed [2023-01-17T20:38:28.455Z] ---> ab7b52fe8f5e [2023-01-17T20:38:28.455Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-17T20:38:28.622Z] 0df0732bf2ae: Pushed [2023-01-17T20:38:28.622Z] b0f65c502268: Pushed [2023-01-17T20:38:28.622Z] 70bc181bcef7: Pushed [2023-01-17T20:38:28.622Z] 74c45501f018: Pushed [2023-01-17T20:38:29.411Z] ---> aeec6c0a33f8 [2023-01-17T20:38:29.411Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-17T20:38:29.411Z] ---> Running in 3adc32e21b00 [2023-01-17T20:38:30.002Z] Removing intermediate container 3adc32e21b00 [2023-01-17T20:38:30.002Z] ---> c1a8c49f32e8 [2023-01-17T20:38:30.002Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T20:38:30.271Z] ---> Running in 06ff0f83455e [2023-01-17T20:38:30.853Z] Removing intermediate container 06ff0f83455e [2023-01-17T20:38:30.853Z] ---> 64bd38684a2d [2023-01-17T20:38:30.853Z] Step 22/24 : LABEL arch=arm64 [2023-01-17T20:38:31.124Z] ---> Running in 5610f8e5727c [2023-01-17T20:38:31.156Z] 984fd532de09: Pushed [2023-01-17T20:38:31.156Z] 337f87b109f6: Pushed [2023-01-17T20:38:31.156Z] 813f8cbd4018: Pushed [2023-01-17T20:38:31.156Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:31.156Z] f5b1842c16a4: Pushed [2023-01-17T20:38:31.156Z] 5436e3a61b1b: Pushed [2023-01-17T20:38:31.441Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:31.699Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:4f856fb51bc5e5f3dc590e1135d66af6649d49d397b32ff6acb8e4963c17b883 size: 3024 [Pipeline] } [2023-01-17T20:38:31.715Z] Removing intermediate container 5610f8e5727c [2023-01-17T20:38:31.715Z] ---> f991aae9f8c7 [2023-01-17T20:38:31.715Z] Step 23/24 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:31.715Z] ---> Running in 009ddd9b2643 [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:32.017Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:32.304Z] Removing intermediate container 009ddd9b2643 [2023-01-17T20:38:32.304Z] ---> 9f804b7a1a81 [2023-01-17T20:38:32.304Z] Step 24/24 : LABEL version=3.0.0-dev.21 [2023-01-17T20:38:32.324Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-17T20:38:32.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-17T20:38:32.324Z] 0df0732bf2ae: Preparing [2023-01-17T20:38:32.324Z] 0df0732bf2ae: Preparing [2023-01-17T20:38:32.324Z] 958d50b1347c: Preparing [2023-01-17T20:38:32.324Z] b0f65c502268: Preparing [2023-01-17T20:38:32.324Z] 70bc181bcef7: Preparing [2023-01-17T20:38:32.324Z] 74c45501f018: Preparing [2023-01-17T20:38:32.324Z] 337f87b109f6: Preparing [2023-01-17T20:38:32.324Z] 4d37f554b10d: Preparing [2023-01-17T20:38:32.324Z] 984fd532de09: Preparing [2023-01-17T20:38:32.324Z] 813f8cbd4018: Preparing [2023-01-17T20:38:32.324Z] f5b1842c16a4: Preparing [2023-01-17T20:38:32.324Z] 5436e3a61b1b: Preparing [2023-01-17T20:38:32.324Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:32.324Z] 984fd532de09: Waiting [2023-01-17T20:38:32.324Z] 813f8cbd4018: Waiting [2023-01-17T20:38:32.324Z] f5b1842c16a4: Waiting [2023-01-17T20:38:32.324Z] 5436e3a61b1b: Waiting [2023-01-17T20:38:32.324Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:32.324Z] 337f87b109f6: Waiting [2023-01-17T20:38:32.324Z] 4d37f554b10d: Waiting [2023-01-17T20:38:32.324Z] 0df0732bf2ae: Layer already exists [2023-01-17T20:38:32.324Z] 958d50b1347c: Layer already exists [2023-01-17T20:38:32.324Z] 74c45501f018: Layer already exists [2023-01-17T20:38:32.324Z] b0f65c502268: Layer already exists [2023-01-17T20:38:32.324Z] 70bc181bcef7: Layer already exists [2023-01-17T20:38:32.324Z] 337f87b109f6: Layer already exists [2023-01-17T20:38:32.324Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:32.324Z] 984fd532de09: Layer already exists [2023-01-17T20:38:32.324Z] f5b1842c16a4: Layer already exists [2023-01-17T20:38:32.324Z] 813f8cbd4018: Layer already exists [2023-01-17T20:38:32.324Z] 5436e3a61b1b: Layer already exists [2023-01-17T20:38:32.324Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:32.324Z] latest: digest: sha256:4f856fb51bc5e5f3dc590e1135d66af6649d49d397b32ff6acb8e4963c17b883 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:32.578Z] ---> Running in 6fc3d279715d [2023-01-17T20:38:32.626Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:32.860Z] Removing intermediate container 6fc3d279715d [2023-01-17T20:38:32.860Z] ---> 45d5d0322eef [2023-01-17T20:38:32.860Z] [2023-01-17T20:38:32.936Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.21 [2023-01-17T20:38:32.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-17T20:38:32.936Z] 0df0732bf2ae: Preparing [2023-01-17T20:38:32.936Z] 0df0732bf2ae: Preparing [2023-01-17T20:38:32.936Z] 958d50b1347c: Preparing [2023-01-17T20:38:32.936Z] b0f65c502268: Preparing [2023-01-17T20:38:32.936Z] 70bc181bcef7: Preparing [2023-01-17T20:38:32.936Z] 74c45501f018: Preparing [2023-01-17T20:38:32.936Z] 337f87b109f6: Preparing [2023-01-17T20:38:32.936Z] 4d37f554b10d: Preparing [2023-01-17T20:38:32.936Z] 984fd532de09: Preparing [2023-01-17T20:38:32.936Z] 813f8cbd4018: Preparing [2023-01-17T20:38:32.936Z] f5b1842c16a4: Preparing [2023-01-17T20:38:32.936Z] 5436e3a61b1b: Preparing [2023-01-17T20:38:32.936Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:32.936Z] 4d37f554b10d: Waiting [2023-01-17T20:38:32.936Z] 337f87b109f6: Waiting [2023-01-17T20:38:32.936Z] 984fd532de09: Waiting [2023-01-17T20:38:32.936Z] 813f8cbd4018: Waiting [2023-01-17T20:38:32.936Z] f5b1842c16a4: Waiting [2023-01-17T20:38:32.936Z] 5436e3a61b1b: Waiting [2023-01-17T20:38:32.936Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:32.936Z] 70bc181bcef7: Layer already exists [2023-01-17T20:38:32.936Z] 0df0732bf2ae: Layer already exists [2023-01-17T20:38:32.936Z] 74c45501f018: Layer already exists [2023-01-17T20:38:32.936Z] 958d50b1347c: Layer already exists [2023-01-17T20:38:32.936Z] b0f65c502268: Layer already exists [2023-01-17T20:38:32.936Z] 337f87b109f6: Layer already exists [2023-01-17T20:38:32.936Z] 984fd532de09: Layer already exists [2023-01-17T20:38:32.936Z] f5b1842c16a4: Layer already exists [2023-01-17T20:38:32.936Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:32.936Z] 813f8cbd4018: Layer already exists [2023-01-17T20:38:32.936Z] 5436e3a61b1b: Layer already exists [2023-01-17T20:38:32.936Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:32.936Z] 3.0.0-dev.21: digest: sha256:4f856fb51bc5e5f3dc590e1135d66af6649d49d397b32ff6acb8e4963c17b883 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:33.128Z] Successfully built 45d5d0322eef [2023-01-17T20:38:33.128Z] Successfully tagged core-metadata-arm64:latest [2023-01-17T20:38:33.128Z]  Building core-metadata ... done Building core-data [2023-01-17T20:38:33.253Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:33.581Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:33.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-17T20:38:33.581Z] 0df0732bf2ae: Preparing [2023-01-17T20:38:33.581Z] 0df0732bf2ae: Preparing [2023-01-17T20:38:33.581Z] 958d50b1347c: Preparing [2023-01-17T20:38:33.581Z] b0f65c502268: Preparing [2023-01-17T20:38:33.581Z] 70bc181bcef7: Preparing [2023-01-17T20:38:33.581Z] 74c45501f018: Preparing [2023-01-17T20:38:33.581Z] 337f87b109f6: Preparing [2023-01-17T20:38:33.581Z] 4d37f554b10d: Preparing [2023-01-17T20:38:33.581Z] 984fd532de09: Preparing [2023-01-17T20:38:33.581Z] 813f8cbd4018: Preparing [2023-01-17T20:38:33.581Z] f5b1842c16a4: Preparing [2023-01-17T20:38:33.581Z] 5436e3a61b1b: Preparing [2023-01-17T20:38:33.581Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:33.581Z] 984fd532de09: Waiting [2023-01-17T20:38:33.581Z] 813f8cbd4018: Waiting [2023-01-17T20:38:33.581Z] f5b1842c16a4: Waiting [2023-01-17T20:38:33.581Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:33.581Z] 337f87b109f6: Waiting [2023-01-17T20:38:33.581Z] 4d37f554b10d: Waiting [2023-01-17T20:38:33.581Z] b0f65c502268: Layer already exists [2023-01-17T20:38:33.581Z] 0df0732bf2ae: Layer already exists [2023-01-17T20:38:33.581Z] 74c45501f018: Layer already exists [2023-01-17T20:38:33.581Z] 958d50b1347c: Layer already exists [2023-01-17T20:38:33.581Z] 70bc181bcef7: Layer already exists [2023-01-17T20:38:33.581Z] 337f87b109f6: Layer already exists [2023-01-17T20:38:33.581Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:33.581Z] 813f8cbd4018: Layer already exists [2023-01-17T20:38:33.581Z] f5b1842c16a4: Layer already exists [2023-01-17T20:38:33.581Z] 984fd532de09: Layer already exists [2023-01-17T20:38:33.581Z] 5436e3a61b1b: Layer already exists [2023-01-17T20:38:33.581Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:33.581Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:4f856fb51bc5e5f3dc590e1135d66af6649d49d397b32ff6acb8e4963c17b883 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:33.886Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:34.198Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-01-17T20:38:34.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-01-17T20:38:34.198Z] 0df0732bf2ae: Preparing [2023-01-17T20:38:34.198Z] 0df0732bf2ae: Preparing [2023-01-17T20:38:34.198Z] 958d50b1347c: Preparing [2023-01-17T20:38:34.198Z] b0f65c502268: Preparing [2023-01-17T20:38:34.198Z] 70bc181bcef7: Preparing [2023-01-17T20:38:34.198Z] 74c45501f018: Preparing [2023-01-17T20:38:34.198Z] 337f87b109f6: Preparing [2023-01-17T20:38:34.198Z] 4d37f554b10d: Preparing [2023-01-17T20:38:34.198Z] 984fd532de09: Preparing [2023-01-17T20:38:34.198Z] 813f8cbd4018: Preparing [2023-01-17T20:38:34.198Z] f5b1842c16a4: Preparing [2023-01-17T20:38:34.198Z] 5436e3a61b1b: Preparing [2023-01-17T20:38:34.198Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:34.198Z] 984fd532de09: Waiting [2023-01-17T20:38:34.198Z] 337f87b109f6: Waiting [2023-01-17T20:38:34.198Z] 4d37f554b10d: Waiting [2023-01-17T20:38:34.198Z] 813f8cbd4018: Waiting [2023-01-17T20:38:34.198Z] f5b1842c16a4: Waiting [2023-01-17T20:38:34.198Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:34.198Z] 74c45501f018: Layer already exists [2023-01-17T20:38:34.198Z] b0f65c502268: Layer already exists [2023-01-17T20:38:34.198Z] 958d50b1347c: Layer already exists [2023-01-17T20:38:34.198Z] 70bc181bcef7: Layer already exists [2023-01-17T20:38:34.198Z] 0df0732bf2ae: Layer already exists [2023-01-17T20:38:34.198Z] 337f87b109f6: Layer already exists [2023-01-17T20:38:34.198Z] 813f8cbd4018: Layer already exists [2023-01-17T20:38:34.198Z] 984fd532de09: Layer already exists [2023-01-17T20:38:34.198Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:34.198Z] f5b1842c16a4: Layer already exists [2023-01-17T20:38:34.198Z] 5436e3a61b1b: Layer already exists [2023-01-17T20:38:34.198Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:34.198Z] main: digest: sha256:4f856fb51bc5e5f3dc590e1135d66af6649d49d397b32ff6acb8e4963c17b883 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:38:34.232Z] ===================================================== [Pipeline] echo [2023-01-17T20:38:34.237Z] taggedImages: [2023-01-17T20:38:34.237Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:34.237Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-01-17T20:38:34.237Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.21 [2023-01-17T20:38:34.237Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:34.237Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-01-17T20:38:34.251Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-01-17T20:38:34.251Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:34.251Z] latest [2023-01-17T20:38:34.251Z] 3.0.0-dev.21 [2023-01-17T20:38:34.251Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:34.251Z] main [2023-01-17T20:38:34.251Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:34.568Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:34.877Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:34.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-17T20:38:34.877Z] d9df03c4b093: Preparing [2023-01-17T20:38:34.877Z] c6f8962438c1: Preparing [2023-01-17T20:38:34.877Z] 382102aad678: Preparing [2023-01-17T20:38:34.877Z] 2c9196798ddb: Preparing [2023-01-17T20:38:34.877Z] 3997b52ae481: Preparing [2023-01-17T20:38:34.877Z] 1c995e6d92e7: Preparing [2023-01-17T20:38:34.877Z] 2ab104eae3a8: Preparing [2023-01-17T20:38:34.877Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:34.877Z] 1c995e6d92e7: Waiting [2023-01-17T20:38:34.877Z] 2ab104eae3a8: Waiting [2023-01-17T20:38:34.877Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:34.877Z] d9df03c4b093: Pushed [2023-01-17T20:38:34.877Z] 3997b52ae481: Pushed [2023-01-17T20:38:34.877Z] c6f8962438c1: Pushed [2023-01-17T20:38:35.137Z] 1c995e6d92e7: Pushed [2023-01-17T20:38:35.137Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:35.398Z] 2ab104eae3a8: Pushed [2023-01-17T20:38:35.966Z] 382102aad678: Pushed [2023-01-17T20:38:35.966Z] 2c9196798ddb: Pushed [2023-01-17T20:38:36.225Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:cec7d862cddf4a3dc4ff72c13272b062c87d128597a3f864232e70a6c21c9359 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:36.782Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:37.086Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-17T20:38:37.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-17T20:38:37.086Z] d9df03c4b093: Preparing [2023-01-17T20:38:37.086Z] c6f8962438c1: Preparing [2023-01-17T20:38:37.086Z] 382102aad678: Preparing [2023-01-17T20:38:37.086Z] 2c9196798ddb: Preparing [2023-01-17T20:38:37.086Z] 3997b52ae481: Preparing [2023-01-17T20:38:37.086Z] 1c995e6d92e7: Preparing [2023-01-17T20:38:37.086Z] 2ab104eae3a8: Preparing [2023-01-17T20:38:37.086Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:37.086Z] 2ab104eae3a8: Waiting [2023-01-17T20:38:37.086Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:37.086Z] 1c995e6d92e7: Waiting [2023-01-17T20:38:37.086Z] c6f8962438c1: Layer already exists [2023-01-17T20:38:37.086Z] 3997b52ae481: Layer already exists [2023-01-17T20:38:37.086Z] 382102aad678: Layer already exists [2023-01-17T20:38:37.086Z] 2c9196798ddb: Layer already exists [2023-01-17T20:38:37.086Z] d9df03c4b093: Layer already exists [2023-01-17T20:38:37.086Z] 1c995e6d92e7: Layer already exists [2023-01-17T20:38:37.086Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:37.086Z] 2ab104eae3a8: Layer already exists [2023-01-17T20:38:37.086Z] latest: digest: sha256:cec7d862cddf4a3dc4ff72c13272b062c87d128597a3f864232e70a6c21c9359 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:37.375Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:38:37.375Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:38:37.375Z] ---> eeb8bad7de61 [2023-01-17T20:38:37.375Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-17T20:38:37.375Z] ---> Using cache [2023-01-17T20:38:37.375Z] ---> af0a7880f04f [2023-01-17T20:38:37.375Z] Step 4/22 : WORKDIR /edgex-go [2023-01-17T20:38:37.375Z] ---> Using cache [2023-01-17T20:38:37.375Z] ---> dc921a456e37 [2023-01-17T20:38:37.375Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-17T20:38:37.375Z] ---> Using cache [2023-01-17T20:38:37.375Z] ---> 4d4aecb17de0 [2023-01-17T20:38:37.375Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-17T20:38:37.375Z] ---> Using cache [2023-01-17T20:38:37.375Z] ---> ea0c3b798d51 [2023-01-17T20:38:37.375Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:38:37.375Z] ---> Using cache [2023-01-17T20:38:37.375Z] ---> d06ddffc40ff [2023-01-17T20:38:37.375Z] Step 8/22 : COPY . . [2023-01-17T20:38:37.375Z] ---> Using cache [2023-01-17T20:38:37.375Z] ---> 48fbfccd5d28 [2023-01-17T20:38:37.375Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-17T20:38:37.407Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.21 [2023-01-17T20:38:37.653Z] ---> Running in 15284d27c03c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:37.965Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.21 [2023-01-17T20:38:37.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-17T20:38:37.965Z] d9df03c4b093: Preparing [2023-01-17T20:38:37.965Z] c6f8962438c1: Preparing [2023-01-17T20:38:37.965Z] 382102aad678: Preparing [2023-01-17T20:38:37.965Z] 2c9196798ddb: Preparing [2023-01-17T20:38:37.965Z] 3997b52ae481: Preparing [2023-01-17T20:38:37.965Z] 1c995e6d92e7: Preparing [2023-01-17T20:38:37.965Z] 2ab104eae3a8: Preparing [2023-01-17T20:38:37.965Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:37.965Z] 1c995e6d92e7: Waiting [2023-01-17T20:38:37.965Z] 2ab104eae3a8: Waiting [2023-01-17T20:38:37.965Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:37.965Z] d9df03c4b093: Layer already exists [2023-01-17T20:38:37.965Z] 382102aad678: Layer already exists [2023-01-17T20:38:37.965Z] 2c9196798ddb: Layer already exists [2023-01-17T20:38:37.965Z] 3997b52ae481: Layer already exists [2023-01-17T20:38:37.965Z] c6f8962438c1: Layer already exists [2023-01-17T20:38:37.965Z] 2ab104eae3a8: Layer already exists [2023-01-17T20:38:37.965Z] 1c995e6d92e7: Layer already exists [2023-01-17T20:38:37.965Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:37.965Z] 3.0.0-dev.21: digest: sha256:cec7d862cddf4a3dc4ff72c13272b062c87d128597a3f864232e70a6c21c9359 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:38.283Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:38.592Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:38.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-17T20:38:38.592Z] d9df03c4b093: Preparing [2023-01-17T20:38:38.592Z] c6f8962438c1: Preparing [2023-01-17T20:38:38.592Z] 382102aad678: Preparing [2023-01-17T20:38:38.592Z] 2c9196798ddb: Preparing [2023-01-17T20:38:38.592Z] 3997b52ae481: Preparing [2023-01-17T20:38:38.592Z] 1c995e6d92e7: Preparing [2023-01-17T20:38:38.592Z] 2ab104eae3a8: Preparing [2023-01-17T20:38:38.592Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:38.592Z] 2ab104eae3a8: Waiting [2023-01-17T20:38:38.592Z] 1c995e6d92e7: Waiting [2023-01-17T20:38:38.592Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:38.592Z] 382102aad678: Layer already exists [2023-01-17T20:38:38.592Z] 3997b52ae481: Layer already exists [2023-01-17T20:38:38.592Z] c6f8962438c1: Layer already exists [2023-01-17T20:38:38.592Z] d9df03c4b093: Layer already exists [2023-01-17T20:38:38.592Z] 2c9196798ddb: Layer already exists [2023-01-17T20:38:38.592Z] 1c995e6d92e7: Layer already exists [2023-01-17T20:38:38.592Z] 2ab104eae3a8: Layer already exists [2023-01-17T20:38:38.592Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:38.592Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:cec7d862cddf4a3dc4ff72c13272b062c87d128597a3f864232e70a6c21c9359 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:38.911Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:39.215Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-01-17T20:38:39.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-01-17T20:38:39.215Z] d9df03c4b093: Preparing [2023-01-17T20:38:39.215Z] c6f8962438c1: Preparing [2023-01-17T20:38:39.215Z] 382102aad678: Preparing [2023-01-17T20:38:39.215Z] 2c9196798ddb: Preparing [2023-01-17T20:38:39.215Z] 3997b52ae481: Preparing [2023-01-17T20:38:39.215Z] 1c995e6d92e7: Preparing [2023-01-17T20:38:39.215Z] 2ab104eae3a8: Preparing [2023-01-17T20:38:39.215Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:39.215Z] 1c995e6d92e7: Waiting [2023-01-17T20:38:39.215Z] 2ab104eae3a8: Waiting [2023-01-17T20:38:39.215Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:39.215Z] 2c9196798ddb: Layer already exists [2023-01-17T20:38:39.215Z] 382102aad678: Layer already exists [2023-01-17T20:38:39.215Z] c6f8962438c1: Layer already exists [2023-01-17T20:38:39.215Z] d9df03c4b093: Layer already exists [2023-01-17T20:38:39.215Z] 3997b52ae481: Layer already exists [2023-01-17T20:38:39.215Z] 1c995e6d92e7: Layer already exists [2023-01-17T20:38:39.215Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:39.215Z] 2ab104eae3a8: Layer already exists [2023-01-17T20:38:39.215Z] main: digest: sha256:cec7d862cddf4a3dc4ff72c13272b062c87d128597a3f864232e70a6c21c9359 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:38:39.263Z] ===================================================== [Pipeline] echo [2023-01-17T20:38:39.270Z] taggedImages: [2023-01-17T20:38:39.270Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:39.270Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-01-17T20:38:39.270Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.21 [2023-01-17T20:38:39.270Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:39.270Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-01-17T20:38:39.293Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-01-17T20:38:39.293Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:39.293Z] latest [2023-01-17T20:38:39.293Z] 3.0.0-dev.21 [2023-01-17T20:38:39.293Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:39.293Z] main [2023-01-17T20:38:39.293Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:39.610Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:39.614Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:39.927Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:39.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-17T20:38:39.927Z] f9ae4e9a7de0: Preparing [2023-01-17T20:38:39.927Z] a6e1eb43a821: Preparing [2023-01-17T20:38:39.927Z] 864d17ca1f90: Preparing [2023-01-17T20:38:39.927Z] 4f7e774ab07a: Preparing [2023-01-17T20:38:39.927Z] 0dece5db1161: Preparing [2023-01-17T20:38:39.927Z] 3596ef80e3c1: Preparing [2023-01-17T20:38:39.927Z] a2cf1e44a77a: Preparing [2023-01-17T20:38:39.927Z] 8e36cb7c9806: Preparing [2023-01-17T20:38:39.927Z] a5bd4601f343: Preparing [2023-01-17T20:38:39.927Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:39.927Z] a2cf1e44a77a: Waiting [2023-01-17T20:38:39.927Z] 3596ef80e3c1: Waiting [2023-01-17T20:38:39.927Z] 8e36cb7c9806: Waiting [2023-01-17T20:38:39.927Z] a5bd4601f343: Waiting [2023-01-17T20:38:39.927Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:39.927Z] 0dece5db1161: Pushed [2023-01-17T20:38:40.186Z] a6e1eb43a821: Pushed [2023-01-17T20:38:40.186Z] f9ae4e9a7de0: Pushed [2023-01-17T20:38:40.186Z] 3596ef80e3c1: Pushed [2023-01-17T20:38:40.450Z] a2cf1e44a77a: Pushed [2023-01-17T20:38:40.450Z] 8e36cb7c9806: Pushed [2023-01-17T20:38:40.735Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:41.235Z] a5bd4601f343: Pushed [2023-01-17T20:38:41.235Z] 4f7e774ab07a: Pushed [2023-01-17T20:38:41.542Z] 864d17ca1f90: Pushed [2023-01-17T20:38:41.542Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:95c3b505139bd64d67d72590b1683d2e4e9bbfb80f0a7b6e84dc54ecfeb8b730 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:42.121Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:42.575Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-17T20:38:42.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-17T20:38:42.575Z] f9ae4e9a7de0: Preparing [2023-01-17T20:38:42.575Z] a6e1eb43a821: Preparing [2023-01-17T20:38:42.575Z] 864d17ca1f90: Preparing [2023-01-17T20:38:42.575Z] 4f7e774ab07a: Preparing [2023-01-17T20:38:42.575Z] 0dece5db1161: Preparing [2023-01-17T20:38:42.575Z] 3596ef80e3c1: Preparing [2023-01-17T20:38:42.575Z] a2cf1e44a77a: Preparing [2023-01-17T20:38:42.575Z] 8e36cb7c9806: Preparing [2023-01-17T20:38:42.575Z] a5bd4601f343: Preparing [2023-01-17T20:38:42.575Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:42.575Z] 3596ef80e3c1: Waiting [2023-01-17T20:38:42.575Z] a2cf1e44a77a: Waiting [2023-01-17T20:38:42.575Z] 8e36cb7c9806: Waiting [2023-01-17T20:38:42.575Z] a5bd4601f343: Waiting [2023-01-17T20:38:42.575Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:42.575Z] 864d17ca1f90: Layer already exists [2023-01-17T20:38:42.575Z] 0dece5db1161: Layer already exists [2023-01-17T20:38:42.575Z] a6e1eb43a821: Layer already exists [2023-01-17T20:38:42.575Z] 4f7e774ab07a: Layer already exists [2023-01-17T20:38:42.575Z] f9ae4e9a7de0: Layer already exists [2023-01-17T20:38:42.575Z] 3596ef80e3c1: Layer already exists [2023-01-17T20:38:42.575Z] 8e36cb7c9806: Layer already exists [2023-01-17T20:38:42.575Z] a2cf1e44a77a: Layer already exists [2023-01-17T20:38:42.575Z] a5bd4601f343: Layer already exists [2023-01-17T20:38:42.575Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:42.575Z] latest: digest: sha256:95c3b505139bd64d67d72590b1683d2e4e9bbfb80f0a7b6e84dc54ecfeb8b730 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:42.919Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:43.322Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.21 [2023-01-17T20:38:43.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-17T20:38:43.322Z] f9ae4e9a7de0: Preparing [2023-01-17T20:38:43.322Z] a6e1eb43a821: Preparing [2023-01-17T20:38:43.322Z] 864d17ca1f90: Preparing [2023-01-17T20:38:43.322Z] 4f7e774ab07a: Preparing [2023-01-17T20:38:43.322Z] 0dece5db1161: Preparing [2023-01-17T20:38:43.322Z] 3596ef80e3c1: Preparing [2023-01-17T20:38:43.322Z] a2cf1e44a77a: Preparing [2023-01-17T20:38:43.322Z] 8e36cb7c9806: Preparing [2023-01-17T20:38:43.322Z] a5bd4601f343: Preparing [2023-01-17T20:38:43.322Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:43.322Z] a2cf1e44a77a: Waiting [2023-01-17T20:38:43.322Z] 8e36cb7c9806: Waiting [2023-01-17T20:38:43.322Z] 3596ef80e3c1: Waiting [2023-01-17T20:38:43.322Z] a5bd4601f343: Waiting [2023-01-17T20:38:43.322Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:43.322Z] 0dece5db1161: Layer already exists [2023-01-17T20:38:43.322Z] 4f7e774ab07a: Layer already exists [2023-01-17T20:38:43.322Z] a6e1eb43a821: Layer already exists [2023-01-17T20:38:43.322Z] 864d17ca1f90: Layer already exists [2023-01-17T20:38:43.322Z] f9ae4e9a7de0: Layer already exists [2023-01-17T20:38:43.322Z] 3596ef80e3c1: Layer already exists [2023-01-17T20:38:43.322Z] a2cf1e44a77a: Layer already exists [2023-01-17T20:38:43.322Z] a5bd4601f343: Layer already exists [2023-01-17T20:38:43.322Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:43.322Z] 8e36cb7c9806: Layer already exists [2023-01-17T20:38:43.322Z] 3.0.0-dev.21: digest: sha256:95c3b505139bd64d67d72590b1683d2e4e9bbfb80f0a7b6e84dc54ecfeb8b730 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:43.644Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:44.209Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:44.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-17T20:38:44.209Z] f9ae4e9a7de0: Preparing [2023-01-17T20:38:44.209Z] a6e1eb43a821: Preparing [2023-01-17T20:38:44.209Z] 864d17ca1f90: Preparing [2023-01-17T20:38:44.209Z] 4f7e774ab07a: Preparing [2023-01-17T20:38:44.209Z] 0dece5db1161: Preparing [2023-01-17T20:38:44.209Z] 3596ef80e3c1: Preparing [2023-01-17T20:38:44.209Z] a2cf1e44a77a: Preparing [2023-01-17T20:38:44.209Z] 8e36cb7c9806: Preparing [2023-01-17T20:38:44.209Z] a5bd4601f343: Preparing [2023-01-17T20:38:44.209Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:44.209Z] 8e36cb7c9806: Waiting [2023-01-17T20:38:44.209Z] a5bd4601f343: Waiting [2023-01-17T20:38:44.209Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:44.209Z] 3596ef80e3c1: Waiting [2023-01-17T20:38:44.209Z] a2cf1e44a77a: Waiting [2023-01-17T20:38:44.209Z] a6e1eb43a821: Layer already exists [2023-01-17T20:38:44.209Z] 0dece5db1161: Layer already exists [2023-01-17T20:38:44.209Z] 864d17ca1f90: Layer already exists [2023-01-17T20:38:44.209Z] f9ae4e9a7de0: Layer already exists [2023-01-17T20:38:44.209Z] 4f7e774ab07a: Layer already exists [2023-01-17T20:38:44.209Z] a2cf1e44a77a: Layer already exists [2023-01-17T20:38:44.209Z] 3596ef80e3c1: Layer already exists [2023-01-17T20:38:44.209Z] 8e36cb7c9806: Layer already exists [2023-01-17T20:38:44.209Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:44.209Z] a5bd4601f343: Layer already exists [2023-01-17T20:38:44.209Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:95c3b505139bd64d67d72590b1683d2e4e9bbfb80f0a7b6e84dc54ecfeb8b730 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:44.514Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:45.088Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-01-17T20:38:45.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-01-17T20:38:45.088Z] f9ae4e9a7de0: Preparing [2023-01-17T20:38:45.088Z] a6e1eb43a821: Preparing [2023-01-17T20:38:45.088Z] 864d17ca1f90: Preparing [2023-01-17T20:38:45.088Z] 4f7e774ab07a: Preparing [2023-01-17T20:38:45.088Z] 0dece5db1161: Preparing [2023-01-17T20:38:45.088Z] 3596ef80e3c1: Preparing [2023-01-17T20:38:45.088Z] a2cf1e44a77a: Preparing [2023-01-17T20:38:45.088Z] 8e36cb7c9806: Preparing [2023-01-17T20:38:45.088Z] a5bd4601f343: Preparing [2023-01-17T20:38:45.088Z] e5e13b0c77cb: Preparing [2023-01-17T20:38:45.088Z] 3596ef80e3c1: Waiting [2023-01-17T20:38:45.088Z] a5bd4601f343: Waiting [2023-01-17T20:38:45.088Z] a2cf1e44a77a: Waiting [2023-01-17T20:38:45.088Z] 8e36cb7c9806: Waiting [2023-01-17T20:38:45.088Z] e5e13b0c77cb: Waiting [2023-01-17T20:38:45.088Z] f9ae4e9a7de0: Layer already exists [2023-01-17T20:38:45.088Z] 864d17ca1f90: Layer already exists [2023-01-17T20:38:45.088Z] 4f7e774ab07a: Layer already exists [2023-01-17T20:38:45.088Z] a6e1eb43a821: Layer already exists [2023-01-17T20:38:45.088Z] 0dece5db1161: Layer already exists [2023-01-17T20:38:45.088Z] a2cf1e44a77a: Layer already exists [2023-01-17T20:38:45.088Z] 8e36cb7c9806: Layer already exists [2023-01-17T20:38:45.088Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:38:45.088Z] 3596ef80e3c1: Layer already exists [2023-01-17T20:38:45.088Z] a5bd4601f343: Layer already exists [2023-01-17T20:38:45.088Z] main: digest: sha256:95c3b505139bd64d67d72590b1683d2e4e9bbfb80f0a7b6e84dc54ecfeb8b730 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:38:45.116Z] ===================================================== [Pipeline] echo [2023-01-17T20:38:45.125Z] taggedImages: [2023-01-17T20:38:45.125Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:45.125Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-01-17T20:38:45.125Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.21 [2023-01-17T20:38:45.125Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:45.126Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-01-17T20:38:45.140Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-01-17T20:38:45.140Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:45.140Z] latest [2023-01-17T20:38:45.140Z] 3.0.0-dev.21 [2023-01-17T20:38:45.140Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:45.140Z] main [2023-01-17T20:38:45.140Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:45.438Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:45.742Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:45.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-17T20:38:45.743Z] 2a871f5ee8a2: Preparing [2023-01-17T20:38:45.743Z] 3aa6aa5b47c4: Preparing [2023-01-17T20:38:45.743Z] 4d37f554b10d: Preparing [2023-01-17T20:38:45.743Z] c5fff1a9cff9: Preparing [2023-01-17T20:38:45.743Z] 34d5ebaa5410: Preparing [2023-01-17T20:38:45.743Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:38:45.743Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:45.743Z] 2a871f5ee8a2: Pushed [2023-01-17T20:38:46.310Z] c5fff1a9cff9: Pushed [2023-01-17T20:38:48.214Z] 3aa6aa5b47c4: Pushed [2023-01-17T20:38:48.214Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:ef2ea4f8d47165def12dfbd9084fc6657625e648cc7196c33a259d8a7eb13831 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:48.812Z] + 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-01-17T20:38:49.378Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-17T20:38:49.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-17T20:38:49.378Z] 2a871f5ee8a2: Preparing [2023-01-17T20:38:49.378Z] 3aa6aa5b47c4: Preparing [2023-01-17T20:38:49.378Z] 4d37f554b10d: Preparing [2023-01-17T20:38:49.378Z] c5fff1a9cff9: Preparing [2023-01-17T20:38:49.378Z] 34d5ebaa5410: Preparing [2023-01-17T20:38:49.378Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:38:49.378Z] 3aa6aa5b47c4: Layer already exists [2023-01-17T20:38:49.378Z] 2a871f5ee8a2: Layer already exists [2023-01-17T20:38:49.378Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:49.378Z] c5fff1a9cff9: Layer already exists [2023-01-17T20:38:49.378Z] latest: digest: sha256:ef2ea4f8d47165def12dfbd9084fc6657625e648cc7196c33a259d8a7eb13831 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:49.729Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:50.292Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.21 [2023-01-17T20:38:50.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-17T20:38:50.292Z] 2a871f5ee8a2: Preparing [2023-01-17T20:38:50.292Z] 3aa6aa5b47c4: Preparing [2023-01-17T20:38:50.292Z] 4d37f554b10d: Preparing [2023-01-17T20:38:50.292Z] c5fff1a9cff9: Preparing [2023-01-17T20:38:50.292Z] 34d5ebaa5410: Preparing [2023-01-17T20:38:50.292Z] 2a871f5ee8a2: Layer already exists [2023-01-17T20:38:50.292Z] c5fff1a9cff9: Layer already exists [2023-01-17T20:38:50.292Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:38:50.292Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:50.292Z] 3aa6aa5b47c4: Layer already exists [2023-01-17T20:38:50.292Z] 3.0.0-dev.21: digest: sha256:ef2ea4f8d47165def12dfbd9084fc6657625e648cc7196c33a259d8a7eb13831 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:50.597Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:51.189Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:51.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-17T20:38:51.189Z] 2a871f5ee8a2: Preparing [2023-01-17T20:38:51.189Z] 3aa6aa5b47c4: Preparing [2023-01-17T20:38:51.189Z] 4d37f554b10d: Preparing [2023-01-17T20:38:51.189Z] c5fff1a9cff9: Preparing [2023-01-17T20:38:51.189Z] 34d5ebaa5410: Preparing [2023-01-17T20:38:51.189Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:38:51.189Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:51.189Z] 2a871f5ee8a2: Layer already exists [2023-01-17T20:38:51.189Z] c5fff1a9cff9: Layer already exists [2023-01-17T20:38:51.189Z] 3aa6aa5b47c4: Layer already exists [2023-01-17T20:38:51.189Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:ef2ea4f8d47165def12dfbd9084fc6657625e648cc7196c33a259d8a7eb13831 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:51.500Z] + 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-01-17T20:38:52.059Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-01-17T20:38:52.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-01-17T20:38:52.059Z] 2a871f5ee8a2: Preparing [2023-01-17T20:38:52.059Z] 3aa6aa5b47c4: Preparing [2023-01-17T20:38:52.059Z] 4d37f554b10d: Preparing [2023-01-17T20:38:52.059Z] c5fff1a9cff9: Preparing [2023-01-17T20:38:52.059Z] 34d5ebaa5410: Preparing [2023-01-17T20:38:52.059Z] 4d37f554b10d: Layer already exists [2023-01-17T20:38:52.059Z] 3aa6aa5b47c4: Layer already exists [2023-01-17T20:38:52.059Z] c5fff1a9cff9: Layer already exists [2023-01-17T20:38:52.059Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:38:52.059Z] 2a871f5ee8a2: Layer already exists [2023-01-17T20:38:52.059Z] main: digest: sha256:ef2ea4f8d47165def12dfbd9084fc6657625e648cc7196c33a259d8a7eb13831 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:38:52.095Z] ===================================================== [Pipeline] echo [2023-01-17T20:38:52.101Z] taggedImages: [2023-01-17T20:38:52.101Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:52.101Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-01-17T20:38:52.101Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.21 [2023-01-17T20:38:52.101Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:52.101Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-01-17T20:38:52.118Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-01-17T20:38:52.118Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:52.118Z] latest [2023-01-17T20:38:52.118Z] 3.0.0-dev.21 [2023-01-17T20:38:52.118Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:38:52.118Z] main [2023-01-17T20:38:52.118Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:52.437Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:38:53.010Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:38:53.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-17T20:38:53.010Z] c7fc478dcb95: Preparing [2023-01-17T20:38:53.010Z] 86241a299203: Preparing [2023-01-17T20:38:53.010Z] 1c454170070d: Preparing [2023-01-17T20:38:53.010Z] 57ac948fdd02: Preparing [2023-01-17T20:38:53.010Z] 923474b8a975: Preparing [2023-01-17T20:38:53.010Z] fdb2f50b820e: Preparing [2023-01-17T20:38:53.010Z] 34d5ebaa5410: Preparing [2023-01-17T20:38:53.010Z] fdb2f50b820e: Waiting [2023-01-17T20:38:53.010Z] 34d5ebaa5410: Waiting [2023-01-17T20:38:53.010Z] 1c454170070d: Pushed [2023-01-17T20:38:53.010Z] 86241a299203: Pushed [2023-01-17T20:38:53.010Z] c7fc478dcb95: Pushed [2023-01-17T20:38:54.118Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:38:54.712Z] fdb2f50b820e: Pushed [2023-01-17T20:38:56.628Z] 923474b8a975: Pushed [2023-01-17T20:38:59.917Z] 57ac948fdd02: Pushed [2023-01-17T20:38:59.917Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:88acc817e52f24d2110cd27460e09281ac34d999584ec7d10a78c7efd6f75851 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:00.227Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:00.531Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-17T20:39:00.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-17T20:39:00.531Z] c7fc478dcb95: Preparing [2023-01-17T20:39:00.531Z] 86241a299203: Preparing [2023-01-17T20:39:00.531Z] 1c454170070d: Preparing [2023-01-17T20:39:00.531Z] 57ac948fdd02: Preparing [2023-01-17T20:39:00.531Z] 923474b8a975: Preparing [2023-01-17T20:39:00.531Z] fdb2f50b820e: Preparing [2023-01-17T20:39:00.531Z] 34d5ebaa5410: Preparing [2023-01-17T20:39:00.531Z] fdb2f50b820e: Waiting [2023-01-17T20:39:00.531Z] 34d5ebaa5410: Waiting [2023-01-17T20:39:00.531Z] 86241a299203: Layer already exists [2023-01-17T20:39:00.531Z] c7fc478dcb95: Layer already exists [2023-01-17T20:39:00.531Z] 1c454170070d: Layer already exists [2023-01-17T20:39:00.531Z] 57ac948fdd02: Layer already exists [2023-01-17T20:39:00.531Z] 923474b8a975: Layer already exists [2023-01-17T20:39:00.531Z] fdb2f50b820e: Layer already exists [2023-01-17T20:39:00.531Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:39:00.531Z] latest: digest: sha256:88acc817e52f24d2110cd27460e09281ac34d999584ec7d10a78c7efd6f75851 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:00.853Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:01.418Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.21 [2023-01-17T20:39:01.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-17T20:39:01.418Z] c7fc478dcb95: Preparing [2023-01-17T20:39:01.418Z] 86241a299203: Preparing [2023-01-17T20:39:01.418Z] 1c454170070d: Preparing [2023-01-17T20:39:01.418Z] 57ac948fdd02: Preparing [2023-01-17T20:39:01.418Z] 923474b8a975: Preparing [2023-01-17T20:39:01.418Z] fdb2f50b820e: Preparing [2023-01-17T20:39:01.418Z] 34d5ebaa5410: Preparing [2023-01-17T20:39:01.418Z] fdb2f50b820e: Waiting [2023-01-17T20:39:01.418Z] 1c454170070d: Layer already exists [2023-01-17T20:39:01.418Z] 57ac948fdd02: Layer already exists [2023-01-17T20:39:01.418Z] 86241a299203: Layer already exists [2023-01-17T20:39:01.418Z] c7fc478dcb95: Layer already exists [2023-01-17T20:39:01.418Z] 923474b8a975: Layer already exists [2023-01-17T20:39:01.418Z] fdb2f50b820e: Layer already exists [2023-01-17T20:39:01.418Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:39:01.418Z] 3.0.0-dev.21: digest: sha256:88acc817e52f24d2110cd27460e09281ac34d999584ec7d10a78c7efd6f75851 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:01.725Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:02.027Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:39:02.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-17T20:39:02.027Z] c7fc478dcb95: Preparing [2023-01-17T20:39:02.027Z] 86241a299203: Preparing [2023-01-17T20:39:02.027Z] 1c454170070d: Preparing [2023-01-17T20:39:02.027Z] 57ac948fdd02: Preparing [2023-01-17T20:39:02.027Z] 923474b8a975: Preparing [2023-01-17T20:39:02.027Z] fdb2f50b820e: Preparing [2023-01-17T20:39:02.027Z] 34d5ebaa5410: Preparing [2023-01-17T20:39:02.027Z] fdb2f50b820e: Waiting [2023-01-17T20:39:02.027Z] 34d5ebaa5410: Waiting [2023-01-17T20:39:02.027Z] 1c454170070d: Layer already exists [2023-01-17T20:39:02.027Z] 923474b8a975: Layer already exists [2023-01-17T20:39:02.027Z] 86241a299203: Layer already exists [2023-01-17T20:39:02.027Z] 57ac948fdd02: Layer already exists [2023-01-17T20:39:02.027Z] c7fc478dcb95: Layer already exists [2023-01-17T20:39:02.027Z] fdb2f50b820e: Layer already exists [2023-01-17T20:39:02.027Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:39:02.027Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:88acc817e52f24d2110cd27460e09281ac34d999584ec7d10a78c7efd6f75851 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:02.348Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:02.651Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-01-17T20:39:02.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-01-17T20:39:02.651Z] c7fc478dcb95: Preparing [2023-01-17T20:39:02.651Z] 86241a299203: Preparing [2023-01-17T20:39:02.651Z] 1c454170070d: Preparing [2023-01-17T20:39:02.651Z] 57ac948fdd02: Preparing [2023-01-17T20:39:02.651Z] 923474b8a975: Preparing [2023-01-17T20:39:02.651Z] fdb2f50b820e: Preparing [2023-01-17T20:39:02.651Z] 34d5ebaa5410: Preparing [2023-01-17T20:39:02.651Z] fdb2f50b820e: Waiting [2023-01-17T20:39:02.651Z] 34d5ebaa5410: Waiting [2023-01-17T20:39:02.651Z] c7fc478dcb95: Layer already exists [2023-01-17T20:39:02.651Z] 923474b8a975: Layer already exists [2023-01-17T20:39:02.651Z] 86241a299203: Layer already exists [2023-01-17T20:39:02.651Z] 57ac948fdd02: Layer already exists [2023-01-17T20:39:02.651Z] 1c454170070d: Layer already exists [2023-01-17T20:39:02.651Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:39:02.652Z] fdb2f50b820e: Layer already exists [2023-01-17T20:39:02.652Z] main: digest: sha256:88acc817e52f24d2110cd27460e09281ac34d999584ec7d10a78c7efd6f75851 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:39:02.708Z] ===================================================== [Pipeline] echo [2023-01-17T20:39:02.716Z] taggedImages: [2023-01-17T20:39:02.716Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:39:02.716Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-01-17T20:39:02.716Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.21 [2023-01-17T20:39:02.716Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:39:02.716Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-01-17T20:39:02.742Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-01-17T20:39:02.742Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:39:02.742Z] latest [2023-01-17T20:39:02.742Z] 3.0.0-dev.21 [2023-01-17T20:39:02.742Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:39:02.742Z] main [2023-01-17T20:39:02.742Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:03.068Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:03.413Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:39:03.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-17T20:39:03.414Z] e7be7e04fd0e: Preparing [2023-01-17T20:39:03.414Z] 0061b8966679: Preparing [2023-01-17T20:39:03.414Z] f5eef5669d7d: Preparing [2023-01-17T20:39:03.414Z] f1a5cb7ff617: Preparing [2023-01-17T20:39:03.414Z] e9ef60a31aee: Preparing [2023-01-17T20:39:03.414Z] 34d5ebaa5410: Preparing [2023-01-17T20:39:03.414Z] 34d5ebaa5410: Waiting [2023-01-17T20:39:03.414Z] f5eef5669d7d: Pushed [2023-01-17T20:39:03.414Z] e7be7e04fd0e: Pushed [2023-01-17T20:39:03.414Z] 0061b8966679: Pushed [2023-01-17T20:39:03.701Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:39:03.701Z] e9ef60a31aee: Pushed [2023-01-17T20:39:10.302Z] f1a5cb7ff617: Pushed [2023-01-17T20:39:10.302Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:e1f10f4214ba13366d5089b07fb0b05ae2705ba5daa9a6f2a378b03842617e42 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:10.609Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:10.952Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-17T20:39:10.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-17T20:39:10.952Z] e7be7e04fd0e: Preparing [2023-01-17T20:39:10.952Z] 0061b8966679: Preparing [2023-01-17T20:39:10.952Z] f5eef5669d7d: Preparing [2023-01-17T20:39:10.952Z] f1a5cb7ff617: Preparing [2023-01-17T20:39:10.952Z] e9ef60a31aee: Preparing [2023-01-17T20:39:10.952Z] 34d5ebaa5410: Preparing [2023-01-17T20:39:10.952Z] 34d5ebaa5410: Waiting [2023-01-17T20:39:10.952Z] e7be7e04fd0e: Layer already exists [2023-01-17T20:39:10.952Z] f5eef5669d7d: Layer already exists [2023-01-17T20:39:10.952Z] e9ef60a31aee: Layer already exists [2023-01-17T20:39:10.952Z] f1a5cb7ff617: Layer already exists [2023-01-17T20:39:10.952Z] 0061b8966679: Layer already exists [2023-01-17T20:39:10.952Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:39:10.952Z] latest: digest: sha256:e1f10f4214ba13366d5089b07fb0b05ae2705ba5daa9a6f2a378b03842617e42 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:11.261Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:11.563Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.21 [2023-01-17T20:39:11.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-17T20:39:11.563Z] e7be7e04fd0e: Preparing [2023-01-17T20:39:11.563Z] 0061b8966679: Preparing [2023-01-17T20:39:11.563Z] f5eef5669d7d: Preparing [2023-01-17T20:39:11.563Z] f1a5cb7ff617: Preparing [2023-01-17T20:39:11.563Z] e9ef60a31aee: Preparing [2023-01-17T20:39:11.563Z] 34d5ebaa5410: Preparing [2023-01-17T20:39:11.563Z] 34d5ebaa5410: Waiting [2023-01-17T20:39:11.563Z] 0061b8966679: Layer already exists [2023-01-17T20:39:11.563Z] e9ef60a31aee: Layer already exists [2023-01-17T20:39:11.563Z] f5eef5669d7d: Layer already exists [2023-01-17T20:39:11.823Z] e7be7e04fd0e: Layer already exists [2023-01-17T20:39:11.823Z] f1a5cb7ff617: Layer already exists [2023-01-17T20:39:12.760Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:39:12.760Z] 3.0.0-dev.21: digest: sha256:e1f10f4214ba13366d5089b07fb0b05ae2705ba5daa9a6f2a378b03842617e42 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:13.111Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:13.677Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:39:13.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-17T20:39:13.936Z] e7be7e04fd0e: Preparing [2023-01-17T20:39:13.936Z] 0061b8966679: Preparing [2023-01-17T20:39:13.936Z] f5eef5669d7d: Preparing [2023-01-17T20:39:13.936Z] f1a5cb7ff617: Preparing [2023-01-17T20:39:13.936Z] e9ef60a31aee: Preparing [2023-01-17T20:39:13.936Z] 34d5ebaa5410: Preparing [2023-01-17T20:39:13.936Z] 34d5ebaa5410: Waiting [2023-01-17T20:39:13.936Z] f5eef5669d7d: Layer already exists [2023-01-17T20:39:13.936Z] 0061b8966679: Layer already exists [2023-01-17T20:39:13.936Z] e7be7e04fd0e: Layer already exists [2023-01-17T20:39:13.936Z] f1a5cb7ff617: Layer already exists [2023-01-17T20:39:13.936Z] e9ef60a31aee: Layer already exists [2023-01-17T20:39:13.936Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:39:13.936Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:e1f10f4214ba13366d5089b07fb0b05ae2705ba5daa9a6f2a378b03842617e42 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:14.250Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:14.554Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-01-17T20:39:14.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-01-17T20:39:14.554Z] e7be7e04fd0e: Preparing [2023-01-17T20:39:14.554Z] 0061b8966679: Preparing [2023-01-17T20:39:14.554Z] f5eef5669d7d: Preparing [2023-01-17T20:39:14.554Z] f1a5cb7ff617: Preparing [2023-01-17T20:39:14.554Z] e9ef60a31aee: Preparing [2023-01-17T20:39:14.554Z] 34d5ebaa5410: Preparing [2023-01-17T20:39:14.554Z] 34d5ebaa5410: Waiting [2023-01-17T20:39:14.554Z] f5eef5669d7d: Layer already exists [2023-01-17T20:39:14.554Z] e9ef60a31aee: Layer already exists [2023-01-17T20:39:14.554Z] e7be7e04fd0e: Layer already exists [2023-01-17T20:39:14.554Z] 0061b8966679: Layer already exists [2023-01-17T20:39:14.554Z] f1a5cb7ff617: Layer already exists [2023-01-17T20:39:14.554Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:39:14.554Z] main: digest: sha256:e1f10f4214ba13366d5089b07fb0b05ae2705ba5daa9a6f2a378b03842617e42 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:39:14.589Z] ===================================================== [Pipeline] echo [2023-01-17T20:39:14.594Z] taggedImages: [2023-01-17T20:39:14.594Z] - nexus3.edgexfoundry.org:10004/security-spire-config:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:39:14.594Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-01-17T20:39:14.594Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.21 [2023-01-17T20:39:14.594Z] - nexus3.edgexfoundry.org:10004/security-spire-config:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:39:14.594Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-01-17T20:39:14.609Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-01-17T20:39:14.609Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:39:14.609Z] latest [2023-01-17T20:39:14.609Z] 3.0.0-dev.21 [2023-01-17T20:39:14.609Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:39:14.609Z] main [2023-01-17T20:39:14.609Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:14.940Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:15.303Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:39:15.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-17T20:39:15.303Z] 0b5f097e9b1f: Preparing [2023-01-17T20:39:15.303Z] fabb1f2b0e7b: Preparing [2023-01-17T20:39:15.303Z] 5ca5cdb3443c: Preparing [2023-01-17T20:39:15.303Z] 68e07fdc8c55: Preparing [2023-01-17T20:39:15.303Z] fdb2f50b820e: Preparing [2023-01-17T20:39:15.303Z] 34d5ebaa5410: Preparing [2023-01-17T20:39:15.303Z] 34d5ebaa5410: Waiting [2023-01-17T20:39:15.303Z] fdb2f50b820e: Layer already exists [2023-01-17T20:39:15.303Z] 0b5f097e9b1f: Pushed [2023-01-17T20:39:15.303Z] fabb1f2b0e7b: Pushed [2023-01-17T20:39:15.303Z] 5ca5cdb3443c: Pushed [2023-01-17T20:39:15.562Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:39:22.144Z] 68e07fdc8c55: Pushed [2023-01-17T20:39:22.144Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:8cd4818cdc31292157db312aa8d5d2fc588a3cb5de62f5ac68c14582824d606d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:22.462Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:22.764Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-17T20:39:22.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-17T20:39:22.764Z] 0b5f097e9b1f: Preparing [2023-01-17T20:39:22.764Z] fabb1f2b0e7b: Preparing [2023-01-17T20:39:22.764Z] 5ca5cdb3443c: Preparing [2023-01-17T20:39:22.764Z] 68e07fdc8c55: Preparing [2023-01-17T20:39:22.764Z] fdb2f50b820e: Preparing [2023-01-17T20:39:22.764Z] 34d5ebaa5410: Preparing [2023-01-17T20:39:22.764Z] 34d5ebaa5410: Waiting [2023-01-17T20:39:22.764Z] 5ca5cdb3443c: Layer already exists [2023-01-17T20:39:22.764Z] 68e07fdc8c55: Layer already exists [2023-01-17T20:39:22.764Z] fabb1f2b0e7b: Layer already exists [2023-01-17T20:39:22.764Z] fdb2f50b820e: Layer already exists [2023-01-17T20:39:22.764Z] 0b5f097e9b1f: Layer already exists [2023-01-17T20:39:22.764Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:39:22.764Z] latest: digest: sha256:8cd4818cdc31292157db312aa8d5d2fc588a3cb5de62f5ac68c14582824d606d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:23.072Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:23.374Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.21 [2023-01-17T20:39:23.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-17T20:39:23.374Z] 0b5f097e9b1f: Preparing [2023-01-17T20:39:23.374Z] fabb1f2b0e7b: Preparing [2023-01-17T20:39:23.374Z] 5ca5cdb3443c: Preparing [2023-01-17T20:39:23.374Z] 68e07fdc8c55: Preparing [2023-01-17T20:39:23.374Z] fdb2f50b820e: Preparing [2023-01-17T20:39:23.374Z] 34d5ebaa5410: Preparing [2023-01-17T20:39:23.374Z] 34d5ebaa5410: Waiting [2023-01-17T20:39:23.374Z] fdb2f50b820e: Layer already exists [2023-01-17T20:39:23.374Z] 68e07fdc8c55: Layer already exists [2023-01-17T20:39:23.374Z] 5ca5cdb3443c: Layer already exists [2023-01-17T20:39:23.374Z] 0b5f097e9b1f: Layer already exists [2023-01-17T20:39:23.374Z] fabb1f2b0e7b: Layer already exists [2023-01-17T20:39:23.374Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:39:23.374Z] 3.0.0-dev.21: digest: sha256:8cd4818cdc31292157db312aa8d5d2fc588a3cb5de62f5ac68c14582824d606d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:23.682Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:23.999Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:39:23.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-17T20:39:23.999Z] 0b5f097e9b1f: Preparing [2023-01-17T20:39:23.999Z] fabb1f2b0e7b: Preparing [2023-01-17T20:39:23.999Z] 5ca5cdb3443c: Preparing [2023-01-17T20:39:23.999Z] 68e07fdc8c55: Preparing [2023-01-17T20:39:23.999Z] fdb2f50b820e: Preparing [2023-01-17T20:39:23.999Z] 34d5ebaa5410: Preparing [2023-01-17T20:39:23.999Z] 34d5ebaa5410: Waiting [2023-01-17T20:39:23.999Z] 68e07fdc8c55: Layer already exists [2023-01-17T20:39:23.999Z] fdb2f50b820e: Layer already exists [2023-01-17T20:39:23.999Z] fabb1f2b0e7b: Layer already exists [2023-01-17T20:39:23.999Z] 0b5f097e9b1f: Layer already exists [2023-01-17T20:39:23.999Z] 5ca5cdb3443c: Layer already exists [2023-01-17T20:39:23.999Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:39:23.999Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:8cd4818cdc31292157db312aa8d5d2fc588a3cb5de62f5ac68c14582824d606d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:24.534Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:24.842Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-01-17T20:39:24.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-01-17T20:39:24.842Z] 0b5f097e9b1f: Preparing [2023-01-17T20:39:24.842Z] fabb1f2b0e7b: Preparing [2023-01-17T20:39:24.842Z] 5ca5cdb3443c: Preparing [2023-01-17T20:39:24.842Z] 68e07fdc8c55: Preparing [2023-01-17T20:39:24.842Z] fdb2f50b820e: Preparing [2023-01-17T20:39:24.842Z] 34d5ebaa5410: Preparing [2023-01-17T20:39:24.842Z] 34d5ebaa5410: Waiting [2023-01-17T20:39:24.842Z] 68e07fdc8c55: Layer already exists [2023-01-17T20:39:24.842Z] 5ca5cdb3443c: Layer already exists [2023-01-17T20:39:24.842Z] fabb1f2b0e7b: Layer already exists [2023-01-17T20:39:24.842Z] 0b5f097e9b1f: Layer already exists [2023-01-17T20:39:24.842Z] fdb2f50b820e: Layer already exists [2023-01-17T20:39:24.842Z] 34d5ebaa5410: Layer already exists [2023-01-17T20:39:24.842Z] main: digest: sha256:8cd4818cdc31292157db312aa8d5d2fc588a3cb5de62f5ac68c14582824d606d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:39:24.876Z] ===================================================== [Pipeline] echo [2023-01-17T20:39:24.882Z] taggedImages: [2023-01-17T20:39:24.882Z] - nexus3.edgexfoundry.org:10004/security-spire-server:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:39:24.882Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-01-17T20:39:24.882Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.21 [2023-01-17T20:39:24.882Z] - nexus3.edgexfoundry.org:10004/security-spire-server:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:39:24.882Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-01-17T20:39:24.897Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-01-17T20:39:24.897Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:39:24.897Z] latest [2023-01-17T20:39:24.897Z] 3.0.0-dev.21 [2023-01-17T20:39:24.897Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:39:24.897Z] main [2023-01-17T20:39:24.897Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:25.201Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:25.794Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:39:25.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-17T20:39:25.794Z] 3928d8e8d6d3: Preparing [2023-01-17T20:39:25.794Z] 99c456638e34: Preparing [2023-01-17T20:39:25.794Z] 4d37f554b10d: Preparing [2023-01-17T20:39:25.794Z] ea939f55821b: Preparing [2023-01-17T20:39:25.794Z] e5e13b0c77cb: Preparing [2023-01-17T20:39:25.794Z] 3928d8e8d6d3: Pushed [2023-01-17T20:39:25.794Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:39:25.794Z] ea939f55821b: Pushed [2023-01-17T20:39:26.055Z] 4d37f554b10d: Layer already exists [2023-01-17T20:39:27.975Z] 99c456638e34: Pushed [2023-01-17T20:39:28.542Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:7d464291c18e3a1fb709cd74b592ffd13ea917de12f05eb63671cbe712aefc13 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:29.108Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:29.410Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-17T20:39:29.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-17T20:39:29.410Z] 3928d8e8d6d3: Preparing [2023-01-17T20:39:29.410Z] 99c456638e34: Preparing [2023-01-17T20:39:29.410Z] 4d37f554b10d: Preparing [2023-01-17T20:39:29.410Z] ea939f55821b: Preparing [2023-01-17T20:39:29.410Z] e5e13b0c77cb: Preparing [2023-01-17T20:39:29.410Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:39:29.410Z] 4d37f554b10d: Layer already exists [2023-01-17T20:39:29.410Z] 99c456638e34: Layer already exists [2023-01-17T20:39:29.410Z] ea939f55821b: Layer already exists [2023-01-17T20:39:29.410Z] 3928d8e8d6d3: Layer already exists [2023-01-17T20:39:29.410Z] latest: digest: sha256:7d464291c18e3a1fb709cd74b592ffd13ea917de12f05eb63671cbe712aefc13 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:29.718Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:30.276Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.21 [2023-01-17T20:39:30.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-17T20:39:30.276Z] 3928d8e8d6d3: Preparing [2023-01-17T20:39:30.276Z] 99c456638e34: Preparing [2023-01-17T20:39:30.276Z] 4d37f554b10d: Preparing [2023-01-17T20:39:30.276Z] ea939f55821b: Preparing [2023-01-17T20:39:30.276Z] e5e13b0c77cb: Preparing [2023-01-17T20:39:30.276Z] ea939f55821b: Layer already exists [2023-01-17T20:39:30.276Z] 3928d8e8d6d3: Layer already exists [2023-01-17T20:39:30.276Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:39:30.276Z] 99c456638e34: Layer already exists [2023-01-17T20:39:30.276Z] 4d37f554b10d: Layer already exists [2023-01-17T20:39:30.276Z] 3.0.0-dev.21: digest: sha256:7d464291c18e3a1fb709cd74b592ffd13ea917de12f05eb63671cbe712aefc13 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:30.594Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:30.907Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:39:30.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-17T20:39:30.907Z] 3928d8e8d6d3: Preparing [2023-01-17T20:39:30.907Z] 99c456638e34: Preparing [2023-01-17T20:39:30.907Z] 4d37f554b10d: Preparing [2023-01-17T20:39:30.907Z] ea939f55821b: Preparing [2023-01-17T20:39:30.907Z] e5e13b0c77cb: Preparing [2023-01-17T20:39:30.907Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:39:30.907Z] 4d37f554b10d: Layer already exists [2023-01-17T20:39:30.907Z] 3928d8e8d6d3: Layer already exists [2023-01-17T20:39:30.907Z] 99c456638e34: Layer already exists [2023-01-17T20:39:30.907Z] ea939f55821b: Layer already exists [2023-01-17T20:39:30.907Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:7d464291c18e3a1fb709cd74b592ffd13ea917de12f05eb63671cbe712aefc13 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:31.217Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:31.524Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-01-17T20:39:31.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-01-17T20:39:31.524Z] 3928d8e8d6d3: Preparing [2023-01-17T20:39:31.524Z] 99c456638e34: Preparing [2023-01-17T20:39:31.524Z] 4d37f554b10d: Preparing [2023-01-17T20:39:31.524Z] ea939f55821b: Preparing [2023-01-17T20:39:31.524Z] e5e13b0c77cb: Preparing [2023-01-17T20:39:31.524Z] 3928d8e8d6d3: Layer already exists [2023-01-17T20:39:31.524Z] 99c456638e34: Layer already exists [2023-01-17T20:39:31.524Z] ea939f55821b: Layer already exists [2023-01-17T20:39:31.524Z] 4d37f554b10d: Layer already exists [2023-01-17T20:39:31.524Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:39:31.524Z] main: digest: sha256:7d464291c18e3a1fb709cd74b592ffd13ea917de12f05eb63671cbe712aefc13 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:39:31.559Z] ===================================================== [Pipeline] echo [2023-01-17T20:39:31.565Z] taggedImages: [2023-01-17T20:39:31.565Z] - nexus3.edgexfoundry.org:10004/support-notifications:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:39:31.565Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-01-17T20:39:31.565Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.21 [2023-01-17T20:39:31.565Z] - nexus3.edgexfoundry.org:10004/support-notifications:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:39:31.565Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-01-17T20:39:31.581Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-01-17T20:39:31.581Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:39:31.581Z] latest [2023-01-17T20:39:31.581Z] 3.0.0-dev.21 [2023-01-17T20:39:31.581Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:39:31.581Z] main [2023-01-17T20:39:31.581Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:31.887Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:32.191Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:39:32.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-17T20:39:32.192Z] c293fab3b1ad: Preparing [2023-01-17T20:39:32.192Z] ddfd8761de6c: Preparing [2023-01-17T20:39:32.192Z] 4d37f554b10d: Preparing [2023-01-17T20:39:32.192Z] 315cac009bcc: Preparing [2023-01-17T20:39:32.192Z] e5e13b0c77cb: Preparing [2023-01-17T20:39:32.192Z] c293fab3b1ad: Pushed [2023-01-17T20:39:32.192Z] 315cac009bcc: Pushed [2023-01-17T20:39:32.450Z] 4d37f554b10d: Layer already exists [2023-01-17T20:39:32.709Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:39:34.621Z] ddfd8761de6c: Pushed [2023-01-17T20:39:34.621Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:5137779fea2b4c5044f7ad45041add0d2ba46e6c25a71d2232186de7523b27e1 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:34.927Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:35.231Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-17T20:39:35.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-17T20:39:35.231Z] c293fab3b1ad: Preparing [2023-01-17T20:39:35.231Z] ddfd8761de6c: Preparing [2023-01-17T20:39:35.231Z] 4d37f554b10d: Preparing [2023-01-17T20:39:35.231Z] 315cac009bcc: Preparing [2023-01-17T20:39:35.231Z] e5e13b0c77cb: Preparing [2023-01-17T20:39:35.231Z] c293fab3b1ad: Layer already exists [2023-01-17T20:39:35.231Z] 4d37f554b10d: Layer already exists [2023-01-17T20:39:35.231Z] 315cac009bcc: Layer already exists [2023-01-17T20:39:35.231Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:39:35.231Z] ddfd8761de6c: Layer already exists [2023-01-17T20:39:35.231Z] latest: digest: sha256:5137779fea2b4c5044f7ad45041add0d2ba46e6c25a71d2232186de7523b27e1 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:35.539Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:35.844Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.21 [2023-01-17T20:39:35.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-17T20:39:35.844Z] c293fab3b1ad: Preparing [2023-01-17T20:39:35.844Z] ddfd8761de6c: Preparing [2023-01-17T20:39:35.844Z] 4d37f554b10d: Preparing [2023-01-17T20:39:35.844Z] 315cac009bcc: Preparing [2023-01-17T20:39:35.844Z] e5e13b0c77cb: Preparing [2023-01-17T20:39:35.844Z] ddfd8761de6c: Layer already exists [2023-01-17T20:39:35.844Z] 315cac009bcc: Layer already exists [2023-01-17T20:39:35.844Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:39:35.844Z] c293fab3b1ad: Layer already exists [2023-01-17T20:39:35.844Z] 4d37f554b10d: Layer already exists [2023-01-17T20:39:35.844Z] 3.0.0-dev.21: digest: sha256:5137779fea2b4c5044f7ad45041add0d2ba46e6c25a71d2232186de7523b27e1 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:36.046Z] Removing intermediate container 25f08052fcba [2023-01-17T20:39:36.046Z] ---> f3d094daa0e4 [2023-01-17T20:39:36.046Z] [2023-01-17T20:39:36.046Z] Step 9/19 : FROM alpine:3.15 [2023-01-17T20:39:36.046Z] ---> 8aa73fd46299 [2023-01-17T20:39:36.046Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T20:39:36.046Z] ---> Using cache [2023-01-17T20:39:36.046Z] ---> 96ac72136ba8 [2023-01-17T20:39:36.046Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-17T20:39:36.046Z] ---> Running in ac51edf9c28c [2023-01-17T20:39:36.046Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:39:36.046Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:39:36.046Z] v3.15.6-263-g7c8ce57c5e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-17T20:39:36.046Z] v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-17T20:39:36.046Z] OK: 15736 distinct packages available [2023-01-17T20:39:36.046Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:39:36.046Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:39:36.153Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:36.454Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:39:36.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-17T20:39:36.454Z] c293fab3b1ad: Preparing [2023-01-17T20:39:36.454Z] ddfd8761de6c: Preparing [2023-01-17T20:39:36.454Z] 4d37f554b10d: Preparing [2023-01-17T20:39:36.454Z] 315cac009bcc: Preparing [2023-01-17T20:39:36.454Z] e5e13b0c77cb: Preparing [2023-01-17T20:39:36.454Z] 4d37f554b10d: Layer already exists [2023-01-17T20:39:36.454Z] 315cac009bcc: Layer already exists [2023-01-17T20:39:36.454Z] c293fab3b1ad: Layer already exists [2023-01-17T20:39:36.454Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:39:36.454Z] ddfd8761de6c: Layer already exists [2023-01-17T20:39:36.454Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:5137779fea2b4c5044f7ad45041add0d2ba46e6c25a71d2232186de7523b27e1 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:36.757Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:39:37.062Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-01-17T20:39:37.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-01-17T20:39:37.062Z] c293fab3b1ad: Preparing [2023-01-17T20:39:37.062Z] ddfd8761de6c: Preparing [2023-01-17T20:39:37.062Z] 4d37f554b10d: Preparing [2023-01-17T20:39:37.062Z] 315cac009bcc: Preparing [2023-01-17T20:39:37.062Z] e5e13b0c77cb: Preparing [2023-01-17T20:39:37.062Z] c293fab3b1ad: Layer already exists [2023-01-17T20:39:37.062Z] e5e13b0c77cb: Layer already exists [2023-01-17T20:39:37.062Z] 315cac009bcc: Layer already exists [2023-01-17T20:39:37.062Z] ddfd8761de6c: Layer already exists [2023-01-17T20:39:37.062Z] 4d37f554b10d: Layer already exists [2023-01-17T20:39:37.062Z] main: digest: sha256:5137779fea2b4c5044f7ad45041add0d2ba46e6c25a71d2232186de7523b27e1 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:39:37.115Z] ===================================================== [Pipeline] echo [2023-01-17T20:39:37.125Z] taggedImages: [2023-01-17T20:39:37.125Z] - nexus3.edgexfoundry.org:10004/support-scheduler:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:39:37.125Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-01-17T20:39:37.125Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.21 [2023-01-17T20:39:37.125Z] - nexus3.edgexfoundry.org:10004/support-scheduler:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:39:37.125Z] - 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-01-17T20:39:37.466Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-17T20:39:37.738Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-17T20:39:38.329Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-17T20:39:38.603Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-17T20:39:38.603Z] (5/9) Installing curl (7.80.0-r5) [2023-01-17T20:39:38.603Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-17T20:39:38.603Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-17T20:39:38.603Z] (8/9) Installing libucontext (1.1-r0) [2023-01-17T20:39:38.603Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-17T20:39:38.603Z] Executing busybox-1.34.1-r7.trigger [2023-01-17T20:39:38.603Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T20:39:39.191Z] OK: 8 MiB in 23 packages [2023-01-17T20:39:42.563Z] Removing intermediate container ac51edf9c28c [2023-01-17T20:39:42.563Z] ---> 4d6befe76296 [2023-01-17T20:39:42.563Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:39:42.563Z] Removing intermediate container 41b79833a4f8 [2023-01-17T20:39:42.563Z] ---> 562e0d1f1687 [2023-01-17T20:39:42.563Z] Step 8/22 : COPY . . [2023-01-17T20:39:43.154Z] ---> fcdd32ca5493 [2023-01-17T20:39:43.154Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-17T20:39:47.436Z] ---> 2e86310729cc [2023-01-17T20:39:47.436Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-17T20:39:47.436Z] ---> 721b5d34bb76 [2023-01-17T20:39:47.436Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-17T20:39:47.436Z] ---> Running in 39fe2078fe84 [2023-01-17T20:39:48.025Z] ---> 8cf28633db9f [2023-01-17T20:39:48.025Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-17T20:39:48.295Z] ---> Running in 77fee7b5cca3 [2023-01-17T20:39:48.882Z] Removing intermediate container 77fee7b5cca3 [2023-01-17T20:39:48.882Z] ---> 534284c6c68c [2023-01-17T20:39:48.882Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T20:39:49.153Z] ---> Running in c428263d5505 [2023-01-17T20:39:49.422Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-01-17T20:39:49.691Z] Removing intermediate container c428263d5505 [2023-01-17T20:39:49.691Z] ---> f98623effba9 [2023-01-17T20:39:49.691Z] Step 17/19 : LABEL arch=arm64 [2023-01-17T20:39:49.959Z] ---> Running in 3802bc6f1003 [2023-01-17T20:39:50.546Z] Removing intermediate container 3802bc6f1003 [2023-01-17T20:39:50.546Z] ---> f31518912fd3 [2023-01-17T20:39:50.546Z] Step 18/19 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:39:50.546Z] ---> Running in 97b81fd651de [2023-01-17T20:39:51.134Z] Removing intermediate container 97b81fd651de [2023-01-17T20:39:51.134Z] ---> 6d97df528128 [2023-01-17T20:39:51.134Z] Step 19/19 : LABEL version=3.0.0-dev.21 [2023-01-17T20:39:51.404Z] ---> Running in 643ca851c072 [2023-01-17T20:39:51.673Z] Removing intermediate container 643ca851c072 [2023-01-17T20:39:51.673Z] ---> 6e157707ab02 [2023-01-17T20:39:51.673Z] [2023-01-17T20:39:51.941Z] Successfully built 6e157707ab02 [2023-01-17T20:39:51.941Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-01-17T20:39:51.941Z]  Building security-spiffe-token-provider ... done Building security-spire-server [2023-01-17T20:39:56.210Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:39:56.210Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:39:56.210Z] ---> eeb8bad7de61 [2023-01-17T20:39:56.210Z] Step 3/23 : WORKDIR /edgex-go [2023-01-17T20:39:56.210Z] ---> Using cache [2023-01-17T20:39:56.210Z] ---> 53658d0f081e [2023-01-17T20:39:56.210Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-17T20:39:56.210Z] ---> Using cache [2023-01-17T20:39:56.210Z] ---> 5a4a2f342a77 [2023-01-17T20:39:56.210Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-17T20:39:56.210Z] ---> Using cache [2023-01-17T20:39:56.210Z] ---> 574337cab104 [2023-01-17T20:39:56.210Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:39:56.210Z] ---> Using cache [2023-01-17T20:39:56.210Z] ---> f475f53625ce [2023-01-17T20:39:56.210Z] Step 7/23 : COPY . . [2023-01-17T20:39:56.210Z] ---> Using cache [2023-01-17T20:39:56.210Z] ---> 4c3f77555f5a [2023-01-17T20:39:56.210Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-17T20:39:56.210Z] ---> Using cache [2023-01-17T20:39:56.210Z] ---> b7a3cbc1bb49 [2023-01-17T20:39:56.210Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-17T20:39:56.210Z] ---> Using cache [2023-01-17T20:39:56.210Z] ---> b56d5a8810fc [2023-01-17T20:39:56.210Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-01-17T20:39:56.210Z] ---> Running in f061b3affac3 [2023-01-17T20:39:59.573Z] Removing intermediate container f061b3affac3 [2023-01-17T20:39:59.573Z] ---> 65d9fa5ab432 [2023-01-17T20:39:59.573Z] Step 11/23 : WORKDIR /edgex-go [2023-01-17T20:39:59.573Z] ---> Running in 76fd6ef1219f [2023-01-17T20:40:00.165Z] Removing intermediate container 76fd6ef1219f [2023-01-17T20:40:00.165Z] ---> 322d8717d2f9 [2023-01-17T20:40:00.165Z] [2023-01-17T20:40:00.165Z] Step 12/23 : FROM alpine:3.15 [2023-01-17T20:40:00.165Z] ---> 8aa73fd46299 [2023-01-17T20:40:00.165Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-17T20:40:00.165Z] ---> Using cache [2023-01-17T20:40:00.165Z] ---> 96ac72136ba8 [2023-01-17T20:40:00.165Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-17T20:40:00.165Z] ---> Using cache [2023-01-17T20:40:00.165Z] ---> 8ea56403e034 [2023-01-17T20:40:00.165Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-17T20:40:05.546Z] ---> 15645fd4554e [2023-01-17T20:40:05.546Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-17T20:40:06.520Z] ---> dafb84fa9bfa [2023-01-17T20:40:06.520Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-17T20:40:07.493Z] ---> e51273c94fae [2023-01-17T20:40:07.493Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-17T20:40:08.470Z] ---> 15aefc0474e3 [2023-01-17T20:40:08.470Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-17T20:40:08.745Z] ---> Running in 0455a67facbe [2023-01-17T20:40:09.340Z] Removing intermediate container 0455a67facbe [2023-01-17T20:40:09.340Z] ---> 48b6b1d923b9 [2023-01-17T20:40:09.340Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-17T20:40:09.340Z] ---> Running in bbba47cd7649 [2023-01-17T20:40:09.930Z] Removing intermediate container bbba47cd7649 [2023-01-17T20:40:09.930Z] ---> b22376583543 [2023-01-17T20:40:09.930Z] Step 21/23 : LABEL arch=arm64 [2023-01-17T20:40:10.200Z] ---> Running in a03c6144c915 [2023-01-17T20:40:10.797Z] Removing intermediate container a03c6144c915 [2023-01-17T20:40:10.797Z] ---> 8d6eaa63ecdc [2023-01-17T20:40:10.797Z] Step 22/23 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:40:10.797Z] ---> Running in 90261cb69ca2 [2023-01-17T20:40:11.385Z] Removing intermediate container 90261cb69ca2 [2023-01-17T20:40:11.385Z] ---> f9ed0c024028 [2023-01-17T20:40:11.385Z] Step 23/23 : LABEL version=3.0.0-dev.21 [2023-01-17T20:40:11.654Z] ---> Running in 7a8aeed65dea [2023-01-17T20:40:12.252Z] Removing intermediate container 7a8aeed65dea [2023-01-17T20:40:12.252Z] ---> e0e50ff35e3c [2023-01-17T20:40:12.252Z] [2023-01-17T20:40:12.252Z] Successfully built e0e50ff35e3c [2023-01-17T20:40:12.252Z] Successfully tagged security-spire-server-arm64:latest [2023-01-17T20:40:12.252Z] Building security-secretstore-setup [2023-01-17T20:40:16.526Z]  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:40:16.526Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:40:16.526Z] ---> eeb8bad7de61 [2023-01-17T20:40:16.526Z] Step 3/24 : WORKDIR /edgex-go [2023-01-17T20:40:16.526Z] ---> Using cache [2023-01-17T20:40:16.526Z] ---> 53658d0f081e [2023-01-17T20:40:16.526Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-17T20:40:16.526Z] ---> Using cache [2023-01-17T20:40:16.526Z] ---> a7100e34af14 [2023-01-17T20:40:16.526Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-17T20:40:16.797Z] ---> Using cache [2023-01-17T20:40:16.797Z] ---> 85b1a5916bca [2023-01-17T20:40:16.797Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:40:16.797Z] ---> Using cache [2023-01-17T20:40:16.797Z] ---> 1647c8dab9fc [2023-01-17T20:40:16.797Z] Step 7/24 : COPY . . [2023-01-17T20:40:16.797Z] ---> Using cache [2023-01-17T20:40:16.797Z] ---> 46b9098db652 [2023-01-17T20:40:16.797Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-17T20:40:17.067Z] ---> Running in 9c387ed819b2 [2023-01-17T20:40:19.025Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-17T20:40:34.067Z] Removing intermediate container 542e3cca0aa3 [2023-01-17T20:40:34.067Z] ---> abdc986c2e8e [2023-01-17T20:40:34.067Z] [2023-01-17T20:40:34.067Z] Step 10/23 : FROM alpine:3.16 [2023-01-17T20:40:34.067Z] ---> 2b4661558fb8 [2023-01-17T20:40:34.067Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-17T20:40:34.067Z] ---> Using cache [2023-01-17T20:40:34.067Z] ---> c60fa8ddd8ff [2023-01-17T20:40:34.067Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T20:40:34.067Z] ---> Using cache [2023-01-17T20:40:34.067Z] ---> ee179afb4aab [2023-01-17T20:40:34.067Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-17T20:40:34.067Z] ---> Running in 66bb6e9d220c [2023-01-17T20:40:34.067Z] Removing intermediate container 66bb6e9d220c [2023-01-17T20:40:34.067Z] ---> 87c82072792d [2023-01-17T20:40:34.067Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-17T20:40:34.067Z] ---> Running in 4fbd854aba4a [2023-01-17T20:40:34.067Z] Removing intermediate container 4fbd854aba4a [2023-01-17T20:40:34.067Z] ---> caddac97c423 [2023-01-17T20:40:34.067Z] Step 15/23 : WORKDIR / [2023-01-17T20:40:34.343Z] ---> Running in dd908f6c2d78 [2023-01-17T20:40:34.612Z] Removing intermediate container dd908f6c2d78 [2023-01-17T20:40:34.612Z] ---> 16e6c04cd420 [2023-01-17T20:40:34.612Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:40:35.613Z] ---> eb66d6d46d50 [2023-01-17T20:40:35.613Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-17T20:40:37.567Z] ---> 50926971ab7c [2023-01-17T20:40:37.567Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-17T20:40:38.537Z] ---> 3951d42046cf [2023-01-17T20:40:38.537Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-17T20:40:38.537Z] ---> Running in 938fcc41e851 [2023-01-17T20:40:39.136Z] Removing intermediate container 938fcc41e851 [2023-01-17T20:40:39.136Z] ---> b0dd02bcd832 [2023-01-17T20:40:39.136Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T20:40:39.409Z] ---> Running in cb03c6f97843 [2023-01-17T20:40:40.006Z] Removing intermediate container cb03c6f97843 [2023-01-17T20:40:40.006Z] ---> 2e842c5ae995 [2023-01-17T20:40:40.006Z] Step 21/23 : LABEL arch=arm64 [2023-01-17T20:40:40.006Z] ---> Running in 00ab53a09f60 [2023-01-17T20:40:40.592Z] Removing intermediate container 00ab53a09f60 [2023-01-17T20:40:40.592Z] ---> 4b64716aff75 [2023-01-17T20:40:40.592Z] Step 22/23 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:40:40.592Z] ---> Running in 91ca60bddee5 [2023-01-17T20:40:41.175Z] Removing intermediate container 91ca60bddee5 [2023-01-17T20:40:41.175Z] ---> 4ec1f4c1a698 [2023-01-17T20:40:41.175Z] Step 23/23 : LABEL version=3.0.0-dev.21 [2023-01-17T20:40:41.445Z] ---> Running in 467fad7c8b44 [2023-01-17T20:40:42.029Z] Removing intermediate container 467fad7c8b44 [2023-01-17T20:40:42.029Z] ---> ed695df781cb [2023-01-17T20:40:42.029Z] [2023-01-17T20:40:42.029Z] Successfully built ed695df781cb [2023-01-17T20:40:42.029Z] Successfully tagged core-command-arm64:latest [2023-01-17T20:40:42.029Z] Building security-proxy-setup [2023-01-17T20:40:46.277Z]  Building core-command ... done Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-17T20:40:46.277Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-17T20:40:46.277Z] ---> eeb8bad7de61 [2023-01-17T20:40:46.277Z] Step 3/21 : WORKDIR /edgex-go [2023-01-17T20:40:46.277Z] ---> Using cache [2023-01-17T20:40:46.277Z] ---> 53658d0f081e [2023-01-17T20:40:46.277Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-17T20:40:46.277Z] ---> Using cache [2023-01-17T20:40:46.277Z] ---> a7100e34af14 [2023-01-17T20:40:46.277Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-17T20:40:46.277Z] ---> Using cache [2023-01-17T20:40:46.277Z] ---> 85b1a5916bca [2023-01-17T20:40:46.277Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T20:40:46.277Z] ---> Using cache [2023-01-17T20:40:46.277Z] ---> 1647c8dab9fc [2023-01-17T20:40:46.277Z] Step 7/21 : COPY . . [2023-01-17T20:40:46.277Z] ---> Using cache [2023-01-17T20:40:46.277Z] ---> 46b9098db652 [2023-01-17T20:40:46.277Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-17T20:40:46.277Z] ---> Running in 4719c4d111bc [2023-01-17T20:40:48.222Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-01-17T20:41:03.214Z] Removing intermediate container 81965fc35573 [2023-01-17T20:41:03.214Z] ---> 375aa52a4c01 [2023-01-17T20:41:03.214Z] [2023-01-17T20:41:03.214Z] Step 10/22 : FROM alpine:3.16 [2023-01-17T20:41:03.214Z] ---> 2b4661558fb8 [2023-01-17T20:41:03.214Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-17T20:41:03.214Z] ---> Using cache [2023-01-17T20:41:03.214Z] ---> c60fa8ddd8ff [2023-01-17T20:41:03.214Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T20:41:03.214Z] ---> Using cache [2023-01-17T20:41:03.214Z] ---> ee179afb4aab [2023-01-17T20:41:03.214Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-17T20:41:03.214Z] ---> Running in aad0265ece42 [2023-01-17T20:41:03.214Z] Removing intermediate container aad0265ece42 [2023-01-17T20:41:03.214Z] ---> bc290d780702 [2023-01-17T20:41:03.214Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-17T20:41:03.214Z] ---> Running in 9e3b09a78827 [2023-01-17T20:41:03.214Z] Removing intermediate container 9e3b09a78827 [2023-01-17T20:41:03.214Z] ---> 74ceb0dff0f5 [2023-01-17T20:41:03.214Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:41:03.480Z] ---> 7ebf81cc3ccd [2023-01-17T20:41:03.480Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-17T20:41:06.055Z] ---> 823161f4713e [2023-01-17T20:41:06.055Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-17T20:41:07.020Z] ---> ff063f642262 [2023-01-17T20:41:07.020Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-17T20:41:07.288Z] ---> Running in 95fd195fd457 [2023-01-17T20:41:07.871Z] Removing intermediate container 95fd195fd457 [2023-01-17T20:41:07.871Z] ---> b6f386f72e63 [2023-01-17T20:41:07.871Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T20:41:08.138Z] ---> Running in c324cee060b6 [2023-01-17T20:41:08.721Z] Removing intermediate container c324cee060b6 [2023-01-17T20:41:08.721Z] ---> 09225b0a1cca [2023-01-17T20:41:08.721Z] Step 20/22 : LABEL arch=arm64 [2023-01-17T20:41:08.721Z] ---> Running in d2269059d9d3 [2023-01-17T20:41:09.307Z] Removing intermediate container d2269059d9d3 [2023-01-17T20:41:09.307Z] ---> 0831fc7531cf [2023-01-17T20:41:09.307Z] Step 21/22 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:41:09.574Z] ---> Running in c30eede02793 [2023-01-17T20:41:10.172Z] Removing intermediate container c30eede02793 [2023-01-17T20:41:10.172Z] ---> d1f2d56e524f [2023-01-17T20:41:10.172Z] Step 22/22 : LABEL version=3.0.0-dev.21 [2023-01-17T20:41:10.172Z] ---> Running in b3a99b713385 [2023-01-17T20:41:10.764Z] Removing intermediate container b3a99b713385 [2023-01-17T20:41:10.764Z] ---> eef2aae78129 [2023-01-17T20:41:10.764Z] [2023-01-17T20:41:11.034Z] Successfully built eef2aae78129 [2023-01-17T20:41:11.034Z] Successfully tagged support-scheduler-arm64:latest [2023-01-17T20:45:48.006Z]  Building support-scheduler ... done Removing intermediate container 15284d27c03c [2023-01-17T20:45:48.007Z] ---> 829d03b04c85 [2023-01-17T20:45:48.007Z] [2023-01-17T20:45:48.007Z] Step 10/22 : FROM alpine:3.16 [2023-01-17T20:45:48.007Z] ---> 2b4661558fb8 [2023-01-17T20:45:48.007Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-17T20:45:48.007Z] ---> Running in e62f24ed4c07 [2023-01-17T20:45:48.007Z] Removing intermediate container e62f24ed4c07 [2023-01-17T20:45:48.007Z] ---> 316d581b81ab [2023-01-17T20:45:48.007Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-17T20:45:48.007Z] ---> Running in 2c38ffa093e9 [2023-01-17T20:45:48.007Z] Removing intermediate container 2c38ffa093e9 [2023-01-17T20:45:48.007Z] ---> 3f2f95184ba2 [2023-01-17T20:45:48.007Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-17T20:45:48.007Z] ---> Running in 84fc4688a46b [2023-01-17T20:45:48.007Z] Removing intermediate container 84fc4688a46b [2023-01-17T20:45:48.007Z] ---> e185c13f2927 [2023-01-17T20:45:48.007Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-17T20:45:48.007Z] ---> Running in 319e1d7abd7e [2023-01-17T20:45:48.007Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:45:48.007Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:45:48.007Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-17T20:45:48.007Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:45:48.007Z] OK: 5 MiB in 15 packages [2023-01-17T20:45:48.007Z] Removing intermediate container 319e1d7abd7e [2023-01-17T20:45:48.007Z] ---> 15f9f3d75f68 [2023-01-17T20:45:48.007Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:45:48.007Z] ---> 7a58c9afef01 [2023-01-17T20:45:48.007Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-17T20:45:48.976Z] ---> d960c1b8eafe [2023-01-17T20:45:48.976Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-17T20:45:49.565Z] ---> 593f15841ed1 [2023-01-17T20:45:49.565Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-17T20:45:49.835Z] ---> Running in 121b4624f836 [2023-01-17T20:45:50.439Z] Removing intermediate container 121b4624f836 [2023-01-17T20:45:50.439Z] ---> 7e653c8f1108 [2023-01-17T20:45:50.439Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T20:45:50.439Z] ---> Running in 81d5af5be0d1 [2023-01-17T20:45:51.023Z] Removing intermediate container 81d5af5be0d1 [2023-01-17T20:45:51.023Z] ---> a81dd89d7556 [2023-01-17T20:45:51.023Z] Step 20/22 : LABEL arch=arm64 [2023-01-17T20:45:51.307Z] ---> Running in 180cb1341cfc [2023-01-17T20:45:51.932Z] Removing intermediate container 180cb1341cfc [2023-01-17T20:45:51.932Z] ---> a7a2a3ef7d27 [2023-01-17T20:45:51.932Z] Step 21/22 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:45:52.202Z] ---> Running in ec6c9138d1c0 [2023-01-17T20:45:52.792Z] Removing intermediate container ec6c9138d1c0 [2023-01-17T20:45:52.792Z] ---> da5fbdc85a43 [2023-01-17T20:45:52.792Z] Step 22/22 : LABEL version=3.0.0-dev.21 [2023-01-17T20:45:52.792Z] ---> Running in 4f23a14f21a3 [2023-01-17T20:45:53.387Z] Removing intermediate container 4f23a14f21a3 [2023-01-17T20:45:53.387Z] ---> 44e41feab514 [2023-01-17T20:45:53.387Z] [2023-01-17T20:45:53.387Z] Successfully built 44e41feab514 [2023-01-17T20:45:53.657Z] Successfully tagged core-data-arm64:latest [2023-01-17T20:45:57.933Z]  Building core-data ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-17T20:46:10.298Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.21" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-01-17T20:46:15.673Z] Removing intermediate container 9c387ed819b2 [2023-01-17T20:46:15.673Z] ---> 443abd75e7b2 [2023-01-17T20:46:15.673Z] [2023-01-17T20:46:15.673Z] Step 9/24 : FROM alpine:3.16 [2023-01-17T20:46:15.673Z] ---> 2b4661558fb8 [2023-01-17T20:46:15.673Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-17T20:46:15.945Z] ---> Running in f469d493a4ee [2023-01-17T20:46:17.914Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:46:18.186Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:46:19.607Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-17T20:46:19.607Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-17T20:46:19.607Z] (3/3) Installing su-exec (0.2-r1) [2023-01-17T20:46:19.607Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:46:19.607Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T20:46:19.902Z] OK: 6 MiB in 17 packages [2023-01-17T20:46:22.535Z] Removing intermediate container f469d493a4ee [2023-01-17T20:46:22.535Z] ---> 8434ec4d5b7f [2023-01-17T20:46:22.535Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-17T20:46:22.817Z] ---> Running in 52a606208459 [2023-01-17T20:46:23.787Z] Removing intermediate container 52a606208459 [2023-01-17T20:46:23.787Z] ---> 7670068915c0 [2023-01-17T20:46:23.787Z] Step 12/24 : WORKDIR / [2023-01-17T20:46:24.056Z] ---> Running in dd91876034be [2023-01-17T20:46:25.036Z] Removing intermediate container dd91876034be [2023-01-17T20:46:25.036Z] ---> 7d7916d9f2ac [2023-01-17T20:46:25.036Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-01-17T20:46:26.469Z] ---> 5966b54f2f94 [2023-01-17T20:46:26.469Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-01-17T20:46:27.892Z] ---> 26d11240f420 [2023-01-17T20:46:27.892Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-17T20:46:29.315Z] ---> e7d06a58f064 [2023-01-17T20:46:29.315Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-01-17T20:46:31.287Z] ---> f481276debdf [2023-01-17T20:46:31.287Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-17T20:46:31.562Z] Removing intermediate container 4719c4d111bc [2023-01-17T20:46:31.562Z] ---> 2f84e8485559 [2023-01-17T20:46:31.562Z] [2023-01-17T20:46:31.562Z] Step 9/21 : FROM alpine:3.16 [2023-01-17T20:46:31.562Z] ---> 2b4661558fb8 [2023-01-17T20:46:31.562Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-17T20:46:31.833Z] ---> Running in 25c7f73d8c86 [2023-01-17T20:46:33.797Z] ---> 9eb8a8e927fa [2023-01-17T20:46:33.797Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-17T20:46:34.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:46:34.665Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:46:35.642Z] ---> 398580942802 [2023-01-17T20:46:35.642Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-17T20:46:35.909Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-17T20:46:35.909Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-17T20:46:35.909Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-17T20:46:35.909Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-17T20:46:36.178Z] (5/6) Installing curl (7.83.1-r5) [2023-01-17T20:46:36.178Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-17T20:46:36.178Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:46:36.178Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T20:46:36.446Z] ---> 8980edc83cb2 [2023-01-17T20:46:36.446Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-17T20:46:36.446Z] OK: 8 MiB in 20 packages [2023-01-17T20:46:36.446Z] ---> Running in aaa0a0ffb743 [2023-01-17T20:46:41.872Z] Removing intermediate container 25c7f73d8c86 [2023-01-17T20:46:41.872Z] ---> 57161d3978fa [2023-01-17T20:46:41.872Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-17T20:46:41.872Z] ---> Running in f0c67f7e2d9e [2023-01-17T20:46:41.872Z] Removing intermediate container f0c67f7e2d9e [2023-01-17T20:46:41.872Z] ---> 4cd25891a095 [2023-01-17T20:46:41.872Z] Step 12/21 : WORKDIR /edgex [2023-01-17T20:46:41.872Z] Removing intermediate container aaa0a0ffb743 [2023-01-17T20:46:41.872Z] ---> 3c75a5cdbf8d [2023-01-17T20:46:41.872Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-17T20:46:42.145Z] ---> Running in 75fdebed74a0 [2023-01-17T20:46:42.145Z] ---> Running in d0f837ea263f [2023-01-17T20:46:42.748Z] Removing intermediate container 75fdebed74a0 [2023-01-17T20:46:42.748Z] ---> 0f17cd344a15 [2023-01-17T20:46:42.748Z] Step 22/24 : LABEL arch=arm64 [2023-01-17T20:46:42.748Z] Removing intermediate container d0f837ea263f [2023-01-17T20:46:42.748Z] ---> e1c3d8c1d7df [2023-01-17T20:46:42.748Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-17T20:46:43.019Z] ---> Running in c60a5b6972b5 [2023-01-17T20:46:43.609Z] Removing intermediate container c60a5b6972b5 [2023-01-17T20:46:43.609Z] ---> 3acbcb103b2a [2023-01-17T20:46:43.609Z] Step 23/24 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:46:43.609Z] ---> Running in 9a9f5c62fafc [2023-01-17T20:46:44.206Z] ---> 382d64afc7bb [2023-01-17T20:46:44.206Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-17T20:46:44.475Z] Removing intermediate container 9a9f5c62fafc [2023-01-17T20:46:44.475Z] ---> 7e907b52da79 [2023-01-17T20:46:44.475Z] Step 24/24 : LABEL version=3.0.0-dev.21 [2023-01-17T20:46:44.744Z] ---> Running in 8e48307e148c [2023-01-17T20:46:45.335Z] Removing intermediate container 8e48307e148c [2023-01-17T20:46:45.335Z] ---> e098df4bd47b [2023-01-17T20:46:45.335Z] [2023-01-17T20:46:45.606Z] Successfully built e098df4bd47b [2023-01-17T20:46:45.606Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-01-17T20:46:46.198Z]  Building security-secretstore-setup ... done  ---> 4579a812180e [2023-01-17T20:46:46.198Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-17T20:46:47.619Z] ---> 4521aca9b5fb [2023-01-17T20:46:47.619Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-17T20:46:48.622Z] ---> a353b5371980 [2023-01-17T20:46:48.622Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-17T20:46:48.622Z] ---> Running in 5626672fe8e9 [2023-01-17T20:46:51.222Z] Removing intermediate container 5626672fe8e9 [2023-01-17T20:46:51.222Z] ---> 73a662413682 [2023-01-17T20:46:51.222Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-17T20:46:51.490Z] ---> Running in 04e73cd319d4 [2023-01-17T20:46:54.078Z] Removing intermediate container 04e73cd319d4 [2023-01-17T20:46:54.078Z] ---> 3bce1203c43a [2023-01-17T20:46:54.078Z] Step 19/21 : LABEL arch=arm64 [2023-01-17T20:46:54.078Z] ---> Running in 6041b27730ec [2023-01-17T20:46:54.667Z] Removing intermediate container 6041b27730ec [2023-01-17T20:46:54.667Z] ---> bc49b2be3498 [2023-01-17T20:46:54.667Z] Step 20/21 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:46:54.667Z] ---> Running in 759a54aa225b [2023-01-17T20:46:55.258Z] Removing intermediate container 759a54aa225b [2023-01-17T20:46:55.258Z] ---> fc41b5e265ee [2023-01-17T20:46:55.258Z] Step 21/21 : LABEL version=3.0.0-dev.21 [2023-01-17T20:46:55.258Z] ---> Running in e37925d008db [2023-01-17T20:46:55.862Z] Removing intermediate container e37925d008db [2023-01-17T20:46:55.862Z] ---> c82a4d5e4264 [2023-01-17T20:46:55.862Z] [2023-01-17T20:46:55.862Z] Successfully built c82a4d5e4264 [2023-01-17T20:46:55.862Z] Successfully tagged security-proxy-setup-arm64:latest [2023-01-17T20:47:22.551Z]  Building security-proxy-setup ... done Removing intermediate container 39fe2078fe84 [2023-01-17T20:47:22.551Z] ---> a2eef28c3328 [2023-01-17T20:47:22.551Z] [2023-01-17T20:47:22.551Z] Step 10/22 : FROM alpine:3.16 [2023-01-17T20:47:22.551Z] ---> 2b4661558fb8 [2023-01-17T20:47:22.551Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-17T20:47:22.551Z] ---> Running in e1aa6b011ea1 [2023-01-17T20:47:22.551Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T20:47:22.551Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T20:47:22.551Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-17T20:47:22.818Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-17T20:47:22.818Z] Executing busybox-1.35.0-r17.trigger [2023-01-17T20:47:22.818Z] Executing ca-certificates-20220614-r0.trigger [2023-01-17T20:47:23.084Z] OK: 6 MiB in 16 packages [2023-01-17T20:47:24.493Z] Removing intermediate container e1aa6b011ea1 [2023-01-17T20:47:24.493Z] ---> cb4b3c2cc31a [2023-01-17T20:47:24.493Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-17T20:47:24.493Z] ---> Running in bcaea6441972 [2023-01-17T20:47:24.759Z] Removing intermediate container bcaea6441972 [2023-01-17T20:47:24.759Z] ---> bd40dbc026a9 [2023-01-17T20:47:24.759Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-17T20:47:24.759Z] ---> Running in aa0c6db62c3e [2023-01-17T20:47:25.030Z] Removing intermediate container aa0c6db62c3e [2023-01-17T20:47:25.030Z] ---> 3ec24098df46 [2023-01-17T20:47:25.030Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-17T20:47:25.295Z] ---> Running in 144dd6d72991 [2023-01-17T20:47:25.561Z] Removing intermediate container 144dd6d72991 [2023-01-17T20:47:25.561Z] ---> 6712f33b8f8e [2023-01-17T20:47:25.561Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-17T20:47:26.142Z] ---> a53793237d87 [2023-01-17T20:47:26.142Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-17T20:47:27.550Z] ---> c1714b787c2f [2023-01-17T20:47:27.550Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-17T20:47:28.138Z] ---> c7ad427171a2 [2023-01-17T20:47:28.138Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-17T20:47:28.138Z] ---> Running in a9b0d905cd03 [2023-01-17T20:47:28.405Z] Removing intermediate container a9b0d905cd03 [2023-01-17T20:47:28.405Z] ---> df63db7a5c82 [2023-01-17T20:47:28.405Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-17T20:47:28.405Z] ---> Running in e2ccc3e5e54a [2023-01-17T20:47:28.990Z] Removing intermediate container e2ccc3e5e54a [2023-01-17T20:47:28.990Z] ---> c7ea788a811b [2023-01-17T20:47:28.990Z] Step 20/22 : LABEL arch=arm64 [2023-01-17T20:47:28.990Z] ---> Running in 4380fb9115d0 [2023-01-17T20:47:29.258Z] Removing intermediate container 4380fb9115d0 [2023-01-17T20:47:29.258Z] ---> 9b45416e2c77 [2023-01-17T20:47:29.258Z] Step 21/22 : LABEL git_sha=81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:47:29.258Z] ---> Running in 2fdf73e8ee4d [2023-01-17T20:47:29.525Z] Removing intermediate container 2fdf73e8ee4d [2023-01-17T20:47:29.525Z] ---> 7d7bb5013f2d [2023-01-17T20:47:29.525Z] Step 22/22 : LABEL version=3.0.0-dev.21 [2023-01-17T20:47:29.793Z] ---> Running in 8036a8e8eb6a [2023-01-17T20:47:30.060Z] Removing intermediate container 8036a8e8eb6a [2023-01-17T20:47:30.060Z] ---> 879831925a14 [2023-01-17T20:47:30.060Z] [2023-01-17T20:47:30.060Z] Successfully built 879831925a14 [2023-01-17T20:47:30.060Z] Successfully tagged support-notifications-arm64:latest [2023-01-17T20:47:30.655Z]  Building support-notifications ... done  [Pipeline] } [2023-01-17T20:47:30.662Z] $ docker stop --time=1 da6a22d95dd4f96ddac8755649de25b87df763ebe7152c4a3a0522f7daa2ee26 [2023-01-17T20:47:32.408Z] $ docker rm -f --volumes da6a22d95dd4f96ddac8755649de25b87df763ebe7152c4a3a0522f7daa2ee26 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-17T20:47:32.914Z] + docker images [2023-01-17T20:47:33.181Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-17T20:47:33.181Z] support-notifications-arm64 latest 879831925a14 3 seconds ago 29.6MB [2023-01-17T20:47:33.181Z] a2eef28c3328 14 seconds ago 1.41GB [2023-01-17T20:47:33.181Z] security-proxy-setup-arm64 latest c82a4d5e4264 37 seconds ago 26.8MB [2023-01-17T20:47:33.181Z] security-secretstore-setup-arm64 latest e098df4bd47b 47 seconds ago 28.7MB [2023-01-17T20:47:33.181Z] 2f84e8485559 About a minute ago 1.33GB [2023-01-17T20:47:33.181Z] 443abd75e7b2 About a minute ago 1.33GB [2023-01-17T20:47:33.181Z] core-data-arm64 latest 44e41feab514 About a minute ago 17.2MB [2023-01-17T20:47:33.181Z] 829d03b04c85 About a minute ago 1.35GB [2023-01-17T20:47:33.181Z] support-scheduler-arm64 latest eef2aae78129 6 minutes ago 29MB [2023-01-17T20:47:33.181Z] 375aa52a4c01 6 minutes ago 1.4GB [2023-01-17T20:47:33.181Z] core-command-arm64 latest ed695df781cb 6 minutes ago 17MB [2023-01-17T20:47:33.181Z] abdc986c2e8e 7 minutes ago 1.34GB [2023-01-17T20:47:33.181Z] security-spire-server-arm64 latest e0e50ff35e3c 7 minutes ago 84.3MB [2023-01-17T20:47:33.181Z] 322d8717d2f9 7 minutes ago 1.21GB [2023-01-17T20:47:33.181Z] security-spiffe-token-provider-arm64 latest 6e157707ab02 7 minutes ago 28.9MB [2023-01-17T20:47:33.181Z] f3d094daa0e4 8 minutes ago 1.37GB [2023-01-17T20:47:33.181Z] core-metadata-arm64 latest 45d5d0322eef 9 minutes ago 17.8MB [2023-01-17T20:47:33.181Z] 427705d7e954 9 minutes ago 1.35GB [2023-01-17T20:47:33.181Z] security-bootstrapper-arm64 latest 8f7ccfb6823e 9 minutes ago 19.5MB [2023-01-17T20:47:33.181Z] 93613eb4fce4 10 minutes ago 1.33GB [2023-01-17T20:47:33.181Z] security-spire-config-arm64 latest 5bc5ea2e3196 14 minutes ago 83.6MB [2023-01-17T20:47:33.181Z] 4723564cd297 14 minutes ago 1.21GB [2023-01-17T20:47:33.181Z] security-spire-agent-arm64 latest 64927987b091 16 minutes ago 122MB [2023-01-17T20:47:33.181Z] 455d05ce53e5 17 minutes ago 1.21GB [2023-01-17T20:47:33.181Z] ci-base-image-arm64 latest eeb8bad7de61 20 minutes ago 905MB [2023-01-17T20:47:33.181Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-01-17T20:47:33.181Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-01-17T20:47:33.181Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB [2023-01-17T20:47:33.181Z] 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-01-17T20:47:33.267Z] provisioning config files... [2023-01-17T20:47:33.283Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/375@tmp/config16868631904691829225tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:47:33.624Z] ---> docker-login.sh [2023-01-17T20:47:33.624Z] nexus3.edgexfoundry.org:10001 [2023-01-17T20:47:33.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:47:33.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:47:33.891Z] Configure a credential helper to remove this warning. See [2023-01-17T20:47:33.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:47:33.891Z] [2023-01-17T20:47:33.891Z] Login Succeeded [2023-01-17T20:47:33.891Z] nexus3.edgexfoundry.org:10002 [2023-01-17T20:47:34.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:47:34.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:47:34.424Z] Configure a credential helper to remove this warning. See [2023-01-17T20:47:34.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:47:34.424Z] [2023-01-17T20:47:34.424Z] Login Succeeded [2023-01-17T20:47:34.424Z] nexus3.edgexfoundry.org:10003 [2023-01-17T20:47:34.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:47:34.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:47:34.692Z] Configure a credential helper to remove this warning. See [2023-01-17T20:47:34.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:47:34.692Z] [2023-01-17T20:47:34.692Z] Login Succeeded [2023-01-17T20:47:34.692Z] nexus3.edgexfoundry.org:10004 [2023-01-17T20:47:34.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:47:35.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:47:35.226Z] Configure a credential helper to remove this warning. See [2023-01-17T20:47:35.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:47:35.226Z] [2023-01-17T20:47:35.226Z] Login Succeeded [2023-01-17T20:47:35.226Z] docker.io [2023-01-17T20:47:35.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T20:47:35.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T20:47:35.759Z] Configure a credential helper to remove this warning. See [2023-01-17T20:47:35.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T20:47:35.759Z] [2023-01-17T20:47:35.759Z] Login Succeeded [2023-01-17T20:47:35.759Z] ---> docker-login.sh ends [Pipeline] } [2023-01-17T20:47:35.771Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:47:35.795Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-17T20:47:35.811Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-01-17T20:47:35.811Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:47:35.811Z] latest [2023-01-17T20:47:35.811Z] 3.0.0-dev.21 [2023-01-17T20:47:35.811Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:47:35.811Z] main [2023-01-17T20:47:35.811Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:36.203Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:36.628Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:47:36.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-17T20:47:36.628Z] 66f4b2f78149: Preparing [2023-01-17T20:47:36.628Z] 72eb4f141fe8: Preparing [2023-01-17T20:47:36.628Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:47:36.628Z] 1894d2484ccc: Preparing [2023-01-17T20:47:36.628Z] 17bec77d7fdc: Preparing [2023-01-17T20:47:36.628Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:47:36.903Z] 2bd38bc7b2b9: Pushed [2023-01-17T20:47:36.903Z] 66f4b2f78149: Pushed [2023-01-17T20:47:36.903Z] 1894d2484ccc: Pushed [2023-01-17T20:47:40.292Z] 72eb4f141fe8: Pushed [2023-01-17T20:47:40.292Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:642c0303049555684e54c328ba7a18f0ef74b374ebdf7e4bbc27809b383a73cd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:40.648Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:40.996Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-17T20:47:40.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-17T20:47:40.996Z] 66f4b2f78149: Preparing [2023-01-17T20:47:40.996Z] 72eb4f141fe8: Preparing [2023-01-17T20:47:40.996Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:47:40.996Z] 1894d2484ccc: Preparing [2023-01-17T20:47:40.996Z] 17bec77d7fdc: Preparing [2023-01-17T20:47:40.996Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:47:40.996Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:47:40.996Z] 66f4b2f78149: Layer already exists [2023-01-17T20:47:40.996Z] 1894d2484ccc: Layer already exists [2023-01-17T20:47:40.996Z] 72eb4f141fe8: Layer already exists [2023-01-17T20:47:41.264Z] latest: digest: sha256:642c0303049555684e54c328ba7a18f0ef74b374ebdf7e4bbc27809b383a73cd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:41.617Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:41.955Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.21 [2023-01-17T20:47:41.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-17T20:47:41.955Z] 66f4b2f78149: Preparing [2023-01-17T20:47:41.955Z] 72eb4f141fe8: Preparing [2023-01-17T20:47:41.955Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:47:41.955Z] 1894d2484ccc: Preparing [2023-01-17T20:47:41.955Z] 17bec77d7fdc: Preparing [2023-01-17T20:47:41.955Z] 66f4b2f78149: Layer already exists [2023-01-17T20:47:41.955Z] 1894d2484ccc: Layer already exists [2023-01-17T20:47:41.955Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:47:41.955Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:47:41.955Z] 72eb4f141fe8: Layer already exists [2023-01-17T20:47:42.222Z] 3.0.0-dev.21: digest: sha256:642c0303049555684e54c328ba7a18f0ef74b374ebdf7e4bbc27809b383a73cd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:42.565Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:42.905Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:47:42.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-17T20:47:42.905Z] 66f4b2f78149: Preparing [2023-01-17T20:47:42.905Z] 72eb4f141fe8: Preparing [2023-01-17T20:47:42.905Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:47:42.905Z] 1894d2484ccc: Preparing [2023-01-17T20:47:42.905Z] 17bec77d7fdc: Preparing [2023-01-17T20:47:42.905Z] 66f4b2f78149: Layer already exists [2023-01-17T20:47:42.905Z] 72eb4f141fe8: Layer already exists [2023-01-17T20:47:42.905Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:47:42.905Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:47:43.171Z] 1894d2484ccc: Layer already exists [2023-01-17T20:47:43.172Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:642c0303049555684e54c328ba7a18f0ef74b374ebdf7e4bbc27809b383a73cd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:43.519Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:43.867Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-01-17T20:47:43.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-01-17T20:47:43.867Z] 66f4b2f78149: Preparing [2023-01-17T20:47:43.867Z] 72eb4f141fe8: Preparing [2023-01-17T20:47:43.867Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:47:43.867Z] 1894d2484ccc: Preparing [2023-01-17T20:47:43.867Z] 17bec77d7fdc: Preparing [2023-01-17T20:47:43.867Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:47:43.867Z] 66f4b2f78149: Layer already exists [2023-01-17T20:47:43.867Z] 1894d2484ccc: Layer already exists [2023-01-17T20:47:43.867Z] 72eb4f141fe8: Layer already exists [2023-01-17T20:47:43.867Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:47:44.134Z] main: digest: sha256:642c0303049555684e54c328ba7a18f0ef74b374ebdf7e4bbc27809b383a73cd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:47:44.174Z] ===================================================== [Pipeline] echo [2023-01-17T20:47:44.180Z] taggedImages: [2023-01-17T20:47:44.180Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:47:44.180Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-01-17T20:47:44.180Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.21 [2023-01-17T20:47:44.180Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:47:44.180Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-01-17T20:47:44.202Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-01-17T20:47:44.202Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:47:44.202Z] latest [2023-01-17T20:47:44.202Z] 3.0.0-dev.21 [2023-01-17T20:47:44.202Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:47:44.202Z] main [2023-01-17T20:47:44.202Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:44.552Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:44.901Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:47:44.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-17T20:47:44.901Z] 91311c62daed: Preparing [2023-01-17T20:47:44.901Z] 84e6fcbd0bf5: Preparing [2023-01-17T20:47:44.901Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:47:44.901Z] da2b807297ee: Preparing [2023-01-17T20:47:44.901Z] 17bec77d7fdc: Preparing [2023-01-17T20:47:44.901Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:47:44.901Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:47:45.170Z] 91311c62daed: Pushed [2023-01-17T20:47:45.170Z] da2b807297ee: Pushed [2023-01-17T20:47:47.758Z] 84e6fcbd0bf5: Pushed [2023-01-17T20:47:48.026Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:dfbbb7f928695889c160b1eb66da469ceb523381b0ed58605c82b1fb59831d5a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:48.373Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:48.715Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-17T20:47:48.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-17T20:47:48.715Z] 91311c62daed: Preparing [2023-01-17T20:47:48.715Z] 84e6fcbd0bf5: Preparing [2023-01-17T20:47:48.715Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:47:48.715Z] da2b807297ee: Preparing [2023-01-17T20:47:48.715Z] 17bec77d7fdc: Preparing [2023-01-17T20:47:48.715Z] 91311c62daed: Layer already exists [2023-01-17T20:47:48.716Z] da2b807297ee: Layer already exists [2023-01-17T20:47:48.716Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:47:48.716Z] 84e6fcbd0bf5: Layer already exists [2023-01-17T20:47:48.716Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:47:48.983Z] latest: digest: sha256:dfbbb7f928695889c160b1eb66da469ceb523381b0ed58605c82b1fb59831d5a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:49.329Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:49.680Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.21 [2023-01-17T20:47:49.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-17T20:47:49.680Z] 91311c62daed: Preparing [2023-01-17T20:47:49.680Z] 84e6fcbd0bf5: Preparing [2023-01-17T20:47:49.680Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:47:49.680Z] da2b807297ee: Preparing [2023-01-17T20:47:49.680Z] 17bec77d7fdc: Preparing [2023-01-17T20:47:49.680Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:47:49.680Z] 84e6fcbd0bf5: Layer already exists [2023-01-17T20:47:49.680Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:47:49.680Z] 91311c62daed: Layer already exists [2023-01-17T20:47:49.680Z] da2b807297ee: Layer already exists [2023-01-17T20:47:49.948Z] 3.0.0-dev.21: digest: sha256:dfbbb7f928695889c160b1eb66da469ceb523381b0ed58605c82b1fb59831d5a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:50.290Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:50.626Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:47:50.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-17T20:47:50.626Z] 91311c62daed: Preparing [2023-01-17T20:47:50.626Z] 84e6fcbd0bf5: Preparing [2023-01-17T20:47:50.626Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:47:50.626Z] da2b807297ee: Preparing [2023-01-17T20:47:50.626Z] 17bec77d7fdc: Preparing [2023-01-17T20:47:50.626Z] da2b807297ee: Layer already exists [2023-01-17T20:47:50.626Z] 84e6fcbd0bf5: Layer already exists [2023-01-17T20:47:50.626Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:47:50.626Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:47:50.626Z] 91311c62daed: Layer already exists [2023-01-17T20:47:50.893Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:dfbbb7f928695889c160b1eb66da469ceb523381b0ed58605c82b1fb59831d5a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:51.237Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:51.576Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-01-17T20:47:51.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-01-17T20:47:51.576Z] 91311c62daed: Preparing [2023-01-17T20:47:51.576Z] 84e6fcbd0bf5: Preparing [2023-01-17T20:47:51.576Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:47:51.576Z] da2b807297ee: Preparing [2023-01-17T20:47:51.576Z] 17bec77d7fdc: Preparing [2023-01-17T20:47:51.576Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:47:51.576Z] 84e6fcbd0bf5: Layer already exists [2023-01-17T20:47:51.576Z] 91311c62daed: Layer already exists [2023-01-17T20:47:51.576Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:47:51.576Z] da2b807297ee: Layer already exists [2023-01-17T20:47:51.842Z] main: digest: sha256:dfbbb7f928695889c160b1eb66da469ceb523381b0ed58605c82b1fb59831d5a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:47:51.894Z] ===================================================== [Pipeline] echo [2023-01-17T20:47:51.900Z] taggedImages: [2023-01-17T20:47:51.900Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:47:51.900Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-01-17T20:47:51.900Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.21 [2023-01-17T20:47:51.900Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:47:51.900Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-01-17T20:47:51.915Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-01-17T20:47:51.915Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:47:51.915Z] latest [2023-01-17T20:47:51.915Z] 3.0.0-dev.21 [2023-01-17T20:47:51.915Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:47:51.915Z] main [2023-01-17T20:47:51.915Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:52.252Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:52.593Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:47:52.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-17T20:47:52.593Z] 3e349a828101: Preparing [2023-01-17T20:47:52.593Z] ebad9636faad: Preparing [2023-01-17T20:47:52.593Z] d324631bc51c: Preparing [2023-01-17T20:47:52.593Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:47:52.593Z] 1894d2484ccc: Preparing [2023-01-17T20:47:52.593Z] 17bec77d7fdc: Preparing [2023-01-17T20:47:52.593Z] 17bec77d7fdc: Waiting [2023-01-17T20:47:52.593Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:47:52.593Z] 1894d2484ccc: Layer already exists [2023-01-17T20:47:52.860Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:47:52.860Z] ebad9636faad: Pushed [2023-01-17T20:47:52.860Z] 3e349a828101: Pushed [2023-01-17T20:47:56.203Z] d324631bc51c: Pushed [2023-01-17T20:47:56.203Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:6df1e0652cae667088d2092d17bf8d885f0bf4fca80bd43d9f16ebef666a1ae2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:56.545Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:56.884Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-17T20:47:56.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-17T20:47:56.884Z] 3e349a828101: Preparing [2023-01-17T20:47:56.884Z] ebad9636faad: Preparing [2023-01-17T20:47:56.884Z] d324631bc51c: Preparing [2023-01-17T20:47:56.884Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:47:56.884Z] 1894d2484ccc: Preparing [2023-01-17T20:47:56.884Z] 17bec77d7fdc: Preparing [2023-01-17T20:47:56.884Z] 17bec77d7fdc: Waiting [2023-01-17T20:47:56.884Z] 1894d2484ccc: Layer already exists [2023-01-17T20:47:56.884Z] ebad9636faad: Layer already exists [2023-01-17T20:47:56.884Z] 3e349a828101: Layer already exists [2023-01-17T20:47:56.884Z] d324631bc51c: Layer already exists [2023-01-17T20:47:56.884Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:47:56.884Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:47:57.151Z] latest: digest: sha256:6df1e0652cae667088d2092d17bf8d885f0bf4fca80bd43d9f16ebef666a1ae2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:57.501Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:57.847Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.21 [2023-01-17T20:47:57.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-17T20:47:57.847Z] 3e349a828101: Preparing [2023-01-17T20:47:57.847Z] ebad9636faad: Preparing [2023-01-17T20:47:57.847Z] d324631bc51c: Preparing [2023-01-17T20:47:57.847Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:47:57.847Z] 1894d2484ccc: Preparing [2023-01-17T20:47:57.847Z] 17bec77d7fdc: Preparing [2023-01-17T20:47:57.847Z] 17bec77d7fdc: Waiting [2023-01-17T20:47:57.847Z] 3e349a828101: Layer already exists [2023-01-17T20:47:57.847Z] d324631bc51c: Layer already exists [2023-01-17T20:47:57.847Z] 1894d2484ccc: Layer already exists [2023-01-17T20:47:57.847Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:47:57.847Z] ebad9636faad: Layer already exists [2023-01-17T20:47:57.847Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:47:58.115Z] 3.0.0-dev.21: digest: sha256:6df1e0652cae667088d2092d17bf8d885f0bf4fca80bd43d9f16ebef666a1ae2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:58.468Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:58.816Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:47:58.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-17T20:47:58.816Z] 3e349a828101: Preparing [2023-01-17T20:47:58.816Z] ebad9636faad: Preparing [2023-01-17T20:47:58.816Z] d324631bc51c: Preparing [2023-01-17T20:47:58.816Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:47:58.816Z] 1894d2484ccc: Preparing [2023-01-17T20:47:58.816Z] 17bec77d7fdc: Preparing [2023-01-17T20:47:58.816Z] 17bec77d7fdc: Waiting [2023-01-17T20:47:58.816Z] 1894d2484ccc: Layer already exists [2023-01-17T20:47:58.816Z] 3e349a828101: Layer already exists [2023-01-17T20:47:58.816Z] ebad9636faad: Layer already exists [2023-01-17T20:47:58.816Z] d324631bc51c: Layer already exists [2023-01-17T20:47:58.816Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:47:58.816Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:47:59.082Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:6df1e0652cae667088d2092d17bf8d885f0bf4fca80bd43d9f16ebef666a1ae2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:59.441Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:47:59.794Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-01-17T20:47:59.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-01-17T20:47:59.794Z] 3e349a828101: Preparing [2023-01-17T20:47:59.794Z] ebad9636faad: Preparing [2023-01-17T20:47:59.794Z] d324631bc51c: Preparing [2023-01-17T20:47:59.794Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:47:59.794Z] 1894d2484ccc: Preparing [2023-01-17T20:47:59.794Z] 17bec77d7fdc: Preparing [2023-01-17T20:47:59.794Z] 17bec77d7fdc: Waiting [2023-01-17T20:47:59.794Z] 1894d2484ccc: Layer already exists [2023-01-17T20:47:59.794Z] d324631bc51c: Layer already exists [2023-01-17T20:47:59.794Z] ebad9636faad: Layer already exists [2023-01-17T20:47:59.794Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:47:59.794Z] 3e349a828101: Layer already exists [2023-01-17T20:47:59.794Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:48:00.060Z] main: digest: sha256:6df1e0652cae667088d2092d17bf8d885f0bf4fca80bd43d9f16ebef666a1ae2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:48:00.116Z] ===================================================== [Pipeline] echo [2023-01-17T20:48:00.125Z] taggedImages: [2023-01-17T20:48:00.125Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:48:00.125Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-01-17T20:48:00.125Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.21 [2023-01-17T20:48:00.125Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:48:00.125Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-01-17T20:48:00.148Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-01-17T20:48:00.148Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:48:00.148Z] latest [2023-01-17T20:48:00.148Z] 3.0.0-dev.21 [2023-01-17T20:48:00.148Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:48:00.148Z] main [2023-01-17T20:48:00.148Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:00.496Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:00.832Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:48:00.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-17T20:48:00.833Z] 991ab2d2b2af: Preparing [2023-01-17T20:48:00.833Z] 991ab2d2b2af: Preparing [2023-01-17T20:48:00.833Z] 162dd1574c5e: Preparing [2023-01-17T20:48:00.833Z] 734e9d0f7a62: Preparing [2023-01-17T20:48:00.833Z] baabd0da1ad4: Preparing [2023-01-17T20:48:00.833Z] 011420531c88: Preparing [2023-01-17T20:48:00.833Z] 226cf1275910: Preparing [2023-01-17T20:48:00.833Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:48:00.833Z] bd47d408421a: Preparing [2023-01-17T20:48:00.833Z] 1ef7186e4d8f: Preparing [2023-01-17T20:48:00.833Z] 52ee0ce4fc38: Preparing [2023-01-17T20:48:00.833Z] 9d21d81ae0f8: Preparing [2023-01-17T20:48:00.833Z] 17bec77d7fdc: Preparing [2023-01-17T20:48:00.833Z] 226cf1275910: Waiting [2023-01-17T20:48:00.833Z] 2bd38bc7b2b9: Waiting [2023-01-17T20:48:00.833Z] 1ef7186e4d8f: Waiting [2023-01-17T20:48:00.833Z] bd47d408421a: Waiting [2023-01-17T20:48:00.833Z] 52ee0ce4fc38: Waiting [2023-01-17T20:48:00.833Z] 9d21d81ae0f8: Waiting [2023-01-17T20:48:00.833Z] 17bec77d7fdc: Waiting [2023-01-17T20:48:01.100Z] 734e9d0f7a62: Pushed [2023-01-17T20:48:01.100Z] baabd0da1ad4: Pushed [2023-01-17T20:48:01.100Z] 011420531c88: Pushed [2023-01-17T20:48:01.100Z] 991ab2d2b2af: Pushed [2023-01-17T20:48:01.100Z] 162dd1574c5e: Pushed [2023-01-17T20:48:01.100Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:48:01.367Z] bd47d408421a: Pushed [2023-01-17T20:48:01.368Z] 1ef7186e4d8f: Pushed [2023-01-17T20:48:01.368Z] 52ee0ce4fc38: Pushed [2023-01-17T20:48:01.368Z] 9d21d81ae0f8: Pushed [2023-01-17T20:48:01.368Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:48:04.704Z] 226cf1275910: Pushed [2023-01-17T20:48:04.704Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:d73fb950bfbdcdbfee69643c2556e755dcb7e70a91c789925c4c21e6c13a3f57 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:05.058Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:05.408Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-17T20:48:05.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-17T20:48:05.408Z] 991ab2d2b2af: Preparing [2023-01-17T20:48:05.408Z] 991ab2d2b2af: Preparing [2023-01-17T20:48:05.408Z] 162dd1574c5e: Preparing [2023-01-17T20:48:05.408Z] 734e9d0f7a62: Preparing [2023-01-17T20:48:05.408Z] baabd0da1ad4: Preparing [2023-01-17T20:48:05.408Z] 011420531c88: Preparing [2023-01-17T20:48:05.408Z] 226cf1275910: Preparing [2023-01-17T20:48:05.408Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:48:05.408Z] bd47d408421a: Preparing [2023-01-17T20:48:05.408Z] 1ef7186e4d8f: Preparing [2023-01-17T20:48:05.408Z] 52ee0ce4fc38: Preparing [2023-01-17T20:48:05.408Z] 9d21d81ae0f8: Preparing [2023-01-17T20:48:05.408Z] 17bec77d7fdc: Preparing [2023-01-17T20:48:05.408Z] 226cf1275910: Waiting [2023-01-17T20:48:05.408Z] 2bd38bc7b2b9: Waiting [2023-01-17T20:48:05.408Z] bd47d408421a: Waiting [2023-01-17T20:48:05.408Z] 1ef7186e4d8f: Waiting [2023-01-17T20:48:05.408Z] 17bec77d7fdc: Waiting [2023-01-17T20:48:05.408Z] 9d21d81ae0f8: Waiting [2023-01-17T20:48:05.408Z] 52ee0ce4fc38: Waiting [2023-01-17T20:48:05.408Z] 991ab2d2b2af: Layer already exists [2023-01-17T20:48:05.408Z] baabd0da1ad4: Layer already exists [2023-01-17T20:48:05.408Z] 734e9d0f7a62: Layer already exists [2023-01-17T20:48:05.408Z] 011420531c88: Layer already exists [2023-01-17T20:48:05.408Z] 162dd1574c5e: Layer already exists [2023-01-17T20:48:05.408Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:48:05.408Z] 226cf1275910: Layer already exists [2023-01-17T20:48:05.408Z] bd47d408421a: Layer already exists [2023-01-17T20:48:05.408Z] 52ee0ce4fc38: Layer already exists [2023-01-17T20:48:05.408Z] 1ef7186e4d8f: Layer already exists [2023-01-17T20:48:05.408Z] 9d21d81ae0f8: Layer already exists [2023-01-17T20:48:05.408Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:48:05.675Z] latest: digest: sha256:d73fb950bfbdcdbfee69643c2556e755dcb7e70a91c789925c4c21e6c13a3f57 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:06.026Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:06.373Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.21 [2023-01-17T20:48:06.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-17T20:48:06.373Z] 991ab2d2b2af: Preparing [2023-01-17T20:48:06.373Z] 991ab2d2b2af: Preparing [2023-01-17T20:48:06.373Z] 162dd1574c5e: Preparing [2023-01-17T20:48:06.373Z] 734e9d0f7a62: Preparing [2023-01-17T20:48:06.373Z] baabd0da1ad4: Preparing [2023-01-17T20:48:06.373Z] 011420531c88: Preparing [2023-01-17T20:48:06.373Z] 226cf1275910: Preparing [2023-01-17T20:48:06.373Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:48:06.373Z] bd47d408421a: Preparing [2023-01-17T20:48:06.373Z] 1ef7186e4d8f: Preparing [2023-01-17T20:48:06.373Z] 52ee0ce4fc38: Preparing [2023-01-17T20:48:06.373Z] 9d21d81ae0f8: Preparing [2023-01-17T20:48:06.373Z] 17bec77d7fdc: Preparing [2023-01-17T20:48:06.373Z] bd47d408421a: Waiting [2023-01-17T20:48:06.373Z] 1ef7186e4d8f: Waiting [2023-01-17T20:48:06.373Z] 9d21d81ae0f8: Waiting [2023-01-17T20:48:06.373Z] 17bec77d7fdc: Waiting [2023-01-17T20:48:06.373Z] 226cf1275910: Waiting [2023-01-17T20:48:06.373Z] 2bd38bc7b2b9: Waiting [2023-01-17T20:48:06.373Z] 52ee0ce4fc38: Waiting [2023-01-17T20:48:06.373Z] 011420531c88: Layer already exists [2023-01-17T20:48:06.373Z] 734e9d0f7a62: Layer already exists [2023-01-17T20:48:06.373Z] 991ab2d2b2af: Layer already exists [2023-01-17T20:48:06.373Z] baabd0da1ad4: Layer already exists [2023-01-17T20:48:06.373Z] 162dd1574c5e: Layer already exists [2023-01-17T20:48:06.639Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:48:06.639Z] 1ef7186e4d8f: Layer already exists [2023-01-17T20:48:06.639Z] 226cf1275910: Layer already exists [2023-01-17T20:48:06.639Z] bd47d408421a: Layer already exists [2023-01-17T20:48:06.639Z] 52ee0ce4fc38: Layer already exists [2023-01-17T20:48:06.639Z] 9d21d81ae0f8: Layer already exists [2023-01-17T20:48:06.639Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:48:06.639Z] 3.0.0-dev.21: digest: sha256:d73fb950bfbdcdbfee69643c2556e755dcb7e70a91c789925c4c21e6c13a3f57 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:06.992Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:07.341Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:48:07.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-17T20:48:07.341Z] 991ab2d2b2af: Preparing [2023-01-17T20:48:07.341Z] 991ab2d2b2af: Preparing [2023-01-17T20:48:07.341Z] 162dd1574c5e: Preparing [2023-01-17T20:48:07.341Z] 734e9d0f7a62: Preparing [2023-01-17T20:48:07.341Z] baabd0da1ad4: Preparing [2023-01-17T20:48:07.341Z] 011420531c88: Preparing [2023-01-17T20:48:07.341Z] 226cf1275910: Preparing [2023-01-17T20:48:07.341Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:48:07.341Z] bd47d408421a: Preparing [2023-01-17T20:48:07.341Z] 1ef7186e4d8f: Preparing [2023-01-17T20:48:07.341Z] 52ee0ce4fc38: Preparing [2023-01-17T20:48:07.341Z] 9d21d81ae0f8: Preparing [2023-01-17T20:48:07.341Z] 17bec77d7fdc: Preparing [2023-01-17T20:48:07.341Z] bd47d408421a: Waiting [2023-01-17T20:48:07.341Z] 1ef7186e4d8f: Waiting [2023-01-17T20:48:07.341Z] 52ee0ce4fc38: Waiting [2023-01-17T20:48:07.341Z] 9d21d81ae0f8: Waiting [2023-01-17T20:48:07.341Z] 17bec77d7fdc: Waiting [2023-01-17T20:48:07.341Z] 226cf1275910: Waiting [2023-01-17T20:48:07.341Z] 2bd38bc7b2b9: Waiting [2023-01-17T20:48:07.341Z] 162dd1574c5e: Layer already exists [2023-01-17T20:48:07.341Z] 734e9d0f7a62: Layer already exists [2023-01-17T20:48:07.341Z] 011420531c88: Layer already exists [2023-01-17T20:48:07.341Z] 991ab2d2b2af: Layer already exists [2023-01-17T20:48:07.341Z] baabd0da1ad4: Layer already exists [2023-01-17T20:48:07.341Z] bd47d408421a: Layer already exists [2023-01-17T20:48:07.341Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:48:07.341Z] 1ef7186e4d8f: Layer already exists [2023-01-17T20:48:07.341Z] 52ee0ce4fc38: Layer already exists [2023-01-17T20:48:07.341Z] 226cf1275910: Layer already exists [2023-01-17T20:48:07.608Z] 9d21d81ae0f8: Layer already exists [2023-01-17T20:48:07.608Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:48:07.608Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:d73fb950bfbdcdbfee69643c2556e755dcb7e70a91c789925c4c21e6c13a3f57 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:07.953Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:08.297Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-01-17T20:48:08.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-01-17T20:48:08.297Z] 991ab2d2b2af: Preparing [2023-01-17T20:48:08.297Z] 991ab2d2b2af: Preparing [2023-01-17T20:48:08.297Z] 162dd1574c5e: Preparing [2023-01-17T20:48:08.297Z] 734e9d0f7a62: Preparing [2023-01-17T20:48:08.297Z] baabd0da1ad4: Preparing [2023-01-17T20:48:08.297Z] 011420531c88: Preparing [2023-01-17T20:48:08.297Z] 226cf1275910: Preparing [2023-01-17T20:48:08.297Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:48:08.297Z] bd47d408421a: Preparing [2023-01-17T20:48:08.297Z] 1ef7186e4d8f: Preparing [2023-01-17T20:48:08.297Z] 52ee0ce4fc38: Preparing [2023-01-17T20:48:08.297Z] 9d21d81ae0f8: Preparing [2023-01-17T20:48:08.297Z] 17bec77d7fdc: Preparing [2023-01-17T20:48:08.297Z] 226cf1275910: Waiting [2023-01-17T20:48:08.297Z] 2bd38bc7b2b9: Waiting [2023-01-17T20:48:08.297Z] bd47d408421a: Waiting [2023-01-17T20:48:08.297Z] 1ef7186e4d8f: Waiting [2023-01-17T20:48:08.297Z] 52ee0ce4fc38: Waiting [2023-01-17T20:48:08.297Z] 9d21d81ae0f8: Waiting [2023-01-17T20:48:08.297Z] 17bec77d7fdc: Waiting [2023-01-17T20:48:08.297Z] 991ab2d2b2af: Layer already exists [2023-01-17T20:48:08.297Z] 162dd1574c5e: Layer already exists [2023-01-17T20:48:08.297Z] 011420531c88: Layer already exists [2023-01-17T20:48:08.297Z] 734e9d0f7a62: Layer already exists [2023-01-17T20:48:08.297Z] baabd0da1ad4: Layer already exists [2023-01-17T20:48:08.297Z] 1ef7186e4d8f: Layer already exists [2023-01-17T20:48:08.297Z] 226cf1275910: Layer already exists [2023-01-17T20:48:08.297Z] bd47d408421a: Layer already exists [2023-01-17T20:48:08.297Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:48:08.297Z] 52ee0ce4fc38: Layer already exists [2023-01-17T20:48:08.564Z] 9d21d81ae0f8: Layer already exists [2023-01-17T20:48:08.564Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:48:08.564Z] main: digest: sha256:d73fb950bfbdcdbfee69643c2556e755dcb7e70a91c789925c4c21e6c13a3f57 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:48:08.608Z] ===================================================== [Pipeline] echo [2023-01-17T20:48:08.614Z] taggedImages: [2023-01-17T20:48:08.614Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:48:08.614Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-01-17T20:48:08.614Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.21 [2023-01-17T20:48:08.614Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:48:08.614Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-01-17T20:48:08.629Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-01-17T20:48:08.629Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:48:08.629Z] latest [2023-01-17T20:48:08.629Z] 3.0.0-dev.21 [2023-01-17T20:48:08.629Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:48:08.629Z] main [2023-01-17T20:48:08.629Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:08.973Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:09.316Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:48:09.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-17T20:48:09.316Z] e82ca452124a: Preparing [2023-01-17T20:48:09.316Z] d942c2e6b1df: Preparing [2023-01-17T20:48:09.316Z] 4aaff6bd169c: Preparing [2023-01-17T20:48:09.316Z] 01beeeb1b9e5: Preparing [2023-01-17T20:48:09.316Z] 68ba45502b96: Preparing [2023-01-17T20:48:09.316Z] cafa056a3c77: Preparing [2023-01-17T20:48:09.316Z] 47ec83acabad: Preparing [2023-01-17T20:48:09.316Z] 17bec77d7fdc: Preparing [2023-01-17T20:48:09.316Z] 47ec83acabad: Waiting [2023-01-17T20:48:09.316Z] 17bec77d7fdc: Waiting [2023-01-17T20:48:09.316Z] cafa056a3c77: Waiting [2023-01-17T20:48:09.584Z] 68ba45502b96: Pushed [2023-01-17T20:48:09.584Z] e82ca452124a: Pushed [2023-01-17T20:48:09.584Z] d942c2e6b1df: Pushed [2023-01-17T20:48:09.584Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:48:09.852Z] cafa056a3c77: Pushed [2023-01-17T20:48:10.435Z] 47ec83acabad: Pushed [2023-01-17T20:48:11.848Z] 01beeeb1b9e5: Pushed [2023-01-17T20:48:11.848Z] 4aaff6bd169c: Pushed [2023-01-17T20:48:12.117Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:6737404ff8c5cea6116166907e459cee0900e0a136acaa51620267a84d935648 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:12.464Z] + 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-01-17T20:48:12.802Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-17T20:48:12.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-17T20:48:12.802Z] e82ca452124a: Preparing [2023-01-17T20:48:12.802Z] d942c2e6b1df: Preparing [2023-01-17T20:48:12.802Z] 4aaff6bd169c: Preparing [2023-01-17T20:48:12.802Z] 01beeeb1b9e5: Preparing [2023-01-17T20:48:12.802Z] 68ba45502b96: Preparing [2023-01-17T20:48:12.802Z] cafa056a3c77: Preparing [2023-01-17T20:48:12.802Z] 47ec83acabad: Preparing [2023-01-17T20:48:12.802Z] 17bec77d7fdc: Preparing [2023-01-17T20:48:12.802Z] cafa056a3c77: Waiting [2023-01-17T20:48:12.802Z] 47ec83acabad: Waiting [2023-01-17T20:48:12.802Z] 17bec77d7fdc: Waiting [2023-01-17T20:48:12.802Z] d942c2e6b1df: Layer already exists [2023-01-17T20:48:12.802Z] 68ba45502b96: Layer already exists [2023-01-17T20:48:12.802Z] e82ca452124a: Layer already exists [2023-01-17T20:48:12.802Z] 01beeeb1b9e5: Layer already exists [2023-01-17T20:48:12.802Z] 4aaff6bd169c: Layer already exists [2023-01-17T20:48:12.802Z] cafa056a3c77: Layer already exists [2023-01-17T20:48:12.802Z] 47ec83acabad: Layer already exists [2023-01-17T20:48:12.802Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:48:13.070Z] latest: digest: sha256:6737404ff8c5cea6116166907e459cee0900e0a136acaa51620267a84d935648 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:13.413Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:13.752Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.21 [2023-01-17T20:48:13.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-17T20:48:13.752Z] e82ca452124a: Preparing [2023-01-17T20:48:13.752Z] d942c2e6b1df: Preparing [2023-01-17T20:48:13.752Z] 4aaff6bd169c: Preparing [2023-01-17T20:48:13.752Z] 01beeeb1b9e5: Preparing [2023-01-17T20:48:13.752Z] 68ba45502b96: Preparing [2023-01-17T20:48:13.752Z] cafa056a3c77: Preparing [2023-01-17T20:48:13.752Z] 47ec83acabad: Preparing [2023-01-17T20:48:13.752Z] 17bec77d7fdc: Preparing [2023-01-17T20:48:13.752Z] cafa056a3c77: Waiting [2023-01-17T20:48:13.752Z] 47ec83acabad: Waiting [2023-01-17T20:48:13.752Z] 17bec77d7fdc: Waiting [2023-01-17T20:48:13.752Z] 4aaff6bd169c: Layer already exists [2023-01-17T20:48:13.752Z] 01beeeb1b9e5: Layer already exists [2023-01-17T20:48:13.752Z] e82ca452124a: Layer already exists [2023-01-17T20:48:13.752Z] 68ba45502b96: Layer already exists [2023-01-17T20:48:13.752Z] d942c2e6b1df: Layer already exists [2023-01-17T20:48:13.752Z] 47ec83acabad: Layer already exists [2023-01-17T20:48:13.752Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:48:13.752Z] cafa056a3c77: Layer already exists [2023-01-17T20:48:14.018Z] 3.0.0-dev.21: digest: sha256:6737404ff8c5cea6116166907e459cee0900e0a136acaa51620267a84d935648 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:14.360Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:14.703Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:48:14.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-17T20:48:14.703Z] e82ca452124a: Preparing [2023-01-17T20:48:14.703Z] d942c2e6b1df: Preparing [2023-01-17T20:48:14.703Z] 4aaff6bd169c: Preparing [2023-01-17T20:48:14.703Z] 01beeeb1b9e5: Preparing [2023-01-17T20:48:14.703Z] 68ba45502b96: Preparing [2023-01-17T20:48:14.703Z] cafa056a3c77: Preparing [2023-01-17T20:48:14.703Z] 47ec83acabad: Preparing [2023-01-17T20:48:14.703Z] 17bec77d7fdc: Preparing [2023-01-17T20:48:14.703Z] cafa056a3c77: Waiting [2023-01-17T20:48:14.703Z] 47ec83acabad: Waiting [2023-01-17T20:48:14.703Z] 17bec77d7fdc: Waiting [2023-01-17T20:48:14.703Z] 4aaff6bd169c: Layer already exists [2023-01-17T20:48:14.703Z] 68ba45502b96: Layer already exists [2023-01-17T20:48:14.703Z] d942c2e6b1df: Layer already exists [2023-01-17T20:48:14.703Z] 01beeeb1b9e5: Layer already exists [2023-01-17T20:48:14.703Z] e82ca452124a: Layer already exists [2023-01-17T20:48:14.703Z] 47ec83acabad: Layer already exists [2023-01-17T20:48:14.703Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:48:14.703Z] cafa056a3c77: Layer already exists [2023-01-17T20:48:14.969Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:6737404ff8c5cea6116166907e459cee0900e0a136acaa51620267a84d935648 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:15.312Z] + 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-01-17T20:48:15.662Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-01-17T20:48:15.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-01-17T20:48:15.663Z] e82ca452124a: Preparing [2023-01-17T20:48:15.663Z] d942c2e6b1df: Preparing [2023-01-17T20:48:15.663Z] 4aaff6bd169c: Preparing [2023-01-17T20:48:15.663Z] 01beeeb1b9e5: Preparing [2023-01-17T20:48:15.663Z] 68ba45502b96: Preparing [2023-01-17T20:48:15.663Z] cafa056a3c77: Preparing [2023-01-17T20:48:15.663Z] 47ec83acabad: Preparing [2023-01-17T20:48:15.663Z] 17bec77d7fdc: Preparing [2023-01-17T20:48:15.663Z] 47ec83acabad: Waiting [2023-01-17T20:48:15.663Z] 17bec77d7fdc: Waiting [2023-01-17T20:48:15.663Z] cafa056a3c77: Waiting [2023-01-17T20:48:15.663Z] 4aaff6bd169c: Layer already exists [2023-01-17T20:48:15.663Z] e82ca452124a: Layer already exists [2023-01-17T20:48:15.663Z] d942c2e6b1df: Layer already exists [2023-01-17T20:48:15.663Z] 01beeeb1b9e5: Layer already exists [2023-01-17T20:48:15.663Z] 68ba45502b96: Layer already exists [2023-01-17T20:48:15.663Z] cafa056a3c77: Layer already exists [2023-01-17T20:48:15.663Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:48:15.663Z] 47ec83acabad: Layer already exists [2023-01-17T20:48:15.929Z] main: digest: sha256:6737404ff8c5cea6116166907e459cee0900e0a136acaa51620267a84d935648 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:48:15.979Z] ===================================================== [Pipeline] echo [2023-01-17T20:48:15.985Z] taggedImages: [2023-01-17T20:48:15.985Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:48:15.985Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-01-17T20:48:15.985Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.21 [2023-01-17T20:48:15.985Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:48:15.985Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-01-17T20:48:16.001Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-01-17T20:48:16.001Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:48:16.001Z] latest [2023-01-17T20:48:16.001Z] 3.0.0-dev.21 [2023-01-17T20:48:16.001Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:48:16.001Z] main [2023-01-17T20:48:16.001Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:16.386Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:16.771Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:48:16.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-17T20:48:16.771Z] 40b9d152542b: Preparing [2023-01-17T20:48:16.771Z] 1d03ba358654: Preparing [2023-01-17T20:48:16.771Z] bc24d06c8885: Preparing [2023-01-17T20:48:16.771Z] 1b6bc6fadb40: Preparing [2023-01-17T20:48:16.771Z] 77690dac799f: Preparing [2023-01-17T20:48:16.771Z] 64eb63ac0e88: Preparing [2023-01-17T20:48:16.771Z] 36b7b14ef856: Preparing [2023-01-17T20:48:16.771Z] 2ffde79630d0: Preparing [2023-01-17T20:48:16.771Z] 2aad2c54da69: Preparing [2023-01-17T20:48:16.771Z] 17bec77d7fdc: Preparing [2023-01-17T20:48:16.771Z] 64eb63ac0e88: Waiting [2023-01-17T20:48:16.771Z] 36b7b14ef856: Waiting [2023-01-17T20:48:16.771Z] 2ffde79630d0: Waiting [2023-01-17T20:48:16.771Z] 2aad2c54da69: Waiting [2023-01-17T20:48:16.771Z] 17bec77d7fdc: Waiting [2023-01-17T20:48:17.057Z] 40b9d152542b: Pushed [2023-01-17T20:48:17.057Z] 77690dac799f: Pushed [2023-01-17T20:48:17.057Z] 1d03ba358654: Pushed [2023-01-17T20:48:17.340Z] 2ffde79630d0: Pushed [2023-01-17T20:48:17.340Z] 64eb63ac0e88: Pushed [2023-01-17T20:48:17.340Z] 36b7b14ef856: Pushed [2023-01-17T20:48:17.340Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:48:17.617Z] 2aad2c54da69: Pushed [2023-01-17T20:48:19.570Z] 1b6bc6fadb40: Pushed [2023-01-17T20:48:20.532Z] bc24d06c8885: Pushed [2023-01-17T20:48:20.799Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:e9f64090847a8b93894ce745b372ff442e479b0c511a2f78a93ec4ee054fec11 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:21.145Z] + 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-01-17T20:48:21.490Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-17T20:48:21.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-17T20:48:21.491Z] 40b9d152542b: Preparing [2023-01-17T20:48:21.491Z] 1d03ba358654: Preparing [2023-01-17T20:48:21.491Z] bc24d06c8885: Preparing [2023-01-17T20:48:21.491Z] 1b6bc6fadb40: Preparing [2023-01-17T20:48:21.491Z] 77690dac799f: Preparing [2023-01-17T20:48:21.491Z] 64eb63ac0e88: Preparing [2023-01-17T20:48:21.491Z] 36b7b14ef856: Preparing [2023-01-17T20:48:21.491Z] 2ffde79630d0: Preparing [2023-01-17T20:48:21.491Z] 2aad2c54da69: Preparing [2023-01-17T20:48:21.491Z] 17bec77d7fdc: Preparing [2023-01-17T20:48:21.491Z] 36b7b14ef856: Waiting [2023-01-17T20:48:21.491Z] 2ffde79630d0: Waiting [2023-01-17T20:48:21.491Z] 64eb63ac0e88: Waiting [2023-01-17T20:48:21.491Z] 2aad2c54da69: Waiting [2023-01-17T20:48:21.491Z] 17bec77d7fdc: Waiting [2023-01-17T20:48:21.491Z] 40b9d152542b: Layer already exists [2023-01-17T20:48:21.491Z] 77690dac799f: Layer already exists [2023-01-17T20:48:21.491Z] 1d03ba358654: Layer already exists [2023-01-17T20:48:21.491Z] 1b6bc6fadb40: Layer already exists [2023-01-17T20:48:21.491Z] bc24d06c8885: Layer already exists [2023-01-17T20:48:21.491Z] 64eb63ac0e88: Layer already exists [2023-01-17T20:48:21.491Z] 2ffde79630d0: Layer already exists [2023-01-17T20:48:21.491Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:48:21.491Z] 36b7b14ef856: Layer already exists [2023-01-17T20:48:21.491Z] 2aad2c54da69: Layer already exists [2023-01-17T20:48:21.757Z] latest: digest: sha256:e9f64090847a8b93894ce745b372ff442e479b0c511a2f78a93ec4ee054fec11 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:22.103Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:22.449Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.21 [2023-01-17T20:48:22.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-17T20:48:22.449Z] 40b9d152542b: Preparing [2023-01-17T20:48:22.449Z] 1d03ba358654: Preparing [2023-01-17T20:48:22.449Z] bc24d06c8885: Preparing [2023-01-17T20:48:22.449Z] 1b6bc6fadb40: Preparing [2023-01-17T20:48:22.449Z] 77690dac799f: Preparing [2023-01-17T20:48:22.449Z] 64eb63ac0e88: Preparing [2023-01-17T20:48:22.449Z] 36b7b14ef856: Preparing [2023-01-17T20:48:22.449Z] 2ffde79630d0: Preparing [2023-01-17T20:48:22.449Z] 2aad2c54da69: Preparing [2023-01-17T20:48:22.449Z] 17bec77d7fdc: Preparing [2023-01-17T20:48:22.449Z] 36b7b14ef856: Waiting [2023-01-17T20:48:22.449Z] 64eb63ac0e88: Waiting [2023-01-17T20:48:22.449Z] 2ffde79630d0: Waiting [2023-01-17T20:48:22.449Z] 2aad2c54da69: Waiting [2023-01-17T20:48:22.449Z] 17bec77d7fdc: Waiting [2023-01-17T20:48:22.449Z] 1b6bc6fadb40: Layer already exists [2023-01-17T20:48:22.449Z] 77690dac799f: Layer already exists [2023-01-17T20:48:22.449Z] bc24d06c8885: Layer already exists [2023-01-17T20:48:22.449Z] 1d03ba358654: Layer already exists [2023-01-17T20:48:22.449Z] 40b9d152542b: Layer already exists [2023-01-17T20:48:22.449Z] 64eb63ac0e88: Layer already exists [2023-01-17T20:48:22.449Z] 2ffde79630d0: Layer already exists [2023-01-17T20:48:22.449Z] 36b7b14ef856: Layer already exists [2023-01-17T20:48:22.449Z] 2aad2c54da69: Layer already exists [2023-01-17T20:48:22.449Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:48:22.715Z] 3.0.0-dev.21: digest: sha256:e9f64090847a8b93894ce745b372ff442e479b0c511a2f78a93ec4ee054fec11 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:23.066Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:23.414Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:48:23.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-17T20:48:23.414Z] 40b9d152542b: Preparing [2023-01-17T20:48:23.414Z] 1d03ba358654: Preparing [2023-01-17T20:48:23.414Z] bc24d06c8885: Preparing [2023-01-17T20:48:23.414Z] 1b6bc6fadb40: Preparing [2023-01-17T20:48:23.414Z] 77690dac799f: Preparing [2023-01-17T20:48:23.414Z] 64eb63ac0e88: Preparing [2023-01-17T20:48:23.414Z] 36b7b14ef856: Preparing [2023-01-17T20:48:23.414Z] 2ffde79630d0: Preparing [2023-01-17T20:48:23.414Z] 2aad2c54da69: Preparing [2023-01-17T20:48:23.414Z] 17bec77d7fdc: Preparing [2023-01-17T20:48:23.414Z] 2ffde79630d0: Waiting [2023-01-17T20:48:23.414Z] 17bec77d7fdc: Waiting [2023-01-17T20:48:23.414Z] 2aad2c54da69: Waiting [2023-01-17T20:48:23.414Z] 64eb63ac0e88: Waiting [2023-01-17T20:48:23.414Z] 36b7b14ef856: Waiting [2023-01-17T20:48:23.414Z] 40b9d152542b: Layer already exists [2023-01-17T20:48:23.414Z] 1b6bc6fadb40: Layer already exists [2023-01-17T20:48:23.414Z] 77690dac799f: Layer already exists [2023-01-17T20:48:23.414Z] 1d03ba358654: Layer already exists [2023-01-17T20:48:23.414Z] bc24d06c8885: Layer already exists [2023-01-17T20:48:23.414Z] 36b7b14ef856: Layer already exists [2023-01-17T20:48:23.414Z] 2ffde79630d0: Layer already exists [2023-01-17T20:48:23.414Z] 64eb63ac0e88: Layer already exists [2023-01-17T20:48:23.414Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:48:23.414Z] 2aad2c54da69: Layer already exists [2023-01-17T20:48:23.682Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:e9f64090847a8b93894ce745b372ff442e479b0c511a2f78a93ec4ee054fec11 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:24.019Z] + 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-01-17T20:48:24.354Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-01-17T20:48:24.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-01-17T20:48:24.354Z] 40b9d152542b: Preparing [2023-01-17T20:48:24.354Z] 1d03ba358654: Preparing [2023-01-17T20:48:24.354Z] bc24d06c8885: Preparing [2023-01-17T20:48:24.354Z] 1b6bc6fadb40: Preparing [2023-01-17T20:48:24.354Z] 77690dac799f: Preparing [2023-01-17T20:48:24.354Z] 64eb63ac0e88: Preparing [2023-01-17T20:48:24.354Z] 36b7b14ef856: Preparing [2023-01-17T20:48:24.354Z] 2ffde79630d0: Preparing [2023-01-17T20:48:24.354Z] 2aad2c54da69: Preparing [2023-01-17T20:48:24.354Z] 17bec77d7fdc: Preparing [2023-01-17T20:48:24.354Z] 64eb63ac0e88: Waiting [2023-01-17T20:48:24.354Z] 36b7b14ef856: Waiting [2023-01-17T20:48:24.354Z] 2aad2c54da69: Waiting [2023-01-17T20:48:24.354Z] 17bec77d7fdc: Waiting [2023-01-17T20:48:24.354Z] 1d03ba358654: Layer already exists [2023-01-17T20:48:24.354Z] bc24d06c8885: Layer already exists [2023-01-17T20:48:24.354Z] 77690dac799f: Layer already exists [2023-01-17T20:48:24.354Z] 1b6bc6fadb40: Layer already exists [2023-01-17T20:48:24.354Z] 40b9d152542b: Layer already exists [2023-01-17T20:48:24.354Z] 2ffde79630d0: Layer already exists [2023-01-17T20:48:24.354Z] 64eb63ac0e88: Layer already exists [2023-01-17T20:48:24.354Z] 2aad2c54da69: Layer already exists [2023-01-17T20:48:24.354Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:48:24.354Z] 36b7b14ef856: Layer already exists [2023-01-17T20:48:24.619Z] main: digest: sha256:e9f64090847a8b93894ce745b372ff442e479b0c511a2f78a93ec4ee054fec11 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:48:24.661Z] ===================================================== [Pipeline] echo [2023-01-17T20:48:24.668Z] taggedImages: [2023-01-17T20:48:24.668Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:48:24.668Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-01-17T20:48:24.668Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.21 [2023-01-17T20:48:24.668Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:48:24.668Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-01-17T20:48:24.687Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-01-17T20:48:24.687Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:48:24.687Z] latest [2023-01-17T20:48:24.687Z] 3.0.0-dev.21 [2023-01-17T20:48:24.687Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:48:24.687Z] main [2023-01-17T20:48:24.687Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:25.017Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:25.355Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:48:25.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-17T20:48:25.355Z] 8d2dc23286f0: Preparing [2023-01-17T20:48:25.355Z] 232a82420c25: Preparing [2023-01-17T20:48:25.355Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:48:25.355Z] 473790aa6132: Preparing [2023-01-17T20:48:25.355Z] 9833f26c6bda: Preparing [2023-01-17T20:48:25.355Z] 9833f26c6bda: Layer already exists [2023-01-17T20:48:25.625Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:48:25.625Z] 8d2dc23286f0: Pushed [2023-01-17T20:48:27.029Z] 473790aa6132: Pushed [2023-01-17T20:48:30.365Z] 232a82420c25: Pushed [2023-01-17T20:48:30.365Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:30bf4e3f7aa8bb6abb2fa592bfe65d32c4d8950e2c9a947befcdcd234e9bc238 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:30.976Z] + 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-01-17T20:48:31.311Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-17T20:48:31.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-17T20:48:31.311Z] 8d2dc23286f0: Preparing [2023-01-17T20:48:31.311Z] 232a82420c25: Preparing [2023-01-17T20:48:31.311Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:48:31.311Z] 473790aa6132: Preparing [2023-01-17T20:48:31.311Z] 9833f26c6bda: Preparing [2023-01-17T20:48:31.311Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:48:31.311Z] 9833f26c6bda: Layer already exists [2023-01-17T20:48:31.311Z] 8d2dc23286f0: Layer already exists [2023-01-17T20:48:31.311Z] 232a82420c25: Layer already exists [2023-01-17T20:48:31.311Z] 473790aa6132: Layer already exists [2023-01-17T20:48:31.577Z] latest: digest: sha256:30bf4e3f7aa8bb6abb2fa592bfe65d32c4d8950e2c9a947befcdcd234e9bc238 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:31.919Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:32.256Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.21 [2023-01-17T20:48:32.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-17T20:48:32.256Z] 8d2dc23286f0: Preparing [2023-01-17T20:48:32.256Z] 232a82420c25: Preparing [2023-01-17T20:48:32.256Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:48:32.256Z] 473790aa6132: Preparing [2023-01-17T20:48:32.256Z] 9833f26c6bda: Preparing [2023-01-17T20:48:32.256Z] 8d2dc23286f0: Layer already exists [2023-01-17T20:48:32.256Z] 9833f26c6bda: Layer already exists [2023-01-17T20:48:32.256Z] 232a82420c25: Layer already exists [2023-01-17T20:48:32.257Z] 473790aa6132: Layer already exists [2023-01-17T20:48:32.257Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:48:32.257Z] 3.0.0-dev.21: digest: sha256:30bf4e3f7aa8bb6abb2fa592bfe65d32c4d8950e2c9a947befcdcd234e9bc238 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:32.599Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:32.941Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:48:32.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-17T20:48:32.941Z] 8d2dc23286f0: Preparing [2023-01-17T20:48:32.941Z] 232a82420c25: Preparing [2023-01-17T20:48:32.941Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:48:32.941Z] 473790aa6132: Preparing [2023-01-17T20:48:32.941Z] 9833f26c6bda: Preparing [2023-01-17T20:48:32.941Z] 232a82420c25: Layer already exists [2023-01-17T20:48:32.941Z] 8d2dc23286f0: Layer already exists [2023-01-17T20:48:32.941Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:48:32.941Z] 473790aa6132: Layer already exists [2023-01-17T20:48:32.941Z] 9833f26c6bda: Layer already exists [2023-01-17T20:48:32.941Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:30bf4e3f7aa8bb6abb2fa592bfe65d32c4d8950e2c9a947befcdcd234e9bc238 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:33.549Z] + 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-01-17T20:48:33.878Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-01-17T20:48:33.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-01-17T20:48:33.878Z] 8d2dc23286f0: Preparing [2023-01-17T20:48:33.878Z] 232a82420c25: Preparing [2023-01-17T20:48:33.878Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:48:33.878Z] 473790aa6132: Preparing [2023-01-17T20:48:33.878Z] 9833f26c6bda: Preparing [2023-01-17T20:48:33.878Z] 8d2dc23286f0: Layer already exists [2023-01-17T20:48:33.878Z] 473790aa6132: Layer already exists [2023-01-17T20:48:33.878Z] 232a82420c25: Layer already exists [2023-01-17T20:48:33.878Z] 9833f26c6bda: Layer already exists [2023-01-17T20:48:33.878Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:48:33.878Z] main: digest: sha256:30bf4e3f7aa8bb6abb2fa592bfe65d32c4d8950e2c9a947befcdcd234e9bc238 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:48:34.198Z] ===================================================== [Pipeline] echo [2023-01-17T20:48:34.207Z] taggedImages: [2023-01-17T20:48:34.207Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:48:34.207Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-01-17T20:48:34.207Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.21 [2023-01-17T20:48:34.207Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:48:34.207Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-01-17T20:48:34.228Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-01-17T20:48:34.228Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:48:34.228Z] latest [2023-01-17T20:48:34.228Z] 3.0.0-dev.21 [2023-01-17T20:48:34.228Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:48:34.228Z] main [2023-01-17T20:48:34.228Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:34.568Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:34.906Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:48:34.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-17T20:48:34.906Z] 8b21d1c14a87: Preparing [2023-01-17T20:48:34.906Z] 7a5acece47c5: Preparing [2023-01-17T20:48:34.906Z] 83ae93ed6b33: Preparing [2023-01-17T20:48:34.906Z] 7e08474701be: Preparing [2023-01-17T20:48:34.906Z] 5a0580253994: Preparing [2023-01-17T20:48:34.906Z] 84e4696aa634: Preparing [2023-01-17T20:48:34.906Z] 9833f26c6bda: Preparing [2023-01-17T20:48:34.906Z] 84e4696aa634: Waiting [2023-01-17T20:48:34.906Z] 9833f26c6bda: Waiting [2023-01-17T20:48:35.172Z] 83ae93ed6b33: Pushed [2023-01-17T20:48:35.172Z] 8b21d1c14a87: Pushed [2023-01-17T20:48:35.172Z] 7a5acece47c5: Pushed [2023-01-17T20:48:35.172Z] 9833f26c6bda: Layer already exists [2023-01-17T20:48:36.126Z] 84e4696aa634: Pushed [2023-01-17T20:48:42.764Z] 5a0580253994: Pushed [2023-01-17T20:48:50.961Z] 7e08474701be: Pushed [2023-01-17T20:48:51.228Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:2742907b929415eeb725f07a16fba9b350372e8862c7c16d2f522b7821206f62 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:51.571Z] + 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-01-17T20:48:51.903Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-17T20:48:51.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-17T20:48:51.903Z] 8b21d1c14a87: Preparing [2023-01-17T20:48:51.903Z] 7a5acece47c5: Preparing [2023-01-17T20:48:51.903Z] 83ae93ed6b33: Preparing [2023-01-17T20:48:51.903Z] 7e08474701be: Preparing [2023-01-17T20:48:51.903Z] 5a0580253994: Preparing [2023-01-17T20:48:51.903Z] 84e4696aa634: Preparing [2023-01-17T20:48:51.903Z] 9833f26c6bda: Preparing [2023-01-17T20:48:51.903Z] 84e4696aa634: Waiting [2023-01-17T20:48:51.903Z] 9833f26c6bda: Waiting [2023-01-17T20:48:51.903Z] 5a0580253994: Layer already exists [2023-01-17T20:48:51.903Z] 7a5acece47c5: Layer already exists [2023-01-17T20:48:51.903Z] 8b21d1c14a87: Layer already exists [2023-01-17T20:48:51.903Z] 83ae93ed6b33: Layer already exists [2023-01-17T20:48:51.903Z] 7e08474701be: Layer already exists [2023-01-17T20:48:51.903Z] 84e4696aa634: Layer already exists [2023-01-17T20:48:51.903Z] 9833f26c6bda: Layer already exists [2023-01-17T20:48:52.169Z] latest: digest: sha256:2742907b929415eeb725f07a16fba9b350372e8862c7c16d2f522b7821206f62 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:52.511Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:52.850Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.21 [2023-01-17T20:48:52.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-17T20:48:52.850Z] 8b21d1c14a87: Preparing [2023-01-17T20:48:52.850Z] 7a5acece47c5: Preparing [2023-01-17T20:48:52.850Z] 83ae93ed6b33: Preparing [2023-01-17T20:48:52.850Z] 7e08474701be: Preparing [2023-01-17T20:48:52.850Z] 5a0580253994: Preparing [2023-01-17T20:48:52.850Z] 84e4696aa634: Preparing [2023-01-17T20:48:52.850Z] 9833f26c6bda: Preparing [2023-01-17T20:48:52.850Z] 84e4696aa634: Waiting [2023-01-17T20:48:52.850Z] 9833f26c6bda: Waiting [2023-01-17T20:48:52.850Z] 8b21d1c14a87: Layer already exists [2023-01-17T20:48:52.850Z] 5a0580253994: Layer already exists [2023-01-17T20:48:52.850Z] 7e08474701be: Layer already exists [2023-01-17T20:48:52.850Z] 83ae93ed6b33: Layer already exists [2023-01-17T20:48:52.850Z] 7a5acece47c5: Layer already exists [2023-01-17T20:48:52.850Z] 9833f26c6bda: Layer already exists [2023-01-17T20:48:52.850Z] 84e4696aa634: Layer already exists [2023-01-17T20:48:53.118Z] 3.0.0-dev.21: digest: sha256:2742907b929415eeb725f07a16fba9b350372e8862c7c16d2f522b7821206f62 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:53.462Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:53.796Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:48:53.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-17T20:48:53.796Z] 8b21d1c14a87: Preparing [2023-01-17T20:48:53.796Z] 7a5acece47c5: Preparing [2023-01-17T20:48:53.796Z] 83ae93ed6b33: Preparing [2023-01-17T20:48:53.796Z] 7e08474701be: Preparing [2023-01-17T20:48:53.796Z] 5a0580253994: Preparing [2023-01-17T20:48:53.796Z] 84e4696aa634: Preparing [2023-01-17T20:48:53.796Z] 9833f26c6bda: Preparing [2023-01-17T20:48:53.796Z] 84e4696aa634: Waiting [2023-01-17T20:48:53.796Z] 9833f26c6bda: Waiting [2023-01-17T20:48:53.796Z] 8b21d1c14a87: Layer already exists [2023-01-17T20:48:53.796Z] 83ae93ed6b33: Layer already exists [2023-01-17T20:48:53.796Z] 7a5acece47c5: Layer already exists [2023-01-17T20:48:53.796Z] 7e08474701be: Layer already exists [2023-01-17T20:48:53.796Z] 5a0580253994: Layer already exists [2023-01-17T20:48:53.796Z] 84e4696aa634: Layer already exists [2023-01-17T20:48:53.796Z] 9833f26c6bda: Layer already exists [2023-01-17T20:48:54.060Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:2742907b929415eeb725f07a16fba9b350372e8862c7c16d2f522b7821206f62 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:54.397Z] + 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-01-17T20:48:54.731Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-01-17T20:48:54.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-01-17T20:48:54.731Z] 8b21d1c14a87: Preparing [2023-01-17T20:48:54.731Z] 7a5acece47c5: Preparing [2023-01-17T20:48:54.731Z] 83ae93ed6b33: Preparing [2023-01-17T20:48:54.731Z] 7e08474701be: Preparing [2023-01-17T20:48:54.731Z] 5a0580253994: Preparing [2023-01-17T20:48:54.731Z] 84e4696aa634: Preparing [2023-01-17T20:48:54.731Z] 9833f26c6bda: Preparing [2023-01-17T20:48:54.731Z] 84e4696aa634: Waiting [2023-01-17T20:48:54.731Z] 9833f26c6bda: Waiting [2023-01-17T20:48:54.731Z] 7a5acece47c5: Layer already exists [2023-01-17T20:48:54.731Z] 7e08474701be: Layer already exists [2023-01-17T20:48:54.731Z] 5a0580253994: Layer already exists [2023-01-17T20:48:54.731Z] 83ae93ed6b33: Layer already exists [2023-01-17T20:48:54.731Z] 8b21d1c14a87: Layer already exists [2023-01-17T20:48:54.731Z] 9833f26c6bda: Layer already exists [2023-01-17T20:48:54.731Z] 84e4696aa634: Layer already exists [2023-01-17T20:48:54.996Z] main: digest: sha256:2742907b929415eeb725f07a16fba9b350372e8862c7c16d2f522b7821206f62 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:48:55.036Z] ===================================================== [Pipeline] echo [2023-01-17T20:48:55.041Z] taggedImages: [2023-01-17T20:48:55.041Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:48:55.041Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-01-17T20:48:55.041Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.21 [2023-01-17T20:48:55.041Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:48:55.041Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-01-17T20:48:55.055Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-01-17T20:48:55.056Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:48:55.056Z] latest [2023-01-17T20:48:55.056Z] 3.0.0-dev.21 [2023-01-17T20:48:55.056Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:48:55.056Z] main [2023-01-17T20:48:55.056Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:55.380Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:48:55.711Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:48:55.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-17T20:48:55.711Z] 71ba870ec186: Preparing [2023-01-17T20:48:55.711Z] 522e542f5dfe: Preparing [2023-01-17T20:48:55.711Z] 08b348126f89: Preparing [2023-01-17T20:48:55.711Z] d48970cbb19d: Preparing [2023-01-17T20:48:55.711Z] 89c1d81e587d: Preparing [2023-01-17T20:48:55.711Z] 9833f26c6bda: Preparing [2023-01-17T20:48:55.711Z] 9833f26c6bda: Waiting [2023-01-17T20:48:55.986Z] 71ba870ec186: Pushed [2023-01-17T20:48:55.986Z] 08b348126f89: Pushed [2023-01-17T20:48:55.986Z] 522e542f5dfe: Pushed [2023-01-17T20:48:55.986Z] 9833f26c6bda: Layer already exists [2023-01-17T20:48:56.565Z] 89c1d81e587d: Pushed [2023-01-17T20:49:11.535Z] d48970cbb19d: Pushed [2023-01-17T20:49:11.535Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:92d8f79d5c3c2386163b60c27716449eb37852afac66c27aa2c8280c61cad76e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:11.883Z] + 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-01-17T20:49:12.484Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-17T20:49:12.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-17T20:49:12.484Z] 71ba870ec186: Preparing [2023-01-17T20:49:12.484Z] 522e542f5dfe: Preparing [2023-01-17T20:49:12.484Z] 08b348126f89: Preparing [2023-01-17T20:49:12.484Z] d48970cbb19d: Preparing [2023-01-17T20:49:12.484Z] 89c1d81e587d: Preparing [2023-01-17T20:49:12.484Z] 9833f26c6bda: Preparing [2023-01-17T20:49:12.484Z] 9833f26c6bda: Waiting [2023-01-17T20:49:12.484Z] 89c1d81e587d: Layer already exists [2023-01-17T20:49:12.484Z] 08b348126f89: Layer already exists [2023-01-17T20:49:12.484Z] d48970cbb19d: Layer already exists [2023-01-17T20:49:12.484Z] 522e542f5dfe: Layer already exists [2023-01-17T20:49:12.484Z] 71ba870ec186: Layer already exists [2023-01-17T20:49:12.484Z] 9833f26c6bda: Layer already exists [2023-01-17T20:49:12.751Z] latest: digest: sha256:92d8f79d5c3c2386163b60c27716449eb37852afac66c27aa2c8280c61cad76e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:13.082Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:13.413Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.21 [2023-01-17T20:49:13.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-17T20:49:13.413Z] 71ba870ec186: Preparing [2023-01-17T20:49:13.413Z] 522e542f5dfe: Preparing [2023-01-17T20:49:13.413Z] 08b348126f89: Preparing [2023-01-17T20:49:13.413Z] d48970cbb19d: Preparing [2023-01-17T20:49:13.413Z] 89c1d81e587d: Preparing [2023-01-17T20:49:13.413Z] 9833f26c6bda: Preparing [2023-01-17T20:49:13.413Z] 9833f26c6bda: Waiting [2023-01-17T20:49:13.413Z] 08b348126f89: Layer already exists [2023-01-17T20:49:13.413Z] 71ba870ec186: Layer already exists [2023-01-17T20:49:13.413Z] 89c1d81e587d: Layer already exists [2023-01-17T20:49:13.413Z] d48970cbb19d: Layer already exists [2023-01-17T20:49:13.413Z] 522e542f5dfe: Layer already exists [2023-01-17T20:49:13.413Z] 9833f26c6bda: Layer already exists [2023-01-17T20:49:13.680Z] 3.0.0-dev.21: digest: sha256:92d8f79d5c3c2386163b60c27716449eb37852afac66c27aa2c8280c61cad76e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:14.027Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:14.358Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:49:14.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-17T20:49:14.358Z] 71ba870ec186: Preparing [2023-01-17T20:49:14.358Z] 522e542f5dfe: Preparing [2023-01-17T20:49:14.358Z] 08b348126f89: Preparing [2023-01-17T20:49:14.358Z] d48970cbb19d: Preparing [2023-01-17T20:49:14.358Z] 89c1d81e587d: Preparing [2023-01-17T20:49:14.358Z] 9833f26c6bda: Preparing [2023-01-17T20:49:14.358Z] 9833f26c6bda: Waiting [2023-01-17T20:49:14.358Z] 08b348126f89: Layer already exists [2023-01-17T20:49:14.358Z] 71ba870ec186: Layer already exists [2023-01-17T20:49:14.358Z] 522e542f5dfe: Layer already exists [2023-01-17T20:49:14.358Z] d48970cbb19d: Layer already exists [2023-01-17T20:49:14.358Z] 89c1d81e587d: Layer already exists [2023-01-17T20:49:14.358Z] 9833f26c6bda: Layer already exists [2023-01-17T20:49:14.623Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:92d8f79d5c3c2386163b60c27716449eb37852afac66c27aa2c8280c61cad76e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:14.957Z] + 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-01-17T20:49:15.292Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-01-17T20:49:15.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-01-17T20:49:15.292Z] 71ba870ec186: Preparing [2023-01-17T20:49:15.292Z] 522e542f5dfe: Preparing [2023-01-17T20:49:15.292Z] 08b348126f89: Preparing [2023-01-17T20:49:15.292Z] d48970cbb19d: Preparing [2023-01-17T20:49:15.292Z] 89c1d81e587d: Preparing [2023-01-17T20:49:15.292Z] 9833f26c6bda: Preparing [2023-01-17T20:49:15.292Z] 9833f26c6bda: Waiting [2023-01-17T20:49:15.292Z] 89c1d81e587d: Layer already exists [2023-01-17T20:49:15.292Z] 08b348126f89: Layer already exists [2023-01-17T20:49:15.292Z] 522e542f5dfe: Layer already exists [2023-01-17T20:49:15.292Z] d48970cbb19d: Layer already exists [2023-01-17T20:49:15.292Z] 71ba870ec186: Layer already exists [2023-01-17T20:49:15.292Z] 9833f26c6bda: Layer already exists [2023-01-17T20:49:15.558Z] main: digest: sha256:92d8f79d5c3c2386163b60c27716449eb37852afac66c27aa2c8280c61cad76e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:49:15.601Z] ===================================================== [Pipeline] echo [2023-01-17T20:49:15.609Z] taggedImages: [2023-01-17T20:49:15.609Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:49:15.609Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-01-17T20:49:15.609Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.21 [2023-01-17T20:49:15.609Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:49:15.609Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-01-17T20:49:15.624Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-01-17T20:49:15.624Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:49:15.624Z] latest [2023-01-17T20:49:15.624Z] 3.0.0-dev.21 [2023-01-17T20:49:15.624Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:49:15.624Z] main [2023-01-17T20:49:15.624Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:15.949Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:16.287Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:49:16.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-17T20:49:16.288Z] e6461c363a0b: Preparing [2023-01-17T20:49:16.288Z] 4b5e039786e8: Preparing [2023-01-17T20:49:16.288Z] 848645873145: Preparing [2023-01-17T20:49:16.288Z] 2fed1e50c6dd: Preparing [2023-01-17T20:49:16.288Z] 84e4696aa634: Preparing [2023-01-17T20:49:16.288Z] 9833f26c6bda: Preparing [2023-01-17T20:49:16.288Z] 9833f26c6bda: Waiting [2023-01-17T20:49:16.288Z] 84e4696aa634: Layer already exists [2023-01-17T20:49:16.553Z] 9833f26c6bda: Layer already exists [2023-01-17T20:49:16.553Z] 848645873145: Pushed [2023-01-17T20:49:16.553Z] 4b5e039786e8: Pushed [2023-01-17T20:49:16.553Z] e6461c363a0b: Pushed [2023-01-17T20:49:35.137Z] 2fed1e50c6dd: Pushed [2023-01-17T20:49:35.137Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:e674c7d68f2064c7834b9c3276923d17613ac04f0d6df1583c694ac408eb6aef size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:35.547Z] + 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-01-17T20:49:35.893Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-17T20:49:35.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-17T20:49:35.893Z] e6461c363a0b: Preparing [2023-01-17T20:49:35.893Z] 4b5e039786e8: Preparing [2023-01-17T20:49:35.893Z] 848645873145: Preparing [2023-01-17T20:49:35.893Z] 2fed1e50c6dd: Preparing [2023-01-17T20:49:35.893Z] 84e4696aa634: Preparing [2023-01-17T20:49:35.893Z] 9833f26c6bda: Preparing [2023-01-17T20:49:35.893Z] 9833f26c6bda: Waiting [2023-01-17T20:49:35.893Z] 84e4696aa634: Layer already exists [2023-01-17T20:49:35.893Z] e6461c363a0b: Layer already exists [2023-01-17T20:49:35.893Z] 2fed1e50c6dd: Layer already exists [2023-01-17T20:49:35.893Z] 848645873145: Layer already exists [2023-01-17T20:49:35.893Z] 4b5e039786e8: Layer already exists [2023-01-17T20:49:35.893Z] 9833f26c6bda: Layer already exists [2023-01-17T20:49:36.161Z] latest: digest: sha256:e674c7d68f2064c7834b9c3276923d17613ac04f0d6df1583c694ac408eb6aef size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:36.647Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:36.996Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.21 [2023-01-17T20:49:36.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-17T20:49:36.996Z] e6461c363a0b: Preparing [2023-01-17T20:49:36.996Z] 4b5e039786e8: Preparing [2023-01-17T20:49:36.996Z] 848645873145: Preparing [2023-01-17T20:49:36.996Z] 2fed1e50c6dd: Preparing [2023-01-17T20:49:36.996Z] 84e4696aa634: Preparing [2023-01-17T20:49:36.996Z] 9833f26c6bda: Preparing [2023-01-17T20:49:36.996Z] 9833f26c6bda: Waiting [2023-01-17T20:49:36.996Z] 4b5e039786e8: Layer already exists [2023-01-17T20:49:36.996Z] 84e4696aa634: Layer already exists [2023-01-17T20:49:36.996Z] e6461c363a0b: Layer already exists [2023-01-17T20:49:36.996Z] 848645873145: Layer already exists [2023-01-17T20:49:36.996Z] 2fed1e50c6dd: Layer already exists [2023-01-17T20:49:36.996Z] 9833f26c6bda: Layer already exists [2023-01-17T20:49:37.264Z] 3.0.0-dev.21: digest: sha256:e674c7d68f2064c7834b9c3276923d17613ac04f0d6df1583c694ac408eb6aef size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:37.599Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:37.928Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:49:37.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-17T20:49:37.928Z] e6461c363a0b: Preparing [2023-01-17T20:49:37.928Z] 4b5e039786e8: Preparing [2023-01-17T20:49:37.928Z] 848645873145: Preparing [2023-01-17T20:49:37.928Z] 2fed1e50c6dd: Preparing [2023-01-17T20:49:37.928Z] 84e4696aa634: Preparing [2023-01-17T20:49:37.928Z] 9833f26c6bda: Preparing [2023-01-17T20:49:37.928Z] 9833f26c6bda: Waiting [2023-01-17T20:49:37.928Z] 2fed1e50c6dd: Layer already exists [2023-01-17T20:49:37.928Z] e6461c363a0b: Layer already exists [2023-01-17T20:49:37.928Z] 848645873145: Layer already exists [2023-01-17T20:49:37.928Z] 4b5e039786e8: Layer already exists [2023-01-17T20:49:37.928Z] 84e4696aa634: Layer already exists [2023-01-17T20:49:37.928Z] 9833f26c6bda: Layer already exists [2023-01-17T20:49:38.192Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:e674c7d68f2064c7834b9c3276923d17613ac04f0d6df1583c694ac408eb6aef size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:38.532Z] + 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-01-17T20:49:38.859Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-01-17T20:49:38.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-01-17T20:49:38.859Z] e6461c363a0b: Preparing [2023-01-17T20:49:38.859Z] 4b5e039786e8: Preparing [2023-01-17T20:49:38.859Z] 848645873145: Preparing [2023-01-17T20:49:38.859Z] 2fed1e50c6dd: Preparing [2023-01-17T20:49:38.859Z] 84e4696aa634: Preparing [2023-01-17T20:49:38.859Z] 9833f26c6bda: Preparing [2023-01-17T20:49:38.859Z] 9833f26c6bda: Waiting [2023-01-17T20:49:38.859Z] e6461c363a0b: Layer already exists [2023-01-17T20:49:38.859Z] 84e4696aa634: Layer already exists [2023-01-17T20:49:38.859Z] 848645873145: Layer already exists [2023-01-17T20:49:38.859Z] 4b5e039786e8: Layer already exists [2023-01-17T20:49:38.859Z] 2fed1e50c6dd: Layer already exists [2023-01-17T20:49:38.859Z] 9833f26c6bda: Layer already exists [2023-01-17T20:49:39.124Z] main: digest: sha256:e674c7d68f2064c7834b9c3276923d17613ac04f0d6df1583c694ac408eb6aef size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:49:39.164Z] ===================================================== [Pipeline] echo [2023-01-17T20:49:39.170Z] taggedImages: [2023-01-17T20:49:39.170Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:49:39.170Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-01-17T20:49:39.170Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.21 [2023-01-17T20:49:39.170Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:49:39.170Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-01-17T20:49:39.186Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-01-17T20:49:39.186Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:49:39.186Z] latest [2023-01-17T20:49:39.186Z] 3.0.0-dev.21 [2023-01-17T20:49:39.186Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:49:39.186Z] main [2023-01-17T20:49:39.186Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:39.516Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:39.845Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:49:39.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-17T20:49:39.845Z] 2206da9d3969: Preparing [2023-01-17T20:49:39.845Z] 2a8bbed02526: Preparing [2023-01-17T20:49:39.845Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:49:39.845Z] 84b228298fea: Preparing [2023-01-17T20:49:39.845Z] 17bec77d7fdc: Preparing [2023-01-17T20:49:39.845Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:49:39.845Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:49:40.109Z] 2206da9d3969: Pushed [2023-01-17T20:49:40.373Z] 84b228298fea: Pushed [2023-01-17T20:49:45.698Z] 2a8bbed02526: Pushed [2023-01-17T20:49:45.698Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:b120e7ec0d5f72154f5de6c8c7f7a168a69e9ba96f9d0003284712fdf68b1ee2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:46.030Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:46.357Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-17T20:49:46.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-17T20:49:46.357Z] 2206da9d3969: Preparing [2023-01-17T20:49:46.357Z] 2a8bbed02526: Preparing [2023-01-17T20:49:46.357Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:49:46.357Z] 84b228298fea: Preparing [2023-01-17T20:49:46.357Z] 17bec77d7fdc: Preparing [2023-01-17T20:49:46.357Z] 2a8bbed02526: Layer already exists [2023-01-17T20:49:46.357Z] 84b228298fea: Layer already exists [2023-01-17T20:49:46.357Z] 2206da9d3969: Layer already exists [2023-01-17T20:49:46.357Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:49:46.357Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:49:46.622Z] latest: digest: sha256:b120e7ec0d5f72154f5de6c8c7f7a168a69e9ba96f9d0003284712fdf68b1ee2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:46.958Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:47.292Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.21 [2023-01-17T20:49:47.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-17T20:49:47.292Z] 2206da9d3969: Preparing [2023-01-17T20:49:47.292Z] 2a8bbed02526: Preparing [2023-01-17T20:49:47.292Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:49:47.292Z] 84b228298fea: Preparing [2023-01-17T20:49:47.292Z] 17bec77d7fdc: Preparing [2023-01-17T20:49:47.292Z] 2206da9d3969: Layer already exists [2023-01-17T20:49:47.292Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:49:47.292Z] 2a8bbed02526: Layer already exists [2023-01-17T20:49:47.292Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:49:47.292Z] 84b228298fea: Layer already exists [2023-01-17T20:49:47.292Z] 3.0.0-dev.21: digest: sha256:b120e7ec0d5f72154f5de6c8c7f7a168a69e9ba96f9d0003284712fdf68b1ee2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:47.630Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:47.953Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:49:47.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-17T20:49:47.953Z] 2206da9d3969: Preparing [2023-01-17T20:49:47.953Z] 2a8bbed02526: Preparing [2023-01-17T20:49:47.953Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:49:47.953Z] 84b228298fea: Preparing [2023-01-17T20:49:47.953Z] 17bec77d7fdc: Preparing [2023-01-17T20:49:47.953Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:49:47.953Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:49:47.953Z] 84b228298fea: Layer already exists [2023-01-17T20:49:47.953Z] 2206da9d3969: Layer already exists [2023-01-17T20:49:47.953Z] 2a8bbed02526: Layer already exists [2023-01-17T20:49:47.953Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:b120e7ec0d5f72154f5de6c8c7f7a168a69e9ba96f9d0003284712fdf68b1ee2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:48.280Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:48.606Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-01-17T20:49:48.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-01-17T20:49:48.606Z] 2206da9d3969: Preparing [2023-01-17T20:49:48.606Z] 2a8bbed02526: Preparing [2023-01-17T20:49:48.606Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:49:48.606Z] 84b228298fea: Preparing [2023-01-17T20:49:48.606Z] 17bec77d7fdc: Preparing [2023-01-17T20:49:48.606Z] 84b228298fea: Layer already exists [2023-01-17T20:49:48.606Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:49:48.606Z] 2206da9d3969: Layer already exists [2023-01-17T20:49:48.606Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:49:48.606Z] 2a8bbed02526: Layer already exists [2023-01-17T20:49:48.606Z] main: digest: sha256:b120e7ec0d5f72154f5de6c8c7f7a168a69e9ba96f9d0003284712fdf68b1ee2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:49:48.923Z] ===================================================== [Pipeline] echo [2023-01-17T20:49:48.929Z] taggedImages: [2023-01-17T20:49:48.929Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:49:48.929Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-01-17T20:49:48.929Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.21 [2023-01-17T20:49:48.929Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:49:48.929Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-01-17T20:49:48.943Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-01-17T20:49:48.944Z] 81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:49:48.944Z] latest [2023-01-17T20:49:48.944Z] 3.0.0-dev.21 [2023-01-17T20:49:48.944Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:49:48.944Z] main [2023-01-17T20:49:48.944Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:49.275Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:49.610Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:49:49.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-17T20:49:49.610Z] ef96f1a06c10: Preparing [2023-01-17T20:49:49.610Z] 0af8f230028a: Preparing [2023-01-17T20:49:49.610Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:49:49.610Z] 1894d2484ccc: Preparing [2023-01-17T20:49:49.610Z] 17bec77d7fdc: Preparing [2023-01-17T20:49:49.610Z] 1894d2484ccc: Layer already exists [2023-01-17T20:49:49.610Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:49:49.610Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:49:49.876Z] ef96f1a06c10: Pushed [2023-01-17T20:49:56.515Z] 0af8f230028a: Pushed [2023-01-17T20:49:56.515Z] 81801e3d83727a95447f456a5df1a63b0188c95d: digest: sha256:faeef14d1b202249ce0e34b6c06c31abafd5dcde490720546303aaae943b29a6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:56.847Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:57.178Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-17T20:49:57.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-17T20:49:57.178Z] ef96f1a06c10: Preparing [2023-01-17T20:49:57.178Z] 0af8f230028a: Preparing [2023-01-17T20:49:57.178Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:49:57.178Z] 1894d2484ccc: Preparing [2023-01-17T20:49:57.178Z] 17bec77d7fdc: Preparing [2023-01-17T20:49:57.178Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:49:57.178Z] ef96f1a06c10: Layer already exists [2023-01-17T20:49:57.178Z] 1894d2484ccc: Layer already exists [2023-01-17T20:49:57.178Z] 0af8f230028a: Layer already exists [2023-01-17T20:49:57.178Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:49:57.444Z] latest: digest: sha256:faeef14d1b202249ce0e34b6c06c31abafd5dcde490720546303aaae943b29a6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:57.782Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:58.114Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.21 [2023-01-17T20:49:58.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-17T20:49:58.114Z] ef96f1a06c10: Preparing [2023-01-17T20:49:58.114Z] 0af8f230028a: Preparing [2023-01-17T20:49:58.114Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:49:58.114Z] 1894d2484ccc: Preparing [2023-01-17T20:49:58.114Z] 17bec77d7fdc: Preparing [2023-01-17T20:49:58.114Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:49:58.114Z] 0af8f230028a: Layer already exists [2023-01-17T20:49:58.114Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:49:58.114Z] ef96f1a06c10: Layer already exists [2023-01-17T20:49:58.114Z] 1894d2484ccc: Layer already exists [2023-01-17T20:49:58.114Z] 3.0.0-dev.21: digest: sha256:faeef14d1b202249ce0e34b6c06c31abafd5dcde490720546303aaae943b29a6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:58.714Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:59.053Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:49:59.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-17T20:49:59.053Z] ef96f1a06c10: Preparing [2023-01-17T20:49:59.053Z] 0af8f230028a: Preparing [2023-01-17T20:49:59.053Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:49:59.053Z] 1894d2484ccc: Preparing [2023-01-17T20:49:59.053Z] 17bec77d7fdc: Preparing [2023-01-17T20:49:59.053Z] ef96f1a06c10: Layer already exists [2023-01-17T20:49:59.053Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:49:59.053Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:49:59.053Z] 1894d2484ccc: Layer already exists [2023-01-17T20:49:59.053Z] 0af8f230028a: Layer already exists [2023-01-17T20:49:59.053Z] 81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21: digest: sha256:faeef14d1b202249ce0e34b6c06c31abafd5dcde490720546303aaae943b29a6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:59.398Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:49:59.749Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-01-17T20:49:59.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-01-17T20:49:59.749Z] ef96f1a06c10: Preparing [2023-01-17T20:49:59.749Z] 0af8f230028a: Preparing [2023-01-17T20:49:59.749Z] 2bd38bc7b2b9: Preparing [2023-01-17T20:49:59.749Z] 1894d2484ccc: Preparing [2023-01-17T20:49:59.749Z] 17bec77d7fdc: Preparing [2023-01-17T20:49:59.749Z] 2bd38bc7b2b9: Layer already exists [2023-01-17T20:49:59.749Z] 0af8f230028a: Layer already exists [2023-01-17T20:49:59.749Z] ef96f1a06c10: Layer already exists [2023-01-17T20:49:59.749Z] 17bec77d7fdc: Layer already exists [2023-01-17T20:49:59.749Z] 1894d2484ccc: Layer already exists [2023-01-17T20:50:00.015Z] main: digest: sha256:faeef14d1b202249ce0e34b6c06c31abafd5dcde490720546303aaae943b29a6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-17T20:50:00.074Z] ===================================================== [Pipeline] echo [2023-01-17T20:50:00.081Z] taggedImages: [2023-01-17T20:50:00.081Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:81801e3d83727a95447f456a5df1a63b0188c95d [2023-01-17T20:50:00.081Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-01-17T20:50:00.081Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.21 [2023-01-17T20:50:00.081Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:81801e3d83727a95447f456a5df1a63b0188c95d-3.0.0-dev.21 [2023-01-17T20:50:00.081Z] - 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-01-17T20:50:00.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-17T20:50:00.446Z] [2023-01-17T20:50:00.446Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:50:00.777Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-17T20:50:01.046Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-17T20:50:01.046Z] 8998bd30e6a1: Pulling fs layer [2023-01-17T20:50:01.046Z] 04944245beec: Pulling fs layer [2023-01-17T20:50:01.046Z] 699f458cf7ca: Pulling fs layer [2023-01-17T20:50:01.046Z] 765212b225bb: Pulling fs layer [2023-01-17T20:50:01.046Z] f23df028b6ca: Pulling fs layer [2023-01-17T20:50:01.046Z] d65c8cfc05b1: Pulling fs layer [2023-01-17T20:50:01.046Z] 2437ff75d9bd: Pulling fs layer [2023-01-17T20:50:01.046Z] 765212b225bb: Waiting [2023-01-17T20:50:01.046Z] f23df028b6ca: Waiting [2023-01-17T20:50:01.046Z] d65c8cfc05b1: Waiting [2023-01-17T20:50:01.046Z] 2437ff75d9bd: Waiting [2023-01-17T20:50:01.046Z] 04944245beec: Verifying Checksum [2023-01-17T20:50:01.046Z] 04944245beec: Download complete [2023-01-17T20:50:01.046Z] 765212b225bb: Verifying Checksum [2023-01-17T20:50:01.046Z] 765212b225bb: Download complete [2023-01-17T20:50:01.046Z] f23df028b6ca: Verifying Checksum [2023-01-17T20:50:01.046Z] f23df028b6ca: Download complete [2023-01-17T20:50:01.046Z] d65c8cfc05b1: Verifying Checksum [2023-01-17T20:50:01.046Z] d65c8cfc05b1: Download complete [2023-01-17T20:50:01.313Z] 699f458cf7ca: Verifying Checksum [2023-01-17T20:50:01.313Z] 699f458cf7ca: Download complete [2023-01-17T20:50:01.899Z] 8998bd30e6a1: Verifying Checksum [2023-01-17T20:50:01.899Z] 8998bd30e6a1: Download complete [2023-01-17T20:50:04.477Z] 2437ff75d9bd: Verifying Checksum [2023-01-17T20:50:04.477Z] 2437ff75d9bd: Download complete [2023-01-17T20:50:05.877Z] 8998bd30e6a1: Pull complete [2023-01-17T20:50:06.455Z] 04944245beec: Pull complete [2023-01-17T20:50:07.853Z] 699f458cf7ca: Pull complete [2023-01-17T20:50:07.853Z] 765212b225bb: Pull complete [2023-01-17T20:50:08.435Z] f23df028b6ca: Pull complete [2023-01-17T20:50:08.700Z] d65c8cfc05b1: Pull complete [2023-01-17T20:50:20.983Z] 2437ff75d9bd: Pull complete [2023-01-17T20:50:20.983Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-17T20:50:20.983Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-17T20:50:20.983Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:50:21.444Z] prd-ubuntu20.04-docker-arm64-4c-16g-2792 does not seem to be running inside a container [2023-01-17T20:50:21.501Z] $ 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/375 -v /w/workspace/edgex-go/375:/w/workspace/edgex-go/375:rw,z -v /w/workspace/edgex-go/375@tmp:/w/workspace/edgex-go/375@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-01-17T20:50:24.325Z] $ docker top c4ca2fafd0106d847a19c97771cb7b9aecc1d3b78270be43b27c8f10ee723db6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:50:25.213Z] ---> job-cost.sh [2023-01-17T20:50:25.213Z] lf-activate-venv: SKIPPING [2023-01-17T20:50:25.213Z] INFO: No Stack... [2023-01-17T20:50:26.620Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-17T20:50:27.201Z] INFO: Archiving Costs [Pipeline] sh [2023-01-17T20:50:28.098Z] + cat /w/workspace/edgex-go/375/archives/cost.csv [2023-01-17T20:50:28.098Z] + cut -d, -f6 [Pipeline] lock [2023-01-17T20:50:28.135Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-375-stack-cost] [2023-01-17T20:50:28.142Z] Resource [jenkins-edgexfoundry-edgex-go-main-375-stack-cost] did not exist. Created. [2023-01-17T20:50:28.142Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-375-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-17T20:50:28.780Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-17T20:50:29.426Z] Stashed 1 file(s) [Pipeline] } [2023-01-17T20:50:29.433Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-375-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-17T20:50:29.448Z] $ docker stop --time=1 c4ca2fafd0106d847a19c97771cb7b9aecc1d3b78270be43b27c8f10ee723db6 [2023-01-17T20:50:30.948Z] $ docker rm -f --volumes c4ca2fafd0106d847a19c97771cb7b9aecc1d3b78270be43b27c8f10ee723db6 [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-01-17T20:50:31.360Z] provisioning config files... [2023-01-17T20:50:31.368Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/375@tmp/config7186795712536035713tmp [Pipeline] { [Pipeline] sh [2023-01-17T20:50:31.665Z] + set +x [2023-01-17T20:50:31.665Z] + curl -s https://codecov.io/bash [2023-01-17T20:50:31.665Z] + bash -s -- [2023-01-17T20:50:31.665Z] [2023-01-17T20:50:31.665Z] _____ _ [2023-01-17T20:50:31.665Z] / ____| | | [2023-01-17T20:50:31.665Z] | | ___ __| | ___ ___ _____ __ [2023-01-17T20:50:31.665Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-17T20:50:31.665Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-17T20:50:31.665Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-17T20:50:31.665Z] Bash-1.0.6 [2023-01-17T20:50:31.665Z] [2023-01-17T20:50:31.665Z] [2023-01-17T20:50:31.665Z] ==> git version 2.25.1 found [2023-01-17T20:50:31.665Z] ==> 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-01-17T20:50:31.665Z] Release-Date: 2020-01-08 [2023-01-17T20:50:31.665Z] 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-01-17T20:50:31.665Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-17T20:50:31.665Z] ==> Jenkins CI detected. [2023-01-17T20:50:31.665Z] current dir:  /w/workspace/edgex-go/375 [2023-01-17T20:50:31.665Z] project root: . [2023-01-17T20:50:31.665Z] --> token set from env [2023-01-17T20:50:31.665Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-17T20:50:31.665Z] ==> Running gcov in . (disable via -X gcov) [2023-01-17T20:50:31.925Z] ==> Python coveragepy not found [2023-01-17T20:50:31.925Z] ==> Searching for coverage reports in: [2023-01-17T20:50:31.925Z] + . [2023-01-17T20:50:31.925Z] -> Found 1 reports [2023-01-17T20:50:31.925Z] ==> Detecting git/mercurial file structure [2023-01-17T20:50:31.925Z] ==> Reading reports [2023-01-17T20:50:31.925Z] + ./coverage.out bytes=489579 [2023-01-17T20:50:31.925Z] ==> Appending adjustments [2023-01-17T20:50:31.925Z] https://docs.codecov.io/docs/fixing-reports [2023-01-17T20:50:33.313Z] + Found adjustments [2023-01-17T20:50:33.313Z] ==> Gzipping contents [2023-01-17T20:50:33.313Z] 64K /tmp/codecov.rl3uqa.gz [2023-01-17T20:50:33.313Z] ==> Uploading reports [2023-01-17T20:50:33.313Z] url: https://codecov.io [2023-01-17T20:50:33.313Z] query: branch=main&commit=81801e3d83727a95447f456a5df1a63b0188c95d&build=375&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F375%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-17T20:50:33.313Z] -> Pinging Codecov [2023-01-17T20:50:33.313Z] 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=81801e3d83727a95447f456a5df1a63b0188c95d&build=375&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F375%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-17T20:50:33.571Z] -> Uploading to [2023-01-17T20:50:33.571Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-17/00271124DB129430A58F1EEE437C3FCB/81801e3d83727a95447f456a5df1a63b0188c95d/cb153bbd-a970-4f53-8c29-155d1274fdca.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230117%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230117T205033Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ca0b8763760117dcc3a5714b59f4ec4ceb57a5fd5e6e1d9bfa2d0bfbaa171bfc [2023-01-17T20:50:33.571Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-17T20:50:33.571Z] Dload Upload Total Spent Left Speed [2023-01-17T20:50:33.830Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63346 0 0 100 63346 0 278k --:--:-- --:--:-- --:--:-- 277k 100 63346 0 0 100 63346 0 208k --:--:-- --:--:-- --:--:-- 207k [2023-01-17T20:50:33.830Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/81801e3d83727a95447f456a5df1a63b0188c95d [Pipeline] } [2023-01-17T20:50:33.837Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-01-17T20:50:34.086Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-17T20:50:34.096Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:50:34.388Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-17T20:50:34.388Z] [2023-01-17T20:50:34.388Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:50:34.688Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-17T20:50:34.688Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-17T20:50:34.688Z] df9b9388f04a: Pulling fs layer [2023-01-17T20:50:34.688Z] 52dc419b0ee2: Pulling fs layer [2023-01-17T20:50:34.688Z] 25bc292e5bac: Pulling fs layer [2023-01-17T20:50:34.688Z] 114826534d7a: Pulling fs layer [2023-01-17T20:50:34.688Z] 4657fd5d0bcf: Pulling fs layer [2023-01-17T20:50:34.688Z] 6ad1cebc031e: Pulling fs layer [2023-01-17T20:50:34.688Z] 8a3aa393b2d8: Pulling fs layer [2023-01-17T20:50:34.688Z] 114826534d7a: Waiting [2023-01-17T20:50:34.688Z] 4657fd5d0bcf: Waiting [2023-01-17T20:50:34.688Z] 6ad1cebc031e: Waiting [2023-01-17T20:50:34.688Z] 8a3aa393b2d8: Waiting [2023-01-17T20:50:34.688Z] 52dc419b0ee2: Verifying Checksum [2023-01-17T20:50:34.688Z] 52dc419b0ee2: Download complete [2023-01-17T20:50:34.688Z] 4657fd5d0bcf: Download complete [2023-01-17T20:50:34.688Z] df9b9388f04a: Download complete [2023-01-17T20:50:34.957Z] df9b9388f04a: Pull complete [2023-01-17T20:50:34.957Z] 52dc419b0ee2: Pull complete [2023-01-17T20:50:35.236Z] 6ad1cebc031e: Verifying Checksum [2023-01-17T20:50:35.236Z] 6ad1cebc031e: Download complete [2023-01-17T20:50:35.236Z] 25bc292e5bac: Pull complete [2023-01-17T20:50:36.272Z] 114826534d7a: Verifying Checksum [2023-01-17T20:50:36.272Z] 114826534d7a: Download complete [2023-01-17T20:50:36.530Z] 8a3aa393b2d8: Verifying Checksum [2023-01-17T20:50:36.530Z] 8a3aa393b2d8: Download complete [2023-01-17T20:50:40.846Z] 114826534d7a: Pull complete [2023-01-17T20:50:40.846Z] 4657fd5d0bcf: Pull complete [2023-01-17T20:50:40.846Z] 6ad1cebc031e: Pull complete [2023-01-17T20:50:45.028Z] 8a3aa393b2d8: Pull complete [2023-01-17T20:50:45.028Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-17T20:50:45.028Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-17T20:50:45.028Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:50:45.109Z] prd-ubuntu20.04-docker-8c-8g-2787 does not seem to be running inside a container [2023-01-17T20:50:45.166Z] $ 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/375 -v /w/workspace/edgex-go/375:/w/workspace/edgex-go/375:rw,z -v /w/workspace/edgex-go/375@tmp:/w/workspace/edgex-go/375@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-01-17T20:50:49.797Z] $ docker top 30eaedc1e8344325901fa4f8a2f3a95788c633687d101cf11667ec8fbdaf6ffc -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-17T20:50:49.845Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-01-17T20:50:50.127Z] + set -o pipefail [2023-01-17T20:50:50.127Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-01-17T20:50:55.444Z] [2023-01-17T20:50:55.444Z] Monitoring /w/workspace/edgex-go/375 (github.com/edgexfoundry/edgex-go)... [2023-01-17T20:50:55.444Z] [2023-01-17T20:50:55.444Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/13f7cdae-490e-4351-9669-7614369e0480 [2023-01-17T20:50:55.444Z] [2023-01-17T20:50:55.444Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-17T20:50:55.444Z] [2023-01-17T20:50:55.444Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-17T20:50:55.444Z] [2023-01-17T20:50:56.014Z] [2023-01-17T20:50:56.014Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-17T20:50:56.014Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-17T20:50:56.014Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-17T20:50:56.053Z] $ docker stop --time=1 30eaedc1e8344325901fa4f8a2f3a95788c633687d101cf11667ec8fbdaf6ffc [2023-01-17T20:51:00.586Z] $ docker rm -f --volumes 30eaedc1e8344325901fa4f8a2f3a95788c633687d101cf11667ec8fbdaf6ffc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-01-17T20:51:00.922Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-17T20:51:00.938Z] provisioning config files... [2023-01-17T20:51:00.945Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/375@tmp/config14696025151797890388tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:51:01.241Z] --> edgex-publish-swagger.sh [2023-01-17T20:51:01.241Z] === Publish openapi/v2 API === [2023-01-17T20:51:01.241Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-01-17T20:51:01.241Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/375/openapi/v2/core-command.yaml] [2023-01-17T20:51:01.241Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-17T20:51:01.241Z] Dload Upload Total Spent Left Speed [2023-01-17T20:51:02.301Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33880 100 38 100 33842 44 39259 --:--:-- --:--:-- --:--:-- 39258 100 33880 100 38 100 33842 44 39259 --:--:-- --:--:-- --:--:-- 39258 [2023-01-17T20:51:02.301Z] {"code":403,"message":"Access Denied"} [2023-01-17T20:51:02.301Z] [2023-01-17T20:51:02.301Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/375/openapi/v2/core-data.yaml] [2023-01-17T20:51:02.301Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-17T20:51:02.301Z] Dload Upload Total Spent Left Speed [2023-01-17T20:51:02.913Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71748 100 38 100 71710 44 83286 --:--:-- --:--:-- --:--:-- 83331 100 71748 100 38 100 71710 44 83286 --:--:-- --:--:-- --:--:-- 83234 [2023-01-17T20:51:02.913Z] {"code":403,"message":"Access Denied"} [2023-01-17T20:51:02.913Z] [2023-01-17T20:51:02.913Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/375/openapi/v2/core-metadata.yaml] [2023-01-17T20:51:02.913Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-17T20:51:02.913Z] Dload Upload Total Spent Left Speed [2023-01-17T20:51:03.919Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 38 100 144k 42 162k --:--:-- --:--:-- --:--:-- 162k 100 144k 100 38 100 144k 42 162k --:--:-- --:--:-- --:--:-- 162k [2023-01-17T20:51:03.919Z] {"code":403,"message":"Access Denied"} [2023-01-17T20:51:03.919Z] [2023-01-17T20:51:03.919Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/375/openapi/v2/support-notifications.yaml] [2023-01-17T20:51:03.919Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-17T20:51:03.919Z] Dload Upload Total Spent Left Speed [2023-01-17T20:51:04.500Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89347 100 38 100 89309 45 104k --:--:-- --:--:-- --:--:-- 104k 100 89347 100 38 100 89309 45 104k --:--:-- --:--:-- --:--:-- 104k [2023-01-17T20:51:04.758Z] {"code":403,"message":"Access Denied"} [2023-01-17T20:51:04.758Z] [2023-01-17T20:51:04.758Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/375/openapi/v2/support-scheduler.yaml] [2023-01-17T20:51:04.758Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-17T20:51:04.758Z] Dload Upload Total Spent Left Speed [2023-01-17T20:51:05.329Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39585 100 38 100 39547 49 51830 --:--:-- --:--:-- --:--:-- 51880 [2023-01-17T20:51:05.329Z] {"code":403,"message":"Access Denied"} [2023-01-17T20:51:05.329Z] [Pipeline] } [2023-01-17T20:51:05.337Z] 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-01-17T20:51:05.709Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-17T20:51:05.709Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:51:06.051Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-17T20:51:06.051Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:51:06.127Z] prd-ubuntu20.04-docker-8c-8g-2787 does not seem to be running inside a container [2023-01-17T20:51:06.188Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/375 -v /w/workspace/edgex-go/375:/w/workspace/edgex-go/375:rw,z -v /w/workspace/edgex-go/375@tmp:/w/workspace/edgex-go/375@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-01-17T20:51:06.615Z] $ docker top d8c67425186154c520f201b086ba7b2aa59c8f2f964f30040edc6c293ab4f67f -eo pid,comm [2023-01-17T20:51:06.641Z] 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-01-17T20:51:06.641Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-17T20:51:06.685Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-17T20:51:06.685Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-17T20:51:06.794Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-17T20:51:06.824Z] $ docker exec d8c67425186154c520f201b086ba7b2aa59c8f2f964f30040edc6c293ab4f67f ssh-agent [2023-01-17T20:51:06.919Z] SSH_AUTH_SOCK=/tmp/ssh-QH4EGR8kFgN2/agent.32 [2023-01-17T20:51:06.919Z] SSH_AGENT_PID=38 [2023-01-17T20:51:06.925Z] Running ssh-add (command line suppressed) [2023-01-17T20:51:07.064Z] Identity added: /w/workspace/edgex-go/375@tmp/private_key_9929036750757025192.key (/w/workspace/edgex-go/375@tmp/private_key_9929036750757025192.key) [2023-01-17T20:51:07.050Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-17T20:51:07.342Z] + git semver tag [2023-01-17T20:51:07.601Z] 2023-01-17 20:51:07,556 [run_tag] DEBUG tag force:False [2023-01-17T20:51:07.601Z] 2023-01-17 20:51:07,556 [check_head_tag] DEBUG check head tag [2023-01-17T20:51:07.601Z] 2023-01-17 20:51:07,558 [execute] INFO git cat-file --batch-check [2023-01-17T20:51:07.601Z] 2023-01-17 20:51:07,558 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/375, universal_newlines=False, shell=None, istream=) [2023-01-17T20:51:07.601Z] 2023-01-17 20:51:07,562 [execute] INFO git cat-file --batch [2023-01-17T20:51:07.601Z] 2023-01-17 20:51:07,562 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/375, universal_newlines=False, shell=None, istream=) [2023-01-17T20:51:07.601Z] 2023-01-17 20:51:07,602 [read_version] DEBUG read version from /w/workspace/edgex-go/375/.semver/main [2023-01-17T20:51:07.601Z] 2023-01-17 20:51:07,602 [execute] INFO git tag -a v3.0.0-dev.21 -m v3.0.0-dev.21 [2023-01-17T20:51:07.602Z] 2023-01-17 20:51:07,602 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.21', '-m', 'v3.0.0-dev.21'], cwd=/w/workspace/edgex-go/375, universal_newlines=False, shell=None, istream=None) [2023-01-17T20:51:07.602Z] 2023-01-17 20:51:07,607 [read_version] DEBUG read version from /w/workspace/edgex-go/375/.semver/main [2023-01-17T20:51:07.602Z] 3.0.0-dev.21 [Pipeline] } [2023-01-17T20:51:07.637Z] $ docker exec --env ******** --env ******** d8c67425186154c520f201b086ba7b2aa59c8f2f964f30040edc6c293ab4f67f ssh-agent -k [2023-01-17T20:51:07.726Z] unset SSH_AUTH_SOCK; [2023-01-17T20:51:07.727Z] unset SSH_AGENT_PID; [2023-01-17T20:51:07.727Z] echo Agent pid 38 killed; [2023-01-17T20:51:07.711Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-17T20:51:08.008Z] + git semver [Pipeline] } [2023-01-17T20:51:08.306Z] $ docker stop --time=1 d8c67425186154c520f201b086ba7b2aa59c8f2f964f30040edc6c293ab4f67f [2023-01-17T20:51:09.596Z] $ docker rm -f --volumes d8c67425186154c520f201b086ba7b2aa59c8f2f964f30040edc6c293ab4f67f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:51:09.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-17T20:51:09.934Z] [2023-01-17T20:51:09.934Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:51:10.231Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-17T20:51:10.231Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-17T20:51:10.231Z] ab5ef0e58194: Pulling fs layer [2023-01-17T20:51:10.231Z] 9712f1f96733: Pulling fs layer [2023-01-17T20:51:10.231Z] 63f879dbbcfc: Pulling fs layer [2023-01-17T20:51:10.231Z] 0d9ebad4ef96: Pulling fs layer [2023-01-17T20:51:10.231Z] e9a5061849ea: Pulling fs layer [2023-01-17T20:51:10.231Z] d747dcd14b5f: Pulling fs layer [2023-01-17T20:51:10.231Z] 2de7ff778b66: Pulling fs layer [2023-01-17T20:51:10.231Z] 0d9ebad4ef96: Waiting [2023-01-17T20:51:10.231Z] e9a5061849ea: Waiting [2023-01-17T20:51:10.231Z] d747dcd14b5f: Waiting [2023-01-17T20:51:10.231Z] 2de7ff778b66: Waiting [2023-01-17T20:51:10.231Z] 9712f1f96733: Verifying Checksum [2023-01-17T20:51:10.231Z] 9712f1f96733: Download complete [2023-01-17T20:51:11.281Z] 63f879dbbcfc: Verifying Checksum [2023-01-17T20:51:11.281Z] 63f879dbbcfc: Download complete [2023-01-17T20:51:11.550Z] e9a5061849ea: Verifying Checksum [2023-01-17T20:51:11.550Z] e9a5061849ea: Download complete [2023-01-17T20:51:11.550Z] d747dcd14b5f: Verifying Checksum [2023-01-17T20:51:11.550Z] d747dcd14b5f: Download complete [2023-01-17T20:51:11.550Z] ab5ef0e58194: Verifying Checksum [2023-01-17T20:51:11.550Z] ab5ef0e58194: Download complete [2023-01-17T20:51:11.550Z] 0d9ebad4ef96: Verifying Checksum [2023-01-17T20:51:11.550Z] 0d9ebad4ef96: Download complete [2023-01-17T20:51:11.808Z] 2de7ff778b66: Verifying Checksum [2023-01-17T20:51:11.808Z] 2de7ff778b66: Download complete [2023-01-17T20:51:14.335Z] ab5ef0e58194: Pull complete [2023-01-17T20:51:14.335Z] 9712f1f96733: Pull complete [2023-01-17T20:51:14.899Z] 63f879dbbcfc: Pull complete [2023-01-17T20:51:19.078Z] 0d9ebad4ef96: Pull complete [2023-01-17T20:51:19.078Z] e9a5061849ea: Pull complete [2023-01-17T20:51:19.078Z] d747dcd14b5f: Pull complete [2023-01-17T20:51:19.642Z] 2de7ff778b66: Pull complete [2023-01-17T20:51:19.642Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-17T20:51:19.642Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-17T20:51:19.642Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:51:19.721Z] prd-ubuntu20.04-docker-8c-8g-2787 does not seem to be running inside a container [2023-01-17T20:51:19.775Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/375 -v /w/workspace/edgex-go/375:/w/workspace/edgex-go/375:rw,z -v /w/workspace/edgex-go/375@tmp:/w/workspace/edgex-go/375@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-01-17T20:51:27.279Z] $ docker top 8978a9c9c78fab9274008d993212d49bcd38b3dd9c4934e0c6e0793c472f9e49 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-17T20:51:27.328Z] provisioning config files... [2023-01-17T20:51:27.334Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/375@tmp/config481962087131295061tmp [2023-01-17T20:51:27.342Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/375@tmp/config8222630425492081645tmp [2023-01-17T20:51:27.350Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/375@tmp/config8699203109843000711tmp [Pipeline] { [Pipeline] echo [2023-01-17T20:51:27.364Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:51:27.645Z] ---> sigul-configuration.sh [2023-01-17T20:51:27.645Z] gpg: directory `/root/.gnupg' created [2023-01-17T20:51:27.645Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-17T20:51:27.645Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-17T20:51:27.645Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-17T20:51:27.645Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-17T20:51:27.645Z] gpg: CAST5 encrypted data [2023-01-17T20:51:27.645Z] gpg: encrypted with 1 passphrase [2023-01-17T20:51:27.645Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-17T20:51:27.928Z] + mkdir /home/jenkins [2023-01-17T20:51:27.928Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-17T20:51:28.214Z] + 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-01-17T20:51:28.223Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:51:28.504Z] ---> sigul-install.sh [2023-01-17T20:51:28.504Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-17T20:51:28.788Z] + git tag --list [2023-01-17T20:51:28.788Z] 0.6.0 [2023-01-17T20:51:28.788Z] 0.6.1 [2023-01-17T20:51:28.788Z] 0.7.0 [2023-01-17T20:51:28.788Z] 0.7.1 [2023-01-17T20:51:28.788Z] v1.0.0 [2023-01-17T20:51:28.788Z] v1.0.1 [2023-01-17T20:51:28.788Z] v1.1.0 [2023-01-17T20:51:28.788Z] v1.2.0 [2023-01-17T20:51:28.788Z] v1.2.1 [2023-01-17T20:51:28.788Z] v1.3.0 [2023-01-17T20:51:28.788Z] v1.3.1 [2023-01-17T20:51:28.788Z] v2.0.0 [2023-01-17T20:51:28.788Z] v2.1.0 [2023-01-17T20:51:28.788Z] v2.1.1 [2023-01-17T20:51:28.788Z] v2.1.1-dev.1 [2023-01-17T20:51:28.788Z] v2.1.1-dev.2 [2023-01-17T20:51:28.788Z] v2.1.1-dev.3 [2023-01-17T20:51:28.788Z] v2.1.1-dev.4 [2023-01-17T20:51:28.788Z] v2.1.1-dev.5 [2023-01-17T20:51:28.788Z] v2.1.1-dev.6 [2023-01-17T20:51:28.788Z] v2.1.1-dev.7 [2023-01-17T20:51:28.788Z] v2.1.1-dev.8 [2023-01-17T20:51:28.788Z] v2.1.2-dev.1 [2023-01-17T20:51:28.788Z] v2.2.0 [2023-01-17T20:51:28.788Z] v2.2.1-dev.1 [2023-01-17T20:51:28.788Z] v2.2.1-dev.10 [2023-01-17T20:51:28.788Z] v2.2.1-dev.11 [2023-01-17T20:51:28.788Z] v2.2.1-dev.12 [2023-01-17T20:51:28.788Z] v2.2.1-dev.13 [2023-01-17T20:51:28.788Z] v2.2.1-dev.14 [2023-01-17T20:51:28.788Z] v2.2.1-dev.15 [2023-01-17T20:51:28.788Z] v2.2.1-dev.16 [2023-01-17T20:51:28.788Z] v2.2.1-dev.17 [2023-01-17T20:51:28.788Z] v2.2.1-dev.18 [2023-01-17T20:51:28.788Z] v2.2.1-dev.19 [2023-01-17T20:51:28.788Z] v2.2.1-dev.2 [2023-01-17T20:51:28.788Z] v2.2.1-dev.20 [2023-01-17T20:51:28.788Z] v2.2.1-dev.21 [2023-01-17T20:51:28.788Z] v2.2.1-dev.22 [2023-01-17T20:51:28.788Z] v2.2.1-dev.23 [2023-01-17T20:51:28.788Z] v2.2.1-dev.24 [2023-01-17T20:51:28.788Z] v2.2.1-dev.25 [2023-01-17T20:51:28.788Z] v2.2.1-dev.26 [2023-01-17T20:51:28.788Z] v2.2.1-dev.27 [2023-01-17T20:51:28.788Z] v2.2.1-dev.28 [2023-01-17T20:51:28.788Z] v2.2.1-dev.29 [2023-01-17T20:51:28.788Z] v2.2.1-dev.3 [2023-01-17T20:51:28.788Z] v2.2.1-dev.4 [2023-01-17T20:51:28.788Z] v2.2.1-dev.5 [2023-01-17T20:51:28.788Z] v2.2.1-dev.6 [2023-01-17T20:51:28.788Z] v2.2.1-dev.7 [2023-01-17T20:51:28.788Z] v2.2.1-dev.8 [2023-01-17T20:51:28.788Z] v2.2.1-dev.9 [2023-01-17T20:51:28.788Z] v2.3.0 [2023-01-17T20:51:28.788Z] v2.3.0-dev.100 [2023-01-17T20:51:28.788Z] v2.3.0-dev.101 [2023-01-17T20:51:28.788Z] v2.3.0-dev.102 [2023-01-17T20:51:28.788Z] v2.3.0-dev.103 [2023-01-17T20:51:28.788Z] v2.3.0-dev.104 [2023-01-17T20:51:28.788Z] v2.3.0-dev.105 [2023-01-17T20:51:28.788Z] v2.3.0-dev.106 [2023-01-17T20:51:28.788Z] v2.3.0-dev.29 [2023-01-17T20:51:28.788Z] v2.3.0-dev.30 [2023-01-17T20:51:28.788Z] v2.3.0-dev.31 [2023-01-17T20:51:28.788Z] v2.3.0-dev.32 [2023-01-17T20:51:28.788Z] v2.3.0-dev.33 [2023-01-17T20:51:28.788Z] v2.3.0-dev.34 [2023-01-17T20:51:28.788Z] v2.3.0-dev.35 [2023-01-17T20:51:28.788Z] v2.3.0-dev.36 [2023-01-17T20:51:28.788Z] v2.3.0-dev.37 [2023-01-17T20:51:28.788Z] v2.3.0-dev.38 [2023-01-17T20:51:28.788Z] v2.3.0-dev.39 [2023-01-17T20:51:28.788Z] v2.3.0-dev.40 [2023-01-17T20:51:28.788Z] v2.3.0-dev.41 [2023-01-17T20:51:28.788Z] v2.3.0-dev.42 [2023-01-17T20:51:28.789Z] v2.3.0-dev.43 [2023-01-17T20:51:28.789Z] v2.3.0-dev.44 [2023-01-17T20:51:28.789Z] v2.3.0-dev.45 [2023-01-17T20:51:28.789Z] v2.3.0-dev.46 [2023-01-17T20:51:28.789Z] v2.3.0-dev.47 [2023-01-17T20:51:28.789Z] v2.3.0-dev.48 [2023-01-17T20:51:28.789Z] v2.3.0-dev.49 [2023-01-17T20:51:28.789Z] v2.3.0-dev.50 [2023-01-17T20:51:28.789Z] v2.3.0-dev.51 [2023-01-17T20:51:28.789Z] v2.3.0-dev.52 [2023-01-17T20:51:28.789Z] v2.3.0-dev.53 [2023-01-17T20:51:28.789Z] v2.3.0-dev.54 [2023-01-17T20:51:28.789Z] v2.3.0-dev.55 [2023-01-17T20:51:28.789Z] v2.3.0-dev.56 [2023-01-17T20:51:28.789Z] v2.3.0-dev.57 [2023-01-17T20:51:28.789Z] v2.3.0-dev.58 [2023-01-17T20:51:28.789Z] v2.3.0-dev.59 [2023-01-17T20:51:28.789Z] v2.3.0-dev.60 [2023-01-17T20:51:28.789Z] v2.3.0-dev.61 [2023-01-17T20:51:28.789Z] v2.3.0-dev.62 [2023-01-17T20:51:28.789Z] v2.3.0-dev.63 [2023-01-17T20:51:28.789Z] v2.3.0-dev.64 [2023-01-17T20:51:28.789Z] v2.3.0-dev.65 [2023-01-17T20:51:28.789Z] v2.3.0-dev.66 [2023-01-17T20:51:28.789Z] v2.3.0-dev.67 [2023-01-17T20:51:28.789Z] v2.3.0-dev.68 [2023-01-17T20:51:28.789Z] v2.3.0-dev.69 [2023-01-17T20:51:28.789Z] v2.3.0-dev.70 [2023-01-17T20:51:28.789Z] v2.3.0-dev.71 [2023-01-17T20:51:28.789Z] v2.3.0-dev.72 [2023-01-17T20:51:28.789Z] v2.3.0-dev.73 [2023-01-17T20:51:28.789Z] v2.3.0-dev.74 [2023-01-17T20:51:28.789Z] v2.3.0-dev.75 [2023-01-17T20:51:28.789Z] v2.3.0-dev.76 [2023-01-17T20:51:28.789Z] v2.3.0-dev.77 [2023-01-17T20:51:28.789Z] v2.3.0-dev.78 [2023-01-17T20:51:28.789Z] v2.3.0-dev.79 [2023-01-17T20:51:28.789Z] v2.3.0-dev.80 [2023-01-17T20:51:28.789Z] v2.3.0-dev.81 [2023-01-17T20:51:28.789Z] v2.3.0-dev.82 [2023-01-17T20:51:28.789Z] v2.3.0-dev.83 [2023-01-17T20:51:28.789Z] v2.3.0-dev.84 [2023-01-17T20:51:28.789Z] v2.3.0-dev.85 [2023-01-17T20:51:28.789Z] v2.3.0-dev.86 [2023-01-17T20:51:28.789Z] v2.3.0-dev.87 [2023-01-17T20:51:28.789Z] v2.3.0-dev.88 [2023-01-17T20:51:28.789Z] v2.3.0-dev.89 [2023-01-17T20:51:28.789Z] v2.3.0-dev.90 [2023-01-17T20:51:28.789Z] v2.3.0-dev.91 [2023-01-17T20:51:28.789Z] v2.3.0-dev.92 [2023-01-17T20:51:28.789Z] v2.3.0-dev.93 [2023-01-17T20:51:28.789Z] v2.3.0-dev.94 [2023-01-17T20:51:28.789Z] v2.3.0-dev.95 [2023-01-17T20:51:28.789Z] v2.3.0-dev.96 [2023-01-17T20:51:28.789Z] v2.3.0-dev.97 [2023-01-17T20:51:28.789Z] v2.3.0-dev.98 [2023-01-17T20:51:28.789Z] v2.3.0-dev.99 [2023-01-17T20:51:28.789Z] v2.3.1-dev.1 [2023-01-17T20:51:28.789Z] v2.3.1-dev.2 [2023-01-17T20:51:28.789Z] v2.3.1-dev.3 [2023-01-17T20:51:28.789Z] v2.3.1-dev.4 [2023-01-17T20:51:28.789Z] v2.3.1-dev.5 [2023-01-17T20:51:28.789Z] v3.0.0-dev.1 [2023-01-17T20:51:28.789Z] v3.0.0-dev.10 [2023-01-17T20:51:28.789Z] v3.0.0-dev.11 [2023-01-17T20:51:28.789Z] v3.0.0-dev.12 [2023-01-17T20:51:28.789Z] v3.0.0-dev.13 [2023-01-17T20:51:28.789Z] v3.0.0-dev.14 [2023-01-17T20:51:28.789Z] v3.0.0-dev.15 [2023-01-17T20:51:28.789Z] v3.0.0-dev.16 [2023-01-17T20:51:28.789Z] v3.0.0-dev.17 [2023-01-17T20:51:28.789Z] v3.0.0-dev.18 [2023-01-17T20:51:28.789Z] v3.0.0-dev.19 [2023-01-17T20:51:28.789Z] v3.0.0-dev.2 [2023-01-17T20:51:28.789Z] v3.0.0-dev.20 [2023-01-17T20:51:28.789Z] v3.0.0-dev.21 [2023-01-17T20:51:28.789Z] v3.0.0-dev.3 [2023-01-17T20:51:28.789Z] v3.0.0-dev.4 [2023-01-17T20:51:28.789Z] v3.0.0-dev.5 [2023-01-17T20:51:28.789Z] v3.0.0-dev.6 [2023-01-17T20:51:28.789Z] v3.0.0-dev.7 [2023-01-17T20:51:28.789Z] v3.0.0-dev.8 [2023-01-17T20:51:28.789Z] v3.0.0-dev.9 [Pipeline] sh [2023-01-17T20:51:29.073Z] + lftools sign git-tag v3.0.0-dev.21 [2023-01-17T20:51:29.642Z] Signing Git tag with Sigul... [2023-01-17T20:51:29.642Z] Signing v3.0.0-dev.21 [Pipeline] echo [2023-01-17T20:51:30.219Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:51:30.504Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-17T20:51:30.512Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-17T20:51:30.560Z] $ docker stop --time=1 8978a9c9c78fab9274008d993212d49bcd38b3dd9c4934e0c6e0793c472f9e49 [2023-01-17T20:51:31.862Z] $ docker rm -f --volumes 8978a9c9c78fab9274008d993212d49bcd38b3dd9c4934e0c6e0793c472f9e49 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-17T20:51:32.241Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-17T20:51:32.241Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:51:32.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-17T20:51:32.541Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:51:32.611Z] prd-ubuntu20.04-docker-8c-8g-2787 does not seem to be running inside a container [2023-01-17T20:51:32.670Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/375 -v /w/workspace/edgex-go/375:/w/workspace/edgex-go/375:rw,z -v /w/workspace/edgex-go/375@tmp:/w/workspace/edgex-go/375@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-01-17T20:51:33.019Z] $ docker top 6c58144010ac19b75f24c94ed741237a69cf46223991118812559137bdf7c398 -eo pid,comm [2023-01-17T20:51:33.043Z] 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-01-17T20:51:33.043Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-17T20:51:33.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-17T20:51:33.083Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-17T20:51:33.198Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-17T20:51:33.228Z] $ docker exec 6c58144010ac19b75f24c94ed741237a69cf46223991118812559137bdf7c398 ssh-agent [2023-01-17T20:51:33.311Z] SSH_AUTH_SOCK=/tmp/ssh-eWTGQmiCoeOZ/agent.32 [2023-01-17T20:51:33.311Z] SSH_AGENT_PID=38 [2023-01-17T20:51:33.316Z] Running ssh-add (command line suppressed) [2023-01-17T20:51:33.448Z] Identity added: /w/workspace/edgex-go/375@tmp/private_key_3160756626199134164.key (/w/workspace/edgex-go/375@tmp/private_key_3160756626199134164.key) [2023-01-17T20:51:33.433Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-17T20:51:33.726Z] + git semver bump pre [2023-01-17T20:51:33.984Z] 2023-01-17 20:51:33,931 [read_version] DEBUG read version from /w/workspace/edgex-go/375/.semver/main [2023-01-17T20:51:33.984Z] 2023-01-17 20:51:33,932 [bump_version] DEBUG bumping version:3.0.0-dev.21 on axis:pre with prefix:dev [2023-01-17T20:51:33.984Z] 2023-01-17 20:51:33,932 [bump_version] DEBUG bumped version:3.0.0-dev.22 [2023-01-17T20:51:33.984Z] 2023-01-17 20:51:33,932 [write_version] DEBUG write version:3.0.0-dev.22 to path:/w/workspace/edgex-go/375/.semver/main with force:True [2023-01-17T20:51:33.984Z] 2023-01-17 20:51:33,932 [read_version] DEBUG read version from /w/workspace/edgex-go/375/.semver/main [2023-01-17T20:51:33.984Z] 2023-01-17 20:51:33,932 [write_file] DEBUG write to file:/w/workspace/edgex-go/375/.semver/main [2023-01-17T20:51:33.984Z] 2023-01-17 20:51:33,934 [execute] INFO git cat-file --batch-check [2023-01-17T20:51:33.984Z] 2023-01-17 20:51:33,934 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/375/.semver, universal_newlines=False, shell=None, istream=) [2023-01-17T20:51:33.984Z] 2023-01-17 20:51:33,940 [execute] INFO git cat-file --batch [2023-01-17T20:51:33.984Z] 2023-01-17 20:51:33,940 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/375/.semver, universal_newlines=False, shell=None, istream=) [2023-01-17T20:51:33.984Z] 2023-01-17 20:51:33,945 [read_version] DEBUG read version from /w/workspace/edgex-go/375/.semver/main [2023-01-17T20:51:33.984Z] 3.0.0-dev.22 [Pipeline] } [2023-01-17T20:51:34.021Z] $ docker exec --env ******** --env ******** 6c58144010ac19b75f24c94ed741237a69cf46223991118812559137bdf7c398 ssh-agent -k [2023-01-17T20:51:34.120Z] unset SSH_AUTH_SOCK; [2023-01-17T20:51:34.120Z] unset SSH_AGENT_PID; [2023-01-17T20:51:34.120Z] echo Agent pid 38 killed; [2023-01-17T20:51:34.102Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-17T20:51:34.406Z] + git semver [Pipeline] } [2023-01-17T20:51:34.710Z] $ docker stop --time=1 6c58144010ac19b75f24c94ed741237a69cf46223991118812559137bdf7c398 [2023-01-17T20:51:35.997Z] $ docker rm -f --volumes 6c58144010ac19b75f24c94ed741237a69cf46223991118812559137bdf7c398 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-17T20:51:36.307Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-17T20:51:36.307Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:51:36.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-17T20:51:36.611Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:51:36.680Z] prd-ubuntu20.04-docker-8c-8g-2787 does not seem to be running inside a container [2023-01-17T20:51:36.738Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/375 -v /w/workspace/edgex-go/375:/w/workspace/edgex-go/375:rw,z -v /w/workspace/edgex-go/375@tmp:/w/workspace/edgex-go/375@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-01-17T20:51:37.091Z] $ docker top 899f3cea9b586b2b12081204fa7ca61f7957ae41e81574a354b24eeae91f3535 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-17T20:51:37.145Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-17T20:51:37.145Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-17T20:51:37.262Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-17T20:51:37.293Z] $ docker exec 899f3cea9b586b2b12081204fa7ca61f7957ae41e81574a354b24eeae91f3535 ssh-agent [2023-01-17T20:51:37.375Z] SSH_AUTH_SOCK=/tmp/ssh-t4g5ddDLM1X1/agent.33 [2023-01-17T20:51:37.375Z] SSH_AGENT_PID=40 [2023-01-17T20:51:37.380Z] Running ssh-add (command line suppressed) [2023-01-17T20:51:37.515Z] Identity added: /w/workspace/edgex-go/375@tmp/private_key_11029232904595355412.key (/w/workspace/edgex-go/375@tmp/private_key_11029232904595355412.key) [2023-01-17T20:51:37.499Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-17T20:51:37.785Z] + git semver push [2023-01-17T20:51:38.044Z] 2023-01-17 20:51:38,016 [run_push] DEBUG push [2023-01-17T20:51:38.044Z] 2023-01-17 20:51:38,017 [execute] INFO git cat-file --batch-check [2023-01-17T20:51:38.044Z] 2023-01-17 20:51:38,017 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/375/.semver, universal_newlines=False, shell=None, istream=) [2023-01-17T20:51:38.044Z] 2023-01-17 20:51:38,022 [execute] INFO git rev-list 7eba19b57c278855ba60c8f03bc251f6bcfbce59 -- [2023-01-17T20:51:38.044Z] 2023-01-17 20:51:38,023 [execute] DEBUG Popen(['git', 'rev-list', '7eba19b57c278855ba60c8f03bc251f6bcfbce59', '--'], cwd=/w/workspace/edgex-go/375/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-17T20:51:38.044Z] 2023-01-17 20:51:38,038 [execute] INFO git fetch -v origin [2023-01-17T20:51:38.044Z] 2023-01-17 20:51:38,039 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/375/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-17T20:51:38.610Z] 2023-01-17 20:51:38,520 [run_push] DEBUG no remote changes detected [2023-01-17T20:51:38.610Z] 2023-01-17 20:51:38,521 [execute] INFO git push origin semver [2023-01-17T20:51:38.610Z] 2023-01-17 20:51:38,521 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/375/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-17T20:51:39.545Z] 2023-01-17 20:51:39,358 [run_push] DEBUG push all version tags [2023-01-17T20:51:39.545Z] 2023-01-17 20:51:39,358 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-17T20:51:39.545Z] 2023-01-17 20:51:39,359 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/375, universal_newlines=False, shell=None, istream=None) [2023-01-17T20:51:40.479Z] 2023-01-17 20:51:40,322 [read_version] DEBUG read version from /w/workspace/edgex-go/375/.semver/main [2023-01-17T20:51:40.479Z] 3.0.0-dev.22 [Pipeline] } [2023-01-17T20:51:40.518Z] $ docker exec --env ******** --env ******** 899f3cea9b586b2b12081204fa7ca61f7957ae41e81574a354b24eeae91f3535 ssh-agent -k [2023-01-17T20:51:40.614Z] unset SSH_AUTH_SOCK; [2023-01-17T20:51:40.614Z] unset SSH_AGENT_PID; [2023-01-17T20:51:40.614Z] echo Agent pid 40 killed; [2023-01-17T20:51:40.598Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-17T20:51:40.901Z] + git semver [Pipeline] } [2023-01-17T20:51:41.200Z] $ docker stop --time=1 899f3cea9b586b2b12081204fa7ca61f7957ae41e81574a354b24eeae91f3535 [2023-01-17T20:51:42.525Z] $ docker rm -f --volumes 899f3cea9b586b2b12081204fa7ca61f7957ae41e81574a354b24eeae91f3535 [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-01-17T20:51:43.024Z] + [ -d /w/workspace/edgex-go/375/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:51:43.323Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:51:44.179Z] ---> package-listing.sh [2023-01-17T20:51:44.179Z] ++ facter osfamily [2023-01-17T20:51:44.179Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-17T20:51:44.438Z] + OS_FAMILY=debian [2023-01-17T20:51:44.438Z] + workspace=/w/workspace/edgex-go/375 [2023-01-17T20:51:44.438Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-17T20:51:44.438Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-17T20:51:44.438Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-17T20:51:44.438Z] + PACKAGES=/tmp/packages_start.txt [2023-01-17T20:51:44.438Z] + '[' /w/workspace/edgex-go/375 ']' [2023-01-17T20:51:44.438Z] + PACKAGES=/tmp/packages_end.txt [2023-01-17T20:51:44.438Z] + case "${OS_FAMILY}" in [2023-01-17T20:51:44.438Z] + dpkg -l [2023-01-17T20:51:44.438Z] + grep '^ii' [2023-01-17T20:51:44.438Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-17T20:51:44.438Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-17T20:51:44.438Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-17T20:51:44.438Z] + '[' /w/workspace/edgex-go/375 ']' [2023-01-17T20:51:44.438Z] + mkdir -p /w/workspace/edgex-go/375/archives/ [2023-01-17T20:51:44.438Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/375/archives/ [Pipeline] echo [2023-01-17T20:51:44.448Z] 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/375/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-17T20:51:44.724Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:51:45.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-17T20:51:45.277Z] [2023-01-17T20:51:45.277Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T20:51:45.572Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-17T20:51:45.572Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-17T20:51:45.572Z] 5eb5b503b376: Pulling fs layer [2023-01-17T20:51:45.572Z] 5c69ac0246d0: Pulling fs layer [2023-01-17T20:51:45.572Z] ec43610c2a17: Pulling fs layer [2023-01-17T20:51:45.572Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-17T20:51:45.572Z] 33b1e0a273af: Pulling fs layer [2023-01-17T20:51:45.572Z] 5d3b04190fa2: Pulling fs layer [2023-01-17T20:51:45.572Z] 2f39f015ded8: Pulling fs layer [2023-01-17T20:51:45.572Z] 3a2ae6a8a46f: Waiting [2023-01-17T20:51:45.572Z] 5d3b04190fa2: Waiting [2023-01-17T20:51:45.572Z] 33b1e0a273af: Waiting [2023-01-17T20:51:45.572Z] 2f39f015ded8: Waiting [2023-01-17T20:51:45.572Z] 5c69ac0246d0: Download complete [2023-01-17T20:51:45.572Z] 3a2ae6a8a46f: Download complete [2023-01-17T20:51:45.833Z] 33b1e0a273af: Verifying Checksum [2023-01-17T20:51:45.833Z] 33b1e0a273af: Download complete [2023-01-17T20:51:45.833Z] 5d3b04190fa2: Verifying Checksum [2023-01-17T20:51:45.833Z] 5d3b04190fa2: Download complete [2023-01-17T20:51:45.833Z] ec43610c2a17: Verifying Checksum [2023-01-17T20:51:45.833Z] ec43610c2a17: Download complete [2023-01-17T20:51:46.093Z] 5eb5b503b376: Verifying Checksum [2023-01-17T20:51:46.093Z] 5eb5b503b376: Download complete [2023-01-17T20:51:46.659Z] 2f39f015ded8: Download complete [2023-01-17T20:51:47.225Z] 5eb5b503b376: Pull complete [2023-01-17T20:51:47.225Z] 5c69ac0246d0: Pull complete [2023-01-17T20:51:47.790Z] ec43610c2a17: Pull complete [2023-01-17T20:51:47.790Z] 3a2ae6a8a46f: Pull complete [2023-01-17T20:51:48.050Z] 33b1e0a273af: Pull complete [2023-01-17T20:51:48.307Z] 5d3b04190fa2: Pull complete [2023-01-17T20:51:52.486Z] 2f39f015ded8: Pull complete [2023-01-17T20:51:52.486Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-17T20:51:52.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-17T20:51:52.486Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T20:51:52.569Z] prd-ubuntu20.04-docker-8c-8g-2787 does not seem to be running inside a container [2023-01-17T20:51:52.626Z] $ 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/375/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/375 -v /w/workspace/edgex-go/375:/w/workspace/edgex-go/375:rw,z -v /w/workspace/edgex-go/375@tmp:/w/workspace/edgex-go/375@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-01-17T20:51:59.013Z] $ docker top f0466bebf51c7d0e0f7c1a9266675ca4b5b968fda7550c7485ac8ab8265f3a6e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T20:51:59.321Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-17T20:51:59.607Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-17T20:51:59.891Z] + ls /var/log/sa-host [2023-01-17T20:51:59.891Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-17T20:52:00.056Z] provisioning config files... [2023-01-17T20:52:00.065Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/375@tmp/config9678202397826449489tmp [Pipeline] { [Pipeline] echo [2023-01-17T20:52:00.078Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:52:00.360Z] ---> create-netrc.sh [Pipeline] } [2023-01-17T20:52:00.367Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:52:00.689Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-17T20:52:00.698Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:52:00.983Z] ---> sudo-logs.sh [2023-01-17T20:52:00.983Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-17T20:52:01.007Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:52:01.291Z] ---> job-cost.sh [2023-01-17T20:52:01.291Z] lf-activate-venv: SKIPPING [2023-01-17T20:52:01.291Z] DEBUG: total: 0.10999999940395355 [2023-01-17T20:52:01.291Z] INFO: Retrieving Stack Cost... [2023-01-17T20:52:01.860Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-17T20:52:02.120Z] INFO: Archiving Costs [Pipeline] echo [2023-01-17T20:52:02.132Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T20:52:02.417Z] ---> logs-deploy.sh [2023-01-17T20:52:02.417Z] lf-activate-venv: SKIPPING [2023-01-17T20:52:02.417Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/375 [2023-01-17T20:52:02.417Z] INFO: archiving workspace using pattern(s): [2023-01-17T20:52:03.355Z] Archives upload complete. [2023-01-17T20:52:03.615Z] INFO: archiving logs to Nexus [2023-01-17T20:52:04.186Z] ---> uname -a: [2023-01-17T20:52:04.186Z] Linux prd-ubuntu20-04-docker-8c-8g-2787 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-01-17T20:52:04.186Z] [2023-01-17T20:52:04.186Z] [2023-01-17T20:52:04.186Z] ---> lscpu: [2023-01-17T20:52:04.186Z] Architecture: x86_64 [2023-01-17T20:52:04.186Z] CPU op-mode(s): 32-bit, 64-bit [2023-01-17T20:52:04.186Z] Byte Order: Little Endian [2023-01-17T20:52:04.186Z] Address sizes: 40 bits physical, 48 bits virtual [2023-01-17T20:52:04.186Z] CPU(s): 8 [2023-01-17T20:52:04.186Z] On-line CPU(s) list: 0-7 [2023-01-17T20:52:04.186Z] Thread(s) per core: 1 [2023-01-17T20:52:04.186Z] Core(s) per socket: 1 [2023-01-17T20:52:04.186Z] Socket(s): 8 [2023-01-17T20:52:04.186Z] NUMA node(s): 1 [2023-01-17T20:52:04.186Z] Vendor ID: AuthenticAMD [2023-01-17T20:52:04.186Z] CPU family: 23 [2023-01-17T20:52:04.186Z] Model: 49 [2023-01-17T20:52:04.186Z] Model name: AMD EPYC-Rome Processor [2023-01-17T20:52:04.186Z] Stepping: 0 [2023-01-17T20:52:04.186Z] CPU MHz: 2800.002 [2023-01-17T20:52:04.186Z] BogoMIPS: 5600.00 [2023-01-17T20:52:04.186Z] Virtualization: AMD-V [2023-01-17T20:52:04.186Z] Hypervisor vendor: KVM [2023-01-17T20:52:04.186Z] Virtualization type: full [2023-01-17T20:52:04.186Z] L1d cache: 256 KiB [2023-01-17T20:52:04.186Z] L1i cache: 256 KiB [2023-01-17T20:52:04.186Z] L2 cache: 4 MiB [2023-01-17T20:52:04.186Z] L3 cache: 128 MiB [2023-01-17T20:52:04.186Z] NUMA node0 CPU(s): 0-7 [2023-01-17T20:52:04.186Z] Vulnerability Itlb multihit: Not affected [2023-01-17T20:52:04.186Z] Vulnerability L1tf: Not affected [2023-01-17T20:52:04.186Z] Vulnerability Mds: Not affected [2023-01-17T20:52:04.186Z] Vulnerability Meltdown: Not affected [2023-01-17T20:52:04.186Z] Vulnerability Mmio stale data: Not affected [2023-01-17T20:52:04.186Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-01-17T20:52:04.186Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-01-17T20:52:04.186Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-01-17T20:52:04.186Z] Vulnerability Srbds: Not affected [2023-01-17T20:52:04.186Z] Vulnerability Tsx async abort: Not affected [2023-01-17T20:52:04.186Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-01-17T20:52:04.186Z] [2023-01-17T20:52:04.186Z] [2023-01-17T20:52:04.186Z] ---> nproc: [2023-01-17T20:52:04.186Z] 8 [2023-01-17T20:52:04.186Z] [2023-01-17T20:52:04.186Z] [2023-01-17T20:52:04.186Z] ---> df -h: [2023-01-17T20:52:04.186Z] Filesystem Size Used Avail Use% Mounted on [2023-01-17T20:52:04.186Z] overlay 155G 20G 136G 13% / [2023-01-17T20:52:04.186Z] tmpfs 64M 0 64M 0% /dev [2023-01-17T20:52:04.186Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-01-17T20:52:04.186Z] shm 64M 0 64M 0% /dev/shm [2023-01-17T20:52:04.186Z] /dev/vda1 155G 20G 136G 13% /facter-os [2023-01-17T20:52:04.186Z] [2023-01-17T20:52:04.186Z] [2023-01-17T20:52:04.186Z] ---> sar -b -r -n DEV: [2023-01-17T20:52:04.186Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2787) 01/17/23 _x86_64_ (8 CPU) [2023-01-17T20:52:04.186Z] [2023-01-17T20:52:04.186Z] 20:21:44 LINUX RESTART (8 CPU) [2023-01-17T20:52:04.186Z] [2023-01-17T20:52:04.186Z] 20:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-01-17T20:52:04.186Z] 20:23:01 134.66 47.53 87.14 0.00 5354.57 133033.16 0.00 [2023-01-17T20:52:04.186Z] 20:24:01 107.67 0.70 106.97 0.00 19.33 110783.94 0.00 [2023-01-17T20:52:04.186Z] 20:25:01 40.11 0.22 39.89 0.00 2.93 16094.40 0.00 [2023-01-17T20:52:04.186Z] 20:26:01 227.10 0.15 226.95 0.00 22.26 99098.02 0.00 [2023-01-17T20:52:04.186Z] 20:27:01 163.23 2.67 160.56 0.00 21.33 46137.55 0.00 [2023-01-17T20:52:04.186Z] 20:28:01 133.83 4.60 129.23 0.00 94.25 47465.56 0.00 [2023-01-17T20:52:04.186Z] 20:29:01 88.39 0.00 88.39 0.00 0.00 53128.48 0.00 [2023-01-17T20:52:04.186Z] 20:30:01 71.16 0.00 71.16 0.00 0.00 92027.19 0.00 [2023-01-17T20:52:04.186Z] 20:31:01 107.99 0.00 107.99 0.00 0.00 50261.74 0.00 [2023-01-17T20:52:04.186Z] 20:32:01 278.71 0.22 278.50 0.00 20.21 26393.22 0.00 [2023-01-17T20:52:04.186Z] 20:33:01 132.50 0.00 132.50 0.00 0.00 85398.77 0.00 [2023-01-17T20:52:04.186Z] 20:34:03 224.77 1.18 223.59 0.00 9.45 56583.17 0.00 [2023-01-17T20:52:04.186Z] 20:35:01 90.05 0.05 90.00 0.00 1.50 55027.30 0.00 [2023-01-17T20:52:04.186Z] 20:36:02 160.18 0.18 159.99 0.00 14.72 69444.22 0.00 [2023-01-17T20:52:04.186Z] 20:37:01 354.02 6.78 347.25 0.00 841.08 61264.46 0.00 [2023-01-17T20:52:04.186Z] 20:38:01 240.63 4.28 236.34 0.00 4252.22 44106.38 0.00 [2023-01-17T20:52:04.186Z] 20:39:01 38.45 1.32 37.14 0.00 37.99 1321.69 0.00 [2023-01-17T20:52:04.186Z] 20:40:01 13.73 0.05 13.68 0.00 5.73 400.47 0.00 [2023-01-17T20:52:04.186Z] 20:41:01 1.58 0.00 1.58 0.00 0.00 16.93 0.00 [2023-01-17T20:52:04.186Z] 20:42:01 1.50 0.32 1.18 0.00 10.13 13.60 0.00 [2023-01-17T20:52:04.186Z] 20:43:01 2.75 1.30 1.45 0.00 26.26 17.20 0.00 [2023-01-17T20:52:04.186Z] 20:44:01 1.67 0.00 1.67 0.00 0.00 18.93 0.00 [2023-01-17T20:52:04.186Z] 20:45:01 1.08 0.00 1.08 0.00 0.00 11.33 0.00 [2023-01-17T20:52:04.186Z] 20:46:01 1.45 0.00 1.45 0.00 0.00 16.13 0.00 [2023-01-17T20:52:04.186Z] 20:47:01 1.30 0.00 1.30 0.00 0.00 13.86 0.00 [2023-01-17T20:52:04.186Z] 20:48:01 1.57 0.00 1.57 0.00 0.00 16.93 0.00 [2023-01-17T20:52:04.186Z] 20:49:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 [2023-01-17T20:52:04.186Z] 20:50:01 1.57 0.00 1.57 0.00 0.00 17.06 0.00 [2023-01-17T20:52:04.186Z] 20:51:01 68.36 0.35 68.01 0.00 13.86 33669.46 0.00 [2023-01-17T20:52:04.186Z] 20:52:01 104.92 0.22 104.70 0.00 21.20 40491.65 0.00 [2023-01-17T20:52:04.186Z] Average: 93.22 2.40 90.82 0.00 358.49 37407.01 0.00 [2023-01-17T20:52:04.186Z] [2023-01-17T20:52:04.186Z] 20:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-01-17T20:52:04.186Z] 20:23:01 29499548 31630516 709768 2.16 61344 2362100 1834628 5.41 975068 2084600 145020 [2023-01-17T20:52:04.186Z] 20:24:01 26463852 30105140 2195800 6.68 113564 3726976 2604688 7.68 2947128 3011128 560608 [2023-01-17T20:52:04.186Z] 20:25:01 27737552 31516128 782724 2.38 116844 3838408 2002484 5.90 1420040 3250492 336516 [2023-01-17T20:52:04.186Z] 20:26:01 26121644 31443200 840640 2.56 127712 5312332 2388928 7.04 1624500 4582780 18320 [2023-01-17T20:52:04.186Z] 20:27:01 24348392 31522384 759248 2.31 200360 6933132 1898416 5.59 1968468 5851724 480044 [2023-01-17T20:52:04.186Z] 20:28:01 22443564 31514492 769520 2.34 286180 8578152 1918696 5.65 2067748 7492240 1036584 [2023-01-17T20:52:04.186Z] 20:29:01 20858632 31518168 769488 2.34 288296 10216188 1916200 5.65 1716824 9485456 2701868 [2023-01-17T20:52:04.186Z] 20:30:01 21249056 30891008 1372520 4.17 289788 9178892 3944612 11.63 2601560 8158376 606940 [2023-01-17T20:52:04.186Z] 20:31:01 21801632 31514604 769872 2.34 290684 9284168 1896512 5.59 1718548 8551140 8132 [2023-01-17T20:52:04.186Z] 20:32:01 21348076 31507332 775812 2.36 294688 9709956 1970968 5.81 1817948 8880456 503856 [2023-01-17T20:52:04.186Z] 20:33:01 21430284 31372760 904736 2.75 296012 9485596 2491908 7.34 1987104 8619704 74572 [2023-01-17T20:52:04.186Z] 20:34:03 19221420 31498624 778580 2.37 347368 11576592 1982364 5.84 2121988 10500320 912208 [2023-01-17T20:52:04.186Z] 20:35:01 18473876 31489792 787300 2.39 366948 12307136 1955168 5.76 1977456 11405296 1003844 [2023-01-17T20:52:04.186Z] 20:36:02 18712292 31428264 835624 2.54 368188 12011148 2280620 6.72 2129612 11008652 12640 [2023-01-17T20:52:04.186Z] 20:37:01 18327872 31461548 799916 2.43 384804 12422384 1995464 5.88 2187412 11343852 34288 [2023-01-17T20:52:04.186Z] 20:38:01 19743812 31520152 745556 2.27 389276 11090952 2007840 5.92 2332728 9818856 468 [2023-01-17T20:52:04.186Z] 20:39:01 19699312 31532248 734600 2.23 404708 11133584 1865256 5.50 2385968 9815684 500 [2023-01-17T20:52:04.186Z] 20:40:01 19706036 31534828 732604 2.23 403780 11130628 1840288 5.42 2380068 9812504 260 [2023-01-17T20:52:04.186Z] 20:41:01 19706360 31535180 732332 2.23 403796 11130632 1840288 5.42 2379896 9812508 16 [2023-01-17T20:52:04.186Z] 20:42:01 19711188 31540476 727180 2.21 403828 11131060 1840288 5.42 2376308 9812712 208 [2023-01-17T20:52:04.186Z] 20:43:01 19698612 31529760 738204 2.24 403844 11131852 1840288 5.42 2388012 9812936 8 [2023-01-17T20:52:04.186Z] 20:44:01 19700580 31531772 736188 2.24 403880 11131856 1840288 5.42 2386184 9812928 44 [2023-01-17T20:52:04.186Z] 20:45:01 19700792 31532248 735896 2.24 403896 11131860 1840288 5.42 2385660 9813176 8 [2023-01-17T20:52:04.186Z] 20:46:01 19700736 31532224 735864 2.24 403920 11131864 1840288 5.42 2385748 9813184 48 [2023-01-17T20:52:04.186Z] 20:47:01 19700756 31532276 735752 2.24 403952 11131860 1840288 5.42 2385700 9813188 12 [2023-01-17T20:52:04.186Z] 20:48:01 19700644 31532208 735772 2.24 403976 11131868 1840288 5.42 2385860 9813200 44 [2023-01-17T20:52:04.186Z] 20:49:01 19700552 31532160 735976 2.24 404012 11131872 1840288 5.42 2385824 9813204 24 [2023-01-17T20:52:04.186Z] 20:50:01 19700576 31532212 735896 2.24 404036 11131876 1840288 5.42 2385868 9813208 40 [2023-01-17T20:52:04.186Z] 20:51:01 18887032 31496760 770256 2.34 430380 11836000 1944144 5.73 2485760 10476176 260 [2023-01-17T20:52:04.186Z] 20:52:01 17656448 31488976 771196 2.35 468992 12893296 1967148 5.80 2556172 11502180 248 [2023-01-17T20:52:04.186Z] Average: 21025038 31443915 831827 2.53 332302 9878141 2036974 6.00 2174905 8792729 281254 [2023-01-17T20:52:04.186Z] [2023-01-17T20:52:04.186Z] 20:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-01-17T20:52:04.186Z] 20:23:01 lo 5.27 5.27 0.51 0.51 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.186Z] 20:23:01 docker0 277.15 243.43 21.71 2717.91 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:23:01 ens3 982.82 879.57 10246.99 128.48 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:24:01 veth9c1af26 0.35 0.53 0.03 0.05 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:24:01 docker0 72.29 98.75 6.15 693.52 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:24:01 ens3 183.64 122.80 2314.14 26.14 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:25:01 veth9c1af26 1.22 1.25 0.09 0.10 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:25:01 docker0 1.22 1.22 0.08 0.09 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:25:01 ens3 41.41 50.41 22.06 108.15 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:26:01 veth0d197a6 28.55 40.96 2.78 13.50 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:26:01 veth5fc4fa6 0.00 0.33 0.00 0.02 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:26:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:26:01 veth14d0021 27.96 40.59 2.74 13.47 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:26:01 vethe05a3c4 28.20 40.99 2.76 13.50 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:26:01 veth07597cc 28.21 40.88 2.76 13.49 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:26:01 veth7161fce 28.16 40.89 2.75 13.49 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:26:01 docker0 168.51 240.93 13.38 271.36 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:26:01 ens3 334.13 229.61 1969.27 35.60 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:27:01 veth5fc4fa6 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:27:01 docker0 600.83 832.31 41.98 5798.43 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:27:01 ens3 838.87 603.27 5804.37 52.12 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:28:01 veth5fc4fa6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:28:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:28:01 ens3 2.60 1.98 1.90 1.13 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:29:01 veth5fc4fa6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:29:01 ens3 2.03 1.65 1.60 0.92 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:30:01 vetha3e33da 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:30:01 veth656a26c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:30:01 vethc52367b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:30:01 veth5fc4fa6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:30:01 veth705d9e9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:30:01 vetha60fe3a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:30:01 ens3 12.81 8.88 10.48 5.84 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:31:01 veth5fc4fa6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:31:01 lo 1.86 1.86 0.18 0.18 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:31:01 ens3 13.32 11.14 53.74 3.71 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:32:01 veth5fc4fa6 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:32:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:32:01 docker0 10.93 23.30 0.69 262.83 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:32:01 ens3 85.23 41.92 385.13 21.29 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:33:01 veth8f412c5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:33:01 veth3cfb9e6 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:33:01 veth1b55e8c 6.78 9.56 0.66 3.58 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:33:01 veth5fc4fa6 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:33:01 veth6738f95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:33:01 docker0 11.58 19.54 0.85 125.12 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:33:01 ens3 199.03 50.17 534.93 15.96 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:34:03 veth5fc4fa6 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:34:03 lo 0.19 0.19 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:34:03 docker0 247.46 452.36 21.08 3410.17 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:34:03 ens3 643.24 295.03 3787.57 31.29 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:35:01 veth5fc4fa6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:35:01 ens3 14.18 4.26 25.27 1.33 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:36:02 veth5fc4fa6 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:36:02 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:36:02 veth3db944b 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:36:02 docker0 1.86 3.45 0.12 40.88 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:36:02 veth48ecbbe 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:36:02 ens3 21.58 14.25 55.24 8.11 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:37:01 veth5fc4fa6 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:37:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:37:01 docker0 9.90 17.29 0.65 220.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:37:01 ens3 106.91 134.76 300.08 230.02 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:38:01 veth5fc4fa6 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:38:01 lo 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:38:01 docker0 4.27 8.30 0.26 76.80 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:38:01 ens3 168.74 73.70 2013.32 23.94 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:39:01 lo 39.59 39.59 3.90 3.90 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:39:01 ens3 432.29 446.60 208.47 1925.08 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:40:01 lo 18.33 18.33 1.80 1.80 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:40:01 ens3 222.50 208.42 104.27 1214.37 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:41:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:42:01 ens3 0.97 0.68 0.58 0.38 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:43:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:43:01 ens3 6.70 4.88 4.57 5.81 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:44:01 ens3 0.22 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:45:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:46:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:47:01 ens3 1.68 1.57 6.42 0.13 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:48:01 ens3 0.28 0.28 0.08 0.08 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:49:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:50:01 ens3 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:51:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:51:01 docker0 35.83 53.06 3.21 588.68 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:51:01 ens3 228.46 175.39 4572.24 23.63 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:52:01 lo 2.47 2.47 0.25 0.25 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:52:01 docker0 2.32 2.07 0.36 1.31 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] 20:52:01 ens3 317.55 259.77 5780.15 169.21 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] Average: lo 2.44 2.44 0.24 0.24 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] Average: docker0 48.38 66.98 3.70 476.87 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] Average: ens3 162.64 120.93 1277.01 134.33 0.00 0.00 0.00 0.00 [2023-01-17T20:52:04.187Z] [2023-01-17T20:52:04.187Z] [2023-01-17T20:52:04.187Z] ---> sar -P ALL: [2023-01-17T20:52:04.187Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2787) 01/17/23 _x86_64_ (8 CPU) [2023-01-17T20:52:04.187Z] [2023-01-17T20:52:04.187Z] 20:21:44 LINUX RESTART (8 CPU) [2023-01-17T20:52:04.188Z] [2023-01-17T20:52:04.188Z] 20:22:01 CPU %user %nice %system %iowait %steal %idle [2023-01-17T20:52:04.188Z] 20:23:01 all 8.28 0.00 2.58 5.74 0.07 83.33 [2023-01-17T20:52:04.188Z] 20:23:01 0 8.36 0.00 2.33 1.94 0.05 87.32 [2023-01-17T20:52:04.188Z] 20:23:01 1 7.46 0.00 2.17 10.16 0.07 80.14 [2023-01-17T20:52:04.188Z] 20:23:01 2 8.30 0.00 1.96 13.08 0.05 76.60 [2023-01-17T20:52:04.188Z] 20:23:01 3 10.35 0.00 2.87 2.55 0.07 84.16 [2023-01-17T20:52:04.188Z] 20:23:01 4 9.11 0.00 2.16 0.50 0.07 88.15 [2023-01-17T20:52:04.188Z] 20:23:01 5 7.59 0.00 2.20 3.42 0.07 86.72 [2023-01-17T20:52:04.188Z] 20:23:01 6 8.57 0.00 4.41 8.72 0.07 78.24 [2023-01-17T20:52:04.188Z] 20:23:01 7 6.46 0.00 2.57 5.58 0.10 85.30 [2023-01-17T20:52:04.188Z] 20:24:01 all 28.04 0.00 5.64 3.95 0.11 62.25 [2023-01-17T20:52:04.188Z] 20:24:01 0 29.01 0.00 5.40 0.07 0.08 65.44 [2023-01-17T20:52:04.188Z] 20:24:01 1 28.88 0.00 4.85 0.20 0.10 65.97 [2023-01-17T20:52:04.188Z] 20:24:01 2 28.13 0.00 5.50 2.66 0.10 63.60 [2023-01-17T20:52:04.188Z] 20:24:01 3 28.37 0.00 6.13 18.60 0.14 46.77 [2023-01-17T20:52:04.188Z] 20:24:01 4 27.99 0.00 5.89 0.54 0.12 65.46 [2023-01-17T20:52:04.188Z] 20:24:01 5 27.55 0.00 5.62 0.32 0.07 66.44 [2023-01-17T20:52:04.188Z] 20:24:01 6 27.13 0.00 5.93 9.15 0.15 57.64 [2023-01-17T20:52:04.188Z] 20:24:01 7 27.27 0.00 5.83 0.15 0.12 66.63 [2023-01-17T20:52:04.188Z] 20:25:01 all 40.79 0.00 5.69 0.38 0.11 53.03 [2023-01-17T20:52:04.188Z] 20:25:01 0 39.67 0.00 5.65 0.03 0.13 54.51 [2023-01-17T20:52:04.188Z] 20:25:01 1 41.29 0.00 6.33 0.07 0.13 52.18 [2023-01-17T20:52:04.188Z] 20:25:01 2 40.41 0.00 5.75 2.42 0.10 51.31 [2023-01-17T20:52:04.188Z] 20:25:01 3 40.53 0.00 5.64 0.00 0.10 53.72 [2023-01-17T20:52:04.188Z] 20:25:01 4 40.57 0.00 5.32 0.03 0.08 54.00 [2023-01-17T20:52:04.188Z] 20:25:01 5 41.56 0.00 5.74 0.03 0.14 52.53 [2023-01-17T20:52:04.188Z] 20:25:01 6 42.04 0.00 5.60 0.44 0.10 51.82 [2023-01-17T20:52:04.188Z] 20:25:01 7 40.25 0.00 5.46 0.02 0.12 54.16 [2023-01-17T20:52:04.188Z] 20:26:01 all 12.29 0.00 6.32 4.35 0.10 76.95 [2023-01-17T20:52:04.188Z] 20:26:01 0 11.82 0.00 5.26 0.30 0.07 82.55 [2023-01-17T20:52:04.188Z] 20:26:01 1 11.75 0.00 7.06 8.08 0.10 73.00 [2023-01-17T20:52:04.188Z] 20:26:01 2 12.16 0.00 5.99 0.69 0.07 81.08 [2023-01-17T20:52:04.188Z] 20:26:01 3 11.44 0.00 6.80 15.62 0.08 66.06 [2023-01-17T20:52:04.188Z] 20:26:01 4 12.50 0.00 7.25 1.66 0.12 78.46 [2023-01-17T20:52:04.188Z] 20:26:01 5 13.66 0.00 6.22 0.81 0.07 79.24 [2023-01-17T20:52:04.188Z] 20:26:01 6 12.94 0.00 5.75 5.38 0.08 75.85 [2023-01-17T20:52:04.188Z] 20:26:01 7 12.06 0.00 6.24 2.33 0.19 79.19 [2023-01-17T20:52:04.188Z] 20:27:01 all 4.70 0.00 1.91 24.79 0.12 68.48 [2023-01-17T20:52:04.188Z] 20:27:01 0 3.68 0.00 1.21 4.70 0.05 90.36 [2023-01-17T20:52:04.188Z] 20:27:01 1 4.32 0.00 1.61 17.55 0.15 76.37 [2023-01-17T20:52:04.188Z] 20:27:01 2 4.54 0.00 1.51 6.90 0.17 86.89 [2023-01-17T20:52:04.188Z] 20:27:01 3 4.37 0.00 1.76 24.27 0.13 69.47 [2023-01-17T20:52:04.188Z] 20:27:01 4 4.30 0.00 2.60 82.89 0.07 10.14 [2023-01-17T20:52:04.188Z] 20:27:01 5 4.17 0.00 1.42 13.33 0.12 80.96 [2023-01-17T20:52:04.188Z] 20:27:01 6 4.71 0.00 1.68 11.87 0.07 81.68 [2023-01-17T20:52:04.188Z] 20:27:01 7 7.56 0.00 3.50 36.96 0.24 51.75 [2023-01-17T20:52:04.188Z] 20:28:01 all 3.91 0.00 2.14 30.50 0.06 63.38 [2023-01-17T20:52:04.188Z] 20:28:01 0 3.49 0.00 2.32 21.41 0.08 72.70 [2023-01-17T20:52:04.188Z] 20:28:01 1 3.74 0.00 2.01 20.33 0.03 73.88 [2023-01-17T20:52:04.188Z] 20:28:01 2 3.81 0.00 2.65 54.67 0.02 38.86 [2023-01-17T20:52:04.188Z] 20:28:01 3 4.20 0.00 1.54 23.04 0.12 71.11 [2023-01-17T20:52:04.188Z] 20:28:01 4 4.00 0.00 2.09 36.29 0.03 57.58 [2023-01-17T20:52:04.188Z] 20:28:01 5 3.98 0.00 1.77 10.72 0.07 83.46 [2023-01-17T20:52:04.188Z] 20:28:01 6 3.72 0.00 2.33 49.19 0.07 44.70 [2023-01-17T20:52:04.188Z] 20:28:01 7 4.39 0.00 2.39 28.45 0.08 64.70 [2023-01-17T20:52:04.188Z] 20:29:01 all 2.03 0.00 2.26 16.64 0.06 79.01 [2023-01-17T20:52:04.188Z] 20:29:01 0 1.76 0.00 2.54 2.76 0.07 92.88 [2023-01-17T20:52:04.188Z] 20:29:01 1 2.36 0.00 2.46 2.41 0.03 92.75 [2023-01-17T20:52:04.188Z] 20:29:01 2 2.09 0.00 3.12 87.27 0.10 7.41 [2023-01-17T20:52:04.188Z] 20:29:01 3 2.12 0.00 2.09 1.27 0.00 94.52 [2023-01-17T20:52:04.188Z] 20:29:01 4 1.91 0.00 1.84 2.38 0.03 93.84 [2023-01-17T20:52:04.188Z] 20:29:01 5 2.34 0.00 1.49 0.07 0.10 96.01 [2023-01-17T20:52:04.188Z] 20:29:01 6 1.73 0.00 2.05 37.03 0.02 59.17 [2023-01-17T20:52:04.188Z] 20:29:01 7 1.97 0.00 2.48 0.64 0.12 94.79 [2023-01-17T20:52:04.188Z] 20:30:01 all 26.92 0.00 4.52 12.65 0.10 55.82 [2023-01-17T20:52:04.188Z] 20:30:01 0 27.22 0.00 4.29 0.05 0.10 68.35 [2023-01-17T20:52:04.188Z] 20:30:01 1 27.56 0.00 4.67 0.94 0.05 66.77 [2023-01-17T20:52:04.188Z] 20:30:01 2 26.42 0.00 5.19 63.64 0.15 4.59 [2023-01-17T20:52:04.188Z] 20:30:01 3 26.75 0.00 4.36 0.87 0.07 67.95 [2023-01-17T20:52:04.188Z] 20:30:01 4 26.12 0.00 4.48 1.08 0.10 68.23 [2023-01-17T20:52:04.188Z] 20:30:01 5 26.48 0.00 4.51 0.59 0.15 68.28 [2023-01-17T20:52:04.188Z] 20:30:01 6 27.83 0.00 4.45 33.24 0.07 34.41 [2023-01-17T20:52:04.188Z] 20:30:01 7 26.92 0.00 4.22 0.96 0.12 67.78 [2023-01-17T20:52:04.188Z] 20:31:01 all 23.74 0.00 4.18 19.95 0.13 52.00 [2023-01-17T20:52:04.188Z] 20:31:01 0 23.44 0.00 4.24 23.24 0.22 48.86 [2023-01-17T20:52:04.188Z] 20:31:01 1 24.07 0.00 4.50 9.04 0.13 62.26 [2023-01-17T20:52:04.188Z] 20:31:01 2 22.11 0.00 3.96 14.02 0.15 59.75 [2023-01-17T20:52:04.188Z] 20:31:01 3 23.68 0.00 4.19 30.98 0.12 41.03 [2023-01-17T20:52:04.188Z] 20:31:01 4 23.61 0.00 4.25 11.42 0.07 60.64 [2023-01-17T20:52:04.188Z] 20:31:01 5 23.50 0.00 4.18 37.56 0.07 34.69 [2023-01-17T20:52:04.188Z] 20:31:01 6 25.62 0.00 4.23 14.25 0.17 55.73 [2023-01-17T20:52:04.188Z] 20:31:01 7 23.87 0.00 3.84 19.13 0.12 53.04 [2023-01-17T20:52:04.188Z] 20:32:01 all 3.48 0.00 2.43 25.42 0.19 68.49 [2023-01-17T20:52:04.188Z] 20:32:01 0 3.91 0.00 3.02 17.63 0.20 75.23 [2023-01-17T20:52:04.188Z] 20:32:01 1 1.28 0.00 1.30 64.09 0.32 33.01 [2023-01-17T20:52:04.188Z] 20:32:01 2 2.27 0.00 1.70 17.17 0.12 78.75 [2023-01-17T20:52:04.188Z] 20:32:01 3 3.27 0.00 2.85 19.48 0.10 74.30 [2023-01-17T20:52:04.188Z] 20:32:01 4 3.37 0.00 2.37 8.89 0.12 85.25 [2023-01-17T20:52:04.188Z] 20:32:01 5 5.11 0.00 2.90 29.47 0.13 62.39 [2023-01-17T20:52:04.188Z] 20:32:01 6 4.09 0.00 2.55 21.89 0.27 71.21 [2023-01-17T20:52:04.188Z] 20:32:01 7 4.53 0.00 2.74 24.67 0.23 67.82 [2023-01-17T20:52:04.188Z] 20:33:01 all 5.79 0.00 2.25 30.82 0.11 61.03 [2023-01-17T20:52:04.188Z] 20:33:01 0 4.91 0.00 1.89 18.61 0.15 74.43 [2023-01-17T20:52:04.188Z] 20:33:01 1 5.26 0.00 2.10 21.66 0.03 70.95 [2023-01-17T20:52:04.188Z] 20:33:01 2 5.08 0.00 1.89 34.97 0.08 57.98 [2023-01-17T20:52:04.188Z] 20:33:01 3 6.42 0.00 2.07 25.76 0.08 65.67 [2023-01-17T20:52:04.188Z] 20:33:01 4 5.99 0.00 1.59 5.57 0.13 86.70 [2023-01-17T20:52:04.188Z] 20:33:01 5 5.88 0.00 2.44 75.65 0.12 15.91 [2023-01-17T20:52:04.188Z] 20:33:01 6 5.52 0.00 3.47 16.22 0.17 74.62 [2023-01-17T20:52:04.188Z] 20:33:01 7 7.26 0.00 2.59 48.40 0.08 41.66 [2023-01-17T20:52:04.188Z] [2023-01-17T20:52:04.188Z] 20:33:01 CPU %user %nice %system %iowait %steal %idle [2023-01-17T20:52:04.188Z] 20:34:03 all 22.04 0.00 6.10 37.04 0.25 34.58 [2023-01-17T20:52:04.188Z] 20:34:03 0 23.07 0.00 5.79 30.12 0.30 40.72 [2023-01-17T20:52:04.188Z] 20:34:03 1 20.95 0.00 5.20 41.51 0.23 32.12 [2023-01-17T20:52:04.188Z] 20:34:03 2 22.75 0.00 6.74 36.36 0.33 33.82 [2023-01-17T20:52:04.188Z] 20:34:03 3 21.17 0.00 5.54 35.08 0.25 37.97 [2023-01-17T20:52:04.188Z] 20:34:03 4 19.98 0.00 5.64 33.54 0.12 40.72 [2023-01-17T20:52:04.188Z] 20:34:03 5 22.93 0.00 7.02 37.12 0.18 32.75 [2023-01-17T20:52:04.188Z] 20:34:03 6 22.74 0.00 5.99 32.57 0.15 38.55 [2023-01-17T20:52:04.188Z] 20:34:03 7 22.71 0.00 6.88 50.15 0.42 19.84 [2023-01-17T20:52:04.188Z] 20:35:01 all 2.01 0.00 1.60 26.96 0.13 69.30 [2023-01-17T20:52:04.188Z] 20:35:01 0 2.71 0.00 1.24 1.60 0.24 94.22 [2023-01-17T20:52:04.188Z] 20:35:01 1 1.25 0.00 2.06 90.28 0.09 6.32 [2023-01-17T20:52:04.188Z] 20:35:01 2 2.16 0.00 1.76 3.82 0.15 92.10 [2023-01-17T20:52:04.188Z] 20:35:01 3 2.12 0.00 1.32 9.85 0.09 86.62 [2023-01-17T20:52:04.188Z] 20:35:01 4 2.09 0.00 1.88 63.30 0.07 32.66 [2023-01-17T20:52:04.188Z] 20:35:01 5 1.73 0.00 1.47 29.77 0.27 66.76 [2023-01-17T20:52:04.188Z] 20:35:01 6 1.71 0.00 1.98 0.65 0.05 95.61 [2023-01-17T20:52:04.188Z] 20:35:01 7 2.31 0.00 1.10 16.68 0.05 79.86 [2023-01-17T20:52:04.188Z] 20:36:02 all 16.50 0.00 4.20 27.65 0.12 51.52 [2023-01-17T20:52:04.188Z] 20:36:02 0 16.82 0.00 3.90 8.99 0.12 70.18 [2023-01-17T20:52:04.188Z] 20:36:02 1 15.74 0.00 3.94 53.16 0.15 27.01 [2023-01-17T20:52:04.188Z] 20:36:02 2 16.87 0.00 5.11 43.74 0.17 34.12 [2023-01-17T20:52:04.188Z] 20:36:02 3 16.96 0.00 4.64 19.08 0.12 59.20 [2023-01-17T20:52:04.188Z] 20:36:02 4 15.79 0.00 3.58 9.11 0.10 71.41 [2023-01-17T20:52:04.188Z] 20:36:02 5 17.56 0.00 4.59 22.23 0.15 55.47 [2023-01-17T20:52:04.188Z] 20:36:02 6 16.28 0.00 4.32 18.46 0.07 60.86 [2023-01-17T20:52:04.188Z] 20:36:02 7 15.99 0.00 3.50 46.68 0.12 33.72 [2023-01-17T20:52:04.188Z] 20:37:01 all 16.04 0.00 5.16 24.28 0.16 54.36 [2023-01-17T20:52:04.188Z] 20:37:01 0 16.24 0.00 4.98 18.57 0.12 60.09 [2023-01-17T20:52:04.188Z] 20:37:01 1 14.27 0.00 4.66 6.77 0.21 74.09 [2023-01-17T20:52:04.188Z] 20:37:01 2 17.44 0.00 5.16 16.67 0.09 60.64 [2023-01-17T20:52:04.188Z] 20:37:01 3 16.56 0.00 6.03 29.66 0.26 47.50 [2023-01-17T20:52:04.188Z] 20:37:01 4 14.92 0.00 4.76 40.14 0.17 40.00 [2023-01-17T20:52:04.188Z] 20:37:01 5 16.52 0.00 5.28 14.70 0.09 63.40 [2023-01-17T20:52:04.188Z] 20:37:01 6 16.28 0.00 4.93 43.33 0.14 35.33 [2023-01-17T20:52:04.188Z] 20:37:01 7 16.06 0.00 5.53 24.40 0.24 53.77 [2023-01-17T20:52:04.188Z] 20:38:01 all 2.88 0.00 1.65 22.95 0.12 72.40 [2023-01-17T20:52:04.188Z] 20:38:01 0 3.72 0.00 2.06 33.46 0.18 60.58 [2023-01-17T20:52:04.188Z] 20:38:01 1 1.74 0.00 1.37 42.54 0.12 54.23 [2023-01-17T20:52:04.188Z] 20:38:01 2 3.88 0.00 2.23 20.42 0.10 73.37 [2023-01-17T20:52:04.188Z] 20:38:01 3 2.71 0.00 1.34 10.33 0.05 85.56 [2023-01-17T20:52:04.188Z] 20:38:01 4 2.76 0.00 1.26 14.71 0.12 81.16 [2023-01-17T20:52:04.188Z] 20:38:01 5 1.98 0.00 2.08 5.67 0.18 90.08 [2023-01-17T20:52:04.188Z] 20:38:01 6 3.05 0.00 1.41 47.73 0.10 47.71 [2023-01-17T20:52:04.188Z] 20:38:01 7 3.14 0.00 1.45 8.66 0.13 86.62 [2023-01-17T20:52:04.188Z] 20:39:01 all 6.47 0.00 1.66 7.50 0.28 84.09 [2023-01-17T20:52:04.188Z] 20:39:01 0 8.33 0.00 1.80 2.33 0.32 87.22 [2023-01-17T20:52:04.188Z] 20:39:01 1 5.39 0.00 1.30 29.94 0.40 62.97 [2023-01-17T20:52:04.188Z] 20:39:01 2 6.89 0.00 1.47 5.12 0.35 86.17 [2023-01-17T20:52:04.189Z] 20:39:01 3 6.51 0.00 1.41 3.40 0.17 88.52 [2023-01-17T20:52:04.189Z] 20:39:01 4 5.07 0.00 1.97 1.65 0.27 91.04 [2023-01-17T20:52:04.189Z] 20:39:01 5 6.07 0.00 1.14 3.08 0.18 89.52 [2023-01-17T20:52:04.189Z] 20:39:01 6 4.73 0.00 1.84 12.77 0.13 80.53 [2023-01-17T20:52:04.189Z] 20:39:01 7 8.78 0.00 2.38 1.63 0.40 86.81 [2023-01-17T20:52:04.189Z] 20:40:01 all 4.27 0.00 0.54 1.07 0.10 94.03 [2023-01-17T20:52:04.189Z] 20:40:01 0 6.63 0.00 0.77 0.30 0.07 92.23 [2023-01-17T20:52:04.189Z] 20:40:01 1 4.22 0.00 0.58 2.55 0.32 92.33 [2023-01-17T20:52:04.189Z] 20:40:01 2 5.36 0.00 0.58 4.48 0.13 89.44 [2023-01-17T20:52:04.189Z] 20:40:01 3 5.25 0.00 0.64 0.32 0.13 93.66 [2023-01-17T20:52:04.189Z] 20:40:01 4 3.55 0.00 0.43 0.30 0.10 95.61 [2023-01-17T20:52:04.189Z] 20:40:01 5 0.80 0.00 0.25 0.10 0.02 98.83 [2023-01-17T20:52:04.189Z] 20:40:01 6 4.32 0.00 0.37 0.07 0.02 95.23 [2023-01-17T20:52:04.189Z] 20:40:01 7 4.00 0.00 0.67 0.42 0.05 94.86 [2023-01-17T20:52:04.189Z] 20:41:01 all 0.10 0.00 0.01 0.06 0.00 99.82 [2023-01-17T20:52:04.189Z] 20:41:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-17T20:52:04.189Z] 20:41:01 1 0.03 0.00 0.02 0.35 0.02 99.58 [2023-01-17T20:52:04.189Z] 20:41:01 2 0.02 0.00 0.02 0.15 0.00 99.82 [2023-01-17T20:52:04.189Z] 20:41:01 3 0.71 0.00 0.05 0.00 0.00 99.24 [2023-01-17T20:52:04.189Z] 20:41:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2023-01-17T20:52:04.189Z] 20:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-17T20:52:04.189Z] 20:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-17T20:52:04.189Z] 20:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-17T20:52:04.189Z] 20:42:01 all 0.18 0.00 0.02 0.02 0.01 99.78 [2023-01-17T20:52:04.189Z] 20:42:01 0 0.12 0.00 0.00 0.02 0.00 99.87 [2023-01-17T20:52:04.189Z] 20:42:01 1 0.12 0.00 0.00 0.13 0.02 99.73 [2023-01-17T20:52:04.189Z] 20:42:01 2 0.08 0.00 0.02 0.02 0.02 99.87 [2023-01-17T20:52:04.189Z] 20:42:01 3 0.86 0.00 0.03 0.00 0.02 99.09 [2023-01-17T20:52:04.189Z] 20:42:01 4 0.07 0.00 0.03 0.00 0.02 99.88 [2023-01-17T20:52:04.189Z] 20:42:01 5 0.17 0.00 0.02 0.02 0.00 99.80 [2023-01-17T20:52:04.189Z] 20:42:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-17T20:52:04.189Z] 20:42:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-17T20:52:04.189Z] 20:43:01 all 0.25 0.00 0.04 0.01 0.00 99.71 [2023-01-17T20:52:04.189Z] 20:43:01 0 0.18 0.00 0.03 0.00 0.00 99.78 [2023-01-17T20:52:04.189Z] 20:43:01 1 0.30 0.00 0.05 0.03 0.00 99.62 [2023-01-17T20:52:04.189Z] 20:43:01 2 0.15 0.00 0.02 0.00 0.00 99.83 [2023-01-17T20:52:04.189Z] 20:43:01 3 0.10 0.00 0.02 0.00 0.00 99.88 [2023-01-17T20:52:04.189Z] 20:43:01 4 0.20 0.00 0.05 0.02 0.02 99.72 [2023-01-17T20:52:04.189Z] 20:43:01 5 0.88 0.00 0.02 0.00 0.00 99.10 [2023-01-17T20:52:04.189Z] 20:43:01 6 0.10 0.00 0.07 0.00 0.00 99.83 [2023-01-17T20:52:04.189Z] 20:43:01 7 0.07 0.00 0.03 0.00 0.00 99.90 [2023-01-17T20:52:04.189Z] 20:44:01 all 0.08 0.00 0.01 0.01 0.01 99.88 [2023-01-17T20:52:04.189Z] 20:44:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2023-01-17T20:52:04.189Z] 20:44:01 1 0.03 0.00 0.02 0.02 0.02 99.92 [2023-01-17T20:52:04.189Z] 20:44:01 2 0.02 0.00 0.03 0.08 0.00 99.87 [2023-01-17T20:52:04.189Z] 20:44:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2023-01-17T20:52:04.189Z] 20:44:01 4 0.47 0.00 0.03 0.00 0.02 99.48 [2023-01-17T20:52:04.189Z] 20:44:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-17T20:52:04.189Z] 20:44:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-01-17T20:52:04.189Z] 20:44:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2023-01-17T20:52:04.189Z] [2023-01-17T20:52:04.189Z] 20:44:01 CPU %user %nice %system %iowait %steal %idle [2023-01-17T20:52:04.189Z] 20:45:01 all 0.26 0.00 0.02 0.00 0.00 99.72 [2023-01-17T20:52:04.189Z] 20:45:01 0 0.18 0.00 0.00 0.00 0.00 99.82 [2023-01-17T20:52:04.189Z] 20:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-17T20:52:04.189Z] 20:45:01 2 0.12 0.00 0.00 0.02 0.02 99.85 [2023-01-17T20:52:04.189Z] 20:45:01 3 0.08 0.00 0.02 0.00 0.00 99.90 [2023-01-17T20:52:04.189Z] 20:45:01 4 1.52 0.00 0.03 0.00 0.00 98.45 [2023-01-17T20:52:04.189Z] 20:45:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2023-01-17T20:52:04.189Z] 20:45:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-01-17T20:52:04.189Z] 20:45:01 7 0.08 0.00 0.05 0.00 0.00 99.87 [2023-01-17T20:52:04.189Z] 20:46:01 all 0.05 0.00 0.02 0.00 0.01 99.91 [2023-01-17T20:52:04.189Z] 20:46:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2023-01-17T20:52:04.189Z] 20:46:01 1 0.08 0.00 0.02 0.00 0.00 99.90 [2023-01-17T20:52:04.189Z] 20:46:01 2 0.02 0.00 0.02 0.03 0.00 99.93 [2023-01-17T20:52:04.189Z] 20:46:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2023-01-17T20:52:04.189Z] 20:46:01 4 0.13 0.00 0.03 0.00 0.02 99.82 [2023-01-17T20:52:04.189Z] 20:46:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-01-17T20:52:04.189Z] 20:46:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-17T20:52:04.189Z] 20:46:01 7 0.08 0.00 0.03 0.00 0.02 99.87 [2023-01-17T20:52:04.189Z] 20:47:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2023-01-17T20:52:04.189Z] 20:47:01 0 0.12 0.00 0.02 0.00 0.02 99.85 [2023-01-17T20:52:04.189Z] 20:47:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-01-17T20:52:04.189Z] 20:47:01 2 0.10 0.00 0.02 0.02 0.00 99.87 [2023-01-17T20:52:04.189Z] 20:47:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2023-01-17T20:52:04.189Z] 20:47:01 4 0.72 0.00 0.03 0.00 0.00 99.25 [2023-01-17T20:52:04.189Z] 20:47:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2023-01-17T20:52:04.189Z] 20:47:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2023-01-17T20:52:04.189Z] 20:47:01 7 0.12 0.00 0.00 0.00 0.00 99.88 [2023-01-17T20:52:04.189Z] 20:48:01 all 0.07 0.00 0.01 0.00 0.00 99.91 [2023-01-17T20:52:04.189Z] 20:48:01 0 0.13 0.00 0.03 0.00 0.00 99.83 [2023-01-17T20:52:04.189Z] 20:48:01 1 0.08 0.00 0.00 0.00 0.02 99.90 [2023-01-17T20:52:04.189Z] 20:48:01 2 0.02 0.00 0.00 0.03 0.00 99.95 [2023-01-17T20:52:04.189Z] 20:48:01 3 0.13 0.00 0.02 0.00 0.00 99.85 [2023-01-17T20:52:04.189Z] 20:48:01 4 0.15 0.00 0.02 0.00 0.00 99.83 [2023-01-17T20:52:04.189Z] 20:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-17T20:52:04.189Z] 20:48:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-17T20:52:04.189Z] 20:48:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2023-01-17T20:52:04.189Z] 20:49:01 all 0.02 0.00 0.02 0.00 0.00 99.95 [2023-01-17T20:52:04.189Z] 20:49:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2023-01-17T20:52:04.189Z] 20:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-17T20:52:04.189Z] 20:49:01 2 0.02 0.00 0.02 0.03 0.00 99.93 [2023-01-17T20:52:04.189Z] 20:49:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2023-01-17T20:52:04.189Z] 20:49:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2023-01-17T20:52:04.189Z] 20:49:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-17T20:52:04.189Z] 20:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-17T20:52:04.189Z] 20:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-17T20:52:04.189Z] 20:50:01 all 0.01 0.00 0.01 0.02 0.00 99.96 [2023-01-17T20:52:04.189Z] 20:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-17T20:52:04.189Z] 20:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-17T20:52:04.189Z] 20:50:01 2 0.02 0.00 0.00 0.13 0.02 99.83 [2023-01-17T20:52:04.189Z] 20:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-17T20:52:04.189Z] 20:50:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-01-17T20:52:04.189Z] 20:50:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-17T20:52:04.189Z] 20:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-17T20:52:04.189Z] 20:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-17T20:52:04.189Z] 20:51:01 all 4.79 0.00 2.21 1.99 0.03 90.98 [2023-01-17T20:52:04.189Z] 20:51:01 0 4.77 0.00 1.66 0.03 0.03 93.50 [2023-01-17T20:52:04.189Z] 20:51:01 1 5.26 0.00 2.13 0.05 0.03 92.53 [2023-01-17T20:52:04.189Z] 20:51:01 2 4.26 0.00 2.85 14.93 0.03 77.92 [2023-01-17T20:52:04.189Z] 20:51:01 3 4.85 0.00 1.96 0.15 0.03 93.01 [2023-01-17T20:52:04.189Z] 20:51:01 4 4.27 0.00 2.34 0.52 0.02 92.85 [2023-01-17T20:52:04.189Z] 20:51:01 5 5.79 0.00 2.23 0.00 0.02 91.96 [2023-01-17T20:52:04.189Z] 20:51:01 6 5.31 0.00 2.16 0.02 0.02 92.50 [2023-01-17T20:52:04.189Z] 20:51:01 7 3.83 0.00 2.32 0.29 0.05 93.51 [2023-01-17T20:52:04.189Z] 20:52:01 all 7.93 0.00 3.67 3.26 0.07 85.08 [2023-01-17T20:52:04.189Z] 20:52:01 0 8.14 0.00 3.70 0.39 0.07 87.71 [2023-01-17T20:52:04.189Z] 20:52:01 1 9.17 0.00 3.47 0.10 0.05 87.21 [2023-01-17T20:52:04.189Z] 20:52:01 2 6.66 0.00 3.46 3.81 0.08 85.99 [2023-01-17T20:52:04.189Z] 20:52:01 3 7.53 0.00 2.82 0.10 0.07 89.49 [2023-01-17T20:52:04.189Z] 20:52:01 4 8.86 0.00 4.72 17.17 0.10 69.14 [2023-01-17T20:52:04.189Z] 20:52:01 5 7.61 0.00 4.09 3.15 0.07 85.08 [2023-01-17T20:52:04.189Z] 20:52:01 6 7.02 0.00 3.74 1.21 0.07 87.96 [2023-01-17T20:52:04.189Z] 20:52:01 7 8.44 0.00 3.34 0.27 0.07 87.88 [2023-01-17T20:52:04.189Z] Average: all 8.10 0.00 2.22 10.90 0.08 78.69 [2023-01-17T20:52:04.189Z] Average: 0 8.26 0.00 2.13 6.22 0.09 83.29 [2023-01-17T20:52:04.189Z] Average: 1 7.87 0.00 2.12 14.00 0.09 75.91 [2023-01-17T20:52:04.189Z] Average: 2 8.02 0.00 2.28 14.87 0.09 74.74 [2023-01-17T20:52:04.189Z] Average: 3 8.21 0.00 2.20 8.98 0.07 80.54 [2023-01-17T20:52:04.189Z] Average: 4 7.96 0.00 2.21 11.00 0.07 78.76 [2023-01-17T20:52:04.189Z] Average: 5 8.10 0.00 2.22 9.56 0.08 80.04 [2023-01-17T20:52:04.189Z] Average: 6 8.15 0.00 2.30 12.11 0.07 77.37 [2023-01-17T20:52:04.189Z] Average: 7 8.23 0.00 2.29 10.50 0.10 78.87 [2023-01-17T20:52:04.189Z] [2023-01-17T20:52:04.189Z] [2023-01-17T20:52:04.189Z]