Pull request #4335 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of ejlee3 for edgexfoundry/edgex-go Obtained Jenkinsfile from 0d5594433f71f2d730c4a31a556afe89dae55370+7290d2ed4a96933bf3c3f5b5e1425bd1c3f2311c (67be05015abd9d2e2bbb0843c71714711641cf10) 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-ssh4856139426373821416.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-ssh11703222574956387272.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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4335/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-4335/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15762102751716118140.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-4335/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13648052277508214904.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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh1125969581100527526.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4335/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-4335/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17169080955398134725.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-5036 in /w/workspace/edgexfoundry_edgex-go_PR-4335 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4335/head:refs/remotes/origin/PR-4335 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 7290d2ed4a96933bf3c3f5b5e1425bd1c3f2311c into PR head commit 0d5594433f71f2d730c4a31a556afe89dae55370 Merge succeeded, producing 0d5594433f71f2d730c4a31a556afe89dae55370 Checking out Revision 0d5594433f71f2d730c4a31a556afe89dae55370 (PR-4335) > git config core.sparsecheckout # timeout=10 > git checkout -f 0d5594433f71f2d730c4a31a556afe89dae55370 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 7290d2ed4a96933bf3c3f5b5e1425bd1c3f2311c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0d5594433f71f2d730c4a31a556afe89dae55370 # timeout=10 Commit message: "feat!: updates to services for bootstrapping and using common config" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-08T00:20:57.714Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-08T00:20:57.881Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-08T00:20:57.982Z] ========================================================= [2023-02-08T00:20:57.982Z] EdgeX Global Pipelines Version Info [2023-02-08T00:20:57.982Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-08T00:20:58.789Z] ------------------- [2023-02-08T00:20:58.789Z] stable info: [2023-02-08T00:20:58.789Z] ------------------- [2023-02-08T00:20:58.789Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-08T00:20:58.789Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-08T00:20:58.789Z] Message: update stable to v1.0.244 [2023-02-08T00:20:59.361Z] ------------------- [2023-02-08T00:20:59.361Z] experimental info: [2023-02-08T00:20:59.361Z] ------------------- [2023-02-08T00:20:59.361Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-08T00:20:59.361Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-08T00:20:59.361Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-08T00:20:59.700Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-08T00:20:59.741Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-08T00:20:59.788Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-08T00:20:59.831Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-08T00:20:59.876Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-08T00:20:59.919Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-08T00:20:59.966Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-08T00:21:00.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-08T00:21:00.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-08T00:21:00.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-08T00:21:00.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-08T00:21:00.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-08T00:21:00.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-08T00:21:00.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-08T00:21:00.260Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-08T00:21:00.299Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-08T00:21:00.334Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-08T00:21:00.369Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-08T00:21:00.408Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-08T00:21:00.442Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-02-08T00:21:00.485Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-08T00:21:00.524Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-08T00:21:00.568Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-08T00:21:00.610Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4335 [Pipeline] echo [2023-02-08T00:21:00.654Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4335 [Pipeline] echo [2023-02-08T00:21:00.695Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4335 [Pipeline] echo [2023-02-08T00:21:00.736Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0d5594433f71f2d730c4a31a556afe89dae55370 [Pipeline] echo [2023-02-08T00:21:00.775Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0d55944 [Pipeline] echo [2023-02-08T00:21:00.818Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-08T00:21:00.938Z] provisioning config files... [2023-02-08T00:21:00.951Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16524651908795945384tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-08T00:21:01.292Z] ---> docker-login.sh [2023-02-08T00:21:01.293Z] nexus3.edgexfoundry.org:10001 [2023-02-08T00:21:01.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T00:21:01.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T00:21:01.553Z] Configure a credential helper to remove this warning. See [2023-02-08T00:21:01.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T00:21:01.553Z] [2023-02-08T00:21:01.553Z] Login Succeeded [2023-02-08T00:21:01.553Z] nexus3.edgexfoundry.org:10002 [2023-02-08T00:21:01.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T00:21:01.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T00:21:01.553Z] Configure a credential helper to remove this warning. See [2023-02-08T00:21:01.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T00:21:01.553Z] [2023-02-08T00:21:01.553Z] Login Succeeded [2023-02-08T00:21:01.553Z] nexus3.edgexfoundry.org:10003 [2023-02-08T00:21:01.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T00:21:01.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T00:21:01.813Z] Configure a credential helper to remove this warning. See [2023-02-08T00:21:01.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T00:21:01.813Z] [2023-02-08T00:21:01.813Z] Login Succeeded [2023-02-08T00:21:01.813Z] nexus3.edgexfoundry.org:10004 [2023-02-08T00:21:01.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T00:21:02.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T00:21:02.072Z] Configure a credential helper to remove this warning. See [2023-02-08T00:21:02.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T00:21:02.072Z] [2023-02-08T00:21:02.072Z] Login Succeeded [2023-02-08T00:21:02.072Z] docker.io [2023-02-08T00:21:02.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-08T00:21:02.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-08T00:21:02.333Z] Configure a credential helper to remove this warning. See [2023-02-08T00:21:02.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-08T00:21:02.333Z] [2023-02-08T00:21:02.333Z] Login Succeeded [2023-02-08T00:21:02.333Z] ---> docker-login.sh ends [Pipeline] } [2023-02-08T00:21:02.361Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-08T00:21:02.792Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-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-02-08T00:21:02.792Z] + + dirname cmd/core-command/Dockerfile [2023-02-08T00:21:02.792Z] cut -d/ -f2 [2023-02-08T00:21:02.792Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-08T00:21:02.792Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-08T00:21:02.792Z] + cut -d/ -f2 [2023-02-08T00:21:02.792Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-08T00:21:02.792Z] + + dirname cmd/core-data/Dockerfile [2023-02-08T00:21:02.792Z] cut -d/ -f2 [2023-02-08T00:21:02.792Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-08T00:21:02.792Z] + dirname cmd/core-metadata/Dockerfile [2023-02-08T00:21:02.792Z] + cut -d/ -f2 [2023-02-08T00:21:02.792Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-08T00:21:02.792Z] + + dirname cmd/security-bootstrapper/Dockerfile [2023-02-08T00:21:02.792Z] cut -d/ -f2 [2023-02-08T00:21:02.792Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-08T00:21:02.792Z] + + dirname cmd/security-proxy-setup/Dockerfile [2023-02-08T00:21:02.792Z] cut -d/ -f2 [2023-02-08T00:21:02.792Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-08T00:21:02.792Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-08T00:21:02.792Z] + cut -d/ -f2 [2023-02-08T00:21:02.792Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-08T00:21:02.792Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-08T00:21:02.792Z] + cut -d/ -f2 [2023-02-08T00:21:02.792Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-08T00:21:02.792Z] + dirname cmd/security-spire-agent/Dockerfile [2023-02-08T00:21:02.792Z] + cut -d/ -f2 [2023-02-08T00:21:02.792Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-08T00:21:02.792Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-08T00:21:02.792Z] + cut -d/ -f2 [2023-02-08T00:21:02.792Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-08T00:21:02.792Z] + + dirname cmd/security-spire-server/Dockerfile [2023-02-08T00:21:02.792Z] cut -d/ -f2 [2023-02-08T00:21:02.792Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-08T00:21:02.792Z] + dirname cmd/support-notifications/Dockerfile [2023-02-08T00:21:02.792Z] + cut -d/ -f2 [2023-02-08T00:21:02.792Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-08T00:21:02.792Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-08T00:21:02.792Z] + cut -d/ -f2 [2023-02-08T00:21:02.792Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-08T00:21:02.848Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-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-02-08T00:21:03.341Z] + git rev-list -1 --merges 0d5594433f71f2d730c4a31a556afe89dae55370~1..0d5594433f71f2d730c4a31a556afe89dae55370 [Pipeline] echo [2023-02-08T00:21:03.372Z] -----------> git rev-list -1 --merges 0d5594433f71f2d730c4a31a556afe89dae55370~1..0d5594433f71f2d730c4a31a556afe89dae55370 0d5594433f71f2d730c4a31a556afe89dae55370 [false] [Pipeline] sh [2023-02-08T00:21:03.676Z] + git log --format=format:%s -1 0d5594433f71f2d730c4a31a556afe89dae55370 [Pipeline] echo [2023-02-08T00:21:03.716Z] ========================================================= [2023-02-08T00:21:03.716Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-08T00:21:03.716Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-08T00:21:04.137Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-08T00:21:04.137Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-08T00:21:04.137Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-08T00:21:04.137Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-08T00:21:04.137Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-08T00:21:04.137Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-08T00:21:04.137Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T00:21:04.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-08T00:21:04.558Z] [2023-02-08T00:21:04.558Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T00:21:04.929Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-08T00:21:04.929Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-08T00:21:04.929Z] b85a868b505f: Pulling fs layer [2023-02-08T00:21:04.929Z] e2be974225ed: Pulling fs layer [2023-02-08T00:21:04.929Z] 339a4e72a1f5: Pulling fs layer [2023-02-08T00:21:04.929Z] 988bab9f4d93: Pulling fs layer [2023-02-08T00:21:04.929Z] 1469e6f7b9e6: Pulling fs layer [2023-02-08T00:21:04.929Z] eaf3925da568: Pulling fs layer [2023-02-08T00:21:04.929Z] bab4dde63d76: Pulling fs layer [2023-02-08T00:21:04.929Z] bde34c3a00c8: Pulling fs layer [2023-02-08T00:21:04.929Z] b352a97aabf1: Pulling fs layer [2023-02-08T00:21:04.929Z] 4872d77fe225: Pulling fs layer [2023-02-08T00:21:04.929Z] 5851b861e8e6: Pulling fs layer [2023-02-08T00:21:04.929Z] 1469e6f7b9e6: Waiting [2023-02-08T00:21:04.929Z] 988bab9f4d93: Waiting [2023-02-08T00:21:04.929Z] bab4dde63d76: Waiting [2023-02-08T00:21:04.929Z] bde34c3a00c8: Waiting [2023-02-08T00:21:04.929Z] eaf3925da568: Waiting [2023-02-08T00:21:04.929Z] b352a97aabf1: Waiting [2023-02-08T00:21:04.929Z] 4872d77fe225: Waiting [2023-02-08T00:21:04.929Z] 5851b861e8e6: Waiting [2023-02-08T00:21:05.196Z] e2be974225ed: Download complete [2023-02-08T00:21:05.197Z] 988bab9f4d93: Verifying Checksum [2023-02-08T00:21:05.197Z] 988bab9f4d93: Download complete [2023-02-08T00:21:05.459Z] 1469e6f7b9e6: Verifying Checksum [2023-02-08T00:21:05.459Z] 1469e6f7b9e6: Download complete [2023-02-08T00:21:05.459Z] 339a4e72a1f5: Verifying Checksum [2023-02-08T00:21:05.459Z] 339a4e72a1f5: Download complete [2023-02-08T00:21:05.459Z] eaf3925da568: Verifying Checksum [2023-02-08T00:21:05.459Z] eaf3925da568: Download complete [2023-02-08T00:21:05.459Z] bde34c3a00c8: Verifying Checksum [2023-02-08T00:21:05.459Z] bde34c3a00c8: Download complete [2023-02-08T00:21:05.459Z] b352a97aabf1: Download complete [2023-02-08T00:21:05.459Z] 4872d77fe225: Verifying Checksum [2023-02-08T00:21:05.459Z] 4872d77fe225: Download complete [2023-02-08T00:21:05.459Z] 5851b861e8e6: Verifying Checksum [2023-02-08T00:21:05.459Z] 5851b861e8e6: Download complete [2023-02-08T00:21:05.459Z] b85a868b505f: Verifying Checksum [2023-02-08T00:21:05.459Z] b85a868b505f: Download complete [2023-02-08T00:21:06.025Z] bab4dde63d76: Verifying Checksum [2023-02-08T00:21:06.025Z] bab4dde63d76: Download complete [2023-02-08T00:21:06.961Z] b85a868b505f: Pull complete [2023-02-08T00:21:07.221Z] e2be974225ed: Pull complete [2023-02-08T00:21:07.787Z] 339a4e72a1f5: Pull complete [2023-02-08T00:21:08.047Z] 988bab9f4d93: Pull complete [2023-02-08T00:21:08.305Z] 1469e6f7b9e6: Pull complete [2023-02-08T00:21:08.305Z] eaf3925da568: Pull complete [2023-02-08T00:21:10.208Z] bab4dde63d76: Pull complete [2023-02-08T00:21:10.208Z] bde34c3a00c8: Pull complete [2023-02-08T00:21:10.208Z] b352a97aabf1: Pull complete [2023-02-08T00:21:10.208Z] 4872d77fe225: Pull complete [2023-02-08T00:21:10.467Z] 5851b861e8e6: Pull complete [2023-02-08T00:21:10.467Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-08T00:21:10.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-08T00:21:10.467Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T00:21:10.676Z] prd-ubuntu20.04-docker-8c-8g-5036 does not seem to be running inside a container [2023-02-08T00:21:10.707Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-08T00:21:13.992Z] $ docker top ee4ca03c6c04d14ff7419f38da90333b2a67369bb20ecc413de54438cf8e1bf9 -eo pid,comm [2023-02-08T00:21:14.071Z] 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-02-08T00:21:14.071Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-08T00:21:14.183Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-08T00:21:14.183Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-08T00:21:14.299Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-08T00:21:14.303Z] $ docker exec ee4ca03c6c04d14ff7419f38da90333b2a67369bb20ecc413de54438cf8e1bf9 ssh-agent [2023-02-08T00:21:14.423Z] SSH_AUTH_SOCK=/tmp/ssh-3WWOBD8eTtA3/agent.32 [2023-02-08T00:21:14.423Z] SSH_AGENT_PID=38 [2023-02-08T00:21:14.429Z] Running ssh-add (command line suppressed) [2023-02-08T00:21:14.540Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3624503886571800718.key (/w/workspace/edgex-go/1@tmp/private_key_3624503886571800718.key) [2023-02-08T00:21:14.550Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-08T00:21:14.871Z] + git tag --points-at HEAD [Pipeline] } [2023-02-08T00:21:14.902Z] $ docker exec --env ******** --env ******** ee4ca03c6c04d14ff7419f38da90333b2a67369bb20ecc413de54438cf8e1bf9 ssh-agent -k [2023-02-08T00:21:15.015Z] unset SSH_AUTH_SOCK; [2023-02-08T00:21:15.015Z] unset SSH_AGENT_PID; [2023-02-08T00:21:15.016Z] echo Agent pid 38 killed; [2023-02-08T00:21:15.025Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-08T00:21:15.110Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-08T00:21:15.110Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-08T00:21:15.250Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-08T00:21:15.254Z] $ docker exec ee4ca03c6c04d14ff7419f38da90333b2a67369bb20ecc413de54438cf8e1bf9 ssh-agent [2023-02-08T00:21:15.369Z] SSH_AUTH_SOCK=/tmp/ssh-0Pp3uUQgjfam/agent.71 [2023-02-08T00:21:15.369Z] SSH_AGENT_PID=77 [2023-02-08T00:21:15.375Z] Running ssh-add (command line suppressed) [2023-02-08T00:21:15.494Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_18238947225329881302.key (/w/workspace/edgex-go/1@tmp/private_key_18238947225329881302.key) [2023-02-08T00:21:15.508Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-08T00:21:15.835Z] + git semver init [2023-02-08T00:21:16.098Z] 2023-02-08 00:21:16,040 [run_init] DEBUG init version:0.0.0 force:False [2023-02-08T00:21:16.098Z] 2023-02-08 00:21:16,041 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-02-08T00:21:16.098Z] 2023-02-08 00:21:16,041 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-02-08T00:21:16.098Z] 2023-02-08 00:21:16,041 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2023-02-08T00:21:21.464Z] 2023-02-08 00:21:21,169 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-02-08T00:21:21.464Z] 2023-02-08 00:21:21,170 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4335 with force:False [2023-02-08T00:21:21.464Z] 2023-02-08 00:21:21,170 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4335 [2023-02-08T00:21:21.464Z] 2023-02-08 00:21:21,174 [execute] INFO git cat-file --batch-check [2023-02-08T00:21:21.464Z] 2023-02-08 00:21:21,174 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-02-08T00:21:21.464Z] 2023-02-08 00:21:21,180 [execute] INFO git cat-file --batch [2023-02-08T00:21:21.464Z] 2023-02-08 00:21:21,180 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-02-08T00:21:21.464Z] 2023-02-08 00:21:21,185 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4335 [2023-02-08T00:21:21.464Z] 0.0.0 [Pipeline] } [2023-02-08T00:21:21.498Z] $ docker exec --env ******** --env ******** ee4ca03c6c04d14ff7419f38da90333b2a67369bb20ecc413de54438cf8e1bf9 ssh-agent -k [2023-02-08T00:21:21.598Z] unset SSH_AUTH_SOCK; [2023-02-08T00:21:21.598Z] unset SSH_AGENT_PID; [2023-02-08T00:21:21.599Z] echo Agent pid 77 killed; [2023-02-08T00:21:21.608Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-08T00:21:22.028Z] + git semver [Pipeline] } [2023-02-08T00:21:22.321Z] $ docker stop --time=1 ee4ca03c6c04d14ff7419f38da90333b2a67369bb20ecc413de54438cf8e1bf9 [2023-02-08T00:21:23.600Z] $ docker rm -f --volumes ee4ca03c6c04d14ff7419f38da90333b2a67369bb20ecc413de54438cf8e1bf9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-08T00:21:24.006Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-08T00:21:24.258Z] Stashed 1 file(s) [Pipeline] echo [2023-02-08T00:21:24.276Z] [edgeXSemver]: initialized semver on version 0.0.0 [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-02-08T00:21:25.090Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-02-08T00:21:25.133Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-08T00:21:25.171Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-08T00:21:25.202Z] ========================================================= [2023-02-08T00:21:25.202Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-08T00:21:25.202Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-08T00:21:25.538Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-08T00:21:25.538Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-08T00:21:25.538Z] 213ec9aee27d: Pulling fs layer [2023-02-08T00:21:25.538Z] 4583459ba037: Pulling fs layer [2023-02-08T00:21:25.538Z] 93c1e223e6f2: Pulling fs layer [2023-02-08T00:21:25.538Z] 53926ce57604: Pulling fs layer [2023-02-08T00:21:25.538Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-08T00:21:25.538Z] 22ff95d597cd: Pulling fs layer [2023-02-08T00:21:25.538Z] 12d6caf4c0d1: Pulling fs layer [2023-02-08T00:21:25.538Z] 96b7cbca73a9: Pulling fs layer [2023-02-08T00:21:25.538Z] a7acece74701: Pulling fs layer [2023-02-08T00:21:25.538Z] 12d6caf4c0d1: Waiting [2023-02-08T00:21:25.538Z] 96b7cbca73a9: Waiting [2023-02-08T00:21:25.538Z] a7acece74701: Waiting [2023-02-08T00:21:25.538Z] 21b2b0c7a3f4: Waiting [2023-02-08T00:21:25.538Z] 22ff95d597cd: Waiting [2023-02-08T00:21:25.538Z] 53926ce57604: Waiting [2023-02-08T00:21:25.538Z] 93c1e223e6f2: Verifying Checksum [2023-02-08T00:21:25.538Z] 93c1e223e6f2: Download complete [2023-02-08T00:21:25.538Z] 4583459ba037: Download complete [2023-02-08T00:21:25.538Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-08T00:21:25.538Z] 21b2b0c7a3f4: Download complete [2023-02-08T00:21:25.538Z] 22ff95d597cd: Verifying Checksum [2023-02-08T00:21:25.538Z] 22ff95d597cd: Download complete [2023-02-08T00:21:25.802Z] 213ec9aee27d: Verifying Checksum [2023-02-08T00:21:25.802Z] 213ec9aee27d: Download complete [2023-02-08T00:21:25.802Z] 12d6caf4c0d1: Verifying Checksum [2023-02-08T00:21:25.802Z] 12d6caf4c0d1: Download complete [2023-02-08T00:21:25.802Z] 213ec9aee27d: Pull complete [2023-02-08T00:21:26.071Z] 4583459ba037: Pull complete [2023-02-08T00:21:26.071Z] 93c1e223e6f2: Pull complete [2023-02-08T00:21:26.687Z] a7acece74701: Verifying Checksum [2023-02-08T00:21:26.687Z] a7acece74701: Download complete [2023-02-08T00:21:26.952Z] 53926ce57604: Verifying Checksum [2023-02-08T00:21:26.952Z] 53926ce57604: Download complete [2023-02-08T00:21:27.209Z] 96b7cbca73a9: Verifying Checksum [2023-02-08T00:21:27.209Z] 96b7cbca73a9: Download complete [2023-02-08T00:21:30.490Z] 53926ce57604: Pull complete [2023-02-08T00:21:30.490Z] 21b2b0c7a3f4: Pull complete [2023-02-08T00:21:30.749Z] 22ff95d597cd: Pull complete [2023-02-08T00:21:30.749Z] 12d6caf4c0d1: Pull complete [2023-02-08T00:21:32.648Z] 96b7cbca73a9: Pull complete [2023-02-08T00:21:33.581Z] a7acece74701: Pull complete [2023-02-08T00:21:33.581Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-08T00:21:33.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-08T00:21:33.581Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-08T00:21:33.946Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-08T00:21:33.946Z] WORKDIR /edgex [2023-02-08T00:21:33.946Z] COPY go.mod . [2023-02-08T00:21:33.946Z] RUN go mod download [2023-02-08T00:21:33.946Z] + docker build -t ci-base-image-x86_64 -f - . [2023-02-08T00:21:34.537Z] Sending build context to Docker daemon 170.1MB [2023-02-08T00:21:34.537Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-08T00:21:34.537Z] ---> db6d94c90886 [2023-02-08T00:21:34.537Z] Step 2/4 : WORKDIR /edgex [2023-02-08T00:21:38.762Z] ---> Running in 3d66382d3b6b [2023-02-08T00:21:39.020Z] Removing intermediate container 3d66382d3b6b [2023-02-08T00:21:39.020Z] ---> 8a126c185f4a [2023-02-08T00:21:39.020Z] Step 3/4 : COPY go.mod . [2023-02-08T00:21:39.020Z] ---> 240700654947 [2023-02-08T00:21:39.020Z] Step 4/4 : RUN go mod download [2023-02-08T00:21:39.020Z] ---> Running in e9799ad44cb8 [2023-02-08T00:21:39.630Z] Still waiting to schedule task [2023-02-08T00:21:39.631Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-02-08T00:21:53.938Z] Removing intermediate container e9799ad44cb8 [2023-02-08T00:21:53.938Z] ---> 2af1ba6e6ddb [2023-02-08T00:21:53.938Z] Successfully built 2af1ba6e6ddb [2023-02-08T00:21:53.938Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T00:21:54.310Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-08T00:21:54.310Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T00:21:54.466Z] prd-ubuntu20.04-docker-8c-8g-5036 does not seem to be running inside a container [2023-02-08T00:21:54.494Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-08T00:21:54.959Z] $ docker top b3b0537f5baf47ff69ee49025fe292ba57a5007e18baf61d8687753b51f4aa21 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T00:21:55.345Z] + go version [2023-02-08T00:21:55.346Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-08T00:21:55.378Z] $ docker stop --time=1 b3b0537f5baf47ff69ee49025fe292ba57a5007e18baf61d8687753b51f4aa21 [2023-02-08T00:21:56.659Z] $ docker rm -f --volumes b3b0537f5baf47ff69ee49025fe292ba57a5007e18baf61d8687753b51f4aa21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T00:21:57.341Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-08T00:21:57.341Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T00:21:57.503Z] prd-ubuntu20.04-docker-8c-8g-5036 does not seem to be running inside a container [2023-02-08T00:21:57.537Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-08T00:21:57.877Z] $ docker top c6152113930332908e04a826f971d87aeef379fc02059a124952f14f1ff63307 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-08T00:21:58.010Z] ========================================================= [2023-02-08T00:21:58.010Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-08T00:21:58.010Z] ========================================================= [Pipeline] sh [2023-02-08T00:21:58.338Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-08T00:21:58.716Z] + make test [2023-02-08T00:21:58.716Z] go test -race -coverprofile=coverage.out ./... [2023-02-08T00:22:05.280Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-08T00:22:20.146Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-08T00:22:20.146Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-08T00:22:20.146Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-08T00:22:20.146Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-08T00:22:20.146Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-08T00:22:20.146Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-08T00:22:20.146Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-08T00:22:20.146Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-08T00:22:20.146Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-08T00:22:20.146Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-08T00:22:20.146Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-08T00:22:20.146Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-08T00:22:20.146Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-08T00:22:20.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-08T00:22:20.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.088s coverage: 28.7% of statements [2023-02-08T00:22:20.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-08T00:22:20.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-08T00:22:20.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.115s coverage: 98.5% of statements [2023-02-08T00:22:22.049Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.133s coverage: 73.2% of statements [2023-02-08T00:22:22.049Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-08T00:22:22.049Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-08T00:22:22.049Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-08T00:22:22.049Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.104s coverage: 54.0% of statements [2023-02-08T00:22:22.049Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-08T00:22:22.049Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-08T00:22:23.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.848s coverage: 89.2% of statements [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-08T00:22:23.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.066s coverage: 2.6% of statements [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-08T00:22:23.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.478s coverage: 95.6% of statements [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-08T00:22:23.948Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.094s coverage: 72.2% of statements [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-08T00:22:23.948Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.082s coverage: 65.9% of statements [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-08T00:22:23.948Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.075s coverage: 0.9% of statements [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-08T00:22:23.948Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.075s coverage: 29.6% of statements [2023-02-08T00:22:23.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-08T00:22:23.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 47.1% of statements [2023-02-08T00:22:23.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.061s coverage: 82.9% of statements [2023-02-08T00:22:23.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2023-02-08T00:22:23.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements [2023-02-08T00:22:23.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements [2023-02-08T00:22:29.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.065s coverage: 94.4% of statements [2023-02-08T00:22:29.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2023-02-08T00:22:34.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.301s coverage: 79.9% of statements [2023-02-08T00:22:34.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-08T00:22:39.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.105s coverage: 92.9% of statements [2023-02-08T00:22:39.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-08T00:22:39.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-08T00:22:39.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-08T00:22:39.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 64.4% of statements [2023-02-08T00:22:39.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-08T00:22:39.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-08T00:22:39.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-08T00:22:39.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-08T00:22:39.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.076s coverage: 86.9% of statements [2023-02-08T00:22:39.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-08T00:22:39.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-08T00:22:39.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-08T00:22:39.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-08T00:22:39.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2023-02-08T00:22:39.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-08T00:22:39.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-08T00:22:39.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.072s coverage: 100.0% of statements [2023-02-08T00:22:39.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-08T00:22:39.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 77.4% of statements [2023-02-08T00:22:39.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-08T00:22:39.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.0% of statements [2023-02-08T00:22:39.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2023-02-08T00:22:39.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.232s coverage: 91.2% of statements [2023-02-08T00:22:39.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-08T00:22:39.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 64.7% of statements [2023-02-08T00:22:39.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-08T00:22:39.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2023-02-08T00:22:39.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements [2023-02-08T00:22:39.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements [2023-02-08T00:22:39.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.026s coverage: 73.7% of statements [2023-02-08T00:22:39.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2023-02-08T00:22:39.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.341s coverage: 65.3% of statements [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-08T00:22:39.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.160s coverage: 41.8% of statements [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-08T00:22:39.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-08T00:22:39.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.065s coverage: 84.8% of statements [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-08T00:22:39.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.084s coverage: 17.7% of statements [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-08T00:22:39.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.168s coverage: 92.3% of statements [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-08T00:22:39.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-08T00:22:39.752Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-08T00:22:39.752Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-08T00:22:41.146Z] 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-02-08T00:22:59.234Z] 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-02-08T00:22:59.234Z] go vet ./... [2023-02-08T00:23:02.513Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-08T00:23:02.513Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-08T00:23:02.769Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-08T00:23:10.266Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-08T00:23:10.581Z] + ls -al . [2023-02-08T00:23:10.581Z] total 744 [2023-02-08T00:23:10.581Z] drwxrwxr-x 11 1001 1001 4096 Feb 8 00:21 . [2023-02-08T00:23:10.581Z] drwxr-xr-x 4 root root 4096 Feb 8 00:21 .. [2023-02-08T00:23:10.581Z] drwxrwxr-x 2 1001 1001 4096 Feb 8 00:20 .blubracket [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 16 Feb 8 00:20 .dockerignore [2023-02-08T00:23:10.581Z] drwxrwxr-x 8 1001 1001 4096 Feb 8 00:22 .git [2023-02-08T00:23:10.581Z] drwxrwxr-x 3 1001 1001 4096 Feb 8 00:20 .github [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 1024 Feb 8 00:20 .gitignore [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 42 Feb 8 00:20 .golangci.yml [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 87 Feb 8 00:20 .hadolint.yml [2023-02-08T00:23:10.581Z] drwxr-xr-x 3 1001 1001 4096 Feb 8 00:21 .semver [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 166 Feb 8 00:20 .sonarcloud.properties [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 1171 Feb 8 00:20 ADOPTERS.md [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 10825 Feb 8 00:20 Attribution.txt [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 73765 Feb 8 00:20 CHANGELOG.md [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 3804 Feb 8 00:20 CONTRIBUTING.md [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 677 Feb 8 00:20 GOVERNANCE.md [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 850 Feb 8 00:20 Jenkinsfile [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 10775 Feb 8 00:20 LICENSE [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 13375 Feb 8 00:20 Makefile [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 582 Feb 8 00:20 OWNERS.md [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 9403 Feb 8 00:20 README.md [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 6912 Feb 8 00:20 SECURITY.md [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 5 Feb 8 00:21 VERSION [2023-02-08T00:23:10.581Z] drwxrwxr-x 2 1001 1001 4096 Feb 8 00:20 bin [2023-02-08T00:23:10.581Z] drwxrwxr-x 17 1001 1001 4096 Feb 8 00:20 cmd [2023-02-08T00:23:10.581Z] -rw-r--r-- 1 root root 484957 Feb 8 00:22 coverage.out [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 3423 Feb 8 00:20 go.mod [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 33346 Feb 8 00:20 go.sum [2023-02-08T00:23:10.581Z] drwxrwxr-x 7 1001 1001 4096 Feb 8 00:20 internal [2023-02-08T00:23:10.581Z] drwxrwxr-x 3 1001 1001 4096 Feb 8 00:20 openapi [2023-02-08T00:23:10.581Z] drwxrwxr-x 4 1001 1001 4096 Feb 8 00:20 snap [2023-02-08T00:23:10.581Z] -rw-rw-r-- 1 1001 1001 204 Feb 8 00:20 version.go [Pipeline] sh [2023-02-08T00:23:10.899Z] + '[' -e coverage.out ] [2023-02-08T00:23:10.899Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-08T00:23:11.020Z] Stashed 1 file(s) [Pipeline] sh [2023-02-08T00:23:11.316Z] + make build [2023-02-08T00:23:11.316Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-08T00:23:23.509Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-08T00:23:23.509Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-08T00:23:24.444Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-08T00:23:25.377Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-08T00:23:33.486Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-08T00:23:33.744Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-08T00:23:34.678Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-08T00:23:36.060Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-08T00:23:36.992Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-08T00:23:37.558Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-08T00:23:40.093Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-08T00:23:41.498Z] $ docker stop --time=1 c6152113930332908e04a826f971d87aeef379fc02059a124952f14f1ff63307 [2023-02-08T00:23:46.489Z] $ docker rm -f --volumes c6152113930332908e04a826f971d87aeef379fc02059a124952f14f1ff63307 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T00:23:47.513Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-08T00:23:47.513Z] [2023-02-08T00:23:47.513Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T00:23:47.878Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-08T00:23:47.878Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-08T00:23:47.878Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-08T00:23:47.878Z] ca9280d653b3: Pulling fs layer [2023-02-08T00:23:47.878Z] 7e9c9ca2126c: Pulling fs layer [2023-02-08T00:23:48.151Z] cbdbe7a5bc2a: Download complete [2023-02-08T00:23:48.421Z] cbdbe7a5bc2a: Pull complete [2023-02-08T00:23:48.421Z] ca9280d653b3: Verifying Checksum [2023-02-08T00:23:48.421Z] ca9280d653b3: Download complete [2023-02-08T00:23:48.682Z] 7e9c9ca2126c: Download complete [2023-02-08T00:23:48.941Z] ca9280d653b3: Pull complete [2023-02-08T00:23:52.230Z] 7e9c9ca2126c: Pull complete [2023-02-08T00:23:52.230Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-08T00:23:52.230Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-08T00:23:52.230Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T00:23:52.441Z] prd-ubuntu20.04-docker-8c-8g-5036 does not seem to be running inside a container [2023-02-08T00:23:52.467Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-08T00:23:55.370Z] $ docker top a3a7d250253be40811f00866d9dd637b3517fbffc9ee527cdc09e6cd42b78e5c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T00:23:55.759Z] + docker-compose build --help [2023-02-08T00:23:55.759Z] + grep parallel [2023-02-08T00:23:56.328Z] --parallel Build images in parallel. [Pipeline] } [2023-02-08T00:23:56.366Z] $ docker stop --time=1 a3a7d250253be40811f00866d9dd637b3517fbffc9ee527cdc09e6cd42b78e5c [2023-02-08T00:23:57.674Z] $ docker rm -f --volumes a3a7d250253be40811f00866d9dd637b3517fbffc9ee527cdc09e6cd42b78e5c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T00:23:58.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-08T00:23:58.280Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T00:23:58.437Z] prd-ubuntu20.04-docker-8c-8g-5036 does not seem to be running inside a container [2023-02-08T00:23:58.468Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-08T00:23:58.819Z] $ docker top bae773d537ffcfcd423d40b3e19181b072178cd5241104388ca57de5f478721d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T00:23:59.216Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-08T00:23:59.783Z] Building core-command ... [2023-02-08T00:23:59.783Z] Building core-common-config-bootstrapper ... [2023-02-08T00:23:59.783Z] Building core-data ... [2023-02-08T00:23:59.783Z] Building core-metadata ... [2023-02-08T00:23:59.783Z] Building security-bootstrapper ... [2023-02-08T00:23:59.783Z] Building security-proxy-setup ... [2023-02-08T00:23:59.783Z] Building security-secretstore-setup ... [2023-02-08T00:23:59.783Z] Building security-spiffe-token-provider ... [2023-02-08T00:23:59.783Z] Building security-spire-agent ... [2023-02-08T00:23:59.783Z] Building security-spire-config ... [2023-02-08T00:23:59.783Z] Building security-spire-server ... [2023-02-08T00:23:59.783Z] Building support-notifications ... [2023-02-08T00:23:59.783Z] Building support-scheduler ... [2023-02-08T00:23:59.783Z] Building security-spiffe-token-provider [2023-02-08T00:23:59.783Z] Building core-metadata [2023-02-08T00:23:59.783Z] Building security-bootstrapper [2023-02-08T00:23:59.783Z] Building core-common-config-bootstrapper [2023-02-08T00:23:59.783Z] Building support-notifications [2023-02-08T00:24:11.979Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T00:24:11.979Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-08T00:24:11.979Z] ---> 2af1ba6e6ddb [2023-02-08T00:24:11.979Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-08T00:24:11.979Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T00:24:11.979Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-08T00:24:11.979Z] ---> 2af1ba6e6ddb [2023-02-08T00:24:11.979Z] Step 3/19 : WORKDIR /edgex-go [2023-02-08T00:24:11.979Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T00:24:11.979Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-08T00:24:11.979Z] ---> 2af1ba6e6ddb [2023-02-08T00:24:11.979Z] Step 3/32 : WORKDIR /edgex-go [2023-02-08T00:24:11.979Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T00:24:11.979Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-08T00:24:11.979Z] ---> 2af1ba6e6ddb [2023-02-08T00:24:11.979Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-08T00:24:11.979Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T00:24:11.979Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-08T00:24:11.979Z] ---> 2af1ba6e6ddb [2023-02-08T00:24:11.979Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-08T00:24:20.100Z] ---> Running in bf291eaced4b [2023-02-08T00:24:20.100Z] ---> Running in f62d336ea45c [2023-02-08T00:24:20.100Z] ---> Running in 91a1ce987dab [2023-02-08T00:24:20.100Z] ---> Running in bead96933305 [2023-02-08T00:24:20.100Z] ---> Running in 66d9aeb90be3 [2023-02-08T00:24:20.100Z] Removing intermediate container 91a1ce987dab [2023-02-08T00:24:20.100Z] ---> a96ef162138b [2023-02-08T00:24:20.100Z] Step 4/24 : WORKDIR /edgex-go [2023-02-08T00:24:20.100Z] Removing intermediate container bf291eaced4b [2023-02-08T00:24:20.100Z] ---> bfe02e031684 [2023-02-08T00:24:20.100Z] Step 4/22 : WORKDIR /edgex-go [2023-02-08T00:24:20.100Z] Removing intermediate container bead96933305 [2023-02-08T00:24:20.100Z] ---> 28ed26e62bd5 [2023-02-08T00:24:20.100Z] Step 4/22 : WORKDIR /edgex-go [2023-02-08T00:24:20.100Z] Removing intermediate container 66d9aeb90be3 [2023-02-08T00:24:20.100Z] ---> 58c78c3c9c46 [2023-02-08T00:24:20.100Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-08T00:24:20.100Z] Removing intermediate container f62d336ea45c [2023-02-08T00:24:20.100Z] ---> 7168940ad62e [2023-02-08T00:24:20.100Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-08T00:24:20.100Z] ---> Running in af63ee76ee99 [2023-02-08T00:24:20.100Z] ---> Running in 600fe938c7d5 [2023-02-08T00:24:20.100Z] ---> Running in c9a558702a3c [2023-02-08T00:24:20.100Z] ---> Running in 58bdbe3214b2 [2023-02-08T00:24:20.100Z] ---> Running in f6000d460cc1 [2023-02-08T00:24:20.100Z] Removing intermediate container 600fe938c7d5 [2023-02-08T00:24:20.100Z] ---> fe79b6b7743a [2023-02-08T00:24:20.100Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-08T00:24:20.100Z] Removing intermediate container af63ee76ee99 [2023-02-08T00:24:20.100Z] ---> 2e36d55bbe30 [2023-02-08T00:24:20.100Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-08T00:24:20.100Z] Removing intermediate container c9a558702a3c [2023-02-08T00:24:20.100Z] ---> d07cac3d33d2 [2023-02-08T00:24:20.100Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-08T00:24:20.100Z] ---> Running in a80054359632 [2023-02-08T00:24:20.100Z] ---> Running in 12da68b6f327 [2023-02-08T00:24:20.100Z] ---> Running in 2f65a0393c88 [2023-02-08T00:24:20.100Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:24:20.358Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:24:20.358Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:24:20.358Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:24:20.358Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:24:20.358Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:24:20.623Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:24:20.623Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:24:20.623Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:24:20.623Z] OK: 211 MiB in 51 packages [2023-02-08T00:24:20.623Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:24:20.623Z] OK: 211 MiB in 51 packages [2023-02-08T00:24:20.623Z] v3.16.3-158-gc0082ecfbed [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-08T00:24:20.623Z] v3.16.3-151-gb476f155c74 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-08T00:24:20.623Z] OK: 17046 distinct packages available [2023-02-08T00:24:20.623Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:24:20.883Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:24:20.883Z] OK: 211 MiB in 51 packages [2023-02-08T00:24:20.883Z] OK: 211 MiB in 51 packages [2023-02-08T00:24:21.143Z] OK: 211 MiB in 51 packages [2023-02-08T00:24:21.143Z] Removing intermediate container f6000d460cc1 [2023-02-08T00:24:21.143Z] ---> 8d07478c7c68 [2023-02-08T00:24:21.143Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-08T00:24:21.143Z] Removing intermediate container 12da68b6f327 [2023-02-08T00:24:21.143Z] ---> a65e8c9236a3 [2023-02-08T00:24:21.143Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-08T00:24:21.143Z] ---> af927edc63ca [2023-02-08T00:24:21.143Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T00:24:21.143Z] ---> Running in 57c5773e8b82 [2023-02-08T00:24:21.143Z] Removing intermediate container 2f65a0393c88 [2023-02-08T00:24:21.143Z] ---> b21bf34a08b8 [2023-02-08T00:24:21.143Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-08T00:24:21.402Z] ---> f968d635777c [2023-02-08T00:24:21.402Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T00:24:21.402Z] ---> Running in f376cedcd127 [2023-02-08T00:24:21.402Z] ---> 4dbfed0bfbe9 [2023-02-08T00:24:21.402Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T00:24:21.402Z] Removing intermediate container a80054359632 [2023-02-08T00:24:21.402Z] ---> acb52810194a [2023-02-08T00:24:21.402Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-08T00:24:21.402Z] ---> Running in cd2a193bef31 [2023-02-08T00:24:21.663Z] Removing intermediate container 58bdbe3214b2 [2023-02-08T00:24:21.663Z] ---> c87be2d4e7b9 [2023-02-08T00:24:21.663Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-08T00:24:21.663Z] ---> 3716ca9db240 [2023-02-08T00:24:21.663Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T00:24:21.663Z] ---> Running in 1228fe1d6709 [2023-02-08T00:24:21.921Z] ---> 230cd7064fb4 [2023-02-08T00:24:21.921Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T00:24:21.921Z] ---> Running in a52011100f34 [2023-02-08T00:24:37.324Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5039 in /w/workspace/edgexfoundry_edgex-go_PR-4335 [Pipeline] { [Pipeline] ws [2023-02-08T00:24:37.378Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-02-08T00:24:37.473Z] The recommended git tool is: git [2023-02-08T00:24:45.994Z] using credential edgex-jenkins-ssh [2023-02-08T00:24:46.012Z] Cloning the remote Git repository [2023-02-08T00:24:46.077Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-08T00:24:46.184Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-02-08T00:24:46.497Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-08T00:24:46.498Z] > git --version # timeout=10 [2023-02-08T00:24:46.542Z] > git --version # 'git version 2.25.1' [2023-02-08T00:24:46.544Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-08T00:24:46.622Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-08T00:25:05.139Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-08T00:25:05.171Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-08T00:25:06.240Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-08T00:25:06.296Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-08T00:25:06.297Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-08T00:25:06.317Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4335/head:refs/remotes/origin/PR-4335 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-08T00:25:07.328Z] Merging remotes/origin/main commit 7290d2ed4a96933bf3c3f5b5e1425bd1c3f2311c into PR head commit 0d5594433f71f2d730c4a31a556afe89dae55370 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-08T00:25:07.714Z] Failed in branch arm64 [2023-02-08T00:25:07.356Z] > git config core.sparsecheckout # timeout=10 [2023-02-08T00:25:07.385Z] > git checkout -f 0d5594433f71f2d730c4a31a556afe89dae55370 # timeout=10 [2023-02-08T00:25:18.216Z] Removing intermediate container f376cedcd127 [2023-02-08T00:25:18.216Z] ---> d323e5c74f8b [2023-02-08T00:25:18.216Z] Step 8/22 : COPY . . [2023-02-08T00:25:18.216Z] Removing intermediate container 1228fe1d6709 [2023-02-08T00:25:18.216Z] ---> b6e57e95878a [2023-02-08T00:25:18.216Z] Step 8/24 : COPY . . [2023-02-08T00:25:18.216Z] Removing intermediate container 57c5773e8b82 [2023-02-08T00:25:18.216Z] ---> 0ddf8e8d25ce [2023-02-08T00:25:18.216Z] Step 7/32 : COPY . . [2023-02-08T00:25:18.216Z] Removing intermediate container cd2a193bef31 [2023-02-08T00:25:18.216Z] Removing intermediate container a52011100f34 [2023-02-08T00:25:18.216Z] ---> a43ccdd77c28 [2023-02-08T00:25:18.216Z] ---> b5a0981694f9 [2023-02-08T00:25:18.216Z] Step 8/22 : COPY . . [2023-02-08T00:25:18.216Z] Step 7/19 : COPY . . [2023-02-08T00:25:33.096Z] ---> 2fee462feaea [2023-02-08T00:25:33.096Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-08T00:25:33.096Z] ---> 4481d6fedbf2 [2023-02-08T00:25:33.096Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-08T00:25:33.096Z] ---> b70a3df3c9b3 [2023-02-08T00:25:33.096Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-08T00:25:33.096Z] ---> b684e1f04c68 [2023-02-08T00:25:33.096Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-08T00:25:33.096Z] ---> 769b54ce60db [2023-02-08T00:25:33.096Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-08T00:25:33.096Z] ---> Running in 27159655da7f [2023-02-08T00:25:33.096Z] ---> Running in 1bcd2cbc8fa4 [2023-02-08T00:25:33.096Z] ---> Running in d985b6ff3fd8 [2023-02-08T00:25:33.096Z] ---> Running in f73f7546b3be [2023-02-08T00:25:33.096Z] ---> Running in 101153dd3783 [2023-02-08T00:25:33.096Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-08T00:25:33.096Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-08T00:25:33.096Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-08T00:25:33.096Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-08T00:25:33.096Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-08T00:26:19.998Z] Removing intermediate container 27159655da7f [2023-02-08T00:26:19.998Z] ---> 3faf7bb9ed30 [2023-02-08T00:26:19.998Z] [2023-02-08T00:26:19.998Z] Step 10/22 : FROM alpine:3.16 [2023-02-08T00:26:19.998Z] Removing intermediate container 1bcd2cbc8fa4 [2023-02-08T00:26:19.998Z] ---> 04e1820b7848 [2023-02-08T00:26:19.998Z] [2023-02-08T00:26:19.998Z] Step 9/32 : FROM alpine:3.16 [2023-02-08T00:26:19.998Z] Removing intermediate container f73f7546b3be [2023-02-08T00:26:19.998Z] ---> ed37aa89c826 [2023-02-08T00:26:19.998Z] [2023-02-08T00:26:19.998Z] Step 10/24 : FROM alpine:3.16 [2023-02-08T00:26:19.998Z] 3.16: Pulling from library/alpine [2023-02-08T00:26:19.998Z] 3.16: Pulling from library/alpine [2023-02-08T00:26:19.998Z] 3.16: Pulling from library/alpine [2023-02-08T00:26:21.234Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-08T00:26:21.234Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-08T00:26:21.234Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-08T00:26:21.234Z] Status: Image is up to date for alpine:3.16 [2023-02-08T00:26:21.234Z] Status: Image is up to date for alpine:3.16 [2023-02-08T00:26:21.234Z] Status: Downloaded newer image for alpine:3.16 [2023-02-08T00:26:21.234Z] ---> bfe296a52501 [2023-02-08T00:26:21.234Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-08T00:26:21.234Z] ---> bfe296a52501 [2023-02-08T00:26:21.234Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-08T00:26:21.234Z] ---> bfe296a52501 [2023-02-08T00:26:21.234Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-08T00:26:21.495Z] ---> Running in 9a3d16c172bc [2023-02-08T00:26:21.495Z] ---> Running in 44c4eadc6e80 [2023-02-08T00:26:21.495Z] ---> Running in 935ed7d35d47 [2023-02-08T00:26:21.495Z] Removing intermediate container d985b6ff3fd8 [2023-02-08T00:26:21.495Z] ---> 65a96798bcca [2023-02-08T00:26:21.495Z] [2023-02-08T00:26:21.495Z] Step 10/22 : FROM alpine:3.16 [2023-02-08T00:26:21.495Z] ---> bfe296a52501 [2023-02-08T00:26:21.495Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-08T00:26:21.495Z] Removing intermediate container 101153dd3783 [2023-02-08T00:26:21.495Z] ---> eabe16879268 [2023-02-08T00:26:21.495Z] [2023-02-08T00:26:21.495Z] Step 9/19 : FROM alpine:3.15 [2023-02-08T00:26:21.495Z] ---> Running in ba480ae0e368 [2023-02-08T00:26:21.495Z] Removing intermediate container 9a3d16c172bc [2023-02-08T00:26:21.495Z] ---> 44fcc533fc30 [2023-02-08T00:26:21.495Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-08T00:26:21.495Z] Removing intermediate container 44c4eadc6e80 [2023-02-08T00:26:21.495Z] ---> b5e2bf4d825f [2023-02-08T00:26:21.495Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-08T00:26:21.495Z] ---> Running in 57e1abec8288 [2023-02-08T00:26:21.495Z] ---> Running in c5d1bbbc6cbf [2023-02-08T00:26:21.495Z] 3.15: Pulling from library/alpine [2023-02-08T00:26:21.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:21.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:21.753Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-08T00:26:21.753Z] Status: Downloaded newer image for alpine:3.15 [2023-02-08T00:26:21.753Z] ---> c4fc93816858 [2023-02-08T00:26:21.753Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-08T00:26:22.014Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:22.014Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:22.014Z] ---> Running in a12785185213 [2023-02-08T00:26:22.014Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:22.014Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:22.014Z] Removing intermediate container a12785185213 [2023-02-08T00:26:22.014Z] ---> d379ec7119cd [2023-02-08T00:26:22.014Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-08T00:26:22.014Z] ---> Running in 48d2caa7f78a [2023-02-08T00:26:22.014Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:22.014Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:22.272Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:22.272Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-08T00:26:22.272Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-08T00:26:22.272Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-08T00:26:22.272Z] (2/2) Installing su-exec (0.2-r1) [2023-02-08T00:26:22.272Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T00:26:22.272Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T00:26:22.272Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-08T00:26:22.272Z] OK: 6 MiB in 16 packages [2023-02-08T00:26:22.272Z] OK: 6 MiB in 15 packages [2023-02-08T00:26:22.272Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T00:26:22.272Z] OK: 6 MiB in 15 packages [2023-02-08T00:26:22.272Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-08T00:26:22.272Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T00:26:22.272Z] Executing ca-certificates-20220614-r0.trigger [2023-02-08T00:26:22.531Z] OK: 6 MiB in 16 packages [2023-02-08T00:26:22.531Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:22.789Z] v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-08T00:26:22.789Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-08T00:26:22.789Z] OK: 15859 distinct packages available [2023-02-08T00:26:22.789Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:23.047Z] Removing intermediate container 57e1abec8288 [2023-02-08T00:26:23.047Z] ---> a134cb1006e4 [2023-02-08T00:26:23.047Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-08T00:26:23.047Z] Removing intermediate container c5d1bbbc6cbf [2023-02-08T00:26:23.047Z] ---> 05dea50c648d [2023-02-08T00:26:23.047Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T00:26:23.047Z] ---> Running in aa949306b2e0 [2023-02-08T00:26:23.047Z] Removing intermediate container 935ed7d35d47 [2023-02-08T00:26:23.047Z] ---> b77b7bad2ae2 [2023-02-08T00:26:23.047Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-08T00:26:23.047Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:23.047Z] ---> Running in 95f0e9df9e28 [2023-02-08T00:26:23.047Z] Removing intermediate container aa949306b2e0 [2023-02-08T00:26:23.047Z] ---> ea12f2b7a6e5 [2023-02-08T00:26:23.047Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-08T00:26:23.047Z] ---> Running in e89c9c2e96cc [2023-02-08T00:26:23.047Z] Removing intermediate container 95f0e9df9e28 [2023-02-08T00:26:23.047Z] ---> 9e3fb7602183 [2023-02-08T00:26:23.047Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-08T00:26:23.047Z] ---> 1215c2da0b10 [2023-02-08T00:26:23.047Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-08T00:26:23.047Z] Removing intermediate container ba480ae0e368 [2023-02-08T00:26:23.047Z] ---> 2b624519a0ff [2023-02-08T00:26:23.047Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-08T00:26:23.047Z] ---> Running in 8440c655c407 [2023-02-08T00:26:23.047Z] ---> Running in f7fb716bfb82 [2023-02-08T00:26:23.369Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-08T00:26:23.369Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-08T00:26:23.369Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-08T00:26:23.369Z] (4/9) Installing libcurl (7.80.0-r5) [2023-02-08T00:26:23.369Z] (5/9) Installing curl (7.80.0-r5) [2023-02-08T00:26:23.369Z] Removing intermediate container e89c9c2e96cc [2023-02-08T00:26:23.369Z] ---> 88fce0d177ce [2023-02-08T00:26:23.369Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-08T00:26:23.369Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-08T00:26:23.369Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-08T00:26:23.369Z] (8/9) Installing libucontext (1.1-r0) [2023-02-08T00:26:23.369Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-08T00:26:23.369Z] Executing busybox-1.34.1-r7.trigger [2023-02-08T00:26:23.369Z] Executing ca-certificates-20220614-r0.trigger [2023-02-08T00:26:23.628Z] OK: 8 MiB in 23 packages [2023-02-08T00:26:23.628Z] Removing intermediate container 8440c655c407 [2023-02-08T00:26:23.628Z] ---> 807a9503ac69 [2023-02-08T00:26:23.628Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-08T00:26:23.628Z] Removing intermediate container f7fb716bfb82 [2023-02-08T00:26:23.628Z] ---> cbde1eb45a05 [2023-02-08T00:26:23.628Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-08T00:26:23.628Z] ---> Running in 389095ea6838 [2023-02-08T00:26:23.628Z] ---> c451f90a1feb [2023-02-08T00:26:23.628Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-08T00:26:23.628Z] ---> Running in dd77821f7014 [2023-02-08T00:26:23.628Z] ---> Running in 513ad436d942 [2023-02-08T00:26:23.628Z] Removing intermediate container 389095ea6838 [2023-02-08T00:26:23.628Z] ---> e05b9a7d5da9 [2023-02-08T00:26:23.628Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-08T00:26:23.628Z] ---> Running in b4ead8bf5467 [2023-02-08T00:26:23.886Z] Removing intermediate container dd77821f7014 [2023-02-08T00:26:23.886Z] ---> c8f4ab69d4d4 [2023-02-08T00:26:23.886Z] Step 15/24 : WORKDIR / [2023-02-08T00:26:23.886Z] Removing intermediate container 513ad436d942 [2023-02-08T00:26:23.886Z] ---> 8db931319d20 [2023-02-08T00:26:23.886Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-08T00:26:23.886Z] ---> Running in 5cd1d049a462 [2023-02-08T00:26:23.886Z] ---> Running in 4abbf5c30c65 [2023-02-08T00:26:23.886Z] ---> 316f613f98fa [2023-02-08T00:26:23.886Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-08T00:26:23.886Z] Removing intermediate container b4ead8bf5467 [2023-02-08T00:26:23.886Z] ---> b12c6915183a [2023-02-08T00:26:23.886Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-08T00:26:23.886Z] Removing intermediate container 5cd1d049a462 [2023-02-08T00:26:23.886Z] ---> 902f63e97400 [2023-02-08T00:26:23.886Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T00:26:24.145Z] Removing intermediate container 4abbf5c30c65 [2023-02-08T00:26:24.145Z] ---> 30ac83229277 [2023-02-08T00:26:24.145Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T00:26:24.145Z] ---> Running in 69709e67eccf [2023-02-08T00:26:24.145Z] Removing intermediate container 48d2caa7f78a [2023-02-08T00:26:24.145Z] ---> 62e60cd56c02 [2023-02-08T00:26:24.145Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T00:26:24.145Z] ---> 972f8c884bcd [2023-02-08T00:26:24.145Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-08T00:26:24.145Z] ---> Running in be06a9a5c38a [2023-02-08T00:26:24.145Z] ---> fe3448e85e09 [2023-02-08T00:26:24.145Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-08T00:26:24.404Z] ---> 3b31c7d7174b [2023-02-08T00:26:24.404Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-08T00:26:24.404Z] ---> 1682c45b4d31 [2023-02-08T00:26:24.404Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-08T00:26:25.781Z] ---> 582524328b6a [2023-02-08T00:26:25.781Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-08T00:26:25.781Z] ---> 406d4464bc9f [2023-02-08T00:26:25.781Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-08T00:26:25.781Z] ---> 51545644bdce [2023-02-08T00:26:25.781Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-08T00:26:25.781Z] Removing intermediate container 69709e67eccf [2023-02-08T00:26:25.781Z] ---> eb27455fce65 [2023-02-08T00:26:25.781Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-08T00:26:25.781Z] ---> 34bdbed1b3bc [2023-02-08T00:26:25.781Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-08T00:26:25.781Z] ---> Running in 7eaf1e5f312c [2023-02-08T00:26:26.042Z] ---> 4a72299eba77 [2023-02-08T00:26:26.042Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-08T00:26:26.042Z] ---> 3c68fd35d428 [2023-02-08T00:26:26.042Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-08T00:26:26.042Z] ---> Running in f278969bef7c [2023-02-08T00:26:26.042Z] ---> Running in 4b92b0dd7662 [2023-02-08T00:26:26.042Z] Removing intermediate container 7eaf1e5f312c [2023-02-08T00:26:26.042Z] ---> 753182b6e86d [2023-02-08T00:26:26.042Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-08T00:26:26.042Z] Removing intermediate container f278969bef7c [2023-02-08T00:26:26.042Z] ---> 34c6b26935ce [2023-02-08T00:26:26.042Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T00:26:26.042Z] ---> c1791bde6f27 [2023-02-08T00:26:26.042Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-08T00:26:26.042Z] ---> Running in 8fd38507f66e [2023-02-08T00:26:26.301Z] ---> Running in 547f4b85a214 [2023-02-08T00:26:26.301Z] Removing intermediate container be06a9a5c38a [2023-02-08T00:26:26.301Z] ---> 763ffbe9bf10 [2023-02-08T00:26:26.301Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-08T00:26:26.301Z] Removing intermediate container 4b92b0dd7662 [2023-02-08T00:26:26.301Z] ---> 7014bbbd3e3f [2023-02-08T00:26:26.301Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T00:26:26.301Z] ---> de3a25eb8826 [2023-02-08T00:26:26.301Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-08T00:26:26.301Z] ---> Running in 6bd2eb5ffd01 [2023-02-08T00:26:26.301Z] ---> Running in 4dc33099b6ae [2023-02-08T00:26:26.301Z] Removing intermediate container 8fd38507f66e [2023-02-08T00:26:26.301Z] ---> a34182c5c40b [2023-02-08T00:26:26.301Z] Step 20/22 : LABEL arch=x86_64 [2023-02-08T00:26:26.301Z] ---> Running in f8c3cc11633f [2023-02-08T00:26:26.301Z] Removing intermediate container 547f4b85a214 [2023-02-08T00:26:26.301Z] ---> 56e9a3ac3d4f [2023-02-08T00:26:26.301Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T00:26:26.301Z] ---> Running in 3d37516fc1be [2023-02-08T00:26:26.560Z] ---> Running in b839f090e29d [2023-02-08T00:26:26.560Z] Removing intermediate container 6bd2eb5ffd01 [2023-02-08T00:26:26.560Z] ---> 73bbf86cbfc3 [2023-02-08T00:26:26.560Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-08T00:26:26.560Z] Removing intermediate container 4dc33099b6ae [2023-02-08T00:26:26.560Z] ---> 4c1f4311fe0a [2023-02-08T00:26:26.560Z] Step 17/19 : LABEL arch=x86_64 [2023-02-08T00:26:26.560Z] ---> Running in aefa90da746c [2023-02-08T00:26:26.560Z] Removing intermediate container 3d37516fc1be [2023-02-08T00:26:26.560Z] ---> 034c01b1deb6 [2023-02-08T00:26:26.560Z] Step 21/22 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 [2023-02-08T00:26:26.560Z] ---> Running in 1f679572ab42 [2023-02-08T00:26:26.560Z] Removing intermediate container b839f090e29d [2023-02-08T00:26:26.560Z] ---> 30236c30b34e [2023-02-08T00:26:26.560Z] Step 22/24 : LABEL arch=x86_64 [2023-02-08T00:26:26.560Z] ---> Running in ef80090dd33b [2023-02-08T00:26:26.560Z] ---> Running in 802a0b44756f [2023-02-08T00:26:26.818Z] Removing intermediate container aefa90da746c [2023-02-08T00:26:26.818Z] ---> bd53a02a4444 [2023-02-08T00:26:26.818Z] Step 20/22 : LABEL arch=x86_64 [2023-02-08T00:26:26.818Z] Removing intermediate container 1f679572ab42 [2023-02-08T00:26:26.818Z] ---> d1e03def4218 [2023-02-08T00:26:26.818Z] Step 18/19 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 [2023-02-08T00:26:26.818Z] ---> Running in 0681ca528c48 [2023-02-08T00:26:26.818Z] ---> Running in 10cb7cc31706 [2023-02-08T00:26:26.818Z] Removing intermediate container ef80090dd33b [2023-02-08T00:26:26.818Z] ---> 8b7d5a65b19c [2023-02-08T00:26:26.818Z] Step 22/22 : LABEL version=0.0.0 [2023-02-08T00:26:26.818Z] Removing intermediate container 802a0b44756f [2023-02-08T00:26:26.818Z] ---> 2faa46c63e55 [2023-02-08T00:26:26.818Z] Step 23/24 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 [2023-02-08T00:26:26.818Z] ---> Running in ca08a1cc1e6f [2023-02-08T00:26:26.818Z] ---> Running in d243778bd859 [2023-02-08T00:26:26.818Z] Removing intermediate container 0681ca528c48 [2023-02-08T00:26:26.818Z] ---> 70bc8d386fda [2023-02-08T00:26:26.818Z] Step 21/22 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 [2023-02-08T00:26:26.818Z] Removing intermediate container 10cb7cc31706 [2023-02-08T00:26:26.818Z] ---> 7c865f1edd74 [2023-02-08T00:26:26.818Z] Step 19/19 : LABEL version=0.0.0 [2023-02-08T00:26:27.080Z] ---> Running in b8d155ca9ef9 [2023-02-08T00:26:27.080Z] ---> Running in 5298bde0e96e [2023-02-08T00:26:27.081Z] Removing intermediate container d243778bd859 [2023-02-08T00:26:27.081Z] ---> 444dbca862ae [2023-02-08T00:26:27.081Z] Step 24/24 : LABEL version=0.0.0 [2023-02-08T00:26:27.081Z] Removing intermediate container ca08a1cc1e6f [2023-02-08T00:26:27.081Z] ---> ee0f6e705ea7 [2023-02-08T00:26:27.081Z] [2023-02-08T00:26:27.081Z] ---> Running in 190ac2c30afb [2023-02-08T00:26:27.081Z] Removing intermediate container 5298bde0e96e [2023-02-08T00:26:27.081Z] ---> bb9005a02b31 [2023-02-08T00:26:27.081Z] Step 22/22 : LABEL version=0.0.0 [2023-02-08T00:26:27.081Z] Removing intermediate container b8d155ca9ef9 [2023-02-08T00:26:27.081Z] ---> bb1742b95859 [2023-02-08T00:26:27.081Z] [2023-02-08T00:26:27.081Z] ---> Running in e018ab8b5126 [2023-02-08T00:26:27.081Z] Successfully built ee0f6e705ea7 [2023-02-08T00:26:27.081Z] Successfully tagged support-notifications:latest [2023-02-08T00:26:27.081Z] Building security-proxy-setup [2023-02-08T00:26:27.339Z]  Building support-notifications ... done Successfully built bb1742b95859 [2023-02-08T00:26:27.339Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-08T00:26:27.339Z]  Building security-spiffe-token-provider ... done Building security-spire-server [2023-02-08T00:26:27.339Z] Removing intermediate container 190ac2c30afb [2023-02-08T00:26:27.339Z] ---> bf83c063abb1 [2023-02-08T00:26:27.339Z] [2023-02-08T00:26:27.339Z] Removing intermediate container f8c3cc11633f [2023-02-08T00:26:27.339Z] ---> 84e2d8ea8846 [2023-02-08T00:26:27.339Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T00:26:27.339Z] Removing intermediate container e018ab8b5126 [2023-02-08T00:26:27.339Z] ---> afc6cdcf14ae [2023-02-08T00:26:27.339Z] [2023-02-08T00:26:27.339Z] Successfully built bf83c063abb1 [2023-02-08T00:26:27.339Z] Successfully tagged core-metadata:latest [2023-02-08T00:26:27.339Z]  Building core-metadata ... done Building security-secretstore-setup [2023-02-08T00:26:27.339Z] Successfully built afc6cdcf14ae [2023-02-08T00:26:27.339Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-08T00:26:27.339Z]  Building core-common-config-bootstrapper ... done Building security-spire-config [2023-02-08T00:26:27.339Z] ---> 9a50d5c0171b [2023-02-08T00:26:27.339Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-08T00:26:35.444Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T00:26:35.444Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-08T00:26:35.444Z] ---> 2af1ba6e6ddb [2023-02-08T00:26:35.444Z] Step 3/23 : WORKDIR /edgex-go [2023-02-08T00:26:35.444Z] ---> Using cache [2023-02-08T00:26:35.444Z] ---> 7168940ad62e [2023-02-08T00:26:35.444Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-08T00:26:35.444Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T00:26:35.444Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-08T00:26:35.444Z] ---> 2af1ba6e6ddb [2023-02-08T00:26:35.444Z] Step 3/21 : WORKDIR /edgex-go [2023-02-08T00:26:35.444Z] ---> Using cache [2023-02-08T00:26:35.444Z] ---> 7168940ad62e [2023-02-08T00:26:35.444Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-08T00:26:35.444Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T00:26:35.444Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-08T00:26:35.444Z] ---> 2af1ba6e6ddb [2023-02-08T00:26:35.444Z] Step 3/24 : WORKDIR /edgex-go [2023-02-08T00:26:35.444Z] ---> Using cache [2023-02-08T00:26:35.444Z] ---> 7168940ad62e [2023-02-08T00:26:35.444Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-08T00:26:35.444Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T00:26:35.444Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-08T00:26:35.444Z] ---> 2af1ba6e6ddb [2023-02-08T00:26:35.444Z] Step 3/24 : WORKDIR /edgex-go [2023-02-08T00:26:35.444Z] ---> Using cache [2023-02-08T00:26:35.444Z] ---> 7168940ad62e [2023-02-08T00:26:35.444Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-08T00:26:40.710Z] ---> 4251b27895eb [2023-02-08T00:26:40.710Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-08T00:26:40.710Z] ---> Running in 7afe45da4c37 [2023-02-08T00:26:40.710Z] ---> Running in 3711f6c1e3eb [2023-02-08T00:26:40.710Z] ---> Running in 3ad8c68d2150 [2023-02-08T00:26:40.710Z] ---> Running in 14936f97a002 [2023-02-08T00:26:40.969Z] ---> bab3d4e27b10 [2023-02-08T00:26:40.969Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-08T00:26:40.969Z] ---> 0b1cfda00278 [2023-02-08T00:26:40.969Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-08T00:26:41.229Z] ---> d9ac6021ff3f [2023-02-08T00:26:41.229Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-08T00:26:41.229Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:41.229Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:41.229Z] ---> 84637a330c6e [2023-02-08T00:26:41.229Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-08T00:26:41.487Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:41.487Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:41.487Z] ---> aa838e75b3ad [2023-02-08T00:26:41.487Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-08T00:26:41.487Z] ---> Running in fccd56dc8886 [2023-02-08T00:26:41.487Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:41.487Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:41.487Z] OK: 211 MiB in 51 packages [2023-02-08T00:26:41.487Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:41.746Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:41.746Z] OK: 211 MiB in 51 packages [2023-02-08T00:26:41.746Z] OK: 211 MiB in 51 packages [2023-02-08T00:26:41.746Z] OK: 211 MiB in 51 packages [2023-02-08T00:26:42.004Z] Removing intermediate container 3711f6c1e3eb [2023-02-08T00:26:42.004Z] ---> cd27bf8d26da [2023-02-08T00:26:42.004Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-08T00:26:42.004Z] ---> 1914460a2645 [2023-02-08T00:26:42.004Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T00:26:42.004Z] ---> Running in 3d293ff21bdc [2023-02-08T00:26:42.263Z] Removing intermediate container 14936f97a002 [2023-02-08T00:26:42.263Z] ---> f388a8a34167 [2023-02-08T00:26:42.263Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-08T00:26:42.263Z] ---> 6c3d07547e61 [2023-02-08T00:26:42.263Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T00:26:42.263Z] Removing intermediate container 3ad8c68d2150 [2023-02-08T00:26:42.263Z] ---> fe641a554ed5 [2023-02-08T00:26:42.263Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-08T00:26:42.263Z] ---> Running in bee350264f1b [2023-02-08T00:26:42.523Z] Removing intermediate container fccd56dc8886 [2023-02-08T00:26:42.523Z] ---> 55620684bc9e [2023-02-08T00:26:42.523Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-08T00:26:42.523Z] ---> Running in c02eb9e0c0ac [2023-02-08T00:26:42.523Z] Removing intermediate container 7afe45da4c37 [2023-02-08T00:26:42.523Z] ---> 9d761218de2a [2023-02-08T00:26:42.523Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-08T00:26:42.523Z] Removing intermediate container c02eb9e0c0ac [2023-02-08T00:26:42.523Z] ---> a2a9f327a2dc [2023-02-08T00:26:42.523Z] Step 29/32 : CMD ["gate"] [2023-02-08T00:26:42.523Z] ---> 09f846d2ec66 [2023-02-08T00:26:42.523Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T00:26:42.523Z] ---> Running in 3c35c5973385 [2023-02-08T00:26:42.523Z] ---> Running in 2da97c70d7f1 [2023-02-08T00:26:42.782Z] ---> 070e7d518a0d [2023-02-08T00:26:42.782Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T00:26:42.782Z] ---> Running in c79801fd5fb6 [2023-02-08T00:26:42.782Z] Removing intermediate container 3c35c5973385 [2023-02-08T00:26:42.782Z] ---> b428dac6d1d2 [2023-02-08T00:26:42.782Z] Step 30/32 : LABEL arch=x86_64 [2023-02-08T00:26:42.782Z] ---> Running in 2e37221043ae [2023-02-08T00:26:42.782Z] Removing intermediate container 2e37221043ae [2023-02-08T00:26:42.782Z] ---> 6be2f210eb05 [2023-02-08T00:26:42.782Z] Step 31/32 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 [2023-02-08T00:26:42.782Z] ---> Running in c876fc444fbd [2023-02-08T00:26:43.042Z] Removing intermediate container c876fc444fbd [2023-02-08T00:26:43.042Z] ---> 04680ad3acd9 [2023-02-08T00:26:43.042Z] Step 32/32 : LABEL version=0.0.0 [2023-02-08T00:26:43.042Z] ---> Running in 30d8686153aa [2023-02-08T00:26:43.042Z] Removing intermediate container 30d8686153aa [2023-02-08T00:26:43.042Z] ---> ea617441fbf5 [2023-02-08T00:26:43.042Z] [2023-02-08T00:26:43.042Z] Successfully built ea617441fbf5 [2023-02-08T00:26:43.042Z] Successfully tagged security-bootstrapper:latest [2023-02-08T00:26:43.042Z]  Building security-bootstrapper ... done Building core-command [2023-02-08T00:26:45.566Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T00:26:45.566Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-08T00:26:45.566Z] ---> 2af1ba6e6ddb [2023-02-08T00:26:45.566Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-08T00:26:45.566Z] ---> Using cache [2023-02-08T00:26:45.566Z] ---> 28ed26e62bd5 [2023-02-08T00:26:45.566Z] Step 4/23 : WORKDIR /edgex-go [2023-02-08T00:26:45.566Z] ---> Using cache [2023-02-08T00:26:45.566Z] ---> d07cac3d33d2 [2023-02-08T00:26:45.566Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-08T00:26:46.942Z] ---> Running in b5a3ecf12004 [2023-02-08T00:26:47.201Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:47.201Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:26:47.459Z] OK: 211 MiB in 51 packages [2023-02-08T00:26:47.723Z] Removing intermediate container b5a3ecf12004 [2023-02-08T00:26:47.723Z] ---> 98c3ef61eaf9 [2023-02-08T00:26:47.723Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-08T00:26:47.982Z] ---> f5fffa17dda0 [2023-02-08T00:26:47.982Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T00:26:47.982Z] ---> Running in fc0e79dbfb72 [2023-02-08T00:27:44.431Z] Removing intermediate container 3d293ff21bdc [2023-02-08T00:27:44.431Z] ---> 3c8c8a3a7f9c [2023-02-08T00:27:44.431Z] Step 7/21 : COPY . . [2023-02-08T00:27:44.431Z] Removing intermediate container fc0e79dbfb72 [2023-02-08T00:27:44.431Z] ---> cf753bf4cc35 [2023-02-08T00:27:44.431Z] Step 8/23 : COPY . . [2023-02-08T00:27:44.431Z] Removing intermediate container bee350264f1b [2023-02-08T00:27:44.431Z] ---> f6bc0186935e [2023-02-08T00:27:44.431Z] Step 7/24 : COPY . . [2023-02-08T00:27:44.431Z] Removing intermediate container 2da97c70d7f1 [2023-02-08T00:27:44.431Z] ---> a1600397becd [2023-02-08T00:27:44.431Z] Step 7/24 : COPY . . [2023-02-08T00:27:44.431Z] Removing intermediate container c79801fd5fb6 [2023-02-08T00:27:44.431Z] ---> 1df78c6efd37 [2023-02-08T00:27:44.431Z] Step 7/23 : COPY . . [2023-02-08T00:27:59.549Z] ---> f1f867dd95eb [2023-02-08T00:27:59.549Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-08T00:27:59.549Z] ---> ce90ad0859d5 [2023-02-08T00:27:59.549Z] ---> bf4ed66999a7 [2023-02-08T00:27:59.549Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-08T00:27:59.549Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-08T00:27:59.549Z] ---> e084070e4e03 [2023-02-08T00:27:59.549Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-08T00:27:59.549Z] ---> c6e20ada8438 [2023-02-08T00:27:59.549Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-08T00:27:59.549Z] ---> Running in bf5f9b079778 [2023-02-08T00:27:59.549Z] ---> Running in e6b652acdbce [2023-02-08T00:27:59.549Z] ---> Running in 546d56116b65 [2023-02-08T00:27:59.549Z] ---> Running in 61c54573a650 [2023-02-08T00:27:59.549Z] ---> Running in 27916d77456b [2023-02-08T00:27:59.549Z] Removing intermediate container e6b652acdbce [2023-02-08T00:27:59.549Z] ---> 1b72945d457e [2023-02-08T00:27:59.549Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-08T00:27:59.549Z] Removing intermediate container 27916d77456b [2023-02-08T00:27:59.549Z] ---> 2d4148e6c50a [2023-02-08T00:27:59.549Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-08T00:27:59.549Z] ---> Running in cbdf2e9e4549 [2023-02-08T00:27:59.549Z] ---> Running in 83ed338a7ba1 [2023-02-08T00:27:59.549Z] Removing intermediate container 83ed338a7ba1 [2023-02-08T00:27:59.549Z] ---> 88ca6ae94965 [2023-02-08T00:27:59.549Z] 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-02-08T00:27:59.549Z] Removing intermediate container cbdf2e9e4549 [2023-02-08T00:27:59.549Z] ---> 0b89c6ac17ac [2023-02-08T00:27:59.549Z] 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-02-08T00:27:59.549Z] ---> Running in bc5ec4c8ecdd [2023-02-08T00:27:59.549Z] ---> Running in f5158e943c83 [2023-02-08T00:27:59.549Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-08T00:27:59.549Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-08T00:27:59.549Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-08T00:27:59.549Z] Removing intermediate container f5158e943c83 [2023-02-08T00:27:59.549Z] ---> f9075f146dbd [2023-02-08T00:27:59.549Z] Step 11/23 : WORKDIR /edgex-go [2023-02-08T00:27:59.549Z] Removing intermediate container bc5ec4c8ecdd [2023-02-08T00:27:59.549Z] ---> e97c94e06ad6 [2023-02-08T00:27:59.549Z] Step 11/24 : WORKDIR /edgex-go [2023-02-08T00:27:59.549Z] ---> Running in 0311884a40cb [2023-02-08T00:27:59.549Z] ---> Running in 0dda90089db1 [2023-02-08T00:27:59.549Z] Removing intermediate container 0311884a40cb [2023-02-08T00:27:59.549Z] ---> e685d742f8bb [2023-02-08T00:27:59.549Z] [2023-02-08T00:27:59.549Z] Step 12/23 : FROM alpine:3.15 [2023-02-08T00:27:59.549Z] ---> c4fc93816858 [2023-02-08T00:27:59.549Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-08T00:27:59.549Z] ---> Using cache [2023-02-08T00:27:59.549Z] ---> d379ec7119cd [2023-02-08T00:27:59.549Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-08T00:27:59.549Z] ---> Running in 0b5947d509c7 [2023-02-08T00:27:59.549Z] Removing intermediate container 0dda90089db1 [2023-02-08T00:27:59.549Z] ---> 9acb39a41f1a [2023-02-08T00:27:59.549Z] [2023-02-08T00:27:59.549Z] Step 12/24 : FROM alpine:3.15 [2023-02-08T00:27:59.549Z] ---> c4fc93816858 [2023-02-08T00:27:59.549Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-08T00:27:59.549Z] ---> Using cache [2023-02-08T00:27:59.549Z] ---> d379ec7119cd [2023-02-08T00:27:59.549Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-08T00:27:59.811Z] ---> Running in 32a7bfce820e [2023-02-08T00:27:59.811Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:28:00.072Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:28:00.072Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:28:00.072Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:28:00.331Z] v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-08T00:28:00.331Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-08T00:28:00.331Z] OK: 15859 distinct packages available [2023-02-08T00:28:00.331Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:28:00.331Z] v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-08T00:28:00.331Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-08T00:28:00.331Z] OK: 15859 distinct packages available [2023-02-08T00:28:00.331Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:28:00.331Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:28:00.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:28:00.590Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-08T00:28:00.590Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-08T00:28:00.590Z] (3/5) Installing libucontext (1.1-r0) [2023-02-08T00:28:00.590Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-08T00:28:00.590Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-08T00:28:00.590Z] Executing busybox-1.34.1-r7.trigger [2023-02-08T00:28:00.590Z] OK: 7 MiB in 19 packages [2023-02-08T00:28:00.590Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-08T00:28:00.590Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-08T00:28:00.590Z] (3/4) Installing libucontext (1.1-r0) [2023-02-08T00:28:00.590Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-08T00:28:00.590Z] Executing busybox-1.34.1-r7.trigger [2023-02-08T00:28:00.848Z] OK: 6 MiB in 18 packages [2023-02-08T00:28:01.420Z] Removing intermediate container 0b5947d509c7 [2023-02-08T00:28:01.420Z] ---> 549c8cfaa43f [2023-02-08T00:28:01.420Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-08T00:28:01.420Z] Removing intermediate container 32a7bfce820e [2023-02-08T00:28:01.420Z] ---> d89961927999 [2023-02-08T00:28:01.420Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-08T00:28:07.993Z] ---> a1d02db06c18 [2023-02-08T00:28:07.993Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-08T00:28:07.993Z] ---> 4777fc68b9b8 [2023-02-08T00:28:07.993Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-08T00:28:07.993Z] ---> 3cbc249e9d4e [2023-02-08T00:28:07.993Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-08T00:28:07.993Z] ---> 8c56365f3c37 [2023-02-08T00:28:07.993Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-08T00:28:07.993Z] ---> Running in 897edabbb0f3 [2023-02-08T00:28:08.252Z] ---> 236d1c809cf9 [2023-02-08T00:28:08.252Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-08T00:28:08.252Z] Removing intermediate container 897edabbb0f3 [2023-02-08T00:28:08.252Z] ---> bd0da4d7755e [2023-02-08T00:28:08.252Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-08T00:28:09.189Z] ---> adc3bde169fc [2023-02-08T00:28:09.189Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-08T00:28:09.189Z] ---> 8f3531144cf4 [2023-02-08T00:28:09.189Z] Step 19/24 : WORKDIR / [2023-02-08T00:28:09.448Z] ---> Running in ac5d3a62a6ac [2023-02-08T00:28:09.448Z] ---> Running in cdb50069f35e [2023-02-08T00:28:09.706Z] Removing intermediate container ac5d3a62a6ac [2023-02-08T00:28:09.706Z] ---> a274e1e4eed2 [2023-02-08T00:28:09.706Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-08T00:28:09.706Z] ---> Running in 5bc9a87fae71 [2023-02-08T00:28:09.706Z] Removing intermediate container cdb50069f35e [2023-02-08T00:28:09.706Z] ---> 6c3a3784a4e5 [2023-02-08T00:28:09.706Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-08T00:28:09.706Z] ---> Running in afcda62446fa [2023-02-08T00:28:09.968Z] Removing intermediate container afcda62446fa [2023-02-08T00:28:09.968Z] ---> 75298c4e6240 [2023-02-08T00:28:09.968Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-08T00:28:10.226Z] Removing intermediate container 5bc9a87fae71 [2023-02-08T00:28:10.226Z] ---> 5b48d4b5e3d9 [2023-02-08T00:28:10.226Z] Step 21/23 : LABEL arch=x86_64 [2023-02-08T00:28:10.226Z] ---> Running in 4c25c3e5ae23 [2023-02-08T00:28:10.226Z] ---> Running in 4e76428f2fcf [2023-02-08T00:28:10.484Z] Removing intermediate container 4c25c3e5ae23 [2023-02-08T00:28:10.484Z] ---> ed3059cf1726 [2023-02-08T00:28:10.484Z] Step 22/24 : LABEL arch=x86_64 [2023-02-08T00:28:10.484Z] Removing intermediate container 4e76428f2fcf [2023-02-08T00:28:10.484Z] ---> 4c8c6879e504 [2023-02-08T00:28:10.484Z] Step 22/23 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 [2023-02-08T00:28:10.485Z] ---> Running in bf3a09159c86 [2023-02-08T00:28:10.485Z] ---> Running in 759225a84a93 [2023-02-08T00:28:11.052Z] Removing intermediate container bf3a09159c86 [2023-02-08T00:28:11.052Z] ---> 0c00020ae5d2 [2023-02-08T00:28:11.052Z] Step 23/24 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 [2023-02-08T00:28:11.438Z] Removing intermediate container 759225a84a93 [2023-02-08T00:28:11.438Z] ---> 5abd743305ce [2023-02-08T00:28:11.438Z] Step 23/23 : LABEL version=0.0.0 [2023-02-08T00:28:11.697Z] ---> Running in 86cf6b880b74 [2023-02-08T00:28:11.697Z] ---> Running in 48b7e6116973 [2023-02-08T00:28:11.958Z] Removing intermediate container 86cf6b880b74 [2023-02-08T00:28:11.958Z] ---> dbac35dbe2ee [2023-02-08T00:28:11.958Z] Step 24/24 : LABEL version=0.0.0 [2023-02-08T00:28:11.958Z] ---> Running in 34e55c409795 [2023-02-08T00:28:11.958Z] Removing intermediate container 48b7e6116973 [2023-02-08T00:28:11.958Z] ---> 6139f271094d [2023-02-08T00:28:11.958Z] [2023-02-08T00:28:11.958Z] Successfully built 6139f271094d [2023-02-08T00:28:11.958Z] Successfully tagged security-spire-server:latest [2023-02-08T00:28:11.958Z]  Building security-spire-server ... done Building security-spire-agent [2023-02-08T00:28:11.958Z] Removing intermediate container 34e55c409795 [2023-02-08T00:28:11.958Z] ---> 5cc3358acdc2 [2023-02-08T00:28:11.958Z] [2023-02-08T00:28:12.216Z] Successfully built 5cc3358acdc2 [2023-02-08T00:28:12.216Z] Successfully tagged security-spire-config:latest [2023-02-08T00:28:12.216Z]  Building security-spire-config ... done Building support-scheduler [2023-02-08T00:28:17.491Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T00:28:17.491Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-08T00:28:17.491Z] ---> 2af1ba6e6ddb [2023-02-08T00:28:17.491Z] Step 3/24 : WORKDIR /edgex-go [2023-02-08T00:28:17.491Z] ---> Using cache [2023-02-08T00:28:17.491Z] ---> 7168940ad62e [2023-02-08T00:28:17.491Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-08T00:28:17.491Z] ---> Using cache [2023-02-08T00:28:17.491Z] ---> 9d761218de2a [2023-02-08T00:28:17.491Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-08T00:28:17.491Z] ---> Using cache [2023-02-08T00:28:17.491Z] ---> 070e7d518a0d [2023-02-08T00:28:17.491Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T00:28:17.491Z] ---> Using cache [2023-02-08T00:28:17.491Z] ---> 1df78c6efd37 [2023-02-08T00:28:17.491Z] Step 7/24 : COPY . . [2023-02-08T00:28:17.491Z] ---> Using cache [2023-02-08T00:28:17.491Z] ---> f1f867dd95eb [2023-02-08T00:28:17.491Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-08T00:28:17.491Z] ---> Using cache [2023-02-08T00:28:17.491Z] ---> 1b72945d457e [2023-02-08T00:28:17.491Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-08T00:28:17.491Z] ---> Using cache [2023-02-08T00:28:17.491Z] ---> 88ca6ae94965 [2023-02-08T00:28:17.491Z] 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-02-08T00:28:17.491Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T00:28:17.491Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-08T00:28:17.491Z] ---> 2af1ba6e6ddb [2023-02-08T00:28:17.491Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-08T00:28:17.491Z] ---> Using cache [2023-02-08T00:28:17.491Z] ---> 28ed26e62bd5 [2023-02-08T00:28:17.491Z] Step 4/22 : WORKDIR /edgex-go [2023-02-08T00:28:17.491Z] ---> Using cache [2023-02-08T00:28:17.491Z] ---> d07cac3d33d2 [2023-02-08T00:28:17.491Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-08T00:28:17.491Z] ---> Using cache [2023-02-08T00:28:17.491Z] ---> 98c3ef61eaf9 [2023-02-08T00:28:17.491Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-08T00:28:17.491Z] ---> Using cache [2023-02-08T00:28:17.491Z] ---> f5fffa17dda0 [2023-02-08T00:28:17.491Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T00:28:17.491Z] ---> Using cache [2023-02-08T00:28:17.491Z] ---> cf753bf4cc35 [2023-02-08T00:28:17.491Z] Step 8/22 : COPY . . [2023-02-08T00:28:17.491Z] ---> Using cache [2023-02-08T00:28:17.491Z] ---> ce90ad0859d5 [2023-02-08T00:28:17.491Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-08T00:28:20.782Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-08T00:28:21.041Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-08T00:28:24.337Z] ---> Running in cf2bd3f6cb83 [2023-02-08T00:28:24.337Z] ---> Running in c2cd43206435 [2023-02-08T00:28:24.906Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-08T00:28:30.214Z] Removing intermediate container 61c54573a650 [2023-02-08T00:28:30.214Z] ---> 858405d2b432 [2023-02-08T00:28:30.214Z] [2023-02-08T00:28:30.214Z] Step 9/24 : FROM alpine:3.16 [2023-02-08T00:28:30.214Z] ---> bfe296a52501 [2023-02-08T00:28:30.214Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-08T00:28:30.214Z] Removing intermediate container 546d56116b65 [2023-02-08T00:28:30.214Z] ---> ffe47524d3c6 [2023-02-08T00:28:30.214Z] [2023-02-08T00:28:30.214Z] Step 9/21 : FROM alpine:3.16 [2023-02-08T00:28:30.214Z] Removing intermediate container bf5f9b079778 [2023-02-08T00:28:30.214Z] ---> 3a67ccd9bce5 [2023-02-08T00:28:30.214Z] [2023-02-08T00:28:30.214Z] Step 10/23 : FROM alpine:3.16 [2023-02-08T00:28:30.214Z] ---> bfe296a52501 [2023-02-08T00:28:30.214Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-08T00:28:30.214Z] ---> Using cache [2023-02-08T00:28:30.214Z] ---> b77b7bad2ae2 [2023-02-08T00:28:30.214Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-08T00:28:30.214Z] ---> Using cache [2023-02-08T00:28:30.214Z] ---> 9e3fb7602183 [2023-02-08T00:28:30.214Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-08T00:28:30.214Z] ---> bfe296a52501 [2023-02-08T00:28:30.214Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-08T00:28:30.472Z] Removing intermediate container cf2bd3f6cb83 [2023-02-08T00:28:30.472Z] ---> f71dd0d95401 [2023-02-08T00:28:30.472Z] Step 11/24 : WORKDIR /edgex-go [2023-02-08T00:28:30.472Z] ---> Running in cbeba64eb13e [2023-02-08T00:28:30.472Z] ---> Running in 1aa716f9b7e7 [2023-02-08T00:28:30.472Z] ---> Running in 59905298b285 [2023-02-08T00:28:30.472Z] ---> Running in d4d03826471e [2023-02-08T00:28:30.729Z] Removing intermediate container 59905298b285 [2023-02-08T00:28:30.729Z] ---> e13802bf3f84 [2023-02-08T00:28:30.729Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-08T00:28:30.729Z] ---> Running in 439004e6c02d [2023-02-08T00:28:30.729Z] Removing intermediate container d4d03826471e [2023-02-08T00:28:30.729Z] ---> 64b29ad46df6 [2023-02-08T00:28:30.729Z] [2023-02-08T00:28:30.729Z] Step 12/24 : FROM alpine:3.15 [2023-02-08T00:28:30.729Z] ---> c4fc93816858 [2023-02-08T00:28:30.730Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-08T00:28:30.730Z] ---> Using cache [2023-02-08T00:28:30.730Z] ---> d379ec7119cd [2023-02-08T00:28:30.730Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-08T00:28:30.730Z] ---> Using cache [2023-02-08T00:28:30.730Z] ---> 549c8cfaa43f [2023-02-08T00:28:30.730Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-08T00:28:30.988Z] Removing intermediate container 439004e6c02d [2023-02-08T00:28:30.988Z] ---> fbd26cf5f2d5 [2023-02-08T00:28:30.988Z] Step 15/23 : WORKDIR / [2023-02-08T00:28:30.988Z] ---> Running in 563a7ce3a275 [2023-02-08T00:28:30.988Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:28:30.988Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:28:31.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:28:31.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:28:31.503Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-08T00:28:31.503Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-08T00:28:31.503Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-08T00:28:31.503Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-08T00:28:31.503Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-08T00:28:31.503Z] (3/3) Installing su-exec (0.2-r1) [2023-02-08T00:28:31.503Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T00:28:31.503Z] (4/6) Installing libcurl (7.83.1-r5) [2023-02-08T00:28:31.503Z] Executing ca-certificates-20220614-r0.trigger [2023-02-08T00:28:31.503Z] (5/6) Installing curl (7.83.1-r5) [2023-02-08T00:28:31.503Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-08T00:28:31.503Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T00:28:31.503Z] Executing ca-certificates-20220614-r0.trigger [2023-02-08T00:28:31.503Z] OK: 6 MiB in 17 packages [2023-02-08T00:28:31.503Z] OK: 8 MiB in 20 packages [2023-02-08T00:28:32.069Z] Removing intermediate container 563a7ce3a275 [2023-02-08T00:28:32.069Z] ---> 62c49c8ab439 [2023-02-08T00:28:32.069Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T00:28:32.069Z] ---> ca9ec59d3d56 [2023-02-08T00:28:32.069Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-08T00:28:32.329Z] ---> 7fcc59f89767 [2023-02-08T00:28:32.329Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-08T00:28:32.329Z] Removing intermediate container cbeba64eb13e [2023-02-08T00:28:32.329Z] ---> 4c3c46c8b853 [2023-02-08T00:28:32.329Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-08T00:28:32.599Z] ---> Running in 503b9507240e [2023-02-08T00:28:32.858Z] Removing intermediate container 1aa716f9b7e7 [2023-02-08T00:28:32.858Z] ---> 0d219b06a59d [2023-02-08T00:28:32.858Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-08T00:28:34.770Z] Removing intermediate container 503b9507240e [2023-02-08T00:28:34.770Z] ---> b798ac70dc49 [2023-02-08T00:28:34.770Z] Step 12/24 : WORKDIR / [2023-02-08T00:28:34.770Z] ---> Running in a8ee7e41c848 [2023-02-08T00:28:34.770Z] ---> 94854f7cf223 [2023-02-08T00:28:34.770Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-08T00:28:34.770Z] ---> Running in 63e4efd31a4e [2023-02-08T00:28:34.770Z] ---> 6d1e4078bf75 [2023-02-08T00:28:34.770Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-08T00:28:34.770Z] Removing intermediate container a8ee7e41c848 [2023-02-08T00:28:34.770Z] ---> f97d3f1f82cd [2023-02-08T00:28:34.770Z] Step 12/21 : WORKDIR /edgex [2023-02-08T00:28:34.770Z] ---> Running in 44878826943b [2023-02-08T00:28:34.770Z] Removing intermediate container 63e4efd31a4e [2023-02-08T00:28:34.770Z] ---> 7497b363941c [2023-02-08T00:28:34.770Z] 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-02-08T00:28:35.030Z] ---> d9dcfd478ddd [2023-02-08T00:28:35.030Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-08T00:28:35.030Z] Removing intermediate container 44878826943b [2023-02-08T00:28:35.030Z] ---> e1caf815c746 [2023-02-08T00:28:35.030Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-08T00:28:35.030Z] ---> Running in 868d6e5636be [2023-02-08T00:28:35.030Z] ---> a05ca65d4cc8 [2023-02-08T00:28:35.030Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-08T00:28:35.030Z] ---> 3ca37a9e77e7 [2023-02-08T00:28:35.030Z] 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-02-08T00:28:35.030Z] Removing intermediate container 868d6e5636be [2023-02-08T00:28:35.030Z] ---> b6586e1adbac [2023-02-08T00:28:35.030Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T00:28:35.288Z] ---> Running in b62d721a507f [2023-02-08T00:28:35.288Z] ---> 140420b8cd05 [2023-02-08T00:28:35.288Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-08T00:28:35.288Z] ---> f0d5c1e843f5 [2023-02-08T00:28:35.288Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-08T00:28:35.288Z] ---> c17b9f6cb001 [2023-02-08T00:28:35.288Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-08T00:28:35.555Z] Removing intermediate container b62d721a507f [2023-02-08T00:28:35.555Z] ---> d7c660f02e61 [2023-02-08T00:28:35.555Z] Step 21/23 : LABEL arch=x86_64 [2023-02-08T00:28:35.555Z] ---> Running in 60d8b292bea1 [2023-02-08T00:28:36.127Z] Removing intermediate container 60d8b292bea1 [2023-02-08T00:28:36.127Z] ---> a7a7f4ee3498 [2023-02-08T00:28:36.127Z] Step 22/23 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 [2023-02-08T00:28:36.127Z] ---> ef9cfb4a7f98 [2023-02-08T00:28:36.127Z] 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-02-08T00:28:36.386Z] ---> ed59b78f1424 [2023-02-08T00:28:36.386Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-08T00:28:36.386Z] ---> Running in 380dd362b2c2 [2023-02-08T00:28:36.386Z] ---> e5884c6bb321 [2023-02-08T00:28:36.386Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-08T00:28:36.386Z] ---> Running in e8345d3f499e [2023-02-08T00:28:36.386Z] Removing intermediate container 380dd362b2c2 [2023-02-08T00:28:36.386Z] ---> f5370de50a48 [2023-02-08T00:28:36.386Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-08T00:28:36.386Z] ---> Running in 0d20fa883975 [2023-02-08T00:28:36.386Z] Removing intermediate container e8345d3f499e [2023-02-08T00:28:36.386Z] ---> 4268532cd2e5 [2023-02-08T00:28:36.386Z] Step 23/23 : LABEL version=0.0.0 [2023-02-08T00:28:36.386Z] ---> Running in 0cec40a55b05 [2023-02-08T00:28:36.954Z] ---> 86ae04728025 [2023-02-08T00:28:36.954Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-08T00:28:37.213Z] Removing intermediate container 0cec40a55b05 [2023-02-08T00:28:37.213Z] ---> 83db10094d4a [2023-02-08T00:28:37.213Z] [2023-02-08T00:28:37.213Z] Removing intermediate container 0d20fa883975 [2023-02-08T00:28:37.213Z] ---> 13d94656eb2d [2023-02-08T00:28:37.213Z] Step 22/24 : LABEL arch=x86_64 [2023-02-08T00:28:37.213Z] Successfully built 83db10094d4a [2023-02-08T00:28:37.561Z] ---> 9ac8282c54dc [2023-02-08T00:28:37.561Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-08T00:28:37.561Z] Successfully tagged core-command:latest [2023-02-08T00:28:37.562Z]  Building core-command ... done Building core-data [2023-02-08T00:28:37.562Z] ---> Running in df5e003bf2d7 [2023-02-08T00:28:39.466Z] ---> cb021ff1d4e1 [2023-02-08T00:28:39.466Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-08T00:28:40.840Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-08T00:28:40.840Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-08T00:28:40.840Z] ---> 2af1ba6e6ddb [2023-02-08T00:28:40.840Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-08T00:28:40.840Z] ---> Using cache [2023-02-08T00:28:40.840Z] ---> 28ed26e62bd5 [2023-02-08T00:28:40.840Z] Step 4/22 : WORKDIR /edgex-go [2023-02-08T00:28:40.840Z] ---> Using cache [2023-02-08T00:28:40.840Z] ---> d07cac3d33d2 [2023-02-08T00:28:40.840Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-08T00:28:40.840Z] ---> Using cache [2023-02-08T00:28:40.840Z] ---> 98c3ef61eaf9 [2023-02-08T00:28:40.840Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-08T00:28:40.840Z] ---> Using cache [2023-02-08T00:28:40.840Z] ---> f5fffa17dda0 [2023-02-08T00:28:40.840Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-08T00:28:40.840Z] ---> Using cache [2023-02-08T00:28:40.840Z] ---> cf753bf4cc35 [2023-02-08T00:28:40.840Z] Step 8/22 : COPY . . [2023-02-08T00:28:40.840Z] ---> Using cache [2023-02-08T00:28:40.840Z] ---> ce90ad0859d5 [2023-02-08T00:28:40.840Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-08T00:28:43.371Z] ---> 96d537f8c293 [2023-02-08T00:28:43.371Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-08T00:28:43.371Z] Removing intermediate container df5e003bf2d7 [2023-02-08T00:28:43.371Z] ---> fb9f3b4abdad [2023-02-08T00:28:43.371Z] Step 23/24 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 [2023-02-08T00:28:43.371Z] ---> 63c33b86532d [2023-02-08T00:28:43.371Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-08T00:28:43.371Z] ---> Running in dbd2c3b78778 [2023-02-08T00:28:43.371Z] ---> Running in 57e8f5e3092c [2023-02-08T00:28:43.627Z] ---> Running in 5bb2f3d8be9f [2023-02-08T00:28:43.628Z] Removing intermediate container 57e8f5e3092c [2023-02-08T00:28:43.628Z] ---> 3bfb25b25f29 [2023-02-08T00:28:43.628Z] Step 24/24 : LABEL version=0.0.0 [2023-02-08T00:28:43.628Z] ---> 1b50a321488c [2023-02-08T00:28:43.628Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-08T00:28:43.628Z] ---> Running in 6bfac3721dcc [2023-02-08T00:28:43.628Z] ---> Running in 27e5c424aba3 [2023-02-08T00:28:43.888Z] Removing intermediate container 6bfac3721dcc [2023-02-08T00:28:43.888Z] ---> 00c1b383fb0b [2023-02-08T00:28:43.888Z] [2023-02-08T00:28:43.888Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-08T00:28:43.888Z] Successfully built 00c1b383fb0b [2023-02-08T00:28:43.888Z] Successfully tagged security-spire-agent:latest [2023-02-08T00:28:44.466Z]  Building security-spire-agent ... done Removing intermediate container 5bb2f3d8be9f [2023-02-08T00:28:44.466Z] ---> 3774babb605b [2023-02-08T00:28:44.466Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-08T00:28:44.466Z] ---> Running in 893bf0a02342 [2023-02-08T00:28:44.769Z] Removing intermediate container 893bf0a02342 [2023-02-08T00:28:44.770Z] ---> 5791c305e5fa [2023-02-08T00:28:44.770Z] Step 19/21 : LABEL arch=x86_64 [2023-02-08T00:28:44.770Z] ---> Running in 71ead7593c83 [2023-02-08T00:28:44.770Z] Removing intermediate container 71ead7593c83 [2023-02-08T00:28:44.770Z] ---> f2cdb54a05c4 [2023-02-08T00:28:44.770Z] Step 20/21 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 [2023-02-08T00:28:44.770Z] ---> Running in 6b463d3414a5 [2023-02-08T00:28:44.770Z] Removing intermediate container 27e5c424aba3 [2023-02-08T00:28:44.770Z] ---> 058c7ac2f1df [2023-02-08T00:28:44.770Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-08T00:28:44.770Z] ---> Running in 994702b18a7f [2023-02-08T00:28:45.030Z] Removing intermediate container 6b463d3414a5 [2023-02-08T00:28:45.030Z] ---> 474aac245691 [2023-02-08T00:28:45.030Z] Step 21/21 : LABEL version=0.0.0 [2023-02-08T00:28:45.030Z] Removing intermediate container 994702b18a7f [2023-02-08T00:28:45.030Z] ---> 81bdc1bcfec6 [2023-02-08T00:28:45.030Z] Step 22/24 : LABEL arch=x86_64 [2023-02-08T00:28:45.030Z] ---> Running in 05b4d250e083 [2023-02-08T00:28:45.030Z] ---> Running in 0434fbd82011 [2023-02-08T00:28:45.030Z] Removing intermediate container 05b4d250e083 [2023-02-08T00:28:45.030Z] ---> 8be1cc0afe71 [2023-02-08T00:28:45.030Z] [2023-02-08T00:28:45.030Z] Removing intermediate container 0434fbd82011 [2023-02-08T00:28:45.030Z] ---> 367dead4e80d [2023-02-08T00:28:45.030Z] Step 23/24 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 [2023-02-08T00:28:45.030Z] ---> Running in 8a3465e51005 [2023-02-08T00:28:45.030Z] Successfully built 8be1cc0afe71 [2023-02-08T00:28:45.030Z] Successfully tagged security-proxy-setup:latest [2023-02-08T00:28:45.292Z]  Building security-proxy-setup ... done Removing intermediate container 8a3465e51005 [2023-02-08T00:28:45.292Z] ---> 942d0e72a6eb [2023-02-08T00:28:45.292Z] Step 24/24 : LABEL version=0.0.0 [2023-02-08T00:28:45.292Z] ---> Running in a52d24c2b6f3 [2023-02-08T00:28:45.292Z] Removing intermediate container a52d24c2b6f3 [2023-02-08T00:28:45.292Z] ---> 3604a0250de1 [2023-02-08T00:28:45.292Z] [2023-02-08T00:28:45.292Z] Successfully built 3604a0250de1 [2023-02-08T00:28:45.292Z] Successfully tagged security-secretstore-setup:latest [2023-02-08T00:28:51.890Z]  Building security-secretstore-setup ... done Removing intermediate container c2cd43206435 [2023-02-08T00:28:51.890Z] ---> 742569cdd318 [2023-02-08T00:28:51.890Z] [2023-02-08T00:28:51.890Z] Step 10/22 : FROM alpine:3.16 [2023-02-08T00:28:51.890Z] ---> bfe296a52501 [2023-02-08T00:28:51.890Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-08T00:28:51.890Z] ---> Using cache [2023-02-08T00:28:51.890Z] ---> b77b7bad2ae2 [2023-02-08T00:28:51.890Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-08T00:28:51.890Z] ---> Using cache [2023-02-08T00:28:51.890Z] ---> 9e3fb7602183 [2023-02-08T00:28:51.890Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-08T00:28:51.890Z] ---> Running in c3584bc7bea7 [2023-02-08T00:28:51.890Z] Removing intermediate container c3584bc7bea7 [2023-02-08T00:28:51.890Z] ---> f836ecc64eba [2023-02-08T00:28:51.890Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-08T00:28:51.890Z] ---> Running in aa13011ba726 [2023-02-08T00:28:51.890Z] Removing intermediate container aa13011ba726 [2023-02-08T00:28:51.890Z] ---> ddfd120dea84 [2023-02-08T00:28:51.890Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T00:28:51.890Z] ---> c0110d3f787e [2023-02-08T00:28:51.890Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-08T00:28:53.271Z] ---> 531a26a61f7b [2023-02-08T00:28:53.271Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-08T00:28:53.531Z] ---> dd9e9c0ea0be [2023-02-08T00:28:53.531Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-08T00:28:53.531Z] ---> Running in 7b340881cb72 [2023-02-08T00:28:53.792Z] Removing intermediate container 7b340881cb72 [2023-02-08T00:28:53.792Z] ---> ae6064e83c9c [2023-02-08T00:28:53.792Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T00:28:53.792Z] ---> Running in 3184c465d39d [2023-02-08T00:28:54.054Z] Removing intermediate container 3184c465d39d [2023-02-08T00:28:54.054Z] ---> 48d60112e442 [2023-02-08T00:28:54.054Z] Step 20/22 : LABEL arch=x86_64 [2023-02-08T00:28:54.054Z] ---> Running in 70150296a35b [2023-02-08T00:28:54.054Z] Removing intermediate container 70150296a35b [2023-02-08T00:28:54.054Z] ---> a7884a9d50a6 [2023-02-08T00:28:54.054Z] Step 21/22 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 [2023-02-08T00:28:54.054Z] ---> Running in 8e9d520d98fb [2023-02-08T00:28:54.054Z] Removing intermediate container 8e9d520d98fb [2023-02-08T00:28:54.054Z] ---> eac01f762084 [2023-02-08T00:28:54.054Z] Step 22/22 : LABEL version=0.0.0 [2023-02-08T00:28:54.054Z] ---> Running in 84089cdde769 [2023-02-08T00:28:54.315Z] Removing intermediate container 84089cdde769 [2023-02-08T00:28:54.315Z] ---> e17d9d50063a [2023-02-08T00:28:54.315Z] [2023-02-08T00:28:54.315Z] Successfully built e17d9d50063a [2023-02-08T00:28:54.315Z] Successfully tagged support-scheduler:latest [2023-02-08T00:29:04.554Z]  Building support-scheduler ... done Removing intermediate container dbd2c3b78778 [2023-02-08T00:29:04.554Z] ---> 30fbdb4f02be [2023-02-08T00:29:04.554Z] [2023-02-08T00:29:04.554Z] Step 10/22 : FROM alpine:3.16 [2023-02-08T00:29:04.554Z] ---> bfe296a52501 [2023-02-08T00:29:04.554Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-08T00:29:04.554Z] ---> Running in 0889c5598ba8 [2023-02-08T00:29:04.554Z] Removing intermediate container 0889c5598ba8 [2023-02-08T00:29:04.554Z] ---> 794a601d4209 [2023-02-08T00:29:04.554Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-08T00:29:04.554Z] ---> Running in f08a1d6ce560 [2023-02-08T00:29:04.554Z] Removing intermediate container f08a1d6ce560 [2023-02-08T00:29:04.554Z] ---> 61d9bd2da33d [2023-02-08T00:29:04.554Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-08T00:29:04.554Z] ---> Running in 5d349b88c7e2 [2023-02-08T00:29:04.554Z] Removing intermediate container 5d349b88c7e2 [2023-02-08T00:29:04.554Z] ---> e700a6f8709e [2023-02-08T00:29:04.554Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-08T00:29:04.554Z] ---> Running in 450e0ff948d7 [2023-02-08T00:29:04.554Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-08T00:29:04.554Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-08T00:29:04.554Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-08T00:29:04.554Z] Executing busybox-1.35.0-r17.trigger [2023-02-08T00:29:04.554Z] OK: 6 MiB in 15 packages [2023-02-08T00:29:04.554Z] Removing intermediate container 450e0ff948d7 [2023-02-08T00:29:04.554Z] ---> f7df904a47a7 [2023-02-08T00:29:04.554Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-08T00:29:04.554Z] ---> b05af7ab91f7 [2023-02-08T00:29:04.554Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-08T00:29:04.830Z] ---> 95e1916e11e7 [2023-02-08T00:29:04.830Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-08T00:29:04.830Z] ---> ca96bf38be86 [2023-02-08T00:29:04.830Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-08T00:29:04.830Z] ---> Running in 724b7f2dc1dd [2023-02-08T00:29:04.830Z] Removing intermediate container 724b7f2dc1dd [2023-02-08T00:29:04.830Z] ---> 40445f0f9fde [2023-02-08T00:29:04.830Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-08T00:29:04.830Z] ---> Running in 6e7045981f1d [2023-02-08T00:29:05.089Z] Removing intermediate container 6e7045981f1d [2023-02-08T00:29:05.089Z] ---> 58d0c5285141 [2023-02-08T00:29:05.089Z] Step 20/22 : LABEL arch=x86_64 [2023-02-08T00:29:05.089Z] ---> Running in 75ec6d61e2b8 [2023-02-08T00:29:05.089Z] Removing intermediate container 75ec6d61e2b8 [2023-02-08T00:29:05.089Z] ---> 0e932af500ef [2023-02-08T00:29:05.089Z] Step 21/22 : LABEL git_sha=0d5594433f71f2d730c4a31a556afe89dae55370 [2023-02-08T00:29:05.089Z] ---> Running in eee5159891cd [2023-02-08T00:29:05.089Z] Removing intermediate container eee5159891cd [2023-02-08T00:29:05.089Z] ---> d8954ab494e1 [2023-02-08T00:29:05.089Z] Step 22/22 : LABEL version=0.0.0 [2023-02-08T00:29:05.350Z] ---> Running in a777dca5a729 [2023-02-08T00:29:05.350Z] Removing intermediate container a777dca5a729 [2023-02-08T00:29:05.350Z] ---> 77e5bb39b9eb [2023-02-08T00:29:05.350Z] [2023-02-08T00:29:05.350Z] Successfully built 77e5bb39b9eb [2023-02-08T00:29:05.350Z] Successfully tagged core-data:latest [2023-02-08T00:29:05.356Z]  Building core-data ... done  [Pipeline] } [2023-02-08T00:29:05.383Z] $ docker stop --time=1 bae773d537ffcfcd423d40b3e19181b072178cd5241104388ca57de5f478721d [2023-02-08T00:29:06.686Z] $ docker rm -f --volumes bae773d537ffcfcd423d40b3e19181b072178cd5241104388ca57de5f478721d [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-08T00:29:07.091Z] + docker images [2023-02-08T00:29:07.091Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-08T00:29:07.091Z] core-data latest 77e5bb39b9eb 1 second ago 17.9MB [2023-02-08T00:29:07.091Z] 30fbdb4f02be 5 seconds ago 1.68GB [2023-02-08T00:29:07.091Z] support-scheduler latest e17d9d50063a 12 seconds ago 30MB [2023-02-08T00:29:07.091Z] 742569cdd318 18 seconds ago 1.74GB [2023-02-08T00:29:07.091Z] security-secretstore-setup latest 3604a0250de1 21 seconds ago 29.9MB [2023-02-08T00:29:07.091Z] security-proxy-setup latest 8be1cc0afe71 22 seconds ago 27.8MB [2023-02-08T00:29:07.091Z] security-spire-agent latest 00c1b383fb0b 23 seconds ago 125MB [2023-02-08T00:29:07.091Z] core-command latest 83db10094d4a 30 seconds ago 17.7MB [2023-02-08T00:29:07.091Z] 64b29ad46df6 36 seconds ago 1.55GB [2023-02-08T00:29:07.091Z] 858405d2b432 37 seconds ago 1.67GB [2023-02-08T00:29:07.091Z] ffe47524d3c6 37 seconds ago 1.67GB [2023-02-08T00:29:07.091Z] 3a67ccd9bce5 37 seconds ago 1.68GB [2023-02-08T00:29:07.091Z] security-spire-server latest 6139f271094d 55 seconds ago 86.5MB [2023-02-08T00:29:07.091Z] security-spire-config latest 5cc3358acdc2 55 seconds ago 85.8MB [2023-02-08T00:29:07.091Z] e685d742f8bb About a minute ago 1.55GB [2023-02-08T00:29:07.091Z] 9acb39a41f1a About a minute ago 1.55GB [2023-02-08T00:29:07.091Z] security-bootstrapper latest ea617441fbf5 2 minutes ago 20.3MB [2023-02-08T00:29:07.091Z] core-common-config-bootstrapper latest afc6cdcf14ae 2 minutes ago 15.5MB [2023-02-08T00:29:07.091Z] core-metadata latest bf83c063abb1 2 minutes ago 18.5MB [2023-02-08T00:29:07.091Z] support-notifications latest ee0f6e705ea7 2 minutes ago 30.6MB [2023-02-08T00:29:07.091Z] security-spiffe-token-provider latest bb1742b95859 2 minutes ago 29.8MB [2023-02-08T00:29:07.091Z] 65a96798bcca 2 minutes ago 1.74GB [2023-02-08T00:29:07.091Z] eabe16879268 2 minutes ago 1.71GB [2023-02-08T00:29:07.091Z] ed37aa89c826 2 minutes ago 1.68GB [2023-02-08T00:29:07.091Z] 04e1820b7848 2 minutes ago 1.67GB [2023-02-08T00:29:07.091Z] 3faf7bb9ed30 2 minutes ago 1.67GB [2023-02-08T00:29:07.091Z] ci-base-image-x86_64 latest 2af1ba6e6ddb 7 minutes ago 903MB [2023-02-08T00:29:07.091Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-02-08T00:29:07.091Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-08T00:29:07.091Z] alpine 3.15 c4fc93816858 6 months ago 5.59MB [2023-02-08T00:29:07.091Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-08T00:29:07.091Z] 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) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [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-02-08T00:29:09.278Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-08T00:29:09.603Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T00:29:10.491Z] ---> package-listing.sh [2023-02-08T00:29:10.491Z] ++ facter osfamily [2023-02-08T00:29:10.491Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-08T00:29:10.749Z] + OS_FAMILY=debian [2023-02-08T00:29:10.749Z] + workspace=/w/workspace/edgex-go/1 [2023-02-08T00:29:10.749Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-08T00:29:10.749Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-08T00:29:10.749Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-08T00:29:10.749Z] + PACKAGES=/tmp/packages_start.txt [2023-02-08T00:29:10.749Z] + '[' /w/workspace/edgex-go/1 ']' [2023-02-08T00:29:10.749Z] + PACKAGES=/tmp/packages_end.txt [2023-02-08T00:29:10.749Z] + case "${OS_FAMILY}" in [2023-02-08T00:29:10.749Z] + dpkg -l [2023-02-08T00:29:10.749Z] + grep '^ii' [2023-02-08T00:29:10.749Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-08T00:29:10.749Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-08T00:29:10.749Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-08T00:29:10.749Z] + '[' /w/workspace/edgex-go/1 ']' [2023-02-08T00:29:10.749Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-02-08T00:29:10.749Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-02-08T00:29:10.783Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-08T00:29:11.076Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T00:29:11.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-08T00:29:11.810Z] [2023-02-08T00:29:11.810Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T00:29:12.181Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-08T00:29:12.445Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-08T00:29:12.445Z] 5eb5b503b376: Pulling fs layer [2023-02-08T00:29:12.445Z] 5c69ac0246d0: Pulling fs layer [2023-02-08T00:29:12.445Z] ec43610c2a17: Pulling fs layer [2023-02-08T00:29:12.445Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-08T00:29:12.445Z] 33b1e0a273af: Pulling fs layer [2023-02-08T00:29:12.445Z] 5d3b04190fa2: Pulling fs layer [2023-02-08T00:29:12.445Z] 2f39f015ded8: Pulling fs layer [2023-02-08T00:29:12.445Z] 33b1e0a273af: Waiting [2023-02-08T00:29:12.445Z] 5d3b04190fa2: Waiting [2023-02-08T00:29:12.445Z] 2f39f015ded8: Waiting [2023-02-08T00:29:12.445Z] 3a2ae6a8a46f: Waiting [2023-02-08T00:29:12.445Z] 5c69ac0246d0: Download complete [2023-02-08T00:29:12.445Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-08T00:29:12.445Z] 3a2ae6a8a46f: Download complete [2023-02-08T00:29:12.705Z] 33b1e0a273af: Verifying Checksum [2023-02-08T00:29:12.705Z] 33b1e0a273af: Download complete [2023-02-08T00:29:12.705Z] 5d3b04190fa2: Verifying Checksum [2023-02-08T00:29:12.705Z] 5d3b04190fa2: Download complete [2023-02-08T00:29:12.705Z] ec43610c2a17: Verifying Checksum [2023-02-08T00:29:12.705Z] ec43610c2a17: Download complete [2023-02-08T00:29:12.705Z] 5eb5b503b376: Verifying Checksum [2023-02-08T00:29:12.705Z] 5eb5b503b376: Download complete [2023-02-08T00:29:13.641Z] 2f39f015ded8: Download complete [2023-02-08T00:29:13.899Z] 5eb5b503b376: Pull complete [2023-02-08T00:29:14.157Z] 5c69ac0246d0: Pull complete [2023-02-08T00:29:14.415Z] ec43610c2a17: Pull complete [2023-02-08T00:29:14.673Z] 3a2ae6a8a46f: Pull complete [2023-02-08T00:29:14.931Z] 33b1e0a273af: Pull complete [2023-02-08T00:29:14.931Z] 5d3b04190fa2: Pull complete [2023-02-08T00:29:19.109Z] 2f39f015ded8: Pull complete [2023-02-08T00:29:19.109Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-08T00:29:19.109Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-08T00:29:19.109Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T00:29:19.315Z] prd-ubuntu20.04-docker-8c-8g-5036 does not seem to be running inside a container [2023-02-08T00:29:19.340Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-08T00:29:23.484Z] $ docker top f47082738c647692a6afad4495f61dc0b6de74981d0008f687b886d466f84248 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T00:29:23.931Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-08T00:29:24.256Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-08T00:29:24.576Z] + ls /var/log/sa-host [2023-02-08T00:29:24.576Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-08T00:29:24.700Z] provisioning config files... [2023-02-08T00:29:24.712Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3447272128063738818tmp [Pipeline] { [Pipeline] echo [2023-02-08T00:29:24.760Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T00:29:25.120Z] ---> create-netrc.sh [Pipeline] } [2023-02-08T00:29:25.159Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-08T00:29:25.552Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-08T00:29:25.585Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T00:29:25.894Z] ---> sudo-logs.sh [2023-02-08T00:29:25.894Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-08T00:29:25.975Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T00:29:26.291Z] ---> job-cost.sh [2023-02-08T00:29:26.291Z] lf-activate-venv: SKIPPING [2023-02-08T00:29:26.291Z] INFO: No Stack... [2023-02-08T00:29:30.483Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-08T00:29:30.483Z] INFO: Archiving Costs [Pipeline] echo [2023-02-08T00:29:30.520Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T00:29:30.910Z] ---> logs-deploy.sh [2023-02-08T00:29:30.910Z] lf-activate-venv: SKIPPING [2023-02-08T00:29:30.910Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4335/1 [2023-02-08T00:29:30.910Z] INFO: archiving workspace using pattern(s): [2023-02-08T00:29:31.848Z] Archives upload complete. [2023-02-08T00:29:31.848Z] INFO: archiving logs to Nexus