Pull request #4281 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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from f88f776b66bfda32466101e5a93e8ee6f15bd1c4+d445b9d68d41a0b4888c1715f4f355bbb5b97d48 (7405950d63362caa526235529bd9a102470330eb) 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-ssh8845418893403207155.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-ssh10270987732853500004.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-4281/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-4281/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4339423245009556899.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-4281/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3522661136296089552.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-ssh11661292715433901623.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-4281/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-4281/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7221178757861690454.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 ‘prd-ubuntu20.04-docker-8c-8g-2269’ Running on prd-ubuntu20.04-docker-8c-8g-2271 in /w/workspace/edgexfoundry_edgex-go_PR-4281 [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/4281/head:refs/remotes/origin/PR-4281 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit d445b9d68d41a0b4888c1715f4f355bbb5b97d48 into PR head commit f88f776b66bfda32466101e5a93e8ee6f15bd1c4 Merge succeeded, producing f88f776b66bfda32466101e5a93e8ee6f15bd1c4 Checking out Revision f88f776b66bfda32466101e5a93e8ee6f15bd1c4 (PR-4281) > git config core.sparsecheckout # timeout=10 > git checkout -f f88f776b66bfda32466101e5a93e8ee6f15bd1c4 # 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 d445b9d68d41a0b4888c1715f4f355bbb5b97d48 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f88f776b66bfda32466101e5a93e8ee6f15bd1c4 # timeout=10 Commit message: "feat(security)!: Remove OAuth support for Kong users" 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 20:51:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:51:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:51:05 ========================================================= 20:51:05 EdgeX Global Pipelines Version Info 20:51:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:51:05 ------------------- 20:51:05 stable info: 20:51:05 ------------------- 20:51:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:51:05 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:51:05 Message: update stable to v1.0.244 20:51:06 ------------------- 20:51:06 experimental info: 20:51:06 ------------------- 20:51:06 Commited By: **** collab-it+edgex@linuxfoundation.org 20:51:06 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:51:06 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:51:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:51:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:51:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:51:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:51:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:51:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 20:51:06 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:51:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:51:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:51:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:51:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:51:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:51:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:51:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:51:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:51:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:51:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:51:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:51:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:51:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:51:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:51:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:51:07 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:51:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4281 [Pipeline] echo 20:51:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4281 [Pipeline] echo 20:51:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4281 [Pipeline] echo 20:51:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [Pipeline] echo 20:51:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f88f776 [Pipeline] echo 20:51:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:51:07 provisioning config files... 20:51:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13418170503518727861tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:51:08 ---> docker-login.sh 20:51:08 nexus3.edgexfoundry.org:10001 20:51:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:51:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:51:08 Configure a credential helper to remove this warning. See 20:51:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:51:08 20:51:08 Login Succeeded 20:51:08 nexus3.edgexfoundry.org:10002 20:51:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:51:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:51:08 Configure a credential helper to remove this warning. See 20:51:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:51:08 20:51:08 Login Succeeded 20:51:08 nexus3.edgexfoundry.org:10003 20:51:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:51:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:51:08 Configure a credential helper to remove this warning. See 20:51:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:51:08 20:51:08 Login Succeeded 20:51:08 nexus3.edgexfoundry.org:10004 20:51:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:51:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:51:08 Configure a credential helper to remove this warning. See 20:51:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:51:08 20:51:08 Login Succeeded 20:51:08 docker.io 20:51:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:51:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:51:08 Configure a credential helper to remove this warning. See 20:51:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:51:08 20:51:08 Login Succeeded 20:51:08 ---> docker-login.sh ends [Pipeline] } 20:51:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:51:09 + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 20:51:09 + dirname cmd/core-command/Dockerfile 20:51:09 + cut -d/ -f2 20:51:09 + echo core-command,cmd/core-command/Dockerfile 20:51:09 + dirname cmd/core-data/Dockerfile 20:51:09 + cut -d/ -f2 20:51:09 + echo core-data,cmd/core-data/Dockerfile 20:51:09 + dirname cmd/core-metadata/Dockerfile 20:51:09 + cut -d/ -f2 20:51:09 + echo core-metadata,cmd/core-metadata/Dockerfile 20:51:09 + dirname cmd/security-bootstrapper/Dockerfile 20:51:09 + cut -d/ -f2 20:51:09 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:51:09 + dirname cmd/security-proxy-setup/Dockerfile 20:51:09 + cut -d/ -f2 20:51:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:51:09 + dirname cmd/security-secretstore-setup/Dockerfile 20:51:09 + cut -d/ -f2 20:51:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:51:09 + dirname cmd/security-spiffe-token-provider/Dockerfile 20:51:09 + cut -d/ -f2 20:51:09 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 20:51:09 + dirname cmd/security-spire-agent/Dockerfile 20:51:09 + cut -d/ -f2 20:51:09 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 20:51:09 + dirname cmd/security-spire-config/Dockerfile 20:51:09 + cut -d/ -f2 20:51:09 + echo security-spire-config,cmd/security-spire-config/Dockerfile 20:51:09 + dirname cmd/security-spire-server/Dockerfile 20:51:09 + cut -d/ -f2 20:51:09 + echo security-spire-server,cmd/security-spire-server/Dockerfile 20:51:09 + dirname cmd/support-notifications/Dockerfile 20:51:09 + cut -d/ -f2 20:51:09 + echo support-notifications,cmd/support-notifications/Dockerfile 20:51:09 + dirname cmd/support-scheduler/Dockerfile 20:51:09 + cut -d/ -f2 20:51:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 20:51:09 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:51:09 + git rev-list -1 --merges f88f776b66bfda32466101e5a93e8ee6f15bd1c4~1..f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [Pipeline] echo 20:51:09 -----------> git rev-list -1 --merges f88f776b66bfda32466101e5a93e8ee6f15bd1c4~1..f88f776b66bfda32466101e5a93e8ee6f15bd1c4 f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [false] [Pipeline] sh 20:51:10 + git log --format=format:%s -1 f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [Pipeline] echo 20:51:10 ========================================================= 20:51:10 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:51:10 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 20:51:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:51:10 + grep -v github /etc/ssh/ssh_known_hosts 20:51:10 + [ -e /tmp/ssh_known_hosts ] 20:51:10 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:51:10 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:51:10 + sudo tee -a /etc/ssh/ssh_known_hosts 20:51:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:51:11 20:51:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:51:11 0.1.4: Pulling from edgex-devops/py-git-semver 20:51:11 b85a868b505f: Pulling fs layer 20:51:11 e2be974225ed: Pulling fs layer 20:51:11 339a4e72a1f5: Pulling fs layer 20:51:11 988bab9f4d93: Pulling fs layer 20:51:11 1469e6f7b9e6: Pulling fs layer 20:51:11 eaf3925da568: Pulling fs layer 20:51:11 bab4dde63d76: Pulling fs layer 20:51:11 bde34c3a00c8: Pulling fs layer 20:51:11 b352a97aabf1: Pulling fs layer 20:51:11 4872d77fe225: Pulling fs layer 20:51:11 5851b861e8e6: Pulling fs layer 20:51:11 bab4dde63d76: Waiting 20:51:11 bde34c3a00c8: Waiting 20:51:11 b352a97aabf1: Waiting 20:51:11 4872d77fe225: Waiting 20:51:11 5851b861e8e6: Waiting 20:51:11 988bab9f4d93: Waiting 20:51:11 1469e6f7b9e6: Waiting 20:51:11 eaf3925da568: Waiting 20:51:11 e2be974225ed: Verifying Checksum 20:51:11 e2be974225ed: Download complete 20:51:11 988bab9f4d93: Verifying Checksum 20:51:11 988bab9f4d93: Download complete 20:51:11 1469e6f7b9e6: Verifying Checksum 20:51:11 1469e6f7b9e6: Download complete 20:51:11 339a4e72a1f5: Verifying Checksum 20:51:11 339a4e72a1f5: Download complete 20:51:11 eaf3925da568: Verifying Checksum 20:51:11 eaf3925da568: Download complete 20:51:11 bde34c3a00c8: Download complete 20:51:11 b352a97aabf1: Download complete 20:51:11 4872d77fe225: Verifying Checksum 20:51:11 5851b861e8e6: Download complete 20:51:11 b85a868b505f: Download complete 20:51:12 bab4dde63d76: Verifying Checksum 20:51:12 bab4dde63d76: Download complete 20:51:12 b85a868b505f: Pull complete 20:51:12 e2be974225ed: Pull complete 20:51:13 339a4e72a1f5: Pull complete 20:51:13 988bab9f4d93: Pull complete 20:51:13 1469e6f7b9e6: Pull complete 20:51:14 eaf3925da568: Pull complete 20:51:15 bab4dde63d76: Pull complete 20:51:15 bde34c3a00c8: Pull complete 20:51:15 b352a97aabf1: Pull complete 20:51:15 4872d77fe225: Pull complete 20:51:15 5851b861e8e6: Pull complete 20:51:15 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:51:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:51:15 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:51:16 prd-ubuntu20.04-docker-8c-8g-2271 does not seem to be running inside a container 20:51:16 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:51:17 $ docker top db5c1ed1a6350621b37d923359b5befa88191f4795393df4e350affe03b15342 -eo pid,comm 20:51:17 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). 20:51:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:51:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:51:17 [ssh-agent] Looking for ssh-agent implementation... 20:51:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:51:18 $ docker exec db5c1ed1a6350621b37d923359b5befa88191f4795393df4e350affe03b15342 ssh-agent 20:51:18 SSH_AUTH_SOCK=/tmp/ssh-LAPVzYaA6dhG/agent.33 20:51:18 SSH_AGENT_PID=39 20:51:18 Running ssh-add (command line suppressed) 20:51:18 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6493773205718032644.key (/w/workspace/edgex-go/1@tmp/private_key_6493773205718032644.key) 20:51:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:51:18 + git tag --points-at HEAD [Pipeline] } 20:51:18 $ docker exec --env ******** --env ******** db5c1ed1a6350621b37d923359b5befa88191f4795393df4e350affe03b15342 ssh-agent -k 20:51:18 unset SSH_AUTH_SOCK; 20:51:18 unset SSH_AGENT_PID; 20:51:18 echo Agent pid 39 killed; 20:51:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:51:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:51:18 [ssh-agent] Looking for ssh-agent implementation... 20:51:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:51:18 $ docker exec db5c1ed1a6350621b37d923359b5befa88191f4795393df4e350affe03b15342 ssh-agent 20:51:19 SSH_AUTH_SOCK=/tmp/ssh-BDPWCOb7Q7ot/agent.71 20:51:19 SSH_AGENT_PID=77 20:51:19 Running ssh-add (command line suppressed) 20:51:19 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3150777386125249453.key (/w/workspace/edgex-go/1@tmp/private_key_3150777386125249453.key) 20:51:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:51:19 + git semver init 20:51:19 2023-01-13 20:51:19,738 [run_init] DEBUG init version:0.0.0 force:False 20:51:19 2023-01-13 20:51:19,739 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 20:51:19 2023-01-13 20:51:19,740 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 20:51:19 2023-01-13 20:51:19,740 [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) 20:51:25 2023-01-13 20:51:24,260 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 20:51:25 2023-01-13 20:51:24,260 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4281 with force:False 20:51:25 2023-01-13 20:51:24,261 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4281 20:51:25 2023-01-13 20:51:24,265 [execute] INFO git cat-file --batch-check 20:51:25 2023-01-13 20:51:24,265 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 20:51:25 2023-01-13 20:51:24,271 [execute] INFO git cat-file --batch 20:51:25 2023-01-13 20:51:24,271 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 20:51:25 2023-01-13 20:51:24,277 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4281 20:51:25 0.0.0 [Pipeline] } 20:51:25 $ docker exec --env ******** --env ******** db5c1ed1a6350621b37d923359b5befa88191f4795393df4e350affe03b15342 ssh-agent -k 20:51:25 unset SSH_AUTH_SOCK; 20:51:25 unset SSH_AGENT_PID; 20:51:25 echo Agent pid 77 killed; 20:51:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:51:25 + git semver [Pipeline] } 20:51:25 $ docker stop --time=1 db5c1ed1a6350621b37d923359b5befa88191f4795393df4e350affe03b15342 20:51:27 $ docker rm -f --volumes db5c1ed1a6350621b37d923359b5befa88191f4795393df4e350affe03b15342 [Pipeline] // withDockerContainer [Pipeline] sh 20:51:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:51:27 Stashed 1 file(s) [Pipeline] echo 20:51:27 [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 20:51:28 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:51:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:51:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:51:28 ========================================================= 20:51:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 20:51:28 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:51:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:51:29 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 20:51:29 213ec9aee27d: Pulling fs layer 20:51:29 4583459ba037: Pulling fs layer 20:51:29 93c1e223e6f2: Pulling fs layer 20:51:29 53926ce57604: Pulling fs layer 20:51:29 21b2b0c7a3f4: Pulling fs layer 20:51:29 22ff95d597cd: Pulling fs layer 20:51:29 12d6caf4c0d1: Pulling fs layer 20:51:29 96b7cbca73a9: Pulling fs layer 20:51:29 a7acece74701: Pulling fs layer 20:51:29 53926ce57604: Waiting 20:51:29 21b2b0c7a3f4: Waiting 20:51:29 96b7cbca73a9: Waiting 20:51:29 a7acece74701: Waiting 20:51:29 22ff95d597cd: Waiting 20:51:29 93c1e223e6f2: Verifying Checksum 20:51:29 93c1e223e6f2: Download complete 20:51:29 4583459ba037: Verifying Checksum 20:51:29 4583459ba037: Download complete 20:51:29 21b2b0c7a3f4: Verifying Checksum 20:51:29 21b2b0c7a3f4: Download complete 20:51:29 22ff95d597cd: Verifying Checksum 20:51:29 22ff95d597cd: Download complete 20:51:29 213ec9aee27d: Download complete 20:51:29 12d6caf4c0d1: Download complete 20:51:29 213ec9aee27d: Pull complete 20:51:29 4583459ba037: Pull complete 20:51:29 93c1e223e6f2: Pull complete 20:51:29 a7acece74701: Verifying Checksum 20:51:29 a7acece74701: Download complete 20:51:30 96b7cbca73a9: Download complete 20:51:30 53926ce57604: Verifying Checksum 20:51:30 53926ce57604: Download complete 20:51:34 53926ce57604: Pull complete 20:51:34 21b2b0c7a3f4: Pull complete 20:51:34 22ff95d597cd: Pull complete 20:51:34 12d6caf4c0d1: Pull complete 20:51:36 96b7cbca73a9: Pull complete 20:51:37 a7acece74701: Pull complete 20:51:37 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 20:51:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:51:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 20:51:37 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:51:37 WORKDIR /edgex 20:51:37 COPY go.mod . 20:51:37 RUN go mod download 20:51:37 + docker build -t ci-base-image-x86_64 -f - . 20:51:38 Sending build context to Docker daemon 170MB 20:51:38 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:51:38 ---> db6d94c90886 20:51:38 Step 2/4 : WORKDIR /edgex 20:51:40 ---> Running in 7e32f426f3ff 20:51:40 Removing intermediate container 7e32f426f3ff 20:51:40 ---> a4c51c8d73d6 20:51:40 Step 3/4 : COPY go.mod . 20:51:40 ---> 7b9baf5da40e 20:51:40 Step 4/4 : RUN go mod download 20:51:40 ---> Running in e0c09f654f12 20:51:43 Still waiting to schedule task 20:51:43 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-2270’ 20:51:52 Removing intermediate container e0c09f654f12 20:51:52 ---> 4d1e222e62ea 20:51:52 Successfully built 4d1e222e62ea 20:51:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:53 + docker inspect -f . ci-base-image-x86_64 20:51:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:51:53 prd-ubuntu20.04-docker-8c-8g-2271 does not seem to be running inside a container 20:51:53 $ 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 ******** ci-base-image-x86_64 cat 20:51:53 $ docker top 54c178d92ffc90d8e27652767c9d52ccd23e1803b39be55b6e91ae6b3ed1b935 -eo pid,comm [Pipeline] { [Pipeline] sh 20:51:54 + go version 20:51:54 go version go1.18.7 linux/amd64 [Pipeline] } 20:51:54 $ docker stop --time=1 54c178d92ffc90d8e27652767c9d52ccd23e1803b39be55b6e91ae6b3ed1b935 20:51:55 $ docker rm -f --volumes 54c178d92ffc90d8e27652767c9d52ccd23e1803b39be55b6e91ae6b3ed1b935 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:56 + docker inspect -f . ci-base-image-x86_64 20:51:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:51:56 prd-ubuntu20.04-docker-8c-8g-2271 does not seem to be running inside a container 20:51:56 $ 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 ******** ci-base-image-x86_64 cat 20:51:56 $ docker top 4b6e3fc2a7249cd3cfe94a453eb09e0cec46954a9f8660260b84070832871289 -eo pid,comm [Pipeline] { [Pipeline] echo 20:51:56 ========================================================= 20:51:56 [edgeXBuildGoParallel] Running Tests and Build... 20:51:56 ========================================================= [Pipeline] sh 20:51:57 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:51:57 + make test 20:51:57 go test -race -coverprofile=coverage.out ./... 20:52:04 ? github.com/edgexfoundry/edgex-go [no test files] 20:52:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:52:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:52:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:52:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:52:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:52:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:52:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:52:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:52:18 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:52:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:52:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:52:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:52:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.066s coverage: 28.7% of statements 20:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:52:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.126s coverage: 98.5% of statements 20:52:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.114s coverage: 43.0% of statements 20:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:52:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.101s coverage: 54.0% of statements 20:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:52:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.079s coverage: 89.2% of statements 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:52:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.109s coverage: 2.4% of statements 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:52:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.556s coverage: 95.6% of statements 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:52:23 ok github.com/edgexfoundry/edgex-go/internal/io 0.069s coverage: 72.2% of statements 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:52:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.073s coverage: 60.0% of statements 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:52:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.075s coverage: 0.9% of statements 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:52:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements 20:52:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.075s coverage: 29.6% of statements 20:52:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:52:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.087s coverage: 47.1% of statements 20:52:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.093s coverage: 79.5% of statements 20:52:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements 20:52:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements 20:52:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.086s coverage: 87.5% of statements 20:52:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.122s coverage: 94.4% of statements 20:52:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements 20:52:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.210s coverage: 79.9% of statements 20:52:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.084s coverage: 86.9% of statements 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.081s coverage: 87.2% of statements 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.071s coverage: 100.0% of statements 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 77.4% of statements 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.0% of statements 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.056s coverage: 87.2% of statements 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.247s coverage: 91.2% of statements 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 64.7% of statements 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 89.4% of statements 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.027s coverage: 73.7% of statements 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.366s coverage: 65.8% of statements 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.159s coverage: 41.8% of statements 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.073s coverage: 89.5% of statements 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.080s coverage: 17.7% of statements 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.160s coverage: 92.3% of statements 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.058s coverage: 63.2% of statements 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:52:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.111s coverage: 97.7% of statements 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:52:42 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 20:53:00 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." 20:53:00 go vet ./... 20:53:04 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:53:05 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:53:05 ./bin/test-attribution-txt.sh 20:53:05 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 20:53:05 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 20:53:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:53:05 + ls -al . 20:53:05 total 748 20:53:05 drwxrwxr-x 11 1001 1001 4096 Jan 13 20:51 . 20:53:05 drwxr-xr-x 4 root root 4096 Jan 13 20:51 .. 20:53:05 drwxrwxr-x 2 1001 1001 4096 Jan 13 20:51 .blubracket 20:53:05 -rw-rw-r-- 1 1001 1001 16 Jan 13 20:51 .dockerignore 20:53:05 drwxrwxr-x 8 1001 1001 4096 Jan 13 20:52 .git 20:53:05 drwxrwxr-x 3 1001 1001 4096 Jan 13 20:51 .github 20:53:05 -rw-rw-r-- 1 1001 1001 956 Jan 13 20:51 .gitignore 20:53:05 -rw-rw-r-- 1 1001 1001 42 Jan 13 20:51 .golangci.yml 20:53:05 -rw-rw-r-- 1 1001 1001 87 Jan 13 20:51 .hadolint.yml 20:53:05 drwxr-xr-x 3 1001 1001 4096 Jan 13 20:51 .semver 20:53:05 -rw-rw-r-- 1 1001 1001 166 Jan 13 20:51 .sonarcloud.properties 20:53:05 -rw-rw-r-- 1 1001 1001 1171 Jan 13 20:51 ADOPTERS.md 20:53:05 -rw-rw-r-- 1 1001 1001 10618 Jan 13 20:51 Attribution.txt 20:53:05 -rw-rw-r-- 1 1001 1001 73765 Jan 13 20:51 CHANGELOG.md 20:53:05 -rw-rw-r-- 1 1001 1001 3804 Jan 13 20:51 CONTRIBUTING.md 20:53:05 -rw-rw-r-- 1 1001 1001 677 Jan 13 20:51 GOVERNANCE.md 20:53:05 -rw-rw-r-- 1 1001 1001 850 Jan 13 20:51 Jenkinsfile 20:53:05 -rw-rw-r-- 1 1001 1001 10775 Jan 13 20:51 LICENSE 20:53:05 -rw-rw-r-- 1 1001 1001 12513 Jan 13 20:51 Makefile 20:53:05 -rw-rw-r-- 1 1001 1001 582 Jan 13 20:51 OWNERS.md 20:53:05 -rw-rw-r-- 1 1001 1001 9403 Jan 13 20:51 README.md 20:53:05 -rw-rw-r-- 1 1001 1001 6912 Jan 13 20:51 SECURITY.md 20:53:05 -rw-rw-r-- 1 1001 1001 5 Jan 13 20:51 VERSION 20:53:05 drwxrwxr-x 2 1001 1001 4096 Jan 13 20:51 bin 20:53:05 drwxrwxr-x 16 1001 1001 4096 Jan 13 20:51 cmd 20:53:05 -rw-r--r-- 1 root root 489579 Jan 13 20:52 coverage.out 20:53:05 -rw-rw-r-- 1 1001 1001 3376 Jan 13 20:51 go.mod 20:53:05 -rw-rw-r-- 1 1001 1001 34949 Jan 13 20:51 go.sum 20:53:05 drwxrwxr-x 7 1001 1001 4096 Jan 13 20:51 internal 20:53:05 drwxrwxr-x 3 1001 1001 4096 Jan 13 20:51 openapi 20:53:05 drwxrwxr-x 4 1001 1001 4096 Jan 13 20:51 snap 20:53:05 -rw-rw-r-- 1 1001 1001 204 Jan 13 20:51 version.go [Pipeline] sh 20:53:05 + '[' -e coverage.out ] 20:53:05 + chown 1001:1001 coverage.out [Pipeline] stash 20:53:05 Stashed 1 file(s) [Pipeline] sh 20:53:06 + make build 20:53:06 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 20:53:21 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 20:53:21 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 20:53:21 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 20:53:29 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 20:53:29 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 20:53:31 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 20:53:32 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 20:53:33 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 20:53:34 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 20:53:37 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] } 20:53:38 $ docker stop --time=1 4b6e3fc2a7249cd3cfe94a453eb09e0cec46954a9f8660260b84070832871289 20:53:40 $ docker rm -f --volumes 4b6e3fc2a7249cd3cfe94a453eb09e0cec46954a9f8660260b84070832871289 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:53:41 20:53:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:53:42 latest: Pulling from edgex-devops/edgex-compose 20:53:42 cbdbe7a5bc2a: Pulling fs layer 20:53:42 ca9280d653b3: Pulling fs layer 20:53:42 7e9c9ca2126c: Pulling fs layer 20:53:42 cbdbe7a5bc2a: Verifying Checksum 20:53:42 cbdbe7a5bc2a: Download complete 20:53:42 cbdbe7a5bc2a: Pull complete 20:53:42 ca9280d653b3: Download complete 20:53:43 7e9c9ca2126c: Verifying Checksum 20:53:43 7e9c9ca2126c: Download complete 20:53:43 ca9280d653b3: Pull complete 20:53:46 7e9c9ca2126c: Pull complete 20:53:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:53:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:53:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:53:46 prd-ubuntu20.04-docker-8c-8g-2271 does not seem to be running inside a container 20:53:46 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:53:47 $ docker top a98c3888a3332d5eadd09209385667f495f054daa72235a7cb5788fa1e5e4433 -eo pid,comm [Pipeline] { [Pipeline] sh 20:53:48 + docker-compose build --help 20:53:48 + grep parallel 20:53:48 --parallel Build images in parallel. [Pipeline] } 20:53:48 $ docker stop --time=1 a98c3888a3332d5eadd09209385667f495f054daa72235a7cb5788fa1e5e4433 20:53:50 $ docker rm -f --volumes a98c3888a3332d5eadd09209385667f495f054daa72235a7cb5788fa1e5e4433 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:53:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:53:50 prd-ubuntu20.04-docker-8c-8g-2271 does not seem to be running inside a container 20:53:50 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:53:51 $ docker top e3209b466c5a3eedcd2a16bbfb59f4bf3e6311cd647e349071054a7011862e1f -eo pid,comm [Pipeline] { [Pipeline] sh 20:53:51 + docker-compose -f ./docker-compose-build.yml build --parallel 20:53:52 Building core-command ... 20:53:52 Building core-data ... 20:53:52 Building core-metadata ... 20:53:52 Building security-bootstrapper ... 20:53:52 Building security-proxy-setup ... 20:53:52 Building security-secretstore-setup ... 20:53:52 Building security-spiffe-token-provider ... 20:53:52 Building security-spire-agent ... 20:53:52 Building security-spire-config ... 20:53:52 Building security-spire-server ... 20:53:52 Building support-notifications ... 20:53:52 Building support-scheduler ... 20:53:52 Building security-spiffe-token-provider 20:53:52 Building security-spire-config 20:53:52 Building support-notifications 20:53:52 Building security-spire-server 20:53:52 Building security-proxy-setup 20:54:04 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:54:04 Step 2/19 : FROM ${BUILDER_BASE} AS builder 20:54:04 ---> 4d1e222e62ea 20:54:04 Step 3/19 : WORKDIR /edgex-go 20:54:04 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:54:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:54:04 ---> 4d1e222e62ea 20:54:04 Step 3/23 : WORKDIR /edgex-go 20:54:04 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:54:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:54:04 ---> 4d1e222e62ea 20:54:04 Step 3/24 : WORKDIR /edgex-go 20:54:04 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:54:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:54:04 ---> 4d1e222e62ea 20:54:04 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:54:04 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:54:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:54:04 ---> 4d1e222e62ea 20:54:04 Step 3/21 : WORKDIR /edgex-go 20:54:07 ---> Running in ab4974301ada 20:54:07 ---> Running in 0cc34ba8a49b 20:54:07 ---> Running in 9ef7caf970eb 20:54:07 ---> Running in c67e44d981ce 20:54:07 ---> Running in 92fcdb44a28b 20:54:07 Removing intermediate container ab4974301ada 20:54:07 ---> 9025af8571d5 20:54:07 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:54:07 Removing intermediate container 92fcdb44a28b 20:54:07 ---> 4d9d5edb8265 20:54:07 Step 4/22 : WORKDIR /edgex-go 20:54:07 Removing intermediate container c67e44d981ce 20:54:07 ---> 318bed93cd40 20:54:07 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 20:54:07 Removing intermediate container 9ef7caf970eb 20:54:07 ---> ad5971d5ae9d 20:54:07 Step 4/21 : RUN apk add --update --no-cache make git 20:54:07 Removing intermediate container 0cc34ba8a49b 20:54:07 ---> 774bf521fc7b 20:54:07 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 20:54:07 ---> Running in a6a5f2455108 20:54:07 ---> Running in 50873841fe59 20:54:07 ---> Running in 49537934849c 20:54:07 ---> Running in 307e6c6681d5 20:54:07 ---> Running in 23256e9a0892 20:54:07 Removing intermediate container a6a5f2455108 20:54:07 ---> 5a38b0e8e2e7 20:54:07 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:54:07 ---> Running in 545e063d42ab 20:54:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:54:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:54:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:54:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:54:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:54:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:54:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:54:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:54:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:54:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:54:08 OK: 211 MiB in 51 packages 20:54:08 OK: 211 MiB in 51 packages 20:54:08 v3.16.3-111-g13c6c3d6c5 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 20:54:08 v3.16.3-111-g13c6c3d6c5 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 20:54:08 OK: 17042 distinct packages available 20:54:08 OK: 211 MiB in 51 packages 20:54:08 OK: 211 MiB in 51 packages 20:54:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:54:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:54:09 OK: 211 MiB in 51 packages 20:54:09 Removing intermediate container 307e6c6681d5 20:54:09 ---> b68edfc9d34d 20:54:09 Step 5/23 : COPY go.mod vendor* ./ 20:54:09 Removing intermediate container 50873841fe59 20:54:09 ---> 63d443a7ac84 20:54:09 Step 5/24 : COPY go.mod vendor* ./ 20:54:09 ---> c6b491fec6b2 20:54:09 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:54:09 ---> 8a48e4c2699b 20:54:09 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:54:09 Removing intermediate container 49537934849c 20:54:09 ---> d16206e29862 20:54:09 Step 5/21 : COPY go.mod vendor* ./ 20:54:09 ---> Running in 042405d9992c 20:54:09 Removing intermediate container 545e063d42ab 20:54:09 ---> eeae76caa4e8 20:54:09 Step 6/22 : COPY go.mod vendor* ./ 20:54:09 ---> Running in baaa262eaeb8 20:54:09 ---> f54271991ec7 20:54:09 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:54:09 Removing intermediate container 23256e9a0892 20:54:09 ---> 78414af1b239 20:54:09 Step 5/19 : COPY go.mod vendor* ./ 20:54:09 ---> 66a5333447b4 20:54:09 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:54:09 ---> Running in eefb2f90bed1 20:54:10 ---> Running in 75046c4f3b56 20:54:10 ---> c7d2c87fefe1 20:54:10 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:54:10 ---> Running in df296238589c 20:54:42 Removing intermediate container 042405d9992c 20:54:42 ---> 07ff9dd90fa1 20:54:42 Step 7/23 : COPY . . 20:54:42 Removing intermediate container df296238589c 20:54:42 ---> ae0c31df96fe 20:54:42 Step 7/19 : COPY . . 20:54:42 Removing intermediate container 75046c4f3b56 20:54:42 ---> 43a1eaa7c54e 20:54:42 Step 8/22 : COPY . . 20:54:42 Removing intermediate container baaa262eaeb8 20:54:42 ---> 91e224abf35c 20:54:42 Step 7/24 : COPY . . 20:54:42 Removing intermediate container eefb2f90bed1 20:54:42 ---> 6cd7a85263a3 20:54:42 Step 7/21 : COPY . . 20:54:50 ---> 6d286210808c 20:54:50 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:54:50 ---> 950598926b40 20:54:50 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:54:50 ---> e0d02675721b 20:54:50 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 20:54:50 ---> Running in b92c50654599 20:54:50 ---> Running in d60556c19113 20:54:50 ---> 5cfb17a4e925 20:54:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:54:50 ---> 5325a3634cc8 20:54:50 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:54:50 ---> Running in fddcb4fc99f3 20:54:50 ---> Running in 6774e7616314 20:54:50 ---> Running in 55963ad89235 20:54:50 Removing intermediate container b92c50654599 20:54:50 ---> 9d655ade6906 20:54:50 Step 9/24 : WORKDIR /edgex-go/spire-build 20:54:50 Removing intermediate container fddcb4fc99f3 20:54:50 ---> 9355b723c789 20:54:50 Step 9/23 : WORKDIR /edgex-go/spire-build 20:54:50 ---> Running in 3997e5ed523b 20:54:50 ---> Running in c6980bad0270 20:54:50 Removing intermediate container 3997e5ed523b 20:54:50 ---> 36b6d5de103e 20:54:50 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 20:54:50 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 20:54:50 Removing intermediate container c6980bad0270 20:54:50 ---> a31e71ffee95 20:54:50 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 20:54:50 ---> Running in bc8fa6c05b3b 20:54:50 ---> Running in e4e8218eff83 20:54:50 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 20:54:50 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 20:54:51 Removing intermediate container e4e8218eff83 20:54:51 ---> 6e55c03dce33 20:54:51 Step 11/23 : WORKDIR /edgex-go 20:54:51 Removing intermediate container bc8fa6c05b3b 20:54:51 ---> e2bc0f415ff1 20:54:51 Step 11/24 : WORKDIR /edgex-go 20:54:51 ---> Running in f5a4fc8d5fa3 20:54:51 ---> Running in 7ccb67184eda 20:54:51 Removing intermediate container f5a4fc8d5fa3 20:54:51 ---> 4dc58bb41e91 20:54:51 20:54:51 Step 12/23 : FROM alpine:3.15 20:54:51 Removing intermediate container 7ccb67184eda 20:54:51 ---> 186d6622b8de 20:54:51 20:54:51 Step 12/24 : FROM alpine:3.15 20:54:51 3.15: Pulling from library/alpine 20:54:51 3.15: Pulling from library/alpine 20:54:53 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 20:54:53 Status: Downloaded newer image for alpine:3.15 20:54:53 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 20:54:53 Status: Image is up to date for alpine:3.15 20:54:53 ---> c4fc93816858 20:54:53 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:54:53 ---> c4fc93816858 20:54:53 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:54:53 ---> Running in 086c256bf74c 20:54:53 ---> Running in 0049a7883a4f 20:54:53 Removing intermediate container 0049a7883a4f 20:54:53 ---> b2be463863b5 20:54:53 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:54:53 Removing intermediate container 086c256bf74c 20:54:53 ---> 450aca56302a 20:54:53 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:54:53 ---> Running in bfe225711c96 20:54:53 ---> Running in 98ee0817c07a 20:54:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:54:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:54:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:54:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:54:54 v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:54:54 v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:54:54 OK: 15859 distinct packages available 20:54:54 v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:54:54 v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:54:54 OK: 15859 distinct packages available 20:54:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:54:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:54:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:54:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:54:54 (1/5) Installing dumb-init (1.2.5-r1) 20:54:54 (2/5) Installing musl-obstack (1.2.3-r0) 20:54:54 (3/5) Installing libucontext (1.1-r0) 20:54:54 (4/5) Installing gcompat (1.0.0-r4) 20:54:54 (5/5) Installing openssl (1.1.1s-r1) 20:54:54 (1/4) Installing dumb-init (1.2.5-r1) 20:54:54 Executing busybox-1.34.1-r7.trigger 20:54:54 (2/4) Installing musl-obstack (1.2.3-r0) 20:54:54 OK: 7 MiB in 19 packages 20:54:54 (3/4) Installing libucontext (1.1-r0) 20:54:54 (4/4) Installing gcompat (1.0.0-r4) 20:54:54 Executing busybox-1.34.1-r7.trigger 20:54:54 OK: 6 MiB in 18 packages 20:54:56 Removing intermediate container 98ee0817c07a 20:54:56 ---> d4d31dab1a3d 20:54:56 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:54:56 Removing intermediate container bfe225711c96 20:54:56 ---> 0356903d0c03 20:54:56 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:54:59 ---> 771dd40f7d3f 20:54:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:54:59 ---> 4617ef840567 20:54:59 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:55:00 ---> e0fef4df294c 20:55:00 ---> 6981bdb253b1 20:55:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:55:00 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:55:00 ---> Running in a6cd8bb47bd3 20:55:00 ---> 42bfdfa53ac4 20:55:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:55:00 Removing intermediate container a6cd8bb47bd3 20:55:00 ---> ce53f29f3c47 20:55:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:55:01 ---> 8f4e9620cd11 20:55:01 Step 19/24 : WORKDIR / 20:55:01 ---> 4e4d1f62ec2e 20:55:01 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:55:01 ---> Running in 581b1598aec9 20:55:01 ---> Running in a3ae29003cba 20:55:01 Removing intermediate container a3ae29003cba 20:55:01 ---> 28e3893e4d56 20:55:01 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:55:02 Removing intermediate container 581b1598aec9 20:55:02 ---> 35f4b5c1a78a 20:55:02 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:55:02 ---> Running in bb135628626b 20:55:02 ---> Running in f3c95ab95ffe 20:55:02 Removing intermediate container bb135628626b 20:55:02 ---> e445c4d4e58e 20:55:02 Step 21/23 : LABEL arch=x86_64 20:55:02 ---> Running in 609b6d387fda 20:55:02 Removing intermediate container f3c95ab95ffe 20:55:02 ---> ad2ddec180bc 20:55:02 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:55:02 ---> Running in 8a807dc7cc09 20:55:02 Removing intermediate container 609b6d387fda 20:55:02 ---> 4ff932126969 20:55:02 Step 22/23 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 20:55:03 ---> Running in 04cf403109a0 20:55:03 Removing intermediate container 8a807dc7cc09 20:55:03 ---> 65574dc8d39a 20:55:03 Step 22/24 : LABEL arch=x86_64 20:55:03 ---> Running in fc8128f60ac8 20:55:03 Removing intermediate container 04cf403109a0 20:55:03 ---> fb9a79f2ed0a 20:55:03 Step 23/23 : LABEL version=0.0.0 20:55:03 ---> Running in 59fa19f58953 20:55:03 Removing intermediate container fc8128f60ac8 20:55:03 ---> 8409158bcef6 20:55:03 Step 23/24 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 20:55:03 ---> Running in 3b9919d07b99 20:55:03 Removing intermediate container 59fa19f58953 20:55:03 ---> fc48202d18e1 20:55:03 20:55:04 Successfully built fc48202d18e1 20:55:04 Successfully tagged security-spire-server:latest 20:55:04 Building core-command 20:55:04  Building security-spire-server ... done Removing intermediate container 3b9919d07b99 20:55:04 ---> 1f9ffd6ad00d 20:55:04 Step 24/24 : LABEL version=0.0.0 20:55:05 ---> Running in f2312e625674 20:55:05 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2272 in /w/workspace/edgexfoundry_edgex-go_PR-4281 [Pipeline] { [Pipeline] ws 20:55:05 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 20:55:05 The recommended git tool is: git 20:55:05 Removing intermediate container f2312e625674 20:55:05 ---> 13b154be1cf6 20:55:05 20:55:05 Successfully built 13b154be1cf6 20:55:05 Successfully tagged security-spire-config:latest 20:55:05 Building security-spire-agent 20:55:08  Building security-spire-config ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:55:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:55:08 ---> 4d1e222e62ea 20:55:08 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:55:08 ---> Using cache 20:55:08 ---> 4d9d5edb8265 20:55:08 Step 4/23 : WORKDIR /edgex-go 20:55:08 ---> Using cache 20:55:08 ---> 5a38b0e8e2e7 20:55:08 Step 5/23 : RUN apk add --update --no-cache make git 20:55:09 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:55:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:55:09 ---> 4d1e222e62ea 20:55:09 Step 3/24 : WORKDIR /edgex-go 20:55:09 ---> Using cache 20:55:09 ---> 774bf521fc7b 20:55:09 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:55:11 using credential edgex-jenkins-ssh 20:55:11 Cloning the remote Git repository 20:55:11 ---> Running in 63d2b77cd69e 20:55:11 ---> Running in 39c221f7ec2a 20:55:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:55:11 > git init /w/workspace/edgex-go/1 # timeout=10 20:55:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:55:11 > git --version # timeout=10 20:55:11 > git --version # 'git version 2.25.1' 20:55:11 using GIT_SSH to set credentials SSH Credentials for GitHub 20:55:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:55:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:55:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:55:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:55:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:55:12 OK: 211 MiB in 51 packages 20:55:12 OK: 211 MiB in 51 packages 20:55:13 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 20:55:13 Removing intermediate container 63d2b77cd69e 20:55:13 ---> f93c9b543a3c 20:55:13 Step 5/24 : COPY go.mod vendor* ./ 20:55:13 Removing intermediate container 39c221f7ec2a 20:55:13 ---> 805a3c14e61f 20:55:13 Step 6/23 : COPY go.mod vendor* ./ 20:55:14 ---> 4a0c4a1e8edd 20:55:14 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:55:14 ---> 39ccee58036f 20:55:14 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:55:14 ---> Running in 6a7509fe82c5 20:55:14 ---> Running in 2d13eb78ae30 20:55:17 Removing intermediate container 55963ad89235 20:55:17 ---> 445531298355 20:55:17 20:55:17 Step 9/21 : FROM alpine:3.16 20:55:17 3.16: Pulling from library/alpine 20:55:17 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 20:55:17 Status: Downloaded newer image for alpine:3.16 20:55:17 ---> bfe296a52501 20:55:17 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 20:55:18 ---> Running in 1ddffd21facb 20:55:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:55:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:55:18 (1/6) Installing ca-certificates (20220614-r0) 20:55:18 (2/6) Installing brotli-libs (1.0.9-r6) 20:55:18 (3/6) Installing nghttp2-libs (1.47.0-r0) 20:55:18 (4/6) Installing libcurl (7.83.1-r5) 20:55:18 (5/6) Installing curl (7.83.1-r5) 20:55:18 (6/6) Installing dumb-init (1.2.5-r1) 20:55:18 Executing busybox-1.35.0-r17.trigger 20:55:18 Executing ca-certificates-20220614-r0.trigger 20:55:18 OK: 8 MiB in 20 packages 20:55:19 Removing intermediate container d60556c19113 20:55:19 ---> cc3fc14aa6e9 20:55:19 20:55:19 Step 9/19 : FROM alpine:3.15 20:55:19 ---> c4fc93816858 20:55:19 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:55:19 ---> Using cache 20:55:19 ---> 450aca56302a 20:55:19 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:55:19 Removing intermediate container 1ddffd21facb 20:55:19 ---> 87f33a85bfe4 20:55:19 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:55:20 ---> Running in af314be2ed0e 20:55:20 ---> Running in 2c654f86a33f 20:55:20 Removing intermediate container af314be2ed0e 20:55:20 ---> c4108fced36f 20:55:20 Step 12/21 : WORKDIR /edgex 20:55:20 ---> Running in f73ea030a1d6 20:55:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:55:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:55:20 Removing intermediate container f73ea030a1d6 20:55:20 ---> 2d3aa237f55d 20:55:20 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:55:21 v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:55:21 v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:55:21 OK: 15859 distinct packages available 20:55:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:55:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:55:21 ---> d3f1c9b16a4d 20:55:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:55:21 (1/9) Installing ca-certificates (20220614-r0) 20:55:21 (2/9) Installing brotli-libs (1.0.9-r5) 20:55:21 (3/9) Installing nghttp2-libs (1.46.0-r0) 20:55:21 (4/9) Installing libcurl (7.80.0-r5) 20:55:21 (5/9) Installing curl (7.80.0-r5) 20:55:21 (6/9) Installing dumb-init (1.2.5-r1) 20:55:21 (7/9) Installing musl-obstack (1.2.3-r0) 20:55:21 (8/9) Installing libucontext (1.1-r0) 20:55:21 (9/9) Installing gcompat (1.0.0-r4) 20:55:21 Executing busybox-1.34.1-r7.trigger 20:55:21 Executing ca-certificates-20220614-r0.trigger 20:55:21 OK: 8 MiB in 23 packages 20:55:22 ---> f5ae5f4b27e2 20:55:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:55:22 ---> a016311319e5 20:55:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:55:22 Removing intermediate container 2c654f86a33f 20:55:22 ---> 4a29d9b56361 20:55:22 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 20:55:22 Removing intermediate container 6774e7616314 20:55:22 ---> 04d6d449afcf 20:55:22 20:55:22 Step 10/22 : FROM alpine:3.16 20:55:22 ---> bfe296a52501 20:55:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:55:22 ---> 00971051be3c 20:55:22 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:55:22 ---> Running in f399f2e60ab8 20:55:22 ---> 7fd6bbbd8989 20:55:22 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:55:22 ---> Running in d7249f6d94f9 20:55:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:55:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:55:23 ---> 945630082449 20:55:23 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 20:55:23 ---> 859d0078179a 20:55:23 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:55:23 (1/2) Installing ca-certificates (20220614-r0) 20:55:23 (2/2) Installing dumb-init (1.2.5-r1) 20:55:23 Executing busybox-1.35.0-r17.trigger 20:55:23 Executing ca-certificates-20220614-r0.trigger 20:55:23 ---> Running in b5ea404dfdac 20:55:23 Removing intermediate container d7249f6d94f9 20:55:23 ---> 4caff0efa3fa 20:55:23 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 20:55:23 ---> Running in 2afd9872867d 20:55:23 OK: 6 MiB in 16 packages 20:55:23 Removing intermediate container b5ea404dfdac 20:55:23 ---> 07cc585742b8 20:55:23 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:55:23 ---> Running in 0a32a17d2471 20:55:23 Removing intermediate container 2afd9872867d 20:55:23 ---> 1265f9bbbcc1 20:55:23 Step 19/21 : LABEL arch=x86_64 20:55:23 ---> Running in 7ab0c2904c2c 20:55:23 Removing intermediate container 0a32a17d2471 20:55:23 ---> 365db7e621ba 20:55:23 Step 17/19 : LABEL arch=x86_64 20:55:23 ---> Running in 9097a1f185d8 20:55:23 Removing intermediate container 7ab0c2904c2c 20:55:23 ---> a06a874ac69c 20:55:23 Step 20/21 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 20:55:23 ---> Running in f17b3a46cfc8 20:55:23 Removing intermediate container 9097a1f185d8 20:55:23 ---> bf9c79b98088 20:55:23 Step 18/19 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 20:55:24 ---> Running in 96385ed17280 20:55:24 Removing intermediate container f17b3a46cfc8 20:55:24 ---> f8101ec74960 20:55:24 Step 21/21 : LABEL version=0.0.0 20:55:24 Removing intermediate container f399f2e60ab8 20:55:24 ---> 344bf69684c2 20:55:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:55:24 ---> Running in 776379deaa58 20:55:24 Removing intermediate container 96385ed17280 20:55:24 ---> 0819d70dbf79 20:55:24 Step 19/19 : LABEL version=0.0.0 20:55:24 ---> Running in 3e5f63e2ef8e 20:55:24 ---> Running in 4c4961a47283 20:55:24 Removing intermediate container 776379deaa58 20:55:24 ---> 21d5e527e121 20:55:24 20:55:24 Successfully built 21d5e527e121 20:55:24 Removing intermediate container 3e5f63e2ef8e 20:55:24 ---> 9efbbb9db568 20:55:24 Step 13/22 : ENV APP_PORT=59860 20:55:24 Successfully tagged security-proxy-setup:latest 20:55:24  Building security-proxy-setup ... done Building security-bootstrapper 20:55:24 Removing intermediate container 4c4961a47283 20:55:24 ---> fe25e1d5a6c8 20:55:24 20:55:24 ---> Running in d4eb3061d0c8 20:55:24 Successfully built fe25e1d5a6c8 20:55:24 Successfully tagged security-spiffe-token-provider:latest 20:55:24 Building security-secretstore-setup 20:55:25  Building security-spiffe-token-provider ... done Removing intermediate container d4eb3061d0c8 20:55:25 ---> 3657f4c24032 20:55:25 Step 14/22 : EXPOSE $APP_PORT 20:55:26 ---> Running in 59eb7b3b079d 20:55:27 Removing intermediate container 59eb7b3b079d 20:55:27 ---> 29d48c89fbd9 20:55:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:55:28 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:55:28 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:55:28 ---> 4d1e222e62ea 20:55:28 Step 3/32 : WORKDIR /edgex-go 20:55:28 ---> Using cache 20:55:28 ---> 774bf521fc7b 20:55:28 Step 4/32 : RUN apk add --update --no-cache make git 20:55:28 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:55:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:55:28 ---> 4d1e222e62ea 20:55:28 Step 3/24 : WORKDIR /edgex-go 20:55:28 ---> Using cache 20:55:28 ---> 774bf521fc7b 20:55:28 Step 4/24 : RUN apk add --update --no-cache make git 20:55:30 ---> f46da61ebe38 20:55:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:55:30 ---> Running in 1c6fb3c34818 20:55:30 ---> Running in 2a46793f7cc0 20:55:31 ---> a26633dbccaa 20:55:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:55:31 ---> a82b81e22cb1 20:55:31 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:55:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:55:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:55:31 ---> Running in 03f64ed53793 20:55:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:55:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:55:31 Removing intermediate container 03f64ed53793 20:55:31 ---> 249d48ce2e9e 20:55:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:55:31 OK: 211 MiB in 51 packages 20:55:31 OK: 211 MiB in 51 packages 20:55:31 ---> Running in e51559cfdfec 20:55:32 Removing intermediate container e51559cfdfec 20:55:32 ---> 13548773b9ad 20:55:32 Step 20/22 : LABEL arch=x86_64 20:55:32 ---> Running in 0d094b5ab191 20:55:32 Removing intermediate container 0d094b5ab191 20:55:32 ---> 13abe41e1352 20:55:32 Step 21/22 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 20:55:32 Removing intermediate container 1c6fb3c34818 20:55:32 ---> 487ae442b4dd 20:55:32 Step 5/32 : COPY go.mod vendor* ./ 20:55:32 Removing intermediate container 2a46793f7cc0 20:55:32 ---> 7d91cbeae599 20:55:32 Step 5/24 : COPY go.mod vendor* ./ 20:55:33 ---> Running in 160ce3885454 20:55:33 ---> c88ef5a28e81 20:55:33 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:55:33 ---> 71d4217c8abf 20:55:33 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:55:33 Removing intermediate container 160ce3885454 20:55:33 ---> 6eeed81275bd 20:55:33 Step 22/22 : LABEL version=0.0.0 20:55:33 ---> Running in b4f91890f4c7 20:55:33 ---> Running in 1ffd70e0d122 20:55:33 ---> Running in a553e2928b19 20:55:33 Removing intermediate container 1ffd70e0d122 20:55:33 ---> 4834a7f86023 20:55:33 20:55:33 Successfully built 4834a7f86023 20:55:33 Merging remotes/origin/main commit d445b9d68d41a0b4888c1715f4f355bbb5b97d48 into PR head commit f88f776b66bfda32466101e5a93e8ee6f15bd1c4 20:55:34 Successfully tagged support-notifications:latest 20:55:34  Building support-notifications ... done Building core-metadata 20:55:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:55:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:55:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:55:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:55:33 using GIT_SSH to set credentials SSH Credentials for GitHub 20:55:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4281/head:refs/remotes/origin/PR-4281 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:55:33 > git config core.sparsecheckout # timeout=10 20:55:34 > git checkout -f f88f776b66bfda32466101e5a93e8ee6f15bd1c4 # timeout=10 20:55:34 Merge succeeded, producing f88f776b66bfda32466101e5a93e8ee6f15bd1c4 20:55:34 Checking out Revision f88f776b66bfda32466101e5a93e8ee6f15bd1c4 (PR-4281) 20:55:34 > git remote # timeout=10 20:55:34 > git config --get remote.origin.url # timeout=10 20:55:34 using GIT_SSH to set credentials SSH Credentials for GitHub 20:55:34 > git merge d445b9d68d41a0b4888c1715f4f355bbb5b97d48 # timeout=10 20:55:34 > git rev-parse HEAD^{commit} # timeout=10 20:55:34 > git config core.sparsecheckout # timeout=10 20:55:34 > git checkout -f f88f776b66bfda32466101e5a93e8ee6f15bd1c4 # timeout=10 20:55:37 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:55:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:55:37 ---> 4d1e222e62ea 20:55:37 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:55:37 ---> Using cache 20:55:37 ---> 4d9d5edb8265 20:55:37 Step 4/24 : WORKDIR /edgex-go 20:55:37 ---> Using cache 20:55:37 ---> 5a38b0e8e2e7 20:55:37 Step 5/24 : RUN apk add --update --no-cache make git 20:55:37 ---> Using cache 20:55:37 ---> 805a3c14e61f 20:55:37 Step 6/24 : COPY go.mod vendor* ./ 20:55:37 ---> Using cache 20:55:37 ---> 4a0c4a1e8edd 20:55:37 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:55:38 Commit message: "feat(security)!: Remove OAuth support for Kong users" 20:55:38 > git --version # timeout=10 20:55:38 > git --version # 'git version 2.25.1' 20:55:38 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:55:38 ---> Running in 24020c494a6b [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 20:55:38 Removing intermediate container 2d13eb78ae30 20:55:38 ---> c9400f828bfb 20:55:38 Step 7/24 : COPY . . [Pipeline] sh 20:55:39 Removing intermediate container 6a7509fe82c5 20:55:39 ---> ca7fad961e7f 20:55:39 Step 8/23 : COPY . . 20:55:39 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:55:39 % Total % Received % Xferd Average Speed Time Time Time Current 20:55:39 Dload Upload Total Spent Left Speed 20:55:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89167 0 --:--:-- --:--:-- --:--:-- 89167 [Pipeline] sh 20:55:40 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:55:40 + sudo tee /etc/docker/daemon.new 20:55:40 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:55:40 { 20:55:40 "registry-mirrors": [ 20:55:40 "https://nexus3.edgexfoundry.org:10001" 20:55:40 ], 20:55:40 "bip": "10.250.0.254/24", 20:55:40 "hosts": [ 20:55:40 "tcp://0.0.0.0:5555", 20:55:40 "unix:///var/run/docker.sock" 20:55:40 ], 20:55:40 "mtu": 1458, 20:55:40 "selinux-enabled": true, 20:55:40 "seccomp-profile": "/etc/docker/seccomp.json" 20:55:40 } [Pipeline] sh 20:55:40 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:55:41 + sudo service docker restart 20:55:45 ---> 7d1d12bba762 20:55:45 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:55:45 ---> e7a5524fc5ec 20:55:45 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:55:46 ---> Running in a801d76158d1 20:55:46 ---> Running in 5f3f10483747 20:55:46 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 20:55:47 Removing intermediate container a801d76158d1 20:55:47 ---> 1307bc5c40d4 20:55:47 Step 9/24 : WORKDIR /edgex-go/spire-build 20:55:48 ---> Running in a2ce3ef7b81e 20:55:49 Removing intermediate container a2ce3ef7b81e 20:55:49 ---> b4f0f322e0f2 20:55:49 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 20:55:49 ---> Running in 7685098b6675 20:55:53 Removing intermediate container 7685098b6675 20:55:53 ---> 265204ecc38f 20:55:53 Step 11/24 : WORKDIR /edgex-go 20:55:54 ---> Running in ec6cd3829f78 20:55:55 Removing intermediate container ec6cd3829f78 20:55:55 ---> c0eb97744e32 20:55:55 20:55:55 Step 12/24 : FROM alpine:3.15 20:55:55 ---> c4fc93816858 20:55:55 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:55:55 ---> Using cache 20:55:55 ---> 450aca56302a 20:55:55 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:55:55 ---> Running in c6429a8c5c3f 20:55:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:55:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:55:56 v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:55:56 v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:55:56 OK: 15859 distinct packages available 20:55:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:55:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:55:56 (1/5) Installing dumb-init (1.2.5-r1) 20:55:56 (2/5) Installing musl-obstack (1.2.3-r0) 20:55:56 (3/5) Installing libucontext (1.1-r0) 20:55:56 (4/5) Installing gcompat (1.0.0-r4) 20:55:56 (5/5) Installing openssl (1.1.1s-r1) 20:55:56 Executing busybox-1.34.1-r7.trigger 20:55:56 OK: 7 MiB in 19 packages 20:55:58 Removing intermediate container c6429a8c5c3f 20:55:58 ---> 2f0e8d8e3da7 20:55:58 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:55:58 Removing intermediate container a553e2928b19 20:55:58 ---> 1b04002e4ae3 20:55:58 Step 7/32 : COPY . . 20:55:58 Removing intermediate container b4f91890f4c7 20:55:58 ---> 93093e5edf17 20:55:58 Step 7/24 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:55:59 provisioning config files... 20:55:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16217887958742743599tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:56:00 ---> docker-login.sh 20:56:00 nexus3.edgexfoundry.org:10001 20:56:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:00 Configure a credential helper to remove this warning. See 20:56:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:00 20:56:00 Login Succeeded 20:56:00 nexus3.edgexfoundry.org:10002 20:56:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:01 Configure a credential helper to remove this warning. See 20:56:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:01 20:56:01 Login Succeeded 20:56:01 nexus3.edgexfoundry.org:10003 20:56:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:01 Configure a credential helper to remove this warning. See 20:56:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:01 20:56:01 Login Succeeded 20:56:01 nexus3.edgexfoundry.org:10004 20:56:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:01 Configure a credential helper to remove this warning. See 20:56:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:01 20:56:01 Login Succeeded 20:56:01 docker.io 20:56:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:56:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:56:02 Configure a credential helper to remove this warning. See 20:56:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:56:02 20:56:02 Login Succeeded 20:56:02 ---> docker-login.sh ends [Pipeline] } 20:56:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 20:56:02 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:56:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:56:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:56:03 ========================================================= 20:56:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 20:56:03 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:56:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:56:03 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:56:03 9b18e9b68314: Pulling fs layer 20:56:03 35d82f9e3411: Pulling fs layer 20:56:03 e16973657156: Pulling fs layer 20:56:03 fc693d55d65f: Pulling fs layer 20:56:03 7e9fc2657dce: Pulling fs layer 20:56:03 dda99020689f: Pulling fs layer 20:56:03 db1c61fa0a46: Pulling fs layer 20:56:03 891c053d2c06: Pulling fs layer 20:56:03 7e9fc2657dce: Waiting 20:56:03 db1c61fa0a46: Waiting 20:56:03 891c053d2c06: Waiting 20:56:03 dda99020689f: Waiting 20:56:03 fc693d55d65f: Waiting 20:56:03 e16973657156: Verifying Checksum 20:56:03 e16973657156: Download complete 20:56:03 35d82f9e3411: Verifying Checksum 20:56:03 35d82f9e3411: Download complete 20:56:03 7e9fc2657dce: Verifying Checksum 20:56:03 7e9fc2657dce: Download complete 20:56:03 dda99020689f: Download complete 20:56:03 9b18e9b68314: Verifying Checksum 20:56:03 9b18e9b68314: Download complete 20:56:03 ---> 1fdf23b8bf75 20:56:03 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:56:04 ---> 5c5124d3cf8c 20:56:04 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:56:04 ---> cc945a0b5a42 20:56:04 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:56:04 9b18e9b68314: Pull complete 20:56:04 Removing intermediate container 24020c494a6b 20:56:04 ---> 3d95bc4bb238 20:56:04 Step 8/24 : COPY . . 20:56:04 891c053d2c06: Verifying Checksum 20:56:04 891c053d2c06: Download complete 20:56:05 35d82f9e3411: Pull complete 20:56:05 e16973657156: Pull complete 20:56:06 ---> Running in 51aa8ea5909b 20:56:06 ---> Running in c448606d8fbf 20:56:06 db1c61fa0a46: Verifying Checksum 20:56:06 db1c61fa0a46: Download complete 20:56:06 ---> 80da70a6cdb4 20:56:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:56:06 Removing intermediate container 5f3f10483747 20:56:06 ---> fc40fe35546c 20:56:06 20:56:06 Step 10/23 : FROM alpine:3.16 20:56:06 ---> bfe296a52501 20:56:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:56:06 ---> 19182c2b2156 20:56:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:56:06 ---> Running in 5644a8402359 20:56:06 fc693d55d65f: Download complete 20:56:06 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 20:56:06 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 20:56:06 ---> ccce45b283c7 20:56:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:56:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:56:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:56:07 ---> a59a4821c37a 20:56:07 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:56:07 ---> Running in 59555119cd6f 20:56:07 (1/1) Installing dumb-init (1.2.5-r1) 20:56:07 Executing busybox-1.35.0-r17.trigger 20:56:07 OK: 6 MiB in 15 packages 20:56:08 Removing intermediate container 59555119cd6f 20:56:08 ---> 7e88afede7cc 20:56:08 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:56:08 ---> Running in c03d9c6f223a 20:56:09 Removing intermediate container c03d9c6f223a 20:56:09 Removing intermediate container 5644a8402359 20:56:09 ---> d4d1e9e322b3 20:56:09 ---> 357052a2c19d 20:56:09 Step 22/24 : LABEL arch=x86_64Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:56:09 20:56:09 ---> fbf34a24e797 20:56:09 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:56:09 ---> Running in 252ded2dbf1e 20:56:09 ---> Running in 629c6b199700 20:56:09 ---> Running in b5e13257ff73 20:56:09 Removing intermediate container 252ded2dbf1e 20:56:09 ---> 0f4e77252083 20:56:09 Step 23/24 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 20:56:09 Removing intermediate container b5e13257ff73 20:56:09 ---> 2531203ccede 20:56:09 Step 13/23 : ENV APP_PORT=59882 20:56:09 ---> Running in a6daba99807b 20:56:09 ---> Running in 73395af75765 20:56:09 Removing intermediate container a6daba99807b 20:56:09 ---> 7a109d06058e 20:56:09 Step 24/24 : LABEL version=0.0.0 20:56:09 Removing intermediate container 73395af75765 20:56:09 ---> bb3408d68397 20:56:09 Step 14/23 : EXPOSE $APP_PORT 20:56:09 ---> Running in ba1c6a36b1f5 20:56:09 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 20:56:09 ---> Running in 89965c3fc7e5 20:56:09 Removing intermediate container ba1c6a36b1f5 20:56:09 ---> 918cf62d1989 20:56:09 20:56:09 Removing intermediate container 89965c3fc7e5 20:56:09 ---> 76f9d1199f90 20:56:10 Step 15/23 : WORKDIR / 20:56:10 Successfully built 918cf62d1989 20:56:10 Successfully tagged security-spire-agent:latest 20:56:10  Building security-spire-agent ... done Building core-data 20:56:10 ---> Running in e60c3850e949 20:56:11 Removing intermediate container e60c3850e949 20:56:11 ---> b6147aa2197d 20:56:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:56:13 ---> c320f645dbe4 20:56:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:56:14 ---> e494e2fec508 20:56:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:56:15 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:56:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:56:15 ---> 4d1e222e62ea 20:56:15 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:56:15 ---> Using cache 20:56:15 ---> 4d9d5edb8265 20:56:15 Step 4/22 : WORKDIR /edgex-go 20:56:15 ---> Using cache 20:56:15 ---> 5a38b0e8e2e7 20:56:15 Step 5/22 : RUN apk add --update --no-cache make git 20:56:15 ---> Using cache 20:56:15 ---> 805a3c14e61f 20:56:15 Step 6/22 : COPY go.mod vendor* ./ 20:56:15 ---> Using cache 20:56:15 ---> 4a0c4a1e8edd 20:56:15 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:56:15 ---> Using cache 20:56:15 ---> 3d95bc4bb238 20:56:15 Step 8/22 : COPY . . 20:56:15 ---> Using cache 20:56:15 ---> fbf34a24e797 20:56:15 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:56:15 ---> 6abbb0d946cb 20:56:15 Step 19/23 : ENTRYPOINT ["/core-command"] 20:56:15 ---> Running in f1b7aa244ba5 20:56:15 ---> Running in b1687bd24c54 20:56:15 Removing intermediate container b1687bd24c54 20:56:15 ---> 603fbe05cd58 20:56:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:56:16 ---> Running in 27e3c4396bc3 20:56:16 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 20:56:16 Removing intermediate container 27e3c4396bc3 20:56:16 ---> 9feae4be81e1 20:56:16 Step 21/23 : LABEL arch=x86_64 20:56:16 ---> Running in 78dc169406db 20:56:16 Removing intermediate container 78dc169406db 20:56:16 ---> 7079f09fd21c 20:56:16 Step 22/23 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 20:56:16 ---> Running in 7835d2252041 20:56:17 Removing intermediate container 7835d2252041 20:56:17 ---> 378bee034c20 20:56:17 Step 23/23 : LABEL version=0.0.0 20:56:17 ---> Running in 07f3cd2e8536 20:56:17 Removing intermediate container 07f3cd2e8536 20:56:17 ---> d85793098820 20:56:17 20:56:17 Successfully built d85793098820 20:56:17 Successfully tagged core-command:latest 20:56:17  Building core-command ... done Building support-scheduler 20:56:19 fc693d55d65f: Pull complete 20:56:19 7e9fc2657dce: Pull complete 20:56:19 dda99020689f: Pull complete 20:56:21 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:56:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:56:21 ---> 4d1e222e62ea 20:56:21 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:56:21 ---> Using cache 20:56:21 ---> 4d9d5edb8265 20:56:21 Step 4/22 : WORKDIR /edgex-go 20:56:21 ---> Using cache 20:56:21 ---> 5a38b0e8e2e7 20:56:21 Step 5/22 : RUN apk add --update --no-cache make git 20:56:21 ---> Using cache 20:56:21 ---> 805a3c14e61f 20:56:21 Step 6/22 : COPY go.mod vendor* ./ 20:56:21 ---> Using cache 20:56:21 ---> 4a0c4a1e8edd 20:56:21 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:56:21 ---> Using cache 20:56:21 ---> 3d95bc4bb238 20:56:21 Step 8/22 : COPY . . 20:56:21 ---> Using cache 20:56:21 ---> fbf34a24e797 20:56:21 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:56:22 ---> Running in 5dbb5f58d438 20:56:23 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 20:56:25 db1c61fa0a46: Pull complete 20:56:26 891c053d2c06: Pull complete 20:56:26 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 20:56:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:56:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 20:56:27 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:56:27 WORKDIR /edgex 20:56:27 COPY go.mod . 20:56:27 RUN go mod download -t 20:56:27 ci-base-image-arm64 -f - . 20:56:27 Sending build context to Docker daemon 3.111MB 20:56:27 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:56:27 ---> f96f9c87975a 20:56:27 Step 2/4 : WORKDIR /edgex 20:56:29 ---> Running in 6d5bdc3cc362 20:56:29 Removing intermediate container 6d5bdc3cc362 20:56:29 ---> 0467b6508b06 20:56:29 Step 3/4 : COPY go.mod . 20:56:30 ---> 490473319a0e 20:56:30 Step 4/4 : RUN go mod download 20:56:30 ---> Running in 7e6dfc42a37d 20:56:38 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 20:56:43 Removing intermediate container 51aa8ea5909b 20:56:43 ---> a40a38f0a8c0 20:56:43 20:56:43 Step 9/32 : FROM alpine:3.16 20:56:43 ---> bfe296a52501 20:56:43 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:56:43 ---> Running in a7a108ae99b5 20:56:43 Removing intermediate container c448606d8fbf 20:56:43 ---> 20587e366661 20:56:43 20:56:43 Step 9/24 : FROM alpine:3.16 20:56:43 ---> bfe296a52501 20:56:43 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:56:43 ---> Running in 5e0d2caaf969 20:56:43 Removing intermediate container a7a108ae99b5 20:56:43 ---> cd16af191479 20:56:43 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 20:56:43 ---> Running in abad154fb0b0 20:56:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:56:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:56:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:56:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:56:44 (1/3) Installing ca-certificates (20220614-r0) 20:56:44 (1/2) Installing dumb-init (1.2.5-r1) 20:56:44 (2/2) Installing su-exec (0.2-r1) 20:56:44 Executing busybox-1.35.0-r17.trigger 20:56:44 OK: 6 MiB in 16 packages 20:56:44 (2/3) Installing dumb-init (1.2.5-r1) 20:56:44 (3/3) Installing su-exec (0.2-r1) 20:56:44 Executing busybox-1.35.0-r17.trigger 20:56:44 Executing ca-certificates-20220614-r0.trigger 20:56:44 OK: 6 MiB in 17 packages 20:56:45 Removing intermediate container 629c6b199700 20:56:45 ---> 7357f27430d9 20:56:45 20:56:45 Step 10/24 : FROM alpine:3.16 20:56:45 ---> bfe296a52501 20:56:45 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:56:45 ---> Using cache 20:56:45 ---> 357052a2c19d 20:56:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:56:45 ---> Using cache 20:56:45 ---> 2531203ccede 20:56:45 Step 13/24 : ENV APP_PORT=59881 20:56:45 ---> Running in daebe7c03b04 20:56:46 Removing intermediate container abad154fb0b0 20:56:46 ---> 7c8897edc49a 20:56:46 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 20:56:46 Removing intermediate container 5e0d2caaf969 20:56:46 ---> 896a98cde42a 20:56:46 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:56:46 Removing intermediate container daebe7c03b04 20:56:46 ---> 3c747d009bdc 20:56:46 Step 14/24 : EXPOSE $APP_PORT 20:56:46 ---> Running in 9958b31716ae 20:56:46 ---> Running in e1a361ae6773 20:56:46 ---> Running in e6c38c51babb 20:56:46 Removing intermediate container 9958b31716ae 20:56:46 ---> de39e46f5e50 20:56:46 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:56:46 Removing intermediate container e1a361ae6773 20:56:46 ---> 5a99f6b2ffc4 20:56:46 Step 12/24 : WORKDIR / 20:56:46 Removing intermediate container e6c38c51babb 20:56:46 ---> fd05d7bfa243 20:56:46 Step 15/24 : WORKDIR / 20:56:46 ---> Running in 4ed65e6c8d8c 20:56:46 ---> Running in e4f28e57dd8a 20:56:46 ---> Running in ef79cf9a9e06 20:56:46 Removing intermediate container 4ed65e6c8d8c 20:56:46 ---> 52895a2e7cd4 20:56:46 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:56:46 ---> Running in 548be5838b59 20:56:47 Removing intermediate container ef79cf9a9e06 20:56:47 ---> acddc3b90a35 20:56:47 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:56:47 Removing intermediate container e4f28e57dd8a 20:56:47 ---> 827854be9bcf 20:56:47 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:56:47 Removing intermediate container 548be5838b59 20:56:47 ---> 399e7727d354 20:56:47 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:56:47 ---> Running in b403779e7416 20:56:47 ---> 4385a1c32546 20:56:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:56:47 ---> 4a823dc0c620 20:56:47 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:56:47 Removing intermediate container b403779e7416 20:56:47 ---> aebbe1a83eda 20:56:47 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:56:48 ---> Running in 5ce017799033 20:56:48 ---> 51c08978ad05 20:56:48 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:56:49 ---> 071da7943937 20:56:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:56:49 ---> f2378026f45f 20:56:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:56:49 ---> 3c87475258ec 20:56:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 20:56:49 Removing intermediate container f1b7aa244ba5 20:56:49 ---> 7bf4fc5fd49e 20:56:49 20:56:49 Step 10/22 : FROM alpine:3.16 20:56:49 ---> bfe296a52501 20:56:49 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:56:49 ---> Running in 13c0e623139b 20:56:49 ---> d2e0e995d519 20:56:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:56:49 ---> c01a67a7a754 20:56:49 Step 20/24 : ENTRYPOINT ["/core-metadata"] 20:56:50 Removing intermediate container 13c0e623139b 20:56:50 ---> 91da9ce1922c 20:56:50 Step 12/22 : ENV APP_PORT=59880 20:56:50 Removing intermediate container 5ce017799033 20:56:50 ---> c4c78d530c0c 20:56:50 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 20:56:50 ---> Running in 03d033d97077 20:56:50 ---> Running in 0a1bbe288671 20:56:50 ---> Running in 9cb13e52fea0 20:56:50 Removing intermediate container 03d033d97077 20:56:50 ---> 9792af9236aa 20:56:50 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:56:50 Removing intermediate container 0a1bbe288671 20:56:50 ---> ed6e5ee59ba7 20:56:50 Step 13/22 : EXPOSE $APP_PORT 20:56:50 Removing intermediate container 9cb13e52fea0 20:56:50 ---> 95ccc4187a25 20:56:50 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:56:50 ---> bb8eb4f3a9dd 20:56:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:56:50 ---> Running in e78dbe17e088 20:56:50 ---> Running in 1200bfc58e9c 20:56:50 Removing intermediate container e78dbe17e088 20:56:50 ---> f8287bfb78aa 20:56:50 Step 22/24 : LABEL arch=x86_64 20:56:50 Removing intermediate container 1200bfc58e9c 20:56:50 ---> a12dce90474e 20:56:50 Step 14/22 : RUN apk add --update --no-cache dumb-init 20:56:50 ---> Running in 5a9a3f07d210 20:56:50 ---> e228b28209fe 20:56:50 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:56:50 ---> Running in 5ab0a1808401 20:56:51 ---> Running in f8422a372167 20:56:51 ---> 30b5e42aa0f9 20:56:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:56:51 Removing intermediate container 5a9a3f07d210 20:56:51 ---> 48049c2f7a34 20:56:51 Step 23/24 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 20:56:51 ---> Running in a7de189fc679 20:56:51 ---> 1f645d15f70c 20:56:51 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:56:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:56:51 ---> Running in 1590b607b4d0 20:56:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:56:51 Removing intermediate container a7de189fc679 20:56:51 ---> 4a452e0cadb3 20:56:51 Step 24/24 : LABEL version=0.0.0 20:56:51 ---> Running in 3ff8f39e7a73 20:56:51 Removing intermediate container 3ff8f39e7a73 20:56:51 ---> f3c3c75a20ad 20:56:51 20:56:51 Successfully built f3c3c75a20ad 20:56:51 Successfully tagged core-metadata:latest 20:56:51  Building core-metadata ... done (1/1) Installing dumb-init (1.2.5-r1) 20:56:51 Executing busybox-1.35.0-r17.trigger 20:56:51 OK: 6 MiB in 15 packages 20:56:52 Removing intermediate container f8422a372167 20:56:52 ---> a2ee150c9012 20:56:52 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 20:56:52 Removing intermediate container 5ab0a1808401 20:56:52 ---> 47121bd96add 20:56:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:56:52 ---> 0de37ac81aaf 20:56:52 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:56:52 Removing intermediate container 1590b607b4d0 20:56:52 ---> b72725212f74 20:56:52 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:56:52 ---> 0a949f1717d7 20:56:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:56:52 ---> Running in 171472efbae1 20:56:53 ---> bc084c22e889 20:56:53 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:56:53 Removing intermediate container 171472efbae1 20:56:53 ---> 6f6a1329d6c8 20:56:53 Step 22/24 : LABEL arch=x86_64 20:56:53 ---> Running in 0c7ee4f9d096 20:56:53 ---> 9c6e61111c52 20:56:53 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:56:53 Removing intermediate container 0c7ee4f9d096 20:56:53 ---> a217ecd9455c 20:56:53 Step 23/24 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 20:56:53 ---> 0c8d40f58f1b 20:56:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:56:53 ---> Running in 1d2fee20f370 20:56:53 ---> d6581f99bdb7 20:56:53 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:56:53 Removing intermediate container 1d2fee20f370 20:56:53 ---> a6487bc7fb13 20:56:53 Step 24/24 : LABEL version=0.0.0 20:56:53 ---> 6379149a1c4d 20:56:53 Step 18/22 : ENTRYPOINT ["/core-data"] 20:56:53 ---> 2ffc4758c3fd 20:56:53 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:56:53 ---> Running in 9ec392f03e63 20:56:53 ---> Running in 63f749fca7f7 20:56:54 Removing intermediate container 9ec392f03e63 20:56:54 ---> 32dcef996f85 20:56:54 20:56:54 ---> 1031bf9a94ae 20:56:54 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:56:54 Removing intermediate container 63f749fca7f7 20:56:54 ---> 545a9c016b7f 20:56:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:56:54 Successfully built 32dcef996f85 20:56:54 Successfully tagged security-secretstore-setup:latest 20:56:54  Building security-secretstore-setup ... done  ---> Running in 49e983168437 20:56:54 ---> 4963b7b023b0 20:56:54 Step 27/32 : RUN chmod +x /entrypoint.sh 20:56:54 ---> Running in f23a893aac72 20:56:54 Removing intermediate container 49e983168437 20:56:54 ---> 5a5c653c1f3a 20:56:54 Step 20/22 : LABEL arch=x86_64 20:56:54 ---> Running in 1e4c9b62d316 20:56:54 Removing intermediate container 1e4c9b62d316 20:56:54 ---> aa8f77255c20 20:56:54 Step 21/22 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 20:56:55 ---> Running in 83ddaa075d1c 20:56:55 Removing intermediate container 83ddaa075d1c 20:56:55 ---> 9a4fa6076a23 20:56:55 Step 22/22 : LABEL version=0.0.0 20:56:55 ---> Running in 2580e22a9596 20:56:55 Removing intermediate container f23a893aac72 20:56:55 ---> 73a5a5dca386 20:56:55 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 20:56:55 Removing intermediate container 2580e22a9596 20:56:55 ---> a192cae4f245 20:56:55 20:56:55 ---> Running in c7e708faf748 20:56:55 Successfully built a192cae4f245 20:56:55 Successfully tagged core-data:latest 20:56:56  Building core-data ... done Removing intermediate container c7e708faf748 20:56:56 ---> 380adb8b6533 20:56:56 Step 29/32 : CMD ["gate"] 20:56:56 ---> Running in a2bdd712ffe3 20:56:56 Removing intermediate container a2bdd712ffe3 20:56:56 ---> 3ff840d4b615 20:56:56 Step 30/32 : LABEL arch=x86_64 20:56:56 ---> Running in d752e94d2fe3 20:56:56 Removing intermediate container d752e94d2fe3 20:56:56 ---> 1f0ea593ad21 20:56:56 Step 31/32 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 20:56:56 ---> Running in 85c93e5f5340 20:56:56 Removing intermediate container 85c93e5f5340 20:56:56 ---> 82bc1e5146eb 20:56:56 Step 32/32 : LABEL version=0.0.0 20:56:56 ---> Running in ff8423e3e4de 20:56:57 Removing intermediate container ff8423e3e4de 20:56:57 ---> 609dab4e5256 20:56:57 20:56:57 Successfully built 609dab4e5256 20:56:57 Successfully tagged security-bootstrapper:latest 20:56:57  Building security-bootstrapper ... done Removing intermediate container 5dbb5f58d438 20:56:57 ---> 10b5840a9e0f 20:56:57 20:56:57 Step 10/22 : FROM alpine:3.16 20:56:57 ---> bfe296a52501 20:56:57 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:56:57 ---> Using cache 20:56:57 ---> 357052a2c19d 20:56:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:56:57 ---> Using cache 20:56:57 ---> 2531203ccede 20:56:57 Step 13/22 : ENV APP_PORT=59861 20:56:57 ---> Running in 42c13c5726d9 20:56:57 Removing intermediate container 42c13c5726d9 20:56:57 ---> b8bdcf9b704b 20:56:57 Step 14/22 : EXPOSE $APP_PORT 20:56:57 ---> Running in 095789a6cdae 20:56:57 Removing intermediate container 095789a6cdae 20:56:57 ---> 45b19827dd8b 20:56:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:56:57 ---> 71b1c6f0e067 20:56:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:56:58 ---> 8cc024d2bd28 20:56:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:56:58 ---> a8e7a0996cfb 20:56:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:56:58 ---> Running in fac77b95f67e 20:56:58 Removing intermediate container fac77b95f67e 20:56:58 ---> 665f3f08084f 20:56:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:56:58 ---> Running in 443f718c93f1 20:56:58 Removing intermediate container 443f718c93f1 20:56:58 ---> 5db7c6b710a8 20:56:58 Step 20/22 : LABEL arch=x86_64 20:56:58 ---> Running in a2e3661e248f 20:56:58 Removing intermediate container a2e3661e248f 20:56:58 ---> fdf5f1b13dd4 20:56:58 Step 21/22 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 20:56:58 ---> Running in 52675cbb05ab 20:56:58 Removing intermediate container 52675cbb05ab 20:56:58 ---> 0c418fe079eb 20:56:58 Step 22/22 : LABEL version=0.0.0 20:56:59 ---> Running in 809392f89aea 20:56:59 Removing intermediate container 809392f89aea 20:56:59 ---> 9999c58deea0 20:56:59 20:56:59 Successfully built 9999c58deea0 20:56:59 Successfully tagged support-scheduler:latest 20:56:59  Building support-scheduler ... done  [Pipeline] } 20:56:59 $ docker stop --time=1 e3209b466c5a3eedcd2a16bbfb59f4bf3e6311cd647e349071054a7011862e1f 20:57:00 $ docker rm -f --volumes e3209b466c5a3eedcd2a16bbfb59f4bf3e6311cd647e349071054a7011862e1f [Pipeline] // withDockerContainer [Pipeline] sh 20:57:01 + docker images 20:57:01 REPOSITORY TAG IMAGE ID CREATED SIZE 20:57:01 support-scheduler latest 9999c58deea0 2 seconds ago 30MB 20:57:01 10b5840a9e0f 4 seconds ago 1.74GB 20:57:01 security-bootstrapper latest 609dab4e5256 5 seconds ago 20.3MB 20:57:01 core-data latest a192cae4f245 6 seconds ago 17.9MB 20:57:01 security-secretstore-setup latest 32dcef996f85 8 seconds ago 29.9MB 20:57:01 core-metadata latest f3c3c75a20ad 10 seconds ago 18.5MB 20:57:01 7bf4fc5fd49e 12 seconds ago 1.68GB 20:57:01 7357f27430d9 17 seconds ago 1.68GB 20:57:01 20587e366661 19 seconds ago 1.66GB 20:57:01 a40a38f0a8c0 20 seconds ago 1.66GB 20:57:01 core-command latest d85793098820 44 seconds ago 17.7MB 20:57:01 security-spire-agent latest 918cf62d1989 52 seconds ago 125MB 20:57:01 fc40fe35546c 55 seconds ago 1.67GB 20:57:01 c0eb97744e32 About a minute ago 1.54GB 20:57:01 support-notifications latest 4834a7f86023 About a minute ago 30.6MB 20:57:01 security-spiffe-token-provider latest fe25e1d5a6c8 About a minute ago 29.8MB 20:57:01 security-proxy-setup latest 21d5e527e121 About a minute ago 27.7MB 20:57:01 04d6d449afcf About a minute ago 1.74GB 20:57:01 cc3fc14aa6e9 About a minute ago 1.7GB 20:57:01 445531298355 About a minute ago 1.66GB 20:57:01 security-spire-config latest 13b154be1cf6 About a minute ago 85.8MB 20:57:01 security-spire-server latest fc48202d18e1 About a minute ago 86.5MB 20:57:01 186d6622b8de 2 minutes ago 1.54GB 20:57:01 4dc58bb41e91 2 minutes ago 1.54GB 20:57:01 ci-base-image-x86_64 latest 4d1e222e62ea 5 minutes ago 904MB 20:57:01 alpine 3.16 bfe296a52501 2 months ago 5.54MB 20:57:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB 20:57:01 alpine 3.15 c4fc93816858 5 months ago 5.59MB 20:57:01 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB 20:57:01 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] } 20:57:09 Removing intermediate container 7e6dfc42a37d 20:57:09 ---> 9ae20d77e841 20:57:09 Successfully built 9ae20d77e841 20:57:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:57:09 + docker inspect -f . ci-base-image-arm64 20:57:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:57:10 prd-ubuntu20.04-docker-arm64-4c-16g-2272 does not seem to be running inside a container 20:57:10 $ 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-arm64 cat 20:57:12 $ docker top a16b17f0eb4009ceffe73f3e290381e49e2a62f173e9131c70ea8476ed5b8f59 -eo pid,comm [Pipeline] { [Pipeline] sh 20:57:13 + go version 20:57:13 go version go1.18.7 linux/arm64 [Pipeline] } 20:57:13 $ docker stop --time=1 a16b17f0eb4009ceffe73f3e290381e49e2a62f173e9131c70ea8476ed5b8f59 20:57:15 $ docker rm -f --volumes a16b17f0eb4009ceffe73f3e290381e49e2a62f173e9131c70ea8476ed5b8f59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:57:16 + docker inspect -f . ci-base-image-arm64 20:57:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:57:16 prd-ubuntu20.04-docker-arm64-4c-16g-2272 does not seem to be running inside a container 20:57:16 $ 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-arm64 cat 20:57:17 $ docker top 3e3966cefe137df552e0bc0e72ead3ca88d4798d863c76d029ef6582e418fa5c -eo pid,comm [Pipeline] { [Pipeline] echo 20:57:17 ========================================================= 20:57:17 [edgeXBuildGoParallel] Running Tests and Build... 20:57:17 ========================================================= [Pipeline] sh 20:57:18 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:57:19 + make test 20:57:19 go test -race -coverprofile=coverage.out ./... 20:57:58 ? github.com/edgexfoundry/edgex-go [no test files] 20:59:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:59:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:59:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:59:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:00:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:00:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:00:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:00:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:00:06 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 21:00:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:00:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:00:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:00:06 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 21:00:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.376s coverage: 28.7% of statements 21:00:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:00:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:00:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.561s coverage: 98.5% of statements 21:00:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 1.435s coverage: 43.0% of statements 21:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 21:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 21:00:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.755s coverage: 54.0% of statements 21:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:00:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 25.832s coverage: 89.2% of statements 21:00:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 21:00:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 21:00:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 21:00:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:00:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 21:00:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.127s coverage: 2.4% of statements 21:00:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:00:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:00:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.011s coverage: 95.6% of statements 21:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 21:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 21:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 21:00:56 ok github.com/edgexfoundry/edgex-go/internal/io 0.490s coverage: 72.2% of statements 21:00:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:00:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 21:00:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 21:00:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:00:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:00:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.557s coverage: 60.0% of statements 21:00:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:00:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:00:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:00:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.367s coverage: 0.9% of statements 21:00:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 21:00:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.235s coverage: 58.8% of statements 21:00:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.253s coverage: 29.6% of statements 21:00:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.251s coverage: 47.1% of statements 21:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.279s coverage: 79.5% of statements 21:00:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.228s coverage: 94.1% of statements 21:00:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.261s coverage: 96.3% of statements 21:01:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.234s coverage: 87.5% of statements 21:01:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.367s coverage: 94.4% of statements 21:01:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.221s coverage: 44.8% of statements 21:01:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.728s coverage: 79.9% of statements 21:01:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.482s coverage: 92.9% of statements 21:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.107s coverage: 65.1% of statements 21:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 21:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 21:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 21:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.261s coverage: 86.9% of statements 21:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.751s coverage: 87.2% of statements 21:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.197s coverage: 100.0% of statements 21:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.302s coverage: 77.4% of statements 21:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.286s coverage: 80.0% of statements 21:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.240s coverage: 87.2% of statements 21:01:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.813s coverage: 91.2% of statements 21:01:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:01:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.042s coverage: 64.7% of statements 21:01:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:01:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:01:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.269s coverage: 100.0% of statements 21:01:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.126s coverage: 89.4% of statements 21:01:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 21:01:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements 21:01:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.092s coverage: 100.0% of statements 21:01:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.432s coverage: 65.8% of statements 21:01:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:01:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:01:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:01:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.855s coverage: 41.8% of statements 21:01:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:01:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:01:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.393s coverage: 89.5% of statements 21:01:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:01:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.236s coverage: 84.8% of statements 21:01:41 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 21:01:41 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 21:01:41 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 21:01:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 21:01:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.352s coverage: 17.7% of statements 21:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 21:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 21:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:01:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.718s coverage: 92.3% of statements 21:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 21:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 21:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 21:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 21:01:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.304s coverage: 63.2% of statements 21:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:01:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.561s coverage: 97.7% of statements 21:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 21:01:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 21:01:49 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "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 21:01:49 WARNING: Linting skipped (not on x86_64 or linter not installed) 21:01:49 go vet ./... 21:03:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:03:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:03:41 ./bin/test-attribution-txt.sh 21:03:41 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 21:03:41 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 21:03:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 21:03:41 + ls -al . 21:03:41 total 744 21:03:41 drwxrwxr-x 10 1001 1001 4096 Jan 13 20:57 . 21:03:41 drwxr-xr-x 4 root root 4096 Jan 13 20:57 .. 21:03:41 drwxrwxr-x 2 1001 1001 4096 Jan 13 20:55 .blubracket 21:03:41 -rw-rw-r-- 1 1001 1001 16 Jan 13 20:55 .dockerignore 21:03:41 drwxrwxr-x 8 1001 1001 4096 Jan 13 20:55 .git 21:03:41 drwxrwxr-x 3 1001 1001 4096 Jan 13 20:55 .github 21:03:41 -rw-rw-r-- 1 1001 1001 956 Jan 13 20:55 .gitignore 21:03:41 -rw-rw-r-- 1 1001 1001 42 Jan 13 20:55 .golangci.yml 21:03:41 -rw-rw-r-- 1 1001 1001 87 Jan 13 20:55 .hadolint.yml 21:03:41 -rw-rw-r-- 1 1001 1001 166 Jan 13 20:55 .sonarcloud.properties 21:03:41 -rw-rw-r-- 1 1001 1001 1171 Jan 13 20:55 ADOPTERS.md 21:03:41 -rw-rw-r-- 1 1001 1001 10618 Jan 13 20:55 Attribution.txt 21:03:41 -rw-rw-r-- 1 1001 1001 73765 Jan 13 20:55 CHANGELOG.md 21:03:41 -rw-rw-r-- 1 1001 1001 3804 Jan 13 20:55 CONTRIBUTING.md 21:03:41 -rw-rw-r-- 1 1001 1001 677 Jan 13 20:55 GOVERNANCE.md 21:03:41 -rw-rw-r-- 1 1001 1001 850 Jan 13 20:55 Jenkinsfile 21:03:41 -rw-rw-r-- 1 1001 1001 10775 Jan 13 20:55 LICENSE 21:03:41 -rw-rw-r-- 1 1001 1001 12513 Jan 13 20:55 Makefile 21:03:41 -rw-rw-r-- 1 1001 1001 582 Jan 13 20:55 OWNERS.md 21:03:41 -rw-rw-r-- 1 1001 1001 9403 Jan 13 20:55 README.md 21:03:41 -rw-rw-r-- 1 1001 1001 6912 Jan 13 20:55 SECURITY.md 21:03:41 -rw-rw-r-- 1 1001 1001 5 Jan 13 20:51 VERSION 21:03:41 drwxrwxr-x 2 1001 1001 4096 Jan 13 20:55 bin 21:03:41 drwxrwxr-x 16 1001 1001 4096 Jan 13 20:55 cmd 21:03:41 -rw-r--r-- 1 root root 489579 Jan 13 21:01 coverage.out 21:03:41 -rw-rw-r-- 1 1001 1001 3376 Jan 13 20:55 go.mod 21:03:41 -rw-rw-r-- 1 1001 1001 34949 Jan 13 20:55 go.sum 21:03:41 drwxrwxr-x 7 1001 1001 4096 Jan 13 20:55 internal 21:03:41 drwxrwxr-x 3 1001 1001 4096 Jan 13 20:55 openapi 21:03:41 drwxrwxr-x 4 1001 1001 4096 Jan 13 20:55 snap 21:03:41 -rw-rw-r-- 1 1001 1001 204 Jan 13 20:55 version.go [Pipeline] sh 21:03:42 + '[' -e coverage.out ] 21:03:42 + chown 1001:1001 coverage.out [Pipeline] stash 21:03:42 Warning: overwriting stash ‘coverage-report’ 21:03:43 Stashed 1 file(s) [Pipeline] sh 21:03:43 + make build 21:03:43 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 21:05:20 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 21:05:20 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 21:05:20 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 21:06:07 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 21:06:12 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 21:06:18 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 21:06:26 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 21:06:29 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 21:06:34 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 21:06:49 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] } 21:06:54 $ docker stop --time=1 3e3966cefe137df552e0bc0e72ead3ca88d4798d863c76d029ef6582e418fa5c 21:06:56 $ docker rm -f --volumes 3e3966cefe137df552e0bc0e72ead3ca88d4798d863c76d029ef6582e418fa5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:06:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:06:58 21:06:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:06:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:06:59 latest: Pulling from edgex-devops/edgex-compose-arm64 21:06:59 29e5d40040c1: Pulling fs layer 21:06:59 1ce36da41761: Pulling fs layer 21:06:59 25b303627fd3: Pulling fs layer 21:06:59 29e5d40040c1: Verifying Checksum 21:06:59 29e5d40040c1: Download complete 21:06:59 1ce36da41761: Verifying Checksum 21:06:59 1ce36da41761: Download complete 21:07:00 29e5d40040c1: Pull complete 21:07:01 25b303627fd3: Verifying Checksum 21:07:01 25b303627fd3: Download complete 21:07:01 1ce36da41761: Pull complete 21:07:11 25b303627fd3: Pull complete 21:07:11 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:07:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:07:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:07:11 prd-ubuntu20.04-docker-arm64-4c-16g-2272 does not seem to be running inside a container 21:07:12 $ 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-arm64:latest cat 21:07:14 $ docker top f014f84458466dab7b7deebf7cf4597d98dd55ea0e1b6ea47bbbad4647cdea9e -eo pid,comm [Pipeline] { [Pipeline] sh 21:07:15 + grep parallel 21:07:15 + docker-compose build --help 21:07:20 --parallel Build images in parallel. [Pipeline] } 21:07:20 $ docker stop --time=1 f014f84458466dab7b7deebf7cf4597d98dd55ea0e1b6ea47bbbad4647cdea9e 21:07:22 $ docker rm -f --volumes f014f84458466dab7b7deebf7cf4597d98dd55ea0e1b6ea47bbbad4647cdea9e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:07:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:07:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:07:23 prd-ubuntu20.04-docker-arm64-4c-16g-2272 does not seem to be running inside a container 21:07:23 $ 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-arm64:latest cat 21:07:25 $ docker top 8703c104415863594423b94fb255b0fba665e09c683b9ed9639e9bbcb64a3daf -eo pid,comm [Pipeline] { [Pipeline] sh 21:07:25 + docker-compose -f ./docker-compose-build.yml build --parallel 21:07:31 Building core-command ... 21:07:31 Building core-data ... 21:07:31 Building core-metadata ... 21:07:31 Building security-bootstrapper ... 21:07:31 Building security-proxy-setup ... 21:07:31 Building security-secretstore-setup ... 21:07:31 Building security-spiffe-token-provider ... 21:07:31 Building security-spire-agent ... 21:07:31 Building security-spire-config ... 21:07:31 Building security-spire-server ... 21:07:31 Building support-notifications ... 21:07:31 Building support-scheduler ... 21:07:31 Building security-spire-server 21:07:31 Building security-spire-config 21:07:31 Building support-notifications 21:07:31 Building core-command 21:07:31 Building security-proxy-setup 21:08:18 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:08:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:08:18 ---> 9ae20d77e841 21:08:18 Step 3/21 : WORKDIR /edgex-go 21:08:18 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:08:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:08:18 ---> 9ae20d77e841 21:08:18 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:08:18 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:08:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:08:18 ---> 9ae20d77e841 21:08:18 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:08:18 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:08:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:08:18 ---> 9ae20d77e841 21:08:18 Step 3/23 : WORKDIR /edgex-go 21:08:18 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:08:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:08:18 ---> 9ae20d77e841 21:08:18 Step 3/24 : WORKDIR /edgex-go 21:08:18 ---> Running in ce90149adf43 21:08:18 ---> Running in b68c2ac0bbc4 21:08:18 ---> Running in d1f40688a8bc 21:08:18 ---> Running in c2ebc785e5a4 21:08:18 ---> Running in 27ee0303a1ff 21:08:18 Removing intermediate container d1f40688a8bc 21:08:18 ---> 1ec7b5aea479 21:08:18 Step 4/22 : WORKDIR /edgex-go 21:08:18 Removing intermediate container b68c2ac0bbc4 21:08:18 ---> 3306b385b852 21:08:18 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 21:08:18 ---> Running in c93522439e18 21:08:18 ---> Running in 3d38905dfcc8 21:08:18 Removing intermediate container 27ee0303a1ff 21:08:18 ---> 11cc35d8fafe 21:08:18 Step 4/23 : WORKDIR /edgex-go 21:08:18 Removing intermediate container ce90149adf43 21:08:18 ---> 0b467640d133 21:08:18 Step 4/21 : RUN apk add --update --no-cache make git 21:08:18 ---> Running in 0409bcf4e450 21:08:18 Removing intermediate container c2ebc785e5a4 21:08:18 ---> e075837186c6 21:08:18 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:08:18 ---> Running in e057a85075a3 21:08:18 ---> Running in 9fa205678345 21:08:18 Removing intermediate container 3d38905dfcc8 21:08:18 ---> eae1ddf2877b 21:08:18 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:08:18 ---> Running in 3879fac469e5 21:08:18 Removing intermediate container 0409bcf4e450 21:08:18 ---> 434ac93723de 21:08:18 Step 5/23 : RUN apk add --update --no-cache make git 21:08:18 ---> Running in 313c389608cd 21:08:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:08:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:08:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:08:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:08:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:08:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:08:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:08:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:08:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:08:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:08:20 OK: 221 MiB in 51 packages 21:08:21 OK: 221 MiB in 51 packages 21:08:21 OK: 221 MiB in 51 packages 21:08:21 Removing intermediate container c93522439e18 21:08:21 ---> 888a0a276cf4 21:08:21 Step 5/23 : COPY go.mod vendor* ./ 21:08:21 OK: 221 MiB in 51 packages 21:08:21 OK: 221 MiB in 51 packages 21:08:23 ---> c901f4db0e47 21:08:23 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:08:23 ---> Running in 196dcd8d5607 21:08:23 Removing intermediate container e057a85075a3 21:08:23 ---> eca72a804753 21:08:23 Step 5/24 : COPY go.mod vendor* ./ 21:08:23 Removing intermediate container 9fa205678345 21:08:23 ---> e4305f6e6d71 21:08:23 Step 5/21 : COPY go.mod vendor* ./ 21:08:23 Removing intermediate container 3879fac469e5 21:08:23 ---> 85e1bf2de27b 21:08:23 Step 6/22 : COPY go.mod vendor* ./ 21:08:24 Removing intermediate container 313c389608cd 21:08:24 ---> 2d3ea8ef8ae1 21:08:24 Step 6/23 : COPY go.mod vendor* ./ 21:08:25 ---> d39e9afdf2af 21:08:25 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:08:25 ---> 7124f237a519 21:08:25 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:08:25 ---> 5aff235b0ede 21:08:25 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:08:25 ---> Running in 3d818dfeb050 21:08:25 ---> Running in 49346dd40d21 21:08:25 ---> Running in 109ac31d095d 21:08:25 ---> a6edc3fb427e 21:08:25 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:08:25 ---> Running in 22088c1b2023 21:10:17 Removing intermediate container 196dcd8d5607 21:10:17 ---> a5d5db053196 21:10:17 Step 7/23 : COPY . . 21:10:17 Removing intermediate container 109ac31d095d 21:10:17 ---> b14353c627ab 21:10:17 Step 7/21 : COPY . . 21:10:17 Removing intermediate container 3d818dfeb050 21:10:17 ---> 1212d4e7a40f 21:10:17 Step 7/24 : COPY . . 21:10:17 Removing intermediate container 49346dd40d21 21:10:17 ---> fee650b870e3 21:10:17 Step 8/22 : COPY . . 21:10:17 Removing intermediate container 22088c1b2023 21:10:17 ---> cb6fb6f91cea 21:10:17 Step 8/23 : COPY . . 21:10:25 ---> 7a2aab3cdcad 21:10:25 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:10:25 ---> cc412c7867a1 21:10:25 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 21:10:25 ---> 87c97e5a5f93 21:10:25 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 21:10:25 ---> 22ae9bec8d92 21:10:25 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:10:25 ---> 019ac52aaca8 21:10:25 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:10:25 ---> Running in ab72776ceaeb 21:10:25 ---> Running in ba5bd06047e2 21:10:25 ---> Running in 0bf9b0c987e5 21:10:25 ---> Running in bb960022357a 21:10:25 ---> Running in 7d2e1ba4aef0 21:10:25 Removing intermediate container ba5bd06047e2 21:10:25 ---> 267d8485bf8c 21:10:25 Step 9/23 : WORKDIR /edgex-go/spire-build 21:10:26 Removing intermediate container bb960022357a 21:10:26 ---> dcbb04351d58 21:10:26 Step 9/24 : WORKDIR /edgex-go/spire-build 21:10:26 ---> Running in 265247ea6862 21:10:26 ---> Running in 4fd4109f3acb 21:10:26 Removing intermediate container 265247ea6862 21:10:26 ---> 60bb2e0dc426 21:10:26 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 21:10:26 Removing intermediate container 4fd4109f3acb 21:10:26 ---> a3569e229ca7 21:10:26 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 21:10:26 ---> Running in 4b97ddf2b574 21:10:27 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 21:10:27 ---> Running in 868647208dd6 21:10:28 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 21:10:28 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 21:10:30 Removing intermediate container 4b97ddf2b574 21:10:30 ---> b90209b98c05 21:10:30 Step 11/23 : WORKDIR /edgex-go 21:10:30 ---> Running in e8879b9311c1 21:10:31 Removing intermediate container 868647208dd6 21:10:31 ---> 19b80f0c9272 21:10:31 Step 11/24 : WORKDIR /edgex-go 21:10:31 ---> Running in c75a2963778e 21:10:31 Removing intermediate container e8879b9311c1 21:10:31 ---> 54c496382f51 21:10:31 21:10:31 Step 12/23 : FROM alpine:3.15 21:10:31 3.15: Pulling from library/alpine 21:10:32 Removing intermediate container c75a2963778e 21:10:32 ---> c8d425020936 21:10:32 21:10:32 Step 12/24 : FROM alpine:3.15 21:10:32 3.15: Pulling from library/alpine 21:10:33 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 21:10:33 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 21:10:33 Status: Downloaded newer image for alpine:3.15 21:10:33 Status: Downloaded newer image for alpine:3.15 21:10:33 ---> 8aa73fd46299 21:10:33 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:10:33 ---> 8aa73fd46299 21:10:33 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:10:33 ---> Running in e2997f720a29 21:10:33 ---> Running in 69a5318515ef 21:10:34 Removing intermediate container 69a5318515ef 21:10:34 ---> fe11b73b97bd 21:10:34 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 21:10:34 Removing intermediate container e2997f720a29 21:10:34 ---> 13a7da724e6f 21:10:34 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:10:34 ---> Running in edfcc2d95706 21:10:34 ---> Running in d34d7ac09428 21:10:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:10:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:10:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:10:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:10:39 v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:10:39 v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:10:39 OK: 15736 distinct packages available 21:10:39 v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:10:39 v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:10:39 OK: 15736 distinct packages available 21:10:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:10:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:10:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:10:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:10:40 (1/4) Installing dumb-init (1.2.5-r1) 21:10:40 (2/4) Installing musl-obstack (1.2.3-r0) 21:10:40 (3/4) Installing libucontext (1.1-r0) 21:10:40 (4/4) Installing gcompat (1.0.0-r4) 21:10:40 Executing busybox-1.34.1-r7.trigger 21:10:40 OK: 6 MiB in 18 packages 21:10:41 (1/5) Installing dumb-init (1.2.5-r1) 21:10:41 (2/5) Installing musl-obstack (1.2.3-r0) 21:10:41 (3/5) Installing libucontext (1.1-r0) 21:10:41 (4/5) Installing gcompat (1.0.0-r4) 21:10:41 (5/5) Installing openssl (1.1.1s-r1) 21:10:41 Executing busybox-1.34.1-r7.trigger 21:10:41 OK: 6 MiB in 19 packages 21:10:43 Removing intermediate container edfcc2d95706 21:10:43 ---> 13ee23d48621 21:10:43 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:10:43 Removing intermediate container d34d7ac09428 21:10:43 ---> 3c321d12c4d4 21:10:43 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:10:53 ---> 0c52ca260e30 21:10:53 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 21:10:53 ---> 33e5cafe837e 21:10:53 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 21:10:54 ---> c313db27ceec 21:10:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 21:10:54 ---> fdb7fa85b5e3 21:10:54 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 21:10:54 ---> Running in 64dad380edfb 21:10:55 ---> 05bdc4b89de9 21:10:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 21:10:55 Removing intermediate container 64dad380edfb 21:10:55 ---> ca43e50f3243 21:10:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:10:56 ---> 118b9e9fa484 21:10:56 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:10:56 ---> e2f8dd03a43c 21:10:56 Step 19/24 : WORKDIR / 21:10:57 ---> Running in a3c8aee32946 21:10:57 ---> Running in e25dcb3c676b 21:10:57 Removing intermediate container a3c8aee32946 21:10:57 ---> fdf9e3f87cee 21:10:57 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:10:57 ---> Running in b448a67ad426 21:10:58 Removing intermediate container e25dcb3c676b 21:10:58 ---> 223348fbf5b7 21:10:58 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:10:58 ---> Running in 8f5d2fda528c 21:10:58 Removing intermediate container b448a67ad426 21:10:58 ---> 41bebb6013e7 21:10:58 Step 21/23 : LABEL arch=arm64 21:10:58 ---> Running in 26e0659f51ce 21:10:58 Removing intermediate container 8f5d2fda528c 21:10:58 ---> c4c52d631de6 21:10:58 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:10:58 ---> Running in 37c291849c7c 21:10:59 Removing intermediate container 26e0659f51ce 21:10:59 ---> e67dcdcf4e9c 21:10:59 Step 22/23 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 21:10:59 ---> Running in 879eada9b748 21:10:59 Removing intermediate container 37c291849c7c 21:10:59 ---> a90bcd7567af 21:10:59 Step 22/24 : LABEL arch=arm64 21:10:59 ---> Running in 98ecc76fbfce 21:11:00 Removing intermediate container 98ecc76fbfce 21:11:00 ---> 67099ce6fae9 21:11:00 Step 23/24 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 21:11:00 Removing intermediate container 879eada9b748 21:11:00 ---> 08edd2c2c30e 21:11:00 Step 23/23 : LABEL version=0.0.0 21:11:00 ---> Running in 0570357cd783 21:11:00 ---> Running in bb92959a62c0 21:11:01 Removing intermediate container bb92959a62c0 21:11:01 ---> 1852e6fc4cd4 21:11:01 Step 24/24 : LABEL version=0.0.0 21:11:01 Removing intermediate container 0570357cd783 21:11:01 ---> 3a93818b924f 21:11:01 21:11:01 ---> Running in 6ab11f13a1a9 21:11:01 Successfully built 3a93818b924f 21:11:01 Successfully tagged security-spire-server-arm64:latest 21:11:01 Building core-data 21:11:02  Building security-spire-server ... done Removing intermediate container 6ab11f13a1a9 21:11:02 ---> 5541b817663b 21:11:02 21:11:02 Successfully built 5541b817663b 21:11:02 Successfully tagged security-spire-config-arm64:latest 21:11:02  Building security-spire-config ... done Building security-bootstrapper 21:11:29 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:11:29 Step 2/32 : FROM ${BUILDER_BASE} AS builder 21:11:29 ---> 9ae20d77e841 21:11:29 Step 3/32 : WORKDIR /edgex-go 21:11:29 ---> Using cache 21:11:29 ---> e075837186c6 21:11:29 Step 4/32 : RUN apk add --update --no-cache make git 21:11:29 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:11:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:11:29 ---> 9ae20d77e841 21:11:29 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:11:29 ---> Using cache 21:11:29 ---> 11cc35d8fafe 21:11:29 Step 4/22 : WORKDIR /edgex-go 21:11:29 ---> Using cache 21:11:29 ---> 434ac93723de 21:11:29 Step 5/22 : RUN apk add --update --no-cache make git 21:11:29 ---> Using cache 21:11:29 ---> 2d3ea8ef8ae1 21:11:29 Step 6/22 : COPY go.mod vendor* ./ 21:11:29 ---> Using cache 21:11:29 ---> a6edc3fb427e 21:11:29 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:11:29 ---> Using cache 21:11:29 ---> cb6fb6f91cea 21:11:29 Step 8/22 : COPY . . 21:11:29 ---> Using cache 21:11:29 ---> 87c97e5a5f93 21:11:29 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 21:11:29 ---> Running in b2e2b1e02ebb 21:11:29 ---> Running in e18aa9971c05 21:11:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:11:30 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 21:11:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:11:32 OK: 221 MiB in 51 packages 21:11:34 Removing intermediate container b2e2b1e02ebb 21:11:34 ---> e2b30d52b3c7 21:11:34 Step 5/32 : COPY go.mod vendor* ./ 21:11:35 ---> be7a8f5652fc 21:11:35 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:11:35 ---> Running in c95c6666c06b 21:13:26 Removing intermediate container c95c6666c06b 21:13:26 ---> d7b308e098d5 21:13:26 Step 7/32 : COPY . . 21:13:26 ---> 4aa2aa8ca6f5 21:13:26 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:13:26 ---> Running in cbef87e19766 21:13:26 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 21:16:18 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 21:16:40 Removing intermediate container 0bf9b0c987e5 21:16:40 ---> 615e62c71fed 21:16:40 21:16:40 Step 9/21 : FROM alpine:3.16 21:16:40 3.16: Pulling from library/alpine 21:16:42 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 21:16:42 Status: Downloaded newer image for alpine:3.16 21:16:42 ---> 2b4661558fb8 21:16:42 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 21:16:42 ---> Running in b9799c7dbbb9 21:16:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:16:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:16:46 (1/6) Installing ca-certificates (20220614-r0) 21:16:46 (2/6) Installing brotli-libs (1.0.9-r6) 21:16:46 (3/6) Installing nghttp2-libs (1.47.0-r0) 21:16:46 (4/6) Installing libcurl (7.83.1-r5) 21:16:46 (5/6) Installing curl (7.83.1-r5) 21:16:46 (6/6) Installing dumb-init (1.2.5-r1) 21:16:46 Executing busybox-1.35.0-r17.trigger 21:16:46 Executing ca-certificates-20220614-r0.trigger 21:16:47 OK: 8 MiB in 20 packages 21:16:49 Removing intermediate container b9799c7dbbb9 21:16:49 ---> f45834e44ce0 21:16:49 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:16:49 ---> Running in 0610dbb3ba13 21:16:49 Removing intermediate container 0610dbb3ba13 21:16:49 ---> e6e44da396b3 21:16:49 Step 12/21 : WORKDIR /edgex 21:16:49 ---> Running in f6a8d06a97e2 21:16:50 Removing intermediate container f6a8d06a97e2 21:16:50 ---> 073926e4ffdd 21:16:50 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:16:51 ---> e89822a02099 21:16:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:16:53 ---> b2b09b874b11 21:16:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:16:55 ---> 53660858d0c3 21:16:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 21:16:56 ---> da889aa307fd 21:16:56 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:16:56 ---> Running in 70fd22c0aada 21:16:59 Removing intermediate container 70fd22c0aada 21:16:59 ---> 86249dffbb61 21:16:59 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 21:16:59 ---> Running in e2ffae5d2793 21:17:00 Removing intermediate container e2ffae5d2793 21:17:00 ---> 693f03ea31d2 21:17:00 Step 19/21 : LABEL arch=arm64 21:17:00 ---> Running in 2441d2b3bdeb 21:17:00 Removing intermediate container 2441d2b3bdeb 21:17:00 ---> 7846f11e3909 21:17:00 Step 20/21 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 21:17:00 ---> Running in 51a83f7b7b94 21:17:01 Removing intermediate container 51a83f7b7b94 21:17:01 ---> 72c58410a930 21:17:01 Step 21/21 : LABEL version=0.0.0 21:17:01 ---> Running in 51e0d05c762e 21:17:02 Removing intermediate container 51e0d05c762e 21:17:02 ---> edfacae45012 21:17:02 21:17:02 Successfully built edfacae45012 21:17:02 Successfully tagged security-proxy-setup-arm64:latest 21:17:02 Building security-spiffe-token-provider 21:17:12  Building security-proxy-setup ... done Removing intermediate container 7d2e1ba4aef0 21:17:12 ---> bbd5bd48b3ac 21:17:12 21:17:12 Step 10/23 : FROM alpine:3.16 21:17:12 ---> 2b4661558fb8 21:17:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:17:12 ---> Running in ec3c3f3ad63c 21:17:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:17:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:17:17 (1/1) Installing dumb-init (1.2.5-r1) 21:17:17 Executing busybox-1.35.0-r17.trigger 21:17:17 OK: 5 MiB in 15 packages 21:17:19 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:17:19 Step 2/19 : FROM ${BUILDER_BASE} AS builder 21:17:19 ---> 9ae20d77e841 21:17:19 Step 3/19 : WORKDIR /edgex-go 21:17:19 ---> Using cache 21:17:19 ---> e075837186c6 21:17:19 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 21:17:19 ---> Running in 9b708de7afef 21:17:19 Removing intermediate container ec3c3f3ad63c 21:17:19 ---> 2105acc2be13 21:17:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:17:19 ---> Running in 1c6317934613 21:17:20 Removing intermediate container 1c6317934613 21:17:20 ---> 7aff4c038689 21:17:20 Step 13/23 : ENV APP_PORT=59882 21:17:20 ---> Running in 19e47352fae0 21:17:21 Removing intermediate container 19e47352fae0 21:17:21 ---> d1e254349ea1 21:17:21 Step 14/23 : EXPOSE $APP_PORT 21:17:21 ---> Running in e4f18761e840 21:17:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:17:22 Removing intermediate container e4f18761e840 21:17:22 ---> 27eceb87a56c 21:17:22 Step 15/23 : WORKDIR / 21:17:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:17:22 ---> Running in b1f3c75867ba 21:17:22 Removing intermediate container b1f3c75867ba 21:17:22 ---> 9e83102c1be1 21:17:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:17:23 v3.16.3-111-g13c6c3d6c5 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 21:17:23 v3.16.3-111-g13c6c3d6c5 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 21:17:23 OK: 16899 distinct packages available 21:17:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:17:23 ---> c969bba7666c 21:17:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:17:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:17:25 ---> f16a3f722fdb 21:17:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:17:25 OK: 221 MiB in 51 packages 21:17:27 ---> a8525260d3ac 21:17:27 Step 19/23 : ENTRYPOINT ["/core-command"] 21:17:27 ---> Running in d726b203d4f2 21:17:27 Removing intermediate container 9b708de7afef 21:17:27 ---> bef08af272d5 21:17:27 Step 5/19 : COPY go.mod vendor* ./ 21:17:27 Removing intermediate container d726b203d4f2 21:17:27 ---> 15294556339d 21:17:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:17:27 ---> Running in 5ad92ce3fa51 21:17:28 Removing intermediate container 5ad92ce3fa51 21:17:28 ---> 065343e9aaf8 21:17:28 Step 21/23 : LABEL arch=arm64 21:17:28 ---> Running in d3948ea91c63 21:17:28 ---> 7f88a77750b2 21:17:28 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:17:28 ---> Running in e10c8efd56a8 21:17:29 Removing intermediate container d3948ea91c63 21:17:29 ---> 1214922d4fbf 21:17:29 Step 22/23 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 21:17:29 ---> Running in 3b6e72b1c05d 21:17:31 Removing intermediate container 3b6e72b1c05d 21:17:31 ---> 9bda97b01843 21:17:31 Step 23/23 : LABEL version=0.0.0 21:17:31 ---> Running in 737dcf3fe5e6 21:17:32 Removing intermediate container 737dcf3fe5e6 21:17:32 ---> baa0d1023754 21:17:32 21:17:32 Successfully built baa0d1023754 21:17:32 Successfully tagged core-command-arm64:latest 21:17:32  Building core-command ... done Building security-secretstore-setup 21:17:47 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:17:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:17:47 ---> 9ae20d77e841 21:17:47 Step 3/24 : WORKDIR /edgex-go 21:17:47 ---> Using cache 21:17:47 ---> e075837186c6 21:17:47 Step 4/24 : RUN apk add --update --no-cache make git 21:17:47 ---> Using cache 21:17:47 ---> e2b30d52b3c7 21:17:47 Step 5/24 : COPY go.mod vendor* ./ 21:17:47 ---> Using cache 21:17:47 ---> be7a8f5652fc 21:17:47 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:17:47 ---> Using cache 21:17:47 ---> d7b308e098d5 21:17:47 Step 7/24 : COPY . . 21:17:47 ---> Using cache 21:17:47 ---> 4aa2aa8ca6f5 21:17:47 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:17:47 ---> Running in 4191a253329d 21:17:49 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 21:18:45 Removing intermediate container e18aa9971c05 21:18:45 ---> 6925dee715fb 21:18:45 21:18:45 Step 10/22 : FROM alpine:3.16 21:18:45 ---> 2b4661558fb8 21:18:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:18:45 ---> Running in d99874afe0a4 21:18:45 Removing intermediate container d99874afe0a4 21:18:45 ---> baaecb721a57 21:18:45 Step 12/22 : ENV APP_PORT=59880 21:18:45 ---> Running in 9b02262c77e0 21:18:45 Removing intermediate container 9b02262c77e0 21:18:45 ---> c7cffcefb2ac 21:18:45 Step 13/22 : EXPOSE $APP_PORT 21:18:45 ---> Running in a16f34587ef9 21:18:45 Removing intermediate container a16f34587ef9 21:18:45 ---> 40d398bfe12d 21:18:45 Step 14/22 : RUN apk add --update --no-cache dumb-init 21:18:45 ---> Running in bac1ca81d61f 21:18:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:18:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:18:45 (1/1) Installing dumb-init (1.2.5-r1) 21:18:45 Executing busybox-1.35.0-r17.trigger 21:18:45 OK: 5 MiB in 15 packages 21:18:45 Removing intermediate container bac1ca81d61f 21:18:45 ---> 2cc7142c27c6 21:18:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:18:47 ---> e6458e38c082 21:18:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:18:50 ---> 4971eb749eb0 21:18:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:18:52 ---> 55035fc0944e 21:18:52 Step 18/22 : ENTRYPOINT ["/core-data"] 21:18:52 ---> Running in d02469e8b42b 21:18:53 Removing intermediate container d02469e8b42b 21:18:53 ---> 1005eb82df21 21:18:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:18:53 ---> Running in 5b3b333dd3b1 21:18:54 Removing intermediate container 5b3b333dd3b1 21:18:54 ---> 4e8d3852f959 21:18:54 Step 20/22 : LABEL arch=arm64 21:18:54 ---> Running in a605f00df384 21:18:55 Removing intermediate container a605f00df384 21:18:55 ---> 6efc894299f9 21:18:55 Step 21/22 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 21:18:55 ---> Running in c390e98145df 21:18:56 Removing intermediate container c390e98145df 21:18:56 ---> 22d61e1f4e69 21:18:56 Step 22/22 : LABEL version=0.0.0 21:18:56 ---> Running in 66ad32adbc64 21:18:57 Removing intermediate container 66ad32adbc64 21:18:57 ---> a67681bb7737 21:18:57 21:18:57 Successfully built a67681bb7737 21:18:57 Successfully tagged core-data-arm64:latest 21:18:57 Building core-metadata 21:19:15  Building core-data ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:19:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:19:15 ---> 9ae20d77e841 21:19:15 Step 3/24 : ARG ADD_BUILD_TAGS="" 21:19:15 ---> Using cache 21:19:15 ---> 11cc35d8fafe 21:19:15 Step 4/24 : WORKDIR /edgex-go 21:19:15 ---> Using cache 21:19:15 ---> 434ac93723de 21:19:15 Step 5/24 : RUN apk add --update --no-cache make git 21:19:15 ---> Using cache 21:19:15 ---> 2d3ea8ef8ae1 21:19:15 Step 6/24 : COPY go.mod vendor* ./ 21:19:15 ---> Using cache 21:19:15 ---> a6edc3fb427e 21:19:15 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:19:15 ---> Using cache 21:19:15 ---> cb6fb6f91cea 21:19:15 Step 8/24 : COPY . . 21:19:15 ---> Using cache 21:19:15 ---> 87c97e5a5f93 21:19:15 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 21:19:16 ---> Running in e16950d084d1 21:19:19 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 21:19:20 Removing intermediate container e10c8efd56a8 21:19:20 ---> 4777aefef3cf 21:19:20 Step 7/19 : COPY . . 21:19:32 ---> 2aff5f0d10a1 21:19:32 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:19:32 ---> Running in 1fa671388b48 21:19:34 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 21:19:41 Removing intermediate container cbef87e19766 21:19:41 ---> 4b36d09cc210 21:19:41 21:19:41 Step 9/32 : FROM alpine:3.16 21:19:41 ---> 2b4661558fb8 21:19:41 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:19:41 ---> Running in 31eae22ffde7 21:19:41 Removing intermediate container 31eae22ffde7 21:19:41 ---> 8f78e3715e4f 21:19:41 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 21:19:42 ---> Running in d73ceaa2e485 21:19:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:19:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:19:45 (1/2) Installing dumb-init (1.2.5-r1) 21:19:45 (2/2) Installing su-exec (0.2-r1) 21:19:45 Executing busybox-1.35.0-r17.trigger 21:19:45 OK: 5 MiB in 16 packages 21:19:47 Removing intermediate container d73ceaa2e485 21:19:47 ---> c29fcba27886 21:19:47 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 21:19:47 ---> Running in 936202f07bc4 21:19:47 Removing intermediate container 936202f07bc4 21:19:47 ---> 5103d685f477 21:19:47 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 21:19:47 ---> Running in 5c5e8aee4e4f 21:19:48 Removing intermediate container 5c5e8aee4e4f 21:19:48 ---> 571308942544 21:19:48 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 21:19:48 ---> Running in f5df4f8c22c7 21:19:49 Removing intermediate container f5df4f8c22c7 21:19:49 ---> 206e08cc34ba 21:19:49 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 21:19:49 ---> Running in 436ce2aa00cf 21:19:49 Removing intermediate container 436ce2aa00cf 21:19:49 ---> c6bb20458653 21:19:49 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 21:19:49 ---> Running in ba30db54e218 21:19:53 Removing intermediate container ba30db54e218 21:19:53 ---> cf6105db1801 21:19:53 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 21:19:53 ---> Running in c76f3fc52b05 21:19:53 Removing intermediate container c76f3fc52b05 21:19:53 ---> b61ebbd422b7 21:19:53 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 21:19:54 ---> 94e7d6ef0cdb 21:19:54 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 21:19:54 ---> Running in a731f75b8722 21:19:57 Removing intermediate container a731f75b8722 21:19:57 ---> 1a6931fcf79a 21:19:57 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 21:19:58 ---> b2e847d59f9b 21:19:58 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:20:02 ---> f69aa45cd0b1 21:20:02 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:20:03 ---> 874340482f1d 21:20:03 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:20:05 ---> 35badda3bd55 21:20:05 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 21:20:06 ---> f6d7c1531d59 21:20:06 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 21:20:08 ---> 8f239eddba2b 21:20:08 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:20:09 ---> 9a0611e59010 21:20:09 Step 27/32 : RUN chmod +x /entrypoint.sh 21:20:10 ---> Running in 2b3442b9b91b 21:20:14 Removing intermediate container 2b3442b9b91b 21:20:14 ---> e6a1e232a961 21:20:14 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 21:20:14 ---> Running in 694871cc458f 21:20:14 Removing intermediate container 694871cc458f 21:20:14 ---> decf222c770f 21:20:14 Step 29/32 : CMD ["gate"] 21:20:15 ---> Running in 0e33a7d427ee 21:20:15 Removing intermediate container ab72776ceaeb 21:20:15 ---> 9d10727183f2 21:20:15 21:20:15 Step 10/22 : FROM alpine:3.16 21:20:15 ---> 2b4661558fb8 21:20:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:20:15 ---> Running in e6e93ca0643d 21:20:16 Removing intermediate container 0e33a7d427ee 21:20:16 ---> 73a6a471a6ab 21:20:16 Step 30/32 : LABEL arch=arm64 21:20:16 ---> Running in 1cc7a3bf19cd 21:20:16 Removing intermediate container 1cc7a3bf19cd 21:20:16 ---> 2c1746718c87 21:20:16 Step 31/32 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 21:20:16 ---> Running in 42e84de1d4af 21:20:17 Removing intermediate container 42e84de1d4af 21:20:17 ---> 5cc2571baaba 21:20:17 Step 32/32 : LABEL version=0.0.0 21:20:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:20:17 ---> Running in 6d2d5d848ba9 21:20:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:20:18 Removing intermediate container 6d2d5d848ba9 21:20:18 ---> 92248f4716e9 21:20:18 21:20:18 Successfully built 92248f4716e9 21:20:18 Successfully tagged security-bootstrapper-arm64:latest 21:20:18 Building security-spire-agent 21:20:19  Building security-bootstrapper ... done (1/2) Installing ca-certificates (20220614-r0) 21:20:19 (2/2) Installing dumb-init (1.2.5-r1) 21:20:19 Executing busybox-1.35.0-r17.trigger 21:20:19 Executing ca-certificates-20220614-r0.trigger 21:20:20 OK: 6 MiB in 16 packages 21:20:23 Removing intermediate container e6e93ca0643d 21:20:23 ---> accef9563e2b 21:20:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:20:23 ---> Running in af80373f79a7 21:20:23 Removing intermediate container af80373f79a7 21:20:23 ---> bca35c55beaa 21:20:23 Step 13/22 : ENV APP_PORT=59860 21:20:23 ---> Running in 1f62b43a0fdc 21:20:23 Removing intermediate container 1f62b43a0fdc 21:20:23 ---> b010a654f821 21:20:23 Step 14/22 : EXPOSE $APP_PORT 21:20:24 ---> Running in 506065f7e166 21:20:24 Removing intermediate container 506065f7e166 21:20:24 ---> f759bad0bb2c 21:20:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:20:28 ---> 7d7135d04bcf 21:20:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:20:31 ---> 4eab607636fb 21:20:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:20:32 ---> cb0d06e14c1c 21:20:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:20:32 ---> Running in 6b1201973e20 21:20:32 Removing intermediate container 6b1201973e20 21:20:32 ---> a7ffb3bf97ee 21:20:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:20:32 ---> Running in e645370ce274 21:20:33 Removing intermediate container e645370ce274 21:20:33 ---> f77625e073df 21:20:33 Step 20/22 : LABEL arch=arm64 21:20:33 ---> Running in c08a4d6d0ff7 21:20:34 Removing intermediate container c08a4d6d0ff7 21:20:34 ---> 8bb90095046b 21:20:34 Step 21/22 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 21:20:34 ---> Running in 535936b635e0 21:20:34 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:20:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:20:34 ---> 9ae20d77e841 21:20:34 Step 3/24 : WORKDIR /edgex-go 21:20:34 ---> Using cache 21:20:34 ---> e075837186c6 21:20:34 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:20:34 ---> Using cache 21:20:34 ---> eca72a804753 21:20:34 Step 5/24 : COPY go.mod vendor* ./ 21:20:34 ---> Using cache 21:20:34 ---> d39e9afdf2af 21:20:34 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:20:34 ---> Using cache 21:20:34 ---> 1212d4e7a40f 21:20:34 Step 7/24 : COPY . . 21:20:34 ---> Using cache 21:20:34 ---> 019ac52aaca8 21:20:34 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:20:34 ---> Using cache 21:20:34 ---> dcbb04351d58 21:20:34 Step 9/24 : WORKDIR /edgex-go/spire-build 21:20:34 ---> Using cache 21:20:34 ---> a3569e229ca7 21:20:34 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 21:20:34 ---> Using cache 21:20:34 ---> 19b80f0c9272 21:20:34 Step 11/24 : WORKDIR /edgex-go 21:20:34 ---> Using cache 21:20:34 ---> c8d425020936 21:20:34 21:20:34 Step 12/24 : FROM alpine:3.15 21:20:34 ---> 8aa73fd46299 21:20:34 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:20:34 ---> Using cache 21:20:34 ---> 13a7da724e6f 21:20:34 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:20:34 ---> Using cache 21:20:34 ---> 3c321d12c4d4 21:20:34 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 21:20:35 Removing intermediate container 535936b635e0 21:20:35 ---> 11478a82b9db 21:20:35 Step 22/22 : LABEL version=0.0.0 21:20:35 ---> Running in 21b05cf4a633 21:20:36 Removing intermediate container 21b05cf4a633 21:20:36 ---> 0039cdc81a3b 21:20:36 21:20:36 Successfully built 0039cdc81a3b 21:20:36 Successfully tagged support-notifications-arm64:latest 21:20:36 Building support-scheduler 21:20:39  Building support-notifications ... done  ---> 82fc2f5cb4fa 21:20:39 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:20:46 ---> adf6a29a697e 21:20:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 21:20:48 ---> 964d56d03d1b 21:20:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:20:48 ---> 62df5bc4d773 21:20:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 21:20:49 ---> 013f00d53358 21:20:49 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:20:50 ---> Running in a34b4df6a9ba 21:20:52 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:20:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:20:52 ---> 9ae20d77e841 21:20:52 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:20:52 ---> Using cache 21:20:52 ---> 11cc35d8fafe 21:20:52 Step 4/22 : WORKDIR /edgex-go 21:20:52 ---> Using cache 21:20:52 ---> 434ac93723de 21:20:52 Step 5/22 : RUN apk add --update --no-cache make git 21:20:52 ---> Using cache 21:20:52 ---> 2d3ea8ef8ae1 21:20:52 Step 6/22 : COPY go.mod vendor* ./ 21:20:52 ---> Using cache 21:20:52 ---> a6edc3fb427e 21:20:52 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:20:52 ---> Using cache 21:20:52 ---> cb6fb6f91cea 21:20:52 Step 8/22 : COPY . . 21:20:52 ---> Using cache 21:20:52 ---> 87c97e5a5f93 21:20:52 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:20:52 Removing intermediate container a34b4df6a9ba 21:20:52 ---> 67372dac6a6b 21:20:52 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:20:52 ---> Running in 3a70bfc8e971 21:20:53 ---> Running in 25f700203b5a 21:20:53 Removing intermediate container 25f700203b5a 21:20:53 ---> b65b85544d29 21:20:53 Step 22/24 : LABEL arch=arm64 21:20:53 ---> Running in 353bdb971630 21:20:54 Removing intermediate container 353bdb971630 21:20:54 ---> 187c3e379108 21:20:54 Step 23/24 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 21:20:54 ---> Running in ff473bdf9aca 21:20:54 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 21:20:55 Removing intermediate container ff473bdf9aca 21:20:55 ---> d0d7c4c1e4f6 21:20:55 Step 24/24 : LABEL version=0.0.0 21:20:55 ---> Running in 52d369c1f2b8 21:20:56 Removing intermediate container 52d369c1f2b8 21:20:56 ---> f923cab53041 21:20:56 21:20:56 Successfully built f923cab53041 21:20:56 Successfully tagged security-spire-agent-arm64:latest 21:23:03  Building security-spire-agent ... done 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 21:23:18 Removing intermediate container 4191a253329d 21:23:18 ---> 383840b42d56 21:23:18 21:23:18 Step 9/24 : FROM alpine:3.16 21:23:18 ---> 2b4661558fb8 21:23:18 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 21:23:18 ---> Running in c97ab3b43546 21:23:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:23:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:23:21 (1/3) Installing ca-certificates (20220614-r0) 21:23:21 (2/3) Installing dumb-init (1.2.5-r1) 21:23:21 (3/3) Installing su-exec (0.2-r1) 21:23:21 Executing busybox-1.35.0-r17.trigger 21:23:21 Executing ca-certificates-20220614-r0.trigger 21:23:21 OK: 6 MiB in 17 packages 21:23:25 Removing intermediate container c97ab3b43546 21:23:25 ---> c92ec9399d26 21:23:25 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:23:25 ---> Running in 23c786b3de1c 21:23:25 Removing intermediate container 23c786b3de1c 21:23:25 ---> d3b16943e7e4 21:23:25 Step 12/24 : WORKDIR / 21:23:25 ---> Running in ce463350689c 21:23:26 Removing intermediate container ce463350689c 21:23:26 ---> ff90c72f46df 21:23:26 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:23:27 ---> a0f47e78d39d 21:23:27 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:23:27 ---> 07b804580d90 21:23:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:23:28 ---> 43e28a98b505 21:23:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 21:23:29 ---> 68bdc87ff9fe 21:23:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:23:31 ---> bdd0a06f2265 21:23:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:23:33 ---> 3e7344ef27cd 21:23:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:23:34 ---> e452ec2eaf68 21:23:34 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:23:34 ---> Running in 18d32d5fb7ca 21:23:37 Removing intermediate container 18d32d5fb7ca 21:23:37 ---> 707975f7f483 21:23:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:23:37 ---> Running in f5d1332db5cd 21:23:38 Removing intermediate container f5d1332db5cd 21:23:38 ---> 99148cc1b664 21:23:38 Step 22/24 : LABEL arch=arm64 21:23:38 ---> Running in 213e36f83351 21:23:39 Removing intermediate container 213e36f83351 21:23:39 ---> 8f36fe8423ab 21:23:39 Step 23/24 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 21:23:39 ---> Running in 13f9890a3b47 21:23:39 Removing intermediate container 13f9890a3b47 21:23:39 ---> 00de92d2e04b 21:23:39 Step 24/24 : LABEL version=0.0.0 21:23:39 ---> Running in 883ca84f9fa4 21:23:40 Removing intermediate container 883ca84f9fa4 21:23:40 ---> af6896959625 21:23:40 21:23:40 Successfully built af6896959625 21:23:40 Successfully tagged security-secretstore-setup-arm64:latest 21:25:02  Building security-secretstore-setup ... done Removing intermediate container e16950d084d1 21:25:02 ---> efdc2fdf87de 21:25:02 21:25:02 Step 10/24 : FROM alpine:3.16 21:25:02 ---> 2b4661558fb8 21:25:02 Step 11/24 : RUN apk add --update --no-cache dumb-init 21:25:02 ---> Using cache 21:25:02 ---> 2105acc2be13 21:25:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:25:02 ---> Using cache 21:25:02 ---> 7aff4c038689 21:25:02 Step 13/24 : ENV APP_PORT=59881 21:25:02 ---> Running in 73cee411e2f4 21:25:02 Removing intermediate container 73cee411e2f4 21:25:02 ---> 3901b4e4fbae 21:25:02 Step 14/24 : EXPOSE $APP_PORT 21:25:02 ---> Running in 205d35220d4b 21:25:02 Removing intermediate container 205d35220d4b 21:25:02 ---> c5bca6b12771 21:25:02 Step 15/24 : WORKDIR / 21:25:02 ---> Running in 25c5d4d88a88 21:25:02 Removing intermediate container 25c5d4d88a88 21:25:02 ---> fea631c1451d 21:25:02 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:25:02 ---> 33f9238cde74 21:25:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:25:02 ---> 81f1e1d4a773 21:25:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:25:02 ---> 6e80080b1e41 21:25:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 21:25:03 ---> 4a1c5302d5c6 21:25:03 Step 20/24 : ENTRYPOINT ["/core-metadata"] 21:25:03 ---> Running in 95855dd94a2d 21:25:04 Removing intermediate container 95855dd94a2d 21:25:04 ---> d15e3a501402 21:25:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:25:04 ---> Running in 1450c30c2017 21:25:05 Removing intermediate container 1450c30c2017 21:25:05 ---> 3207e7142163 21:25:05 Step 22/24 : LABEL arch=arm64 21:25:05 ---> Running in 07c671b8a0c1 21:25:05 Removing intermediate container 07c671b8a0c1 21:25:05 ---> ad3b7f21b300 21:25:05 Step 23/24 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 21:25:05 ---> Running in cab4782eec5d 21:25:06 Removing intermediate container cab4782eec5d 21:25:06 ---> a078dc640511 21:25:06 Step 24/24 : LABEL version=0.0.0 21:25:06 ---> Running in 29284896103b 21:25:08 Removing intermediate container 29284896103b 21:25:08 ---> 59c1556c63c0 21:25:08 21:25:08 Successfully built 59c1556c63c0 21:25:08 Successfully tagged core-metadata-arm64:latest 21:25:47  Building core-metadata ... done Removing intermediate container 1fa671388b48 21:25:47 ---> 4633d69fbad0 21:25:47 21:25:47 Step 9/19 : FROM alpine:3.15 21:25:47 ---> 8aa73fd46299 21:25:47 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:25:47 ---> Using cache 21:25:47 ---> 13a7da724e6f 21:25:47 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:25:47 ---> Running in 010da045541c 21:25:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:25:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:25:50 v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:25:50 v3.15.6-249-gc2d926ff59 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:25:50 OK: 15736 distinct packages available 21:25:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:25:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:25:52 (1/9) Installing ca-certificates (20220614-r0) 21:25:52 (2/9) Installing brotli-libs (1.0.9-r5) 21:25:52 (3/9) Installing nghttp2-libs (1.46.0-r0) 21:25:52 (4/9) Installing libcurl (7.80.0-r5) 21:25:52 (5/9) Installing curl (7.80.0-r5) 21:25:52 (6/9) Installing dumb-init (1.2.5-r1) 21:25:52 (7/9) Installing musl-obstack (1.2.3-r0) 21:25:52 (8/9) Installing libucontext (1.1-r0) 21:25:52 (9/9) Installing gcompat (1.0.0-r4) 21:25:52 Executing busybox-1.34.1-r7.trigger 21:25:52 Executing ca-certificates-20220614-r0.trigger 21:25:52 OK: 8 MiB in 23 packages 21:25:54 Removing intermediate container 010da045541c 21:25:54 ---> 56074aaad1c3 21:25:54 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 21:25:55 ---> d6b3231e3f2b 21:25:55 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 21:25:58 ---> 512914f72b4a 21:25:58 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 21:25:58 ---> 41e0ab5f168a 21:25:59 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 21:25:59 ---> Running in a751e3cafe9f 21:25:59 Removing intermediate container a751e3cafe9f 21:25:59 ---> 379e0f6a5952 21:25:59 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:25:59 ---> Running in 3066480dffc5 21:26:00 Removing intermediate container 3066480dffc5 21:26:00 ---> 14c0bbb60668 21:26:00 Step 17/19 : LABEL arch=arm64 21:26:00 ---> Running in 1ba0d97a1f6b 21:26:00 Removing intermediate container 1ba0d97a1f6b 21:26:00 ---> 4007c607a5d4 21:26:00 Step 18/19 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 21:26:00 ---> Running in cfd1351fda6a 21:26:01 Removing intermediate container cfd1351fda6a 21:26:01 ---> 1d812ab4493b 21:26:01 Step 19/19 : LABEL version=0.0.0 21:26:01 ---> Running in cb0591cb1cd9 21:26:01 Removing intermediate container cb0591cb1cd9 21:26:01 ---> 41fd5dbc1a4d 21:26:01 21:26:01 Successfully built 41fd5dbc1a4d 21:26:01 Successfully tagged security-spiffe-token-provider-arm64:latest 21:26:28  Building security-spiffe-token-provider ... done Removing intermediate container 3a70bfc8e971 21:26:28 ---> b508c95b88a9 21:26:28 21:26:28 Step 10/22 : FROM alpine:3.16 21:26:28 ---> 2b4661558fb8 21:26:28 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:26:28 ---> Using cache 21:26:28 ---> 2105acc2be13 21:26:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:26:28 ---> Using cache 21:26:28 ---> 7aff4c038689 21:26:28 Step 13/22 : ENV APP_PORT=59861 21:26:28 ---> Running in d1f74b069486 21:26:28 Removing intermediate container d1f74b069486 21:26:28 ---> 89248458b363 21:26:28 Step 14/22 : EXPOSE $APP_PORT 21:26:28 ---> Running in 65040120ad47 21:26:28 Removing intermediate container 65040120ad47 21:26:28 ---> eab076fb0945 21:26:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:26:28 ---> a3af45ac94f6 21:26:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:26:28 ---> 18e0e2a03482 21:26:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:26:28 ---> aa46c44954ba 21:26:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:26:28 ---> Running in 23d30b41afbd 21:26:28 Removing intermediate container 23d30b41afbd 21:26:28 ---> 7882553d9a27 21:26:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:26:28 ---> Running in d901714f9656 21:26:28 Removing intermediate container d901714f9656 21:26:28 ---> e5858c61ada8 21:26:28 Step 20/22 : LABEL arch=arm64 21:26:28 ---> Running in 7c2fdc3d6f0c 21:26:28 Removing intermediate container 7c2fdc3d6f0c 21:26:28 ---> 18efb7a241de 21:26:28 Step 21/22 : LABEL git_sha=f88f776b66bfda32466101e5a93e8ee6f15bd1c4 21:26:28 ---> Running in e2efa86fe486 21:26:29 Removing intermediate container e2efa86fe486 21:26:29 ---> 07313effac96 21:26:29 Step 22/22 : LABEL version=0.0.0 21:26:29 ---> Running in dca5df710dc7 21:26:29 Removing intermediate container dca5df710dc7 21:26:29 ---> 1aa9e59bcc49 21:26:29 21:26:30 Successfully built 1aa9e59bcc49 21:26:30 Successfully tagged support-scheduler-arm64:latest 21:26:30  Building support-scheduler ... done  [Pipeline] } 21:26:30 $ docker stop --time=1 8703c104415863594423b94fb255b0fba665e09c683b9ed9639e9bbcb64a3daf 21:26:32 $ docker rm -f --volumes 8703c104415863594423b94fb255b0fba665e09c683b9ed9639e9bbcb64a3daf [Pipeline] // withDockerContainer [Pipeline] sh 21:26:32 + docker images 21:26:32 REPOSITORY TAG IMAGE ID CREATED SIZE 21:26:32 support-scheduler-arm64 latest 1aa9e59bcc49 3 seconds ago 29MB 21:26:32 b508c95b88a9 10 seconds ago 1.56GB 21:26:32 security-spiffe-token-provider-arm64 latest 41fd5dbc1a4d 31 seconds ago 28.9MB 21:26:32 4633d69fbad0 47 seconds ago 1.53GB 21:26:32 core-metadata-arm64 latest 59c1556c63c0 About a minute ago 17.8MB 21:26:32 efdc2fdf87de About a minute ago 1.51GB 21:26:32 security-secretstore-setup-arm64 latest af6896959625 2 minutes ago 28.7MB 21:26:32 383840b42d56 3 minutes ago 1.49GB 21:26:32 security-spire-agent-arm64 latest f923cab53041 5 minutes ago 122MB 21:26:32 support-notifications-arm64 latest 0039cdc81a3b 5 minutes ago 29.6MB 21:26:32 security-bootstrapper-arm64 latest 92248f4716e9 6 minutes ago 19.5MB 21:26:32 9d10727183f2 6 minutes ago 1.56GB 21:26:32 4b36d09cc210 6 minutes ago 1.49GB 21:26:32 core-data-arm64 latest a67681bb7737 7 minutes ago 17.2MB 21:26:32 6925dee715fb 7 minutes ago 1.5GB 21:26:32 core-command-arm64 latest baa0d1023754 9 minutes ago 17MB 21:26:32 bbd5bd48b3ac 9 minutes ago 1.5GB 21:26:32 security-proxy-setup-arm64 latest edfacae45012 9 minutes ago 26.8MB 21:26:32 615e62c71fed 9 minutes ago 1.49GB 21:26:32 security-spire-server-arm64 latest 3a93818b924f 15 minutes ago 84.3MB 21:26:32 security-spire-config-arm64 latest 5541b817663b 15 minutes ago 83.6MB 21:26:32 54c496382f51 16 minutes ago 1.37GB 21:26:32 c8d425020936 16 minutes ago 1.37GB 21:26:32 ci-base-image-arm64 latest 9ae20d77e841 29 minutes ago 905MB 21:26:32 alpine 3.16 2b4661558fb8 2 months ago 5.29MB 21:26:32 alpine 3.15 8aa73fd46299 2 months ago 5.33MB 21:26:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB 21:26:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:26:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:26:33 21:26:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:26:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:26:34 arm64: Pulling from edgex-lftools-log-publisher 21:26:34 8998bd30e6a1: Pulling fs layer 21:26:34 04944245beec: Pulling fs layer 21:26:34 699f458cf7ca: Pulling fs layer 21:26:34 765212b225bb: Pulling fs layer 21:26:34 f23df028b6ca: Pulling fs layer 21:26:34 d65c8cfc05b1: Pulling fs layer 21:26:34 2437ff75d9bd: Pulling fs layer 21:26:34 765212b225bb: Waiting 21:26:34 f23df028b6ca: Waiting 21:26:34 d65c8cfc05b1: Waiting 21:26:34 2437ff75d9bd: Waiting 21:26:34 04944245beec: Verifying Checksum 21:26:34 04944245beec: Download complete 21:26:34 765212b225bb: Download complete 21:26:34 f23df028b6ca: Verifying Checksum 21:26:34 d65c8cfc05b1: Verifying Checksum 21:26:34 d65c8cfc05b1: Download complete 21:26:34 699f458cf7ca: Verifying Checksum 21:26:34 699f458cf7ca: Download complete 21:26:34 8998bd30e6a1: Download complete 21:26:37 2437ff75d9bd: Verifying Checksum 21:26:37 2437ff75d9bd: Download complete 21:26:38 8998bd30e6a1: Pull complete 21:26:39 04944245beec: Pull complete 21:26:40 699f458cf7ca: Pull complete 21:26:40 765212b225bb: Pull complete 21:26:41 f23df028b6ca: Pull complete 21:26:41 d65c8cfc05b1: Pull complete 21:26:56 2437ff75d9bd: Pull complete 21:26:56 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:26:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:26:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:26:57 prd-ubuntu20.04-docker-arm64-4c-16g-2272 does not seem to be running inside a container 21:26:57 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/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-lftools-log-publisher:arm64 cat 21:27:00 $ docker top 291d4f971159e683b757e14432f21f8d62cc14c8d5c4e1581be7ed824a16d617 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:27:01 ---> job-cost.sh 21:27:01 lf-activate-venv: SKIPPING 21:27:01 INFO: No Stack... 21:27:01 INFO: Retrieving Pricing Info for: v3-standard-4 21:27:02 INFO: Archiving Costs [Pipeline] sh 21:27:02 + cat /w/workspace/edgex-go/1/archives/cost.csv 21:27:02 + cut -d, -f6 [Pipeline] lock 21:27:02 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4281-1-stack-cost] 21:27:02 Resource [jenkins-edgexfoundry-edgex-go-PR-4281-1-stack-cost] did not exist. Created. 21:27:02 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4281-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:27:03 + echo total: 0.10999999940395355 [Pipeline] stash 21:27:03 Stashed 1 file(s) [Pipeline] } 21:27:03 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4281-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:27:04 $ docker stop --time=1 291d4f971159e683b757e14432f21f8d62cc14c8d5c4e1581be7ed824a16d617 21:27:05 $ docker rm -f --volumes 291d4f971159e683b757e14432f21f8d62cc14c8d5c4e1581be7ed824a16d617 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 21:27:06 provisioning config files... 21:27:06 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config13135041075529796857tmp [Pipeline] { [Pipeline] sh 21:27:06 + set +x 21:27:06 + + bashcurl -s -s -- https://codecov.io/bash 21:27:06 21:27:06 21:27:06 _____ _ 21:27:06 / ____| | | 21:27:06 | | ___ __| | ___ ___ _____ __ 21:27:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:27:06 | |___| (_) | (_| | __/ (_| (_) \ V / 21:27:06 \_____\___/ \__,_|\___|\___\___/ \_/ 21:27:06 Bash-1.0.6 21:27:06 21:27:06 21:27:06 ==> git version 2.25.1 found 21:27:06 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 21:27:06 Release-Date: 2020-01-08 21:27:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:27:06 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:27:06 ==> Jenkins CI detected. 21:27:06 current dir:  /w/workspace/edgex-go/1 21:27:06 project root: . 21:27:06 --> token set from env 21:27:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:27:06 ==> Running gcov in . (disable via -X gcov) 21:27:06 ==> Python coveragepy not found 21:27:06 ==> Searching for coverage reports in: 21:27:06 + . 21:27:06 -> Found 1 reports 21:27:06 ==> Detecting git/mercurial file structure 21:27:07 ==> Reading reports 21:27:07 + ./coverage.out bytes=489579 21:27:07 ==> Appending adjustments 21:27:07 https://docs.codecov.io/docs/fixing-reports 21:27:08 + Found adjustments 21:27:08 ==> Gzipping contents 21:27:08 64K /tmp/codecov.0V7gkm.gz 21:27:08 ==> Uploading reports 21:27:08 url: https://codecov.io 21:27:08 query: branch=PR-4281&commit=f88f776b66bfda32466101e5a93e8ee6f15bd1c4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4281%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4281&job=&cmd_args= 21:27:08 -> Pinging Codecov 21:27:08 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4281&commit=f88f776b66bfda32466101e5a93e8ee6f15bd1c4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4281%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4281&job=&cmd_args= 21:27:08 -> Uploading to 21:27:08 https://storage.googleapis.com/codecov/v4/raw/2023-01-13/00271124DB129430A58F1EEE437C3FCB/f88f776b66bfda32466101e5a93e8ee6f15bd1c4/e09cc282-2ebf-4ca9-89fc-86381bb52143.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230113%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230113T212708Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=036482a653fd42be968aae0750b76e69030bc4526deb2b25e8c0f3949b2ceac2 21:27:08 % Total % Received % Xferd Average Speed Time Time Time Current 21:27:08 Dload Upload Total Spent Left Speed 21:27:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63153 0 0 100 63153 0 202k --:--:-- --:--:-- --:--:-- 202k 21:27:08 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/f88f776b66bfda32466101e5a93e8ee6f15bd1c4 [Pipeline] } 21:27:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 21:27:10 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 21:27:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:27:11 ---> package-listing.sh 21:27:11 ++ facter osfamily 21:27:11 ++ tr '[:upper:]' '[:lower:]' 21:27:11 + OS_FAMILY=debian 21:27:11 + workspace=/w/workspace/edgex-go/1 21:27:11 + START_PACKAGES=/tmp/packages_start.txt 21:27:11 + END_PACKAGES=/tmp/packages_end.txt 21:27:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:27:11 + PACKAGES=/tmp/packages_start.txt 21:27:11 + '[' /w/workspace/edgex-go/1 ']' 21:27:11 + PACKAGES=/tmp/packages_end.txt 21:27:11 + case "${OS_FAMILY}" in 21:27:11 + dpkg -l 21:27:11 + grep '^ii' 21:27:11 + '[' -f /tmp/packages_start.txt ']' 21:27:11 + '[' -f /tmp/packages_end.txt ']' 21:27:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:27:11 + '[' /w/workspace/edgex-go/1 ']' 21:27:11 + mkdir -p /w/workspace/edgex-go/1/archives/ 21:27:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 21:27:11 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 21:27:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:27:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:27:12 21:27:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:27:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:27:12 latest: Pulling from edgex-lftools-log-publisher 21:27:12 5eb5b503b376: Pulling fs layer 21:27:12 5c69ac0246d0: Pulling fs layer 21:27:12 ec43610c2a17: Pulling fs layer 21:27:12 3a2ae6a8a46f: Pulling fs layer 21:27:12 33b1e0a273af: Pulling fs layer 21:27:12 5d3b04190fa2: Pulling fs layer 21:27:12 2f39f015ded8: Pulling fs layer 21:27:12 3a2ae6a8a46f: Waiting 21:27:12 33b1e0a273af: Waiting 21:27:12 5d3b04190fa2: Waiting 21:27:12 2f39f015ded8: Waiting 21:27:12 5c69ac0246d0: Download complete 21:27:12 3a2ae6a8a46f: Verifying Checksum 21:27:12 3a2ae6a8a46f: Download complete 21:27:12 ec43610c2a17: Verifying Checksum 21:27:12 ec43610c2a17: Download complete 21:27:12 5d3b04190fa2: Verifying Checksum 21:27:12 5d3b04190fa2: Download complete 21:27:12 33b1e0a273af: Verifying Checksum 21:27:12 33b1e0a273af: Download complete 21:27:13 5eb5b503b376: Verifying Checksum 21:27:13 5eb5b503b376: Download complete 21:27:13 2f39f015ded8: Verifying Checksum 21:27:13 2f39f015ded8: Download complete 21:27:14 5eb5b503b376: Pull complete 21:27:14 5c69ac0246d0: Pull complete 21:27:14 ec43610c2a17: Pull complete 21:27:14 3a2ae6a8a46f: Pull complete 21:27:15 33b1e0a273af: Pull complete 21:27:15 5d3b04190fa2: Pull complete 21:27:19 2f39f015ded8: Pull complete 21:27:19 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:27:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:27:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:27:19 prd-ubuntu20.04-docker-8c-8g-2271 does not seem to be running inside a container 21:27:19 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:27:21 $ docker top d390b9b7f10c91c4d0f9c05e29a58833a4263af3e263b73e22710bcc31278d49 -eo pid,comm [Pipeline] { [Pipeline] sh 21:27:21 + touch /tmp/pre-build-complete [Pipeline] sh 21:27:22 + mkdir -p /var/log/sysstat [Pipeline] sh 21:27:22 + ls /var/log/sa-host 21:27:22 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:27:22 provisioning config files... 21:27:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8019504281491023376tmp [Pipeline] { [Pipeline] echo 21:27:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:27:22 ---> create-netrc.sh [Pipeline] } 21:27:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:27:23 ---> python-tools-install.sh [Pipeline] echo 21:27:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:27:23 ---> sudo-logs.sh 21:27:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:27:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:27:24 ---> job-cost.sh 21:27:24 lf-activate-venv: SKIPPING 21:27:24 DEBUG: total: 0.10999999940395355 21:27:24 INFO: Retrieving Stack Cost... 21:27:24 INFO: Retrieving Pricing Info for: v3-standard-8 21:27:24 INFO: Archiving Costs [Pipeline] echo 21:27:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:27:25 ---> logs-deploy.sh 21:27:25 lf-activate-venv: SKIPPING 21:27:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4281/1 21:27:25 INFO: archiving workspace using pattern(s): 21:27:26 Archives upload complete. 21:27:26 INFO: archiving logs to Nexus