Pull request #4529 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 52daff80f6c7ff3a808bf9dea69553069044fb5b+ff802d8b4dd3157c514065f0a66808faf07e520c (6927d9d04800da0a182cac5efe00e7a69ff08d32) 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-ssh15708458893450232383.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh17604656010589449481.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-4529/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-4529/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3545021258060629865.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-4529/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17334596377865900822.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh12130329946032869490.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-4529/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-4529/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5868592887270533082.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-10941’ Running on prd-ubuntu20.04-docker-8c-8g-10950 in /w/workspace/edgexfoundry_edgex-go_PR-4529 [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/4529/head:refs/remotes/origin/PR-4529 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit ff802d8b4dd3157c514065f0a66808faf07e520c into PR head commit 52daff80f6c7ff3a808bf9dea69553069044fb5b Merge succeeded, producing 52daff80f6c7ff3a808bf9dea69553069044fb5b Checking out Revision 52daff80f6c7ff3a808bf9dea69553069044fb5b (PR-4529) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:34:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:34:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW > git config core.sparsecheckout # timeout=10 > git checkout -f 52daff80f6c7ff3a808bf9dea69553069044fb5b # 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 ff802d8b4dd3157c514065f0a66808faf07e520c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 52daff80f6c7ff3a808bf9dea69553069044fb5b # timeout=10 [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:34:14 ========================================================= 06:34:14 EdgeX Global Pipelines Version Info 06:34:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:34:14 ------------------- 06:34:14 stable info: 06:34:14 ------------------- 06:34:14 Commited By: Bill Mahoney bill.mahoney@intel.com 06:34:14 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 06:34:14 Message: update stable to v1.0.248 06:34:15 ------------------- 06:34:15 experimental info: 06:34:15 ------------------- 06:34:15 Commited By: **** collab-it+edgex@linuxfoundation.org 06:34:15 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 06:34:15 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:34:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:34:15 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:34:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:34:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:34:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:34:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 06:34:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:34:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:34:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 06:34:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4529 [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4529 [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4529 [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 52daff80f6c7ff3a808bf9dea69553069044fb5b [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 52daff8 [Pipeline] echo 06:34:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:34:16 provisioning config files... 06:34:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2648156421040970299tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:34:17 ---> docker-login.sh 06:34:17 nexus3.edgexfoundry.org:10001 06:34:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:17 Configure a credential helper to remove this warning. See 06:34:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:17 06:34:17 Login Succeeded 06:34:17 nexus3.edgexfoundry.org:10002 06:34:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:17 Configure a credential helper to remove this warning. See 06:34:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:17 06:34:17 Login Succeeded 06:34:17 nexus3.edgexfoundry.org:10003 06:34:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:17 Configure a credential helper to remove this warning. See 06:34:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:17 06:34:17 Login Succeeded 06:34:17 nexus3.edgexfoundry.org:10004 06:34:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:17 Configure a credential helper to remove this warning. See 06:34:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:17 06:34:17 Login Succeeded 06:34:17 docker.io 06:34:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:18 Configure a credential helper to remove this warning. See 06:34:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:18 06:34:18 Login Succeeded 06:34:18 ---> docker-login.sh ends [Pipeline] } 06:34:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:34:18 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 06:34:18 + dirname cmd/core-command/Dockerfile 06:34:18 + cut -d/ -f2 06:34:18 + echo core-command,cmd/core-command/Dockerfile 06:34:18 + dirname cmd/core-common-config-bootstrapper/Dockerfile 06:34:18 + cut -d/ -f2 06:34:18 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 06:34:18 + dirname cmd/core-data/Dockerfile 06:34:18 + cut -d/ -f2 06:34:18 + echo core-data,cmd/core-data/Dockerfile 06:34:18 + dirname cmd/core-metadata/Dockerfile 06:34:18 + cut -d/ -f2 06:34:18 + echo core-metadata,cmd/core-metadata/Dockerfile 06:34:18 + dirname cmd/security-bootstrapper/Dockerfile 06:34:18 + cut -d/ -f2 06:34:18 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:34:18 + cut -d/ -f2 06:34:18 + dirname cmd/security-proxy-auth/Dockerfile 06:34:18 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 06:34:18 + dirname cmd/security-proxy-setup/Dockerfile 06:34:18 + cut -d/ -f2 06:34:18 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:34:18 + dirname cmd/security-secretstore-setup/Dockerfile 06:34:18 + cut -d/ -f2 06:34:18 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:34:18 + dirname cmd/security-spiffe-token-provider/Dockerfile 06:34:18 + cut -d/ -f2 06:34:18 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 06:34:18 + dirname cmd/security-spire-agent/Dockerfile 06:34:18 + cut -d/ -f2 06:34:18 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 06:34:18 + dirname cmd/security-spire-config/Dockerfile 06:34:18 + cut -d/ -f2 06:34:18 + echo security-spire-config,cmd/security-spire-config/Dockerfile 06:34:18 + + dirname cmd/security-spire-server/Dockerfile 06:34:18 cut -d/ -f2 06:34:18 + echo security-spire-server,cmd/security-spire-server/Dockerfile 06:34:18 + dirname cmd/support-notifications/Dockerfile 06:34:18 + cut -d/ -f2 06:34:18 + echo support-notifications,cmd/support-notifications/Dockerfile 06:34:18 + dirname cmd/support-scheduler/Dockerfile 06:34:18 + cut -d/ -f2 06:34:18 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 06:34:18 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:34:19 + git rev-list -1 --merges 52daff80f6c7ff3a808bf9dea69553069044fb5b~1..52daff80f6c7ff3a808bf9dea69553069044fb5b [Pipeline] echo 06:34:19 -----------> git rev-list -1 --merges 52daff80f6c7ff3a808bf9dea69553069044fb5b~1..52daff80f6c7ff3a808bf9dea69553069044fb5b 52daff80f6c7ff3a808bf9dea69553069044fb5b [false] [Pipeline] sh 06:34:19 + git log --format=format:%s -1 52daff80f6c7ff3a808bf9dea69553069044fb5b [Pipeline] echo 06:34:19 ========================================================= 06:34:19 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:34:19 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 06:34:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:34:20 + grep -v github /etc/ssh/ssh_known_hosts 06:34:20 + [ -e /tmp/ssh_known_hosts ] 06:34:20 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:34:20 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:34:20 + sudo tee -a /etc/ssh/ssh_known_hosts 06:34:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:34:20 06:34:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:34:21 0.1.4: Pulling from edgex-devops/py-git-semver 06:34:21 b85a868b505f: Pulling fs layer 06:34:21 e2be974225ed: Pulling fs layer 06:34:21 339a4e72a1f5: Pulling fs layer 06:34:21 988bab9f4d93: Pulling fs layer 06:34:21 1469e6f7b9e6: Pulling fs layer 06:34:21 eaf3925da568: Pulling fs layer 06:34:21 bab4dde63d76: Pulling fs layer 06:34:21 bde34c3a00c8: Pulling fs layer 06:34:21 b352a97aabf1: Pulling fs layer 06:34:21 4872d77fe225: Pulling fs layer 06:34:21 5851b861e8e6: Pulling fs layer 06:34:21 eaf3925da568: Waiting 06:34:21 bab4dde63d76: Waiting 06:34:21 bde34c3a00c8: Waiting 06:34:21 b352a97aabf1: Waiting 06:34:21 4872d77fe225: Waiting 06:34:21 5851b861e8e6: Waiting 06:34:21 988bab9f4d93: Waiting 06:34:21 1469e6f7b9e6: Waiting 06:34:21 e2be974225ed: Download complete 06:34:21 988bab9f4d93: Verifying Checksum 06:34:21 988bab9f4d93: Download complete 06:34:21 1469e6f7b9e6: Verifying Checksum 06:34:21 1469e6f7b9e6: Download complete 06:34:21 eaf3925da568: Verifying Checksum 06:34:21 339a4e72a1f5: Verifying Checksum 06:34:21 eaf3925da568: Download complete 06:34:21 339a4e72a1f5: Download complete 06:34:21 bde34c3a00c8: Download complete 06:34:21 b352a97aabf1: Download complete 06:34:21 4872d77fe225: Verifying Checksum 06:34:21 4872d77fe225: Download complete 06:34:21 5851b861e8e6: Verifying Checksum 06:34:21 5851b861e8e6: Download complete 06:34:21 b85a868b505f: Verifying Checksum 06:34:21 b85a868b505f: Download complete 06:34:21 bab4dde63d76: Verifying Checksum 06:34:21 bab4dde63d76: Download complete 06:34:22 b85a868b505f: Pull complete 06:34:22 e2be974225ed: Pull complete 06:34:23 339a4e72a1f5: Pull complete 06:34:23 988bab9f4d93: Pull complete 06:34:23 1469e6f7b9e6: Pull complete 06:34:23 eaf3925da568: Pull complete 06:34:25 bab4dde63d76: Pull complete 06:34:25 bde34c3a00c8: Pull complete 06:34:25 b352a97aabf1: Pull complete 06:34:25 4872d77fe225: Pull complete 06:34:25 5851b861e8e6: Pull complete 06:34:25 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 06:34:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:34:25 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:34:25 prd-ubuntu20.04-docker-8c-8g-10950 does not seem to be running inside a container 06:34:25 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:34:28 $ docker top 2ef91ab36fb25cda04d6bdb3bda85a27fc1ef20a482c7abfc769c5924e6e040a -eo pid,comm 06:34:28 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). 06:34:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:34:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:34:28 [ssh-agent] Looking for ssh-agent implementation... 06:34:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:34:28 $ docker exec 2ef91ab36fb25cda04d6bdb3bda85a27fc1ef20a482c7abfc769c5924e6e040a ssh-agent 06:34:28 SSH_AUTH_SOCK=/tmp/ssh-al5TzozCtrwE/agent.33 06:34:28 SSH_AGENT_PID=39 06:34:28 Running ssh-add (command line suppressed) 06:34:28 Identity added: /w/workspace/edgex-go/1@tmp/private_key_14008196752621575834.key (/w/workspace/edgex-go/1@tmp/private_key_14008196752621575834.key) 06:34:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:34:29 + git tag --points-at HEAD [Pipeline] } 06:34:29 $ docker exec --env ******** --env ******** 2ef91ab36fb25cda04d6bdb3bda85a27fc1ef20a482c7abfc769c5924e6e040a ssh-agent -k 06:34:29 unset SSH_AUTH_SOCK; 06:34:29 unset SSH_AGENT_PID; 06:34:29 echo Agent pid 39 killed; 06:34:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:34:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:34:29 [ssh-agent] Looking for ssh-agent implementation... 06:34:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:34:29 $ docker exec 2ef91ab36fb25cda04d6bdb3bda85a27fc1ef20a482c7abfc769c5924e6e040a ssh-agent 06:34:29 SSH_AUTH_SOCK=/tmp/ssh-qJiIa11ZbmAM/agent.71 06:34:29 SSH_AGENT_PID=77 06:34:29 Running ssh-add (command line suppressed) 06:34:29 Identity added: /w/workspace/edgex-go/1@tmp/private_key_16516849212163053236.key (/w/workspace/edgex-go/1@tmp/private_key_16516849212163053236.key) 06:34:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:34:29 + git semver init 06:34:30 2023-04-26 06:34:30,106 [run_init] DEBUG init version:0.0.0 force:False 06:34:30 2023-04-26 06:34:30,107 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 06:34:30 2023-04-26 06:34:30,107 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 06:34:30 2023-04-26 06:34:30,108 [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) 06:34:36 2023-04-26 06:34:35,521 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 06:34:36 2023-04-26 06:34:35,522 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4529 with force:False 06:34:36 2023-04-26 06:34:35,522 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4529 06:34:36 2023-04-26 06:34:35,526 [execute] INFO git cat-file --batch-check 06:34:36 2023-04-26 06:34:35,527 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 06:34:36 2023-04-26 06:34:35,532 [execute] INFO git cat-file --batch 06:34:36 2023-04-26 06:34:35,532 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 06:34:36 2023-04-26 06:34:35,537 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4529 06:34:36 0.0.0 [Pipeline] } 06:34:36 $ docker exec --env ******** --env ******** 2ef91ab36fb25cda04d6bdb3bda85a27fc1ef20a482c7abfc769c5924e6e040a ssh-agent -k 06:34:36 unset SSH_AUTH_SOCK; 06:34:36 unset SSH_AGENT_PID; 06:34:36 echo Agent pid 77 killed; 06:34:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:34:37 + git semver [Pipeline] } 06:34:37 $ docker stop --time=1 2ef91ab36fb25cda04d6bdb3bda85a27fc1ef20a482c7abfc769c5924e6e040a 06:34:38 $ docker rm -f --volumes 2ef91ab36fb25cda04d6bdb3bda85a27fc1ef20a482c7abfc769c5924e6e040a [Pipeline] // withDockerContainer [Pipeline] sh 06:34:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:34:39 Stashed 1 file(s) [Pipeline] echo 06:34:39 [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 06:34:40 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 06:34:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:34:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:34:40 ========================================================= 06:34:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 06:34:40 ========================================================= [Pipeline] fileExists [Pipeline] sh 06:34:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 06:34:40 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 06:34:40 f56be85fc22e: Pulling fs layer 06:34:40 85791d961cd3: Pulling fs layer 06:34:40 d694b5ae8c79: Pulling fs layer 06:34:40 9f32a84ed3da: Pulling fs layer 06:34:40 4d19c01a9841: Pulling fs layer 06:34:40 9325e15d5711: Pulling fs layer 06:34:40 9f32a84ed3da: Waiting 06:34:40 4d19c01a9841: Waiting 06:34:40 556b6ee489ea: Pulling fs layer 06:34:40 c5a4b2cf53e6: Pulling fs layer 06:34:40 9325e15d5711: Waiting 06:34:40 556b6ee489ea: Waiting 06:34:40 c5a4b2cf53e6: Waiting 06:34:40 85791d961cd3: Download complete 06:34:40 9f32a84ed3da: Verifying Checksum 06:34:40 9f32a84ed3da: Download complete 06:34:40 4d19c01a9841: Verifying Checksum 06:34:40 4d19c01a9841: Download complete 06:34:40 f56be85fc22e: Verifying Checksum 06:34:40 f56be85fc22e: Download complete 06:34:40 9325e15d5711: Verifying Checksum 06:34:40 9325e15d5711: Download complete 06:34:41 f56be85fc22e: Pull complete 06:34:41 85791d961cd3: Pull complete 06:34:41 c5a4b2cf53e6: Verifying Checksum 06:34:41 c5a4b2cf53e6: Download complete 06:34:41 d694b5ae8c79: Download complete 06:34:41 556b6ee489ea: Verifying Checksum 06:34:41 556b6ee489ea: Download complete 06:34:44 d694b5ae8c79: Pull complete 06:34:44 9f32a84ed3da: Pull complete 06:34:44 4d19c01a9841: Pull complete 06:34:44 9325e15d5711: Pull complete 06:34:47 556b6ee489ea: Pull complete 06:34:47 c5a4b2cf53e6: Pull complete 06:34:47 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 06:34:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 06:34:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 06:34:48 + + docker build -t ci-base-image-x86_64 -f - . 06:34:48 echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 06:34:48 WORKDIR /edgex 06:34:48 COPY go.mod . 06:34:48 RUN go mod download 06:34:49 Sending build context to Docker daemon 170.6MB 06:34:49 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 06:34:49 ---> c4be618373d6 06:34:49 Step 2/4 : WORKDIR /edgex 06:34:53 ---> Running in 5a9c23d94784 06:34:53 Removing intermediate container 5a9c23d94784 06:34:53 ---> 3221f3646d12 06:34:53 Step 3/4 : COPY go.mod . 06:34:53 ---> e0c5dadad279 06:34:53 Step 4/4 : RUN go mod download 06:34:53 ---> Running in 52970d46b761 06:34:54 Still waiting to schedule task 06:34:54 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-10947’ 06:35:05 Removing intermediate container 52970d46b761 06:35:05 ---> 16431aa68525 06:35:05 Successfully built 16431aa68525 06:35:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:06 + docker inspect -f . ci-base-image-x86_64 06:35:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:35:06 prd-ubuntu20.04-docker-8c-8g-10950 does not seem to be running inside a container 06:35:06 $ 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 ******** ci-base-image-x86_64 cat 06:35:06 $ docker top 7ec8ff51e53e9025e8eb87f7d0c7b93b82436dd7e5ce63bf2a071b52ffc69739 -eo pid,comm [Pipeline] { [Pipeline] sh 06:35:07 + go version 06:35:07 go version go1.20.2 linux/amd64 [Pipeline] } 06:35:07 $ docker stop --time=1 7ec8ff51e53e9025e8eb87f7d0c7b93b82436dd7e5ce63bf2a071b52ffc69739 06:35:08 $ docker rm -f --volumes 7ec8ff51e53e9025e8eb87f7d0c7b93b82436dd7e5ce63bf2a071b52ffc69739 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:09 + docker inspect -f . ci-base-image-x86_64 06:35:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:35:09 prd-ubuntu20.04-docker-8c-8g-10950 does not seem to be running inside a container 06:35:09 $ 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 ******** ci-base-image-x86_64 cat 06:35:09 $ docker top 864a4060f9e45df66073d2b5f9cc540a466dd1b69465be3bd22a0cd4d67b7804 -eo pid,comm [Pipeline] { [Pipeline] echo 06:35:09 ========================================================= 06:35:09 [edgeXBuildGoParallel] Running Tests and Build... 06:35:09 ========================================================= [Pipeline] sh 06:35:10 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 06:35:10 + make test 06:35:10 go test -race -coverprofile=coverage.out ./... 06:35:18 ? github.com/edgexfoundry/edgex-go [no test files] 06:35:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:35:30 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 06:35:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:35:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:35:31 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:35:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:35:31 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:35:31 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 06:35:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:35:31 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 06:35:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:35:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:35:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:35:32 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 06:35:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:35:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:35:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.049s coverage: 28.7% of statements 06:35:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.072s coverage: 98.5% of statements 06:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 06:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 06:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 06:35:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:35:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:35:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 06:35:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 06:35:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 06:35:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:35:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 06:35:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.089s coverage: 71.5% of statements 06:35:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.072s coverage: 54.0% of statements 06:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:35:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.275s coverage: 88.5% of statements 06:35:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.056s coverage: 3.8% of statements 06:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 06:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 06:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 06:35:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.331s coverage: 95.6% of statements 06:35:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:35:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 06:35:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 06:35:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:35:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:35:41 ok github.com/edgexfoundry/edgex-go/internal/io 0.050s coverage: 72.2% of statements 06:35:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:35:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:35:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:35:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.058s coverage: 65.9% of statements 06:35:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 06:35:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:35:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.076s coverage: 0.9% of statements 06:35:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.076s coverage: 29.0% of statements 06:35:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 44.1% of statements 06:35:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.053s coverage: 82.9% of statements 06:35:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements 06:35:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements 06:35:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 06:35:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:35:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:35:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:35:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:35:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:35:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 06:35:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 06:35:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 06:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:35:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 06:35:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:35:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:35:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 06:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 06:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 06:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:35:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:35:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 06:35:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 06:35:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 06:35:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 06:35:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 06:35:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 06:35:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:35:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:35:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 06:35:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 06:35:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 06:35:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 06:35:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements 06:35:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:35:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:35:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 06:35:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.254s coverage: 79.9% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 18.073s coverage: 92.9% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 64.4% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.052s coverage: 62.3% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.051s coverage: 20.0% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 81.8% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 82.1% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.057s coverage: 86.0% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 63.1% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 89.4% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.024s coverage: 73.7% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.171s coverage: 38.4% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.131s coverage: 92.3% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.059s coverage: 61.5% of statements 06:36:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.091s coverage: 97.7% of statements 06:36:08 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 06:36:08 running golangci-lint 06:36:08 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 06:36:08 go version go1.20.2 linux/amd64 06:36:08 level=info msg="[config_reader] Used config file .golangci.yml" 06:36:08 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 06:36:23 level=info msg="[loader] Go packages loading at mode 575 (name|compiled_files|deps|exports_file|files|imports|types_sizes) took 13.268802378s" 06:36:23 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 40.819625ms" 06:36:28 level=info msg="[linters_context/goanalysis] analyzers took 48.292269625s with top 10 stages: buildir: 27.375506349s, fact_deprecated: 1.659376783s, inspect: 1.624365126s, gosec: 1.45434118s, printf: 1.069488338s, ctrlflow: 980.088282ms, S1038: 903.998493ms, fact_purity: 722.873801ms, unused: 699.119912ms, nilness: 628.718253ms" 06:36:28 level=info msg="[runner] Issues before processing: 203, after processing: 0" 06:36:28 level=info msg="[runner] Processors filtering stat (out/in): exclude: 203/203, path_prettifier: 203/203, skip_files: 203/203, autogenerated_exclude: 203/203, nolint: 0/23, cgo: 203/203, skip_dirs: 203/203, identifier_marker: 203/203, filename_unadjuster: 203/203, exclude-rules: 23/203" 06:36:28 level=info msg="[runner] processing took 17.192554ms with stages: nolint: 6.653032ms, identifier_marker: 5.739468ms, autogenerated_exclude: 1.533393ms, path_prettifier: 1.321661ms, exclude-rules: 1.207529ms, skip_dirs: 666.46µs, cgo: 52.531µs, filename_unadjuster: 14.91µs, uniq_by_line: 620ns, max_same_issues: 590ns, skip_files: 440ns, exclude: 370ns, diff: 260ns, severity-rules: 250ns, source_code: 250ns, sort_results: 230ns, max_from_linter: 170ns, path_shortener: 140ns, max_per_file_from_linter: 130ns, path_prefixer: 120ns" 06:36:28 level=info msg="[runner] linters took 6.642865704s with stages: goanalysis_metalinter: 6.625589279s" 06:36:28 level=info msg="File cache stats: 0 entries of total size 0B" 06:36:28 level=info msg="Memory: 201 samples, avg is 181.6MB, max is 785.5MB" 06:36:28 level=info msg="Execution took 19.960899404s" 06:36:28 go vet ./... 06:36:33 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:36:33 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:36:33 ./bin/test-attribution-txt.sh [Pipeline] echo 06:36:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 06:36:33 + ls -al . 06:36:33 total 704 06:36:33 drwxrwxr-x 11 1001 1001 4096 Apr 26 06:35 . 06:36:33 drwxr-xr-x 4 root root 4096 Apr 26 06:35 .. 06:36:33 drwxrwxr-x 2 1001 1001 4096 Apr 26 06:34 .blubracket 06:36:33 -rw-rw-r-- 1 1001 1001 16 Apr 26 06:34 .dockerignore 06:36:33 drwxrwxr-x 8 1001 1001 4096 Apr 26 06:34 .git 06:36:33 drwxrwxr-x 3 1001 1001 4096 Apr 26 06:34 .github 06:36:33 -rw-rw-r-- 1 1001 1001 1133 Apr 26 06:34 .gitignore 06:36:33 -rw-rw-r-- 1 1001 1001 42 Apr 26 06:34 .golangci.yml 06:36:33 -rw-rw-r-- 1 1001 1001 87 Apr 26 06:34 .hadolint.yml 06:36:33 drwxr-xr-x 3 1001 1001 4096 Apr 26 06:34 .semver 06:36:33 -rw-rw-r-- 1 1001 1001 166 Apr 26 06:34 .sonarcloud.properties 06:36:33 -rw-rw-r-- 1 1001 1001 1171 Apr 26 06:34 ADOPTERS.md 06:36:33 -rw-rw-r-- 1 1001 1001 10835 Apr 26 06:34 Attribution.txt 06:36:33 -rw-rw-r-- 1 1001 1001 73765 Apr 26 06:34 CHANGELOG.md 06:36:33 -rw-rw-r-- 1 1001 1001 3804 Apr 26 06:34 CONTRIBUTING.md 06:36:33 -rw-rw-r-- 1 1001 1001 677 Apr 26 06:34 GOVERNANCE.md 06:36:33 -rw-rw-r-- 1 1001 1001 883 Apr 26 06:34 Jenkinsfile 06:36:33 -rw-rw-r-- 1 1001 1001 10775 Apr 26 06:34 LICENSE 06:36:33 -rw-rw-r-- 1 1001 1001 14368 Apr 26 06:34 Makefile 06:36:33 -rw-rw-r-- 1 1001 1001 582 Apr 26 06:34 OWNERS.md 06:36:33 -rw-rw-r-- 1 1001 1001 9403 Apr 26 06:34 README.md 06:36:33 -rw-rw-r-- 1 1001 1001 789 Apr 26 06:34 SECURITY.md 06:36:33 -rw-rw-r-- 1 1001 1001 5 Apr 26 06:34 VERSION 06:36:33 drwxrwxr-x 2 1001 1001 4096 Apr 26 06:34 bin 06:36:33 drwxrwxr-x 18 1001 1001 4096 Apr 26 06:34 cmd 06:36:33 -rw-r--r-- 1 root root 448248 Apr 26 06:36 coverage.out 06:36:33 -rw-rw-r-- 1 1001 1001 3200 Apr 26 06:34 go.mod 06:36:33 -rw-rw-r-- 1 1001 1001 31155 Apr 26 06:34 go.sum 06:36:33 drwxrwxr-x 7 1001 1001 4096 Apr 26 06:34 internal 06:36:33 drwxrwxr-x 3 1001 1001 4096 Apr 26 06:34 openapi 06:36:33 -rw-rw-r-- 1 1001 1001 594 Apr 26 06:34 security.txt 06:36:33 drwxrwxr-x 4 1001 1001 4096 Apr 26 06:34 snap 06:36:33 -rw-rw-r-- 1 1001 1001 204 Apr 26 06:34 version.go [Pipeline] sh 06:36:33 + '[' -e coverage.out ] 06:36:33 + chown 1001:1001 coverage.out [Pipeline] stash 06:36:33 Stashed 1 file(s) [Pipeline] sh 06:36:34 + make build 06:36:34 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 06:36:46 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 06:36: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 06:36:46 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:36:47 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 06:36:53 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 06:36:54 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-auth/security-proxy-auth ./cmd/security-proxy-auth 06:36:55 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 06:36:56 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 06:36:57 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 06:36:58 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 06:36:59 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] } 06:37:00 $ docker stop --time=1 864a4060f9e45df66073d2b5f9cc540a466dd1b69465be3bd22a0cd4d67b7804 06:37:03 $ docker rm -f --volumes 864a4060f9e45df66073d2b5f9cc540a466dd1b69465be3bd22a0cd4d67b7804 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:37:04 06:37:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:37:05 latest: Pulling from edgex-devops/edgex-compose 06:37:05 cbdbe7a5bc2a: Pulling fs layer 06:37:05 ca9280d653b3: Pulling fs layer 06:37:05 7e9c9ca2126c: Pulling fs layer 06:37:05 cbdbe7a5bc2a: Verifying Checksum 06:37:05 cbdbe7a5bc2a: Download complete 06:37:05 cbdbe7a5bc2a: Pull complete 06:37:05 ca9280d653b3: Verifying Checksum 06:37:05 ca9280d653b3: Download complete 06:37:05 7e9c9ca2126c: Verifying Checksum 06:37:05 7e9c9ca2126c: Download complete 06:37:05 ca9280d653b3: Pull complete 06:37:08 7e9c9ca2126c: Pull complete 06:37:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:37:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:37:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:37:08 prd-ubuntu20.04-docker-8c-8g-10950 does not seem to be running inside a container 06:37:08 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:37:10 $ docker top fc6a56b930264f65797bd61d12008d0f46c7ca9cf858f85286e747710387487e -eo pid,comm [Pipeline] { [Pipeline] sh 06:37:10 + docker-compose build --help 06:37:10 + grep parallel 06:37:11 --parallel Build images in parallel. [Pipeline] } 06:37:11 $ docker stop --time=1 fc6a56b930264f65797bd61d12008d0f46c7ca9cf858f85286e747710387487e 06:37:12 $ docker rm -f --volumes fc6a56b930264f65797bd61d12008d0f46c7ca9cf858f85286e747710387487e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:37:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:37:13 prd-ubuntu20.04-docker-8c-8g-10950 does not seem to be running inside a container 06:37:13 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:37:13 $ docker top 3081e98b372581ead584b66aa2e7a5b81575f58d1bce5a01d5b6421ff42cac8b -eo pid,comm [Pipeline] { [Pipeline] sh 06:37:13 + docker-compose -f ./docker-compose-build.yml build --parallel 06:37:14 Building core-command ... 06:37:14 Building core-common-config-bootstrapper ... 06:37:14 Building core-data ... 06:37:14 Building core-metadata ... 06:37:14 Building security-bootstrapper ... 06:37:14 Building security-proxy-auth ... 06:37:14 Building security-proxy-setup ... 06:37:14 Building security-secretstore-setup ... 06:37:14 Building security-spiffe-token-provider ... 06:37:14 Building security-spire-agent ... 06:37:14 Building security-spire-config ... 06:37:14 Building security-spire-server ... 06:37:14 Building support-notifications ... 06:37:14 Building support-scheduler ... 06:37:14 Building security-spire-agent 06:37:14 Building support-scheduler 06:37:14 Building support-notifications 06:37:14 Building security-spire-config 06:37:14 Building security-spire-server 06:37:24 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:37:24 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:37:24 ---> 16431aa68525 06:37:24 Step 3/27 : WORKDIR /edgex-go 06:37:24 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:37:24 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:37:24 ---> 16431aa68525 06:37:24 Step 3/27 : WORKDIR /edgex-go 06:37:24 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:37:24 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:37:24 ---> 16431aa68525 06:37:24 Step 3/26 : WORKDIR /edgex-go 06:37:24 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:37:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:37:24 ---> 16431aa68525 06:37:24 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:37:24 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:37:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:37:24 ---> 16431aa68525 06:37:24 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:37:28 ---> Running in 17ed3ac875d3 06:37:28 ---> Running in 61c6596c66fe 06:37:28 ---> Running in 7836f44b18bb 06:37:28 ---> Running in 0467f13461e2 06:37:28 ---> Running in 3da84dea88de 06:37:28 Removing intermediate container 3da84dea88de 06:37:28 ---> becb3562d255 06:37:28 Step 4/23 : WORKDIR /edgex-go 06:37:28 Removing intermediate container 61c6596c66fe 06:37:28 Removing intermediate container 17ed3ac875d3 06:37:28 ---> 68ea8d1dd19d 06:37:28 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 06:37:28 ---> 9e104dad27a6 06:37:28 Step 4/23 : WORKDIR /edgex-go 06:37:28 Removing intermediate container 7836f44b18bb 06:37:28 ---> f0ef87e9af58 06:37:28 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 06:37:28 ---> Running in b4813c81f252 06:37:28 Removing intermediate container 0467f13461e2 06:37:28 ---> 5c895052ccff 06:37:28 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 06:37:29 ---> Running in 9bb6f56eb6a3 06:37:29 ---> Running in 2f9f308a02c1 06:37:29 ---> Running in e3e35c6e8dda 06:37:29 ---> Running in bdef1afc5365 06:37:29 Removing intermediate container b4813c81f252 06:37:29 ---> 52ea86f06928 06:37:29 Step 5/23 : RUN apk add --update --no-cache make git 06:37:29 ---> Running in f8d83a816b56 06:37:29 Removing intermediate container 2f9f308a02c1 06:37:29 ---> 3a2d4db4ef0c 06:37:29 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 06:37:29 ---> Running in ded2c02faea7 06:37:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:37:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:37:29 OK: 265 MiB in 53 packages 06:37:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:37:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:37:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:37:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:37:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:37:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:37:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:37:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:37:29 Removing intermediate container 9bb6f56eb6a3 06:37:29 ---> 7aac88a8a983 06:37:29 Step 5/27 : COPY go.mod vendor* ./ 06:37:29 OK: 265 MiB in 53 packages 06:37:29 OK: 265 MiB in 53 packages 06:37:30 OK: 265 MiB in 53 packages 06:37:30 OK: 265 MiB in 53 packages 06:37:30 ---> aa33a4ec5ce5 06:37:30 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:37:30 ---> Running in 65b00de1bc03 06:37:30 Removing intermediate container f8d83a816b56 06:37:30 ---> 072e49a6017d 06:37:30 Step 6/23 : COPY go.mod vendor* ./ 06:37:30 Removing intermediate container bdef1afc5365 06:37:30 ---> 9142e292f4e4 06:37:30 Step 5/27 : COPY go.mod vendor* ./ 06:37:30 Removing intermediate container ded2c02faea7 06:37:30 ---> 98fdc28dd6f8 06:37:30 Step 6/23 : COPY go.mod vendor* ./ 06:37:30 ---> 23f1b0fd9ab7 06:37:30 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:37:30 Removing intermediate container e3e35c6e8dda 06:37:30 ---> dcd3d9259707 06:37:30 Step 5/26 : COPY go.mod vendor* ./ 06:37:30 ---> 1a360fd1f541 06:37:30 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:37:30 ---> Running in a4ccbd1fb6d6 06:37:30 ---> Running in 5a585b800f69 06:37:30 ---> 1adb6cdb908b 06:37:30 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:37:30 ---> Running in 9668b02081b5 06:37:30 ---> de90a36789f5 06:37:30 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:37:30 ---> Running in 9d9a71b45cdf 06:38:02 Removing intermediate container 65b00de1bc03 06:38:02 ---> 269541fa73c1 06:38:02 Step 7/27 : COPY . . 06:38:02 Removing intermediate container 5a585b800f69 06:38:02 ---> 4eb50f6041aa 06:38:02 Step 7/27 : COPY . . 06:38:02 Removing intermediate container a4ccbd1fb6d6 06:38:02 ---> f416171a276a 06:38:02 Step 8/23 : COPY . . 06:38:02 Removing intermediate container 9668b02081b5 06:38:02 ---> bede22a41c4d 06:38:02 Step 8/23 : COPY . . 06:38:02 Removing intermediate container 9d9a71b45cdf 06:38:02 ---> 70ebf9b26f7a 06:38:02 Step 7/26 : COPY . . 06:38:15 ---> 10fcddef94fd 06:38:15 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 06:38:15 ---> 80c94cacabd0 06:38:15 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 06:38:15 ---> 6dcef2b749c6 06:38:15 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 06:38:15 ---> Running in 6ae5e6ae5bb7 06:38:15 ---> bf2dad32d54d 06:38:15 Step 9/23 : RUN make cmd/support-notifications/support-notifications 06:38:15 ---> 18ea936e4a0a 06:38:15 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 06:38:15 ---> Running in b2e0dca3529f 06:38:15 ---> Running in 29f46e320980 06:38:15 ---> Running in 1400f47935b9 06:38:15 ---> Running in fe23e44eacb3 06:38:15 Removing intermediate container b2e0dca3529f 06:38:15 ---> 7770980071ae 06:38:15 Step 9/27 : WORKDIR /edgex-go/spire-build 06:38:15 Removing intermediate container 6ae5e6ae5bb7 06:38:15 ---> eca9f415a80e 06:38:15 Step 9/27 : WORKDIR /edgex-go/spire-build 06:38:15 Removing intermediate container 29f46e320980 06:38:15 ---> a9ccd6a62cfd 06:38:15 Step 9/26 : WORKDIR /edgex-go/spire-build 06:38:15 ---> Running in 4f9497553340 06:38:15 ---> Running in 5a650abe8f5c 06:38:15 ---> Running in 2187bdada738 06:38:15 Removing intermediate container 4f9497553340 06:38:15 ---> 229748cb5e6f 06:38:15 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 06:38:15 Removing intermediate container 5a650abe8f5c 06:38:15 ---> 4c74821ed191 06:38:15 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 06:38:15 ---> Running in 1addbd379fcb 06:38:15 Removing intermediate container 2187bdada738 06:38:15 ---> 965a710bd6ca 06:38:15 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 06:38:15 ---> Running in 4819ffd2ae01 06:38:15 ---> Running in 33a395a4415b 06:38:15 Removing intermediate container 1addbd379fcb 06:38:15 ---> ca384b1a0ecd 06:38:15 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 06:38:15 ---> Running in 29dc62bab78d 06:38:15 Removing intermediate container 4819ffd2ae01 06:38:15 ---> 4f6730d5b078 06:38:15 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 06:38:15 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 06:38:15 Removing intermediate container 33a395a4415b 06:38:15 ---> 1379e04414e8 06:38:15 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 06:38:15 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 06:38:15 ---> Running in 8b7bc4d1be9c 06:38:15 ---> Running in 72724efc0965 06:38:15 Removing intermediate container 8b7bc4d1be9c 06:38:15 ---> c92034cc1aee 06:38:15 Step 12/27 : WORKDIR /edgex-go 06:38:15 Removing intermediate container 29dc62bab78d 06:38:15 ---> 0cead5d2767f 06:38:15 Step 12/27 : WORKDIR /edgex-go 06:38:15 Removing intermediate container 72724efc0965 06:38:15 ---> f869f74cef0d 06:38:15 Step 12/26 : WORKDIR /edgex-go 06:38:15 ---> Running in ada4954a4a04 06:38:15 ---> Running in a922bcb3d8a5 06:38:15 ---> Running in 6d15abe46127 06:38:15 Removing intermediate container a922bcb3d8a5 06:38:15 ---> c89a7afa3cc6 06:38:15 06:38:15 Step 13/27 : FROM alpine:3.17 06:38:15 Removing intermediate container ada4954a4a04 06:38:15 ---> f315ac661493 06:38:15 06:38:15 Step 13/27 : FROM alpine:3.17 06:38:15 Removing intermediate container 6d15abe46127 06:38:15 ---> ad08c1f45a03 06:38:15 06:38:15 Step 13/26 : FROM alpine:3.17 06:38:16 3.17: Pulling from library/alpine 06:38:16 3.17: Pulling from library/alpine 06:38:16 3.17: Pulling from library/alpine 06:38:17 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 06:38:17 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 06:38:17 Status: Downloaded newer image for alpine:3.17 06:38:17 Status: Image is up to date for alpine:3.17 06:38:17 ---> 9ed4aefc74f6 06:38:17 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:38:17 ---> 9ed4aefc74f6 06:38:17 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:38:17 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 06:38:17 Status: Image is up to date for alpine:3.17 06:38:17 ---> 9ed4aefc74f6 06:38:17 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:38:17 ---> Running in 5e76e555d887 06:38:17 ---> Running in e709cacf3270 06:38:17 ---> Running in 1a091cb6b1b2 06:38:18 Removing intermediate container 1a091cb6b1b2 06:38:18 ---> 89bb0c839e91 06:38:18 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:38:18 Removing intermediate container 5e76e555d887 06:38:18 ---> f892b8ac7bad 06:38:18 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:38:18 Removing intermediate container e709cacf3270 06:38:18 ---> 5d126c002e03 06:38:18 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 06:38:18 ---> Running in 91271a42300a 06:38:18 ---> Running in 5dcffdfd57af 06:38:18 ---> Running in 3bf58226a884 06:38:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:38:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:38:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:38:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:38:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:38:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:38:19 v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:38:19 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:38:19 OK: 17820 distinct packages available 06:38:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:38:19 v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:38:19 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:38:19 OK: 17820 distinct packages available 06:38:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:38:19 v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:38:19 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:38:19 OK: 17820 distinct packages available 06:38:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:38:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:38:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:38:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:38:19 (1/5) Installing dumb-init (1.2.5-r2) 06:38:19 (2/5) Installing musl-obstack (1.2.3-r0) 06:38:19 (3/5) Installing libucontext (1.2-r0) 06:38:19 (4/5) Installing gcompat (1.1.0-r0) 06:38:19 (5/5) Installing openssl (3.0.8-r4) 06:38:19 Executing busybox-1.35.0-r29.trigger 06:38:19 OK: 8 MiB in 20 packages 06:38:19 (1/4) Installing dumb-init (1.2.5-r2) 06:38:19 (2/4) Installing musl-obstack (1.2.3-r0) 06:38:19 (1/5) Installing dumb-init (1.2.5-r2) 06:38:19 (2/5) Installing musl-obstack (1.2.3-r0) 06:38:19 (3/4) Installing libucontext (1.2-r0) 06:38:19 (3/5) Installing libucontext (1.2-r0) 06:38:19 (4/4) Installing gcompat (1.1.0-r0) 06:38:19 (4/5) Installing gcompat (1.1.0-r0) 06:38:19 Executing busybox-1.35.0-r29.trigger 06:38:19 (5/5) Installing openssl (3.0.8-r4) 06:38:19 OK: 7 MiB in 19 packages 06:38:19 Executing busybox-1.35.0-r29.trigger 06:38:19 OK: 8 MiB in 20 packages 06:38:20 Removing intermediate container 91271a42300a 06:38:20 ---> 8c0c3d0a1a83 06:38:20 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 06:38:21 Removing intermediate container 3bf58226a884 06:38:21 ---> 60da44c283da 06:38:21 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 06:38:21 Removing intermediate container 5dcffdfd57af 06:38:21 ---> c50a220d940c 06:38:21 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 06:38:21 ---> b42c6b50d8ba 06:38:21 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 06:38:21 ---> d7ea44895bae 06:38:21 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 06:38:21 ---> fd762a8a124f 06:38:21 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 06:38:22 ---> 2406b75eb8c0 06:38:22 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:38:22 ---> 7042da9e6729 06:38:22 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 06:38:22 ---> 757635530527 06:38:22 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:38:26 Running on prd-ubuntu20.04-docker-arm64-4c-16g-10952 in /w/workspace/edgexfoundry_edgex-go_PR-4529 [Pipeline] { [Pipeline] ws 06:38:26 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:38:26 The recommended git tool is: git 06:38:29 ---> ef7545aea5eb 06:38:29 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:38:29 ---> ecf8e51934c3 06:38:29 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 06:38:29 ---> b4ca9a3217e2 06:38:29 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:38:29 ---> 683627cc17d3 06:38:29 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 06:38:29 ---> 072c5c88fa24 06:38:29 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 06:38:29 ---> Running in f899b1fb66fe 06:38:29 ---> dbdb92b2e6a0 06:38:29 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 06:38:29 Removing intermediate container f899b1fb66fe 06:38:29 ---> d26b6f87f1bf 06:38:29 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 06:38:30 ---> 0ab6d5fb6804 06:38:30 Step 22/27 : WORKDIR / ---> ca1932d262cf 06:38:30 06:38:30 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:38:30 ---> Running in 990df941c6c1 06:38:30 ---> Running in 6adcea1fe153 06:38:30 ---> 89cc58cfcf7d 06:38:30 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 06:38:31 Removing intermediate container 6adcea1fe153 06:38:31 ---> 086198863df7 06:38:31 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:38:31 Removing intermediate container 990df941c6c1 06:38:31 ---> 13247e3fddc0 06:38:31 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:38:31 ---> 457669d9231b 06:38:31 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 06:38:31 ---> Running in d1bc4c29b71e 06:38:31 ---> Running in afc2d88b5ef3 06:38:31 Removing intermediate container afc2d88b5ef3 06:38:31 ---> 4980c47ed607 06:38:31 Step 24/26 : LABEL arch=x86_64 06:38:31 Removing intermediate container d1bc4c29b71e 06:38:31 ---> fd3d64a28e5a 06:38:31 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:38:31 ---> Running in 89e5d967fec5 06:38:31 ---> 28cd32ef0442 06:38:31 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 06:38:31 ---> Running in a601476c44eb 06:38:32 Removing intermediate container 89e5d967fec5 06:38:32 ---> d43cb7217291 06:38:32 Step 25/26 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 06:38:32 Removing intermediate container a601476c44eb 06:38:32 ---> d46f5a0cd5bf 06:38:32 Step 25/27 : LABEL arch=x86_64 06:38:32 ---> Running in 25f238591b3d 06:38:32 ---> 77fb8bb6c185 06:38:32 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:38:32 using credential edgex-jenkins-ssh 06:38:32 Cloning the remote Git repository 06:38:32 ---> Running in 6fd23d0f13ce 06:38:32 ---> Running in c66e6c911aea 06:38:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:38:32 > git init /w/workspace/edgex-go/1 # timeout=10 06:38:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:38:32 > git --version # timeout=10 06:38:32 > git --version # 'git version 2.25.1' 06:38:32 using GIT_SSH to set credentials SSH Credentials for GitHub 06:38:33 Removing intermediate container 25f238591b3d 06:38:33 ---> 771aba4d0a92 06:38:33 Step 26/26 : LABEL version=0.0.0 06:38:33 Removing intermediate container 6fd23d0f13ce 06:38:33 ---> 3f41034d9a8c 06:38:33 Step 26/27 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 06:38:33 Removing intermediate container c66e6c911aea 06:38:33 ---> 28e71c2eeb03 06:38:33 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:38:33 ---> Running in eefb4fbf41db 06:38:33 ---> Running in b55e815176ff 06:38:33 ---> Running in 585d2ce3cd24 06:38:33 Removing intermediate container eefb4fbf41db 06:38:33 ---> 23afbb7d2ef4 06:38:33 06:38:33 Removing intermediate container b55e815176ff 06:38:33 ---> 0b9793b09369 06:38:33 Step 27/27 : LABEL version=0.0.0 06:38:33 Removing intermediate container 585d2ce3cd24 06:38:33 ---> 7c2b68759f03 06:38:33 Step 25/27 : LABEL arch=x86_64 06:38:33 Successfully built 23afbb7d2ef4 06:38:33 ---> Running in 7f57d0e98632 06:38:33 Successfully tagged security-spire-server:latest 06:38:33  Building security-spire-server ... done Building core-data 06:38:33 ---> Running in 74db9694e8d0 06:38:33 Removing intermediate container 7f57d0e98632 06:38:33 ---> 3ccb7496b69b 06:38:33 06:38:33 Successfully built 3ccb7496b69b 06:38:33 Successfully tagged security-spire-config:latest 06:38:34 Removing intermediate container 74db9694e8d0 06:38:34 ---> a06e9f2d3e69 06:38:34 Step 26/27 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 06:38:34 Building security-secretstore-setup 06:38:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:38:37  Building security-spire-config ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:38:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:38:37 ---> 16431aa68525 06:38:37 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:38:37 ---> Using cache 06:38:37 ---> 9e104dad27a6 06:38:37 Step 4/23 : WORKDIR /edgex-go 06:38:37 ---> Using cache 06:38:37 ---> 3a2d4db4ef0c 06:38:37 Step 5/23 : RUN apk add --update --no-cache make git 06:38:37 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:38:37 Step 2/25 : FROM ${BUILDER_BASE} AS builder 06:38:37 ---> 16431aa68525 06:38:37 Step 3/25 : WORKDIR /edgex-go 06:38:37 ---> Using cache 06:38:37 ---> 5c895052ccff 06:38:37 Step 4/25 : RUN apk add --update --no-cache make git 06:38:39 ---> Running in d8edd327d93d 06:38:39 ---> Running in 743a5ca81122 06:38:39 ---> Running in a80803f2f2af 06:38:39 Removing intermediate container d8edd327d93d 06:38:39 ---> 0230e3bd0138 06:38:39 Step 27/27 : LABEL version=0.0.0 06:38:39 ---> Running in 97cea5fbbc0d 06:38:39 Removing intermediate container 97cea5fbbc0d 06:38:39 ---> edeff72c6b84 06:38:39 06:38:39 Successfully built edeff72c6b84 06:38:39 Successfully tagged security-spire-agent:latest 06:38:39 Building security-spiffe-token-provider 06:38:39  Building security-spire-agent ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:38:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:38:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:38:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:38:40 OK: 265 MiB in 53 packages 06:38:40 OK: 265 MiB in 53 packages 06:38:42 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:38:42 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:38:42 ---> 16431aa68525 06:38:42 Step 3/20 : WORKDIR /edgex-go 06:38:42 ---> Using cache 06:38:42 ---> 5c895052ccff 06:38:42 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 06:38:44 ---> Running in 7fc9ddd4170d 06:38:44 Removing intermediate container a80803f2f2af 06:38:44 ---> a565b2526371 06:38:44 Step 6/23 : COPY go.mod vendor* ./ 06:38:44 Removing intermediate container 743a5ca81122 06:38:44 ---> e640e3f7f6fe 06:38:44 Step 5/25 : COPY go.mod vendor* ./ 06:38:44 Removing intermediate container 1400f47935b9 06:38:44 ---> a772bfb28a5f 06:38:44 06:38:44 Step 10/23 : FROM alpine:3.17 06:38:44 ---> 9ed4aefc74f6 06:38:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:38:44 Removing intermediate container fe23e44eacb3 06:38:44 ---> 560d012109c1 06:38:44 06:38:44 Step 10/23 : FROM alpine:3.17 06:38:44 ---> 9ed4aefc74f6 06:38:44 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 06:38:44 ---> Running in c844a0c55f1b 06:38:44 ---> Running in d0aa8bad93eb 06:38:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:38:44 ---> abea2df127b2 06:38:44 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:38:44 ---> Running in ea5c291fe5cc 06:38:44 ---> c0118413ac26 06:38:44 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:38:44 ---> Running in be72fdb03cb6 06:38:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:38:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:38:44 v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:38:44 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:38:44 OK: 17819 distinct packages available 06:38:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:38:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:38:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:38:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:38:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:38:45 (1/1) Installing dumb-init (1.2.5-r2) 06:38:45 Executing busybox-1.35.0-r29.trigger 06:38:45 OK: 7 MiB in 16 packages 06:38:45 (1/2) Installing ca-certificates (20220614-r4) 06:38:45 (2/2) Installing dumb-init (1.2.5-r2) 06:38:45 Executing busybox-1.35.0-r29.trigger 06:38:45 Executing ca-certificates-20220614-r4.trigger 06:38:45 OK: 265 MiB in 53 packages 06:38:45 OK: 8 MiB in 17 packages 06:38:45 Removing intermediate container c844a0c55f1b 06:38:45 ---> 24a7a66ae46c 06:38:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 06:38:45 ---> Running in 61aa4194dcf2 06:38:45 Removing intermediate container 61aa4194dcf2 06:38:45 ---> 23b2bf9ba48b 06:38:45 Step 13/23 : ENV APP_PORT=59861 06:38:45 Removing intermediate container 7fc9ddd4170d 06:38:45 ---> d0b51f4c3206 06:38:45 Step 5/20 : COPY go.mod vendor* ./ 06:38:45 ---> Running in 1095f6e9769f 06:38:45 Removing intermediate container d0aa8bad93eb 06:38:45 ---> 8c90c3ccc018 06:38:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 06:38:45 Removing intermediate container 1095f6e9769f 06:38:45 ---> 2289848449f3 06:38:45 Step 14/23 : EXPOSE $APP_PORT 06:38:45 ---> Running in d0c99fa660f9 06:38:45 ---> 1ac529ce820f 06:38:45 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:38:45 ---> Running in 5f42b53ff7b9 06:38:45 ---> Running in b18147b17fea 06:38:46 Removing intermediate container 5f42b53ff7b9 06:38:46 ---> e239724517fa 06:38:46 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:38:46 Removing intermediate container d0c99fa660f9 06:38:46 ---> 74cc6b656324 06:38:46 Step 13/23 : ENV APP_PORT=59860 06:38:46 ---> Running in 8a1aa7d1f64d 06:38:46 ---> ca6fe17fb16a 06:38:46 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 06:38:46 Removing intermediate container 8a1aa7d1f64d 06:38:46 ---> 7280c85def12 06:38:46 Step 14/23 : EXPOSE $APP_PORT 06:38:46 ---> Running in a3c5ca1a7cc9 06:38:46 ---> 58fbc288007f 06:38:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:38:46 Removing intermediate container a3c5ca1a7cc9 06:38:46 ---> 8e4f8fae9b50 06:38:46 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:38:47 ---> 89ac4916af5f 06:38:47 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 06:38:47 ---> 93222c57ec37 06:38:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 06:38:47 ---> 8c57ee15e886 06:38:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:38:47 ---> c1add19e746d 06:38:47 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 06:38:47 ---> Running in a8f0a58d8a5a 06:38:47 Removing intermediate container a8f0a58d8a5a 06:38:47 ---> 1a4153c5bed2 06:38:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:38:47 ---> Running in 6f3ba1c01c5e 06:38:48 Removing intermediate container 6f3ba1c01c5e 06:38:48 ---> c82ddd03fb9e 06:38:48 Step 21/23 : LABEL arch=x86_64 06:38:48 ---> Running in 205f284a3fd0 06:38:48 ---> da7c4f8b9b61 06:38:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 06:38:48 Removing intermediate container 205f284a3fd0 06:38:48 ---> f63dce5287ac 06:38:48 Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 06:38:48 ---> Running in 33df8a77387c 06:38:48 ---> ee08969070fe 06:38:48 Step 19/23 : ENTRYPOINT ["/support-notifications"] 06:38:48 ---> Running in eafcf1619ce0 06:38:48 Removing intermediate container 33df8a77387c 06:38:48 ---> c044531afa00 06:38:48 Step 23/23 : LABEL version=0.0.0 06:38:48 ---> Running in c6037be17a83 06:38:48 Removing intermediate container eafcf1619ce0 06:38:48 ---> f22fbcb399e3 06:38:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:38:48 ---> Running in 04a8983fdd68 06:38:48 Removing intermediate container c6037be17a83 06:38:48 ---> a39ce16bda01 06:38:48 06:38:48 Removing intermediate container 04a8983fdd68 06:38:48 ---> d330d7b7f2f6 06:38:48 Step 21/23 : LABEL arch=x86_64 06:38:48 Successfully built a39ce16bda01 06:38:48 Successfully tagged support-scheduler:latest 06:38:48 Building core-command 06:38:48  Building support-scheduler ... done  ---> Running in 20207af6a0c9 06:38:50 Removing intermediate container 20207af6a0c9 06:38:50 ---> 8b3a2a3cb860 06:38:50 Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 06:38:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:38:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:38:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:38:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:38:50 using GIT_SSH to set credentials SSH Credentials for GitHub 06:38:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4529/head:refs/remotes/origin/PR-4529 +refs/heads/main:refs/remotes/origin/main # timeout=10 06:38:51 Merging remotes/origin/main commit ff802d8b4dd3157c514065f0a66808faf07e520c into PR head commit 52daff80f6c7ff3a808bf9dea69553069044fb5b 06:38:52 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:38:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:38:52 ---> 16431aa68525 06:38:52 Step 3/24 : ARG ADD_BUILD_TAGS="" 06:38:52 ---> Using cache 06:38:52 ---> 9e104dad27a6 06:38:52 Step 4/24 : WORKDIR /edgex-go 06:38:52 ---> Using cache 06:38:52 ---> 3a2d4db4ef0c 06:38:52 Step 5/24 : RUN apk add --update --no-cache make git 06:38:52 ---> Using cache 06:38:52 ---> a565b2526371 06:38:52 Step 6/24 : COPY go.mod vendor* ./ 06:38:52 ---> Using cache 06:38:52 ---> abea2df127b2 06:38:52 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:38:52 Merge succeeded, producing 52daff80f6c7ff3a808bf9dea69553069044fb5b 06:38:52 Checking out Revision 52daff80f6c7ff3a808bf9dea69553069044fb5b (PR-4529) 06:38:52 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" 06:38:52 > git --version # timeout=10 06:38:52 > git --version # 'git version 2.25.1' 06:38:52 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 06:38:51 > git config core.sparsecheckout # timeout=10 06:38:51 > git checkout -f 52daff80f6c7ff3a808bf9dea69553069044fb5b # timeout=10 06:38:51 > git remote # timeout=10 06:38:51 > git config --get remote.origin.url # timeout=10 06:38:51 using GIT_SSH to set credentials SSH Credentials for GitHub 06:38:51 > git merge ff802d8b4dd3157c514065f0a66808faf07e520c # timeout=10 06:38:52 > git rev-parse HEAD^{commit} # timeout=10 06:38:52 > git config core.sparsecheckout # timeout=10 06:38:52 > git checkout -f 52daff80f6c7ff3a808bf9dea69553069044fb5b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:38:53 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:38:53 % Total % Received % Xferd Average Speed Time Time Time Current 06:38:53 Dload Upload Total Spent Left Speed 06:38:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 87937 0 --:--:-- --:--:-- --:--:-- 87937 [Pipeline] sh 06:38:54 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:38:54 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:38:54 + sudo tee /etc/docker/daemon.new 06:38:54 { 06:38:54 "registry-mirrors": [ 06:38:54 "https://nexus3.edgexfoundry.org:10001" 06:38:54 ], 06:38:54 "bip": "10.250.0.254/24", 06:38:54 "hosts": [ 06:38:54 "tcp://0.0.0.0:5555", 06:38:54 "unix:///var/run/docker.sock" 06:38:54 ], 06:38:54 "mtu": 1458, 06:38:54 "selinux-enabled": true, 06:38:54 "seccomp-profile": "/etc/docker/seccomp.json" 06:38:54 } [Pipeline] sh 06:38:55 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json 06:38:55 ---> Running in 64ef07df3ba2 06:38:55 ---> Running in 1b39e52407ff 06:38:55 Removing intermediate container 1b39e52407ff 06:38:55 ---> 7be2b38b3cba 06:38:55 Step 23/23 : LABEL version=0.0.0 06:38:55 ---> Running in cddd20ecfa53 06:38:55 Removing intermediate container cddd20ecfa53 06:38:55 ---> 7260751b24cd 06:38:55 06:38:55 Successfully built 7260751b24cd [Pipeline] sh 06:38:55 Successfully tagged support-notifications:latest 06:38:55 Building security-bootstrapper 06:38:55 + sudo service docker restart 06:39:00  Building support-notifications ... done Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:39:00 Step 2/33 : FROM ${BUILDER_BASE} AS builder 06:39:00 ---> 16431aa68525 06:39:00 Step 3/33 : WORKDIR /edgex-go 06:39:00 ---> Using cache 06:39:00 ---> 5c895052ccff 06:39:00 Step 4/33 : RUN apk add --update --no-cache make git 06:39:00 ---> Using cache 06:39:00 ---> e640e3f7f6fe 06:39:00 Step 5/33 : COPY go.mod vendor* ./ 06:39:00 ---> Using cache 06:39:00 ---> c0118413ac26 06:39:00 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:39:09 ---> Running in 1ad3a9273730 06:39:09 Removing intermediate container be72fdb03cb6 06:39:09 ---> 3412a279242f 06:39:09 Step 7/25 : COPY . . 06:39:09 Removing intermediate container ea5c291fe5cc 06:39:09 ---> 3f0cca5de64a 06:39:09 Step 8/23 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:39:14 provisioning config files... 06:39:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config17358263448205662258tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:39:14 ---> docker-login.sh 06:39:14 nexus3.edgexfoundry.org:10001 06:39:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:15 Configure a credential helper to remove this warning. See 06:39:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:15 06:39:15 Login Succeeded 06:39:15 nexus3.edgexfoundry.org:10002 06:39:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:15 Configure a credential helper to remove this warning. See 06:39:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:15 06:39:15 Login Succeeded 06:39:15 nexus3.edgexfoundry.org:10003 06:39:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:15 Configure a credential helper to remove this warning. See 06:39:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:15 06:39:15 Login Succeeded 06:39:15 nexus3.edgexfoundry.org:10004 06:39:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:16 Configure a credential helper to remove this warning. See 06:39:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:16 06:39:16 Login Succeeded 06:39:16 docker.io 06:39:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:16 Configure a credential helper to remove this warning. See 06:39:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:16 06:39:16 Login Succeeded 06:39:16 ---> docker-login.sh ends [Pipeline] } 06:39:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 06:39:17 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 06:39:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:39:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:39:17 ========================================================= 06:39:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 06:39:17 ========================================================= [Pipeline] fileExists [Pipeline] sh 06:39:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 06:39:18 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:39:18 c41833b44d91: Pulling fs layer 06:39:18 ed15518f5707: Pulling fs layer 06:39:18 feae8fd75edb: Pulling fs layer 06:39:18 242c74f7c9fa: Pulling fs layer 06:39:18 3cdef696dda3: Pulling fs layer 06:39:18 2ced38df9373: Pulling fs layer 06:39:18 58f1dce35555: Pulling fs layer 06:39:18 3cdef696dda3: Waiting 06:39:18 2ced38df9373: Waiting 06:39:18 242c74f7c9fa: Waiting 06:39:18 58f1dce35555: Waiting 06:39:18 ed15518f5707: Verifying Checksum 06:39:18 ed15518f5707: Download complete 06:39:18 242c74f7c9fa: Verifying Checksum 06:39:18 242c74f7c9fa: Download complete 06:39:18 3cdef696dda3: Verifying Checksum 06:39:18 3cdef696dda3: Download complete 06:39:18 c41833b44d91: Verifying Checksum 06:39:18 c41833b44d91: Download complete 06:39:19 c41833b44d91: Pull complete 06:39:19 ---> fbf8e6a8c5ea 06:39:19 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:39:19 ---> b34b8fc3eb26 06:39:19 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 06:39:19 ---> Running in a5789aaa0f5d 06:39:19 ---> Running in a4b6913dc510 06:39:19 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 06:39:19 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 06:39:19 Removing intermediate container 64ef07df3ba2 06:39:19 Removing intermediate container b18147b17fea 06:39:19 ---> de3eac6858ed 06:39:19 Step 7/20 : COPY . . 06:39:19 ---> 488ca1ec01e8 06:39:19 Step 8/24 : COPY . . 06:39:19 58f1dce35555: Verifying Checksum 06:39:19 58f1dce35555: Download complete 06:39:19 ed15518f5707: Pull complete 06:39:20 feae8fd75edb: Verifying Checksum 06:39:20 feae8fd75edb: Download complete 06:39:20 2ced38df9373: Verifying Checksum 06:39:20 2ced38df9373: Download complete 06:39:30 feae8fd75edb: Pull complete 06:39:31 ---> 4e019c270e92 06:39:31 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:39:31 ---> 8080c1e18b95 06:39:31 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 06:39:31 ---> Running in 30d0aceecee8 06:39:31 ---> Running in 87332ea0a586 06:39:31 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 06:39: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 06:39:31 242c74f7c9fa: Pull complete 06:39:31 3cdef696dda3: Pull complete 06:39:37 2ced38df9373: Pull complete 06:39:40 Removing intermediate container 1ad3a9273730 06:39:40 ---> bbf1da1a3daa 06:39:40 Step 7/33 : COPY . . 06:39:41 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 06:39:42 58f1dce35555: Pull complete 06:39:42 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 06:39:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 06:39:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 06:39:42 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 06:39:42 WORKDIR /edgex 06:39:42 COPY go.mod . 06:39:42 RUN go mod download 06:39:42 + docker build -t ci-base-image-arm64 -f - . 06:39:43 Sending build context to Docker daemon 2.932MB 06:39:43 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 06:39:43 ---> fadd8f120f05 06:39:43 Step 2/4 : WORKDIR /edgex 06:39:45 ---> Running in 81152130842e 06:39:45 Removing intermediate container 81152130842e 06:39:45 ---> da5c7e3390dc 06:39:45 Step 3/4 : COPY go.mod . 06:39:45 ---> 2b96ad224b16 06:39:45 Step 4/4 : RUN go mod download 06:39:45 ---> Running in 3dae7c8de75a 06:39:49 ---> c03a20cb5084 06:39:49 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:39:49 ---> Running in 6d2b9b9483e5 06:39: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:39:55 Removing intermediate container a5789aaa0f5d 06:39:55 ---> dc936b1618a5 06:39:55 06:39:55 Step 9/25 : FROM alpine:3.17 06:39:55 ---> 9ed4aefc74f6 06:39:55 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 06:39:55 Removing intermediate container a4b6913dc510 06:39:55 ---> f42126016398 06:39:55 06:39:55 Step 10/23 : FROM alpine:3.17 06:39:55 ---> 9ed4aefc74f6 06:39:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 06:39:55 ---> Running in 24778c6235ca 06:39:55 ---> Running in 3181576c7f46 06:39:55 Removing intermediate container 3181576c7f46 06:39:55 ---> 744da7b8a945 06:39:55 Step 12/23 : ENV APP_PORT=59880 06:39:55 ---> Running in 52446d596371 06:39:55 Removing intermediate container 52446d596371 06:39:55 ---> 5ebd6980e557 06:39:55 Step 13/23 : EXPOSE $APP_PORT 06:39:55 ---> Running in 2a8f45c8b254 06:39:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:39:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:39:56 (1/3) Installing ca-certificates (20220614-r4) 06:39:56 (2/3) Installing dumb-init (1.2.5-r2) 06:39:56 (3/3) Installing su-exec (0.2-r2) 06:39:56 Executing busybox-1.35.0-r29.trigger 06:39:56 Executing ca-certificates-20220614-r4.trigger 06:39:56 OK: 8 MiB in 18 packages 06:39:56 Removing intermediate container 2a8f45c8b254 06:39:56 ---> 7a7416ed4870 06:39:56 Step 14/23 : RUN apk add --update --no-cache dumb-init 06:39:56 ---> Running in ebbdd5069036 06:39:58 Removing intermediate container 24778c6235ca 06:39:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:39:58 ---> 5b0dc203cbb1 06:39:58 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 06:39:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:39:58 (1/1) Installing dumb-init (1.2.5-r2) 06:39:58 Executing busybox-1.35.0-r29.trigger 06:39:58 OK: 7 MiB in 16 packages 06:39:58 ---> Running in cebcfe6d9714 06:40:00 Removing intermediate container 30d0aceecee8 06:40:00 ---> 462ea3f3ca0d 06:40:00 06:40:00 Step 10/24 : FROM alpine:3.17 06:40:00 ---> 9ed4aefc74f6 06:40:00 Step 11/24 : RUN apk add --update --no-cache dumb-init 06:40:00 ---> Using cache 06:40:00 ---> 24a7a66ae46c 06:40:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 06:40:00 ---> Using cache 06:40:00 ---> 23b2bf9ba48b 06:40:00 Step 13/24 : ENV APP_PORT=59882 06:40:00 Removing intermediate container cebcfe6d9714 06:40:00 ---> 986d388f7214 06:40:00 Step 12/25 : WORKDIR / 06:40:00 ---> Running in a2bf42e170a0 06:40:00 ---> Running in 49279ae87733 06:40:00 Removing intermediate container ebbdd5069036 06:40:00 ---> d30c0573d1a3 06:40:00 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:40:00 Removing intermediate container a2bf42e170a0 06:40:00 ---> 0c5768ad2826 06:40:00 Step 14/24 : EXPOSE $APP_PORT 06:40:00 Removing intermediate container 49279ae87733 06:40:00 ---> e706ed34ded7 06:40:00 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 06:40:00 ---> Running in 16fc9ab8a462 06:40:00 Removing intermediate container 87332ea0a586 06:40:00 ---> a5b01936b8d7 06:40:00 06:40:00 Step 9/20 : FROM alpine:3.17 06:40:00 ---> 9ed4aefc74f6 06:40:00 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 06:40:00 ---> 3b943082a7f4 06:40:00 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 06:40:00 ---> Running in f7856e95a1ec 06:40:00 Removing intermediate container 16fc9ab8a462 06:40:00 ---> 986ca4fcfd3d 06:40:00 Step 15/24 : WORKDIR / 06:40:00 ---> Running in a44248284270 06:40:00 ---> d96340e9d8a2 06:40:00 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 06:40:00 Removing intermediate container f7856e95a1ec 06:40:00 ---> 34293a5ff0ea 06:40:00 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:40:00 ---> d9f4abe77bf2 06:40:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:40:00 ---> Running in 772d99d811ef 06:40:00 Removing intermediate container a44248284270 06:40:00 ---> eccf728c73af 06:40:00 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 06:40:00 ---> 7104345f1c5a 06:40:00 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:40:01 ---> 500953e319f4 06:40:01 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 06:40:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:40:01 ---> 8ba50f616c5e 06:40:01 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 06:40:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:40:01 ---> 90f705cfa665 06:40:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 06:40:01 ---> b7cb00929b94 06:40:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:40:01 ---> 873300493f34 06:40:01 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 06:40:01 v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:40:01 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:40:01 OK: 17820 distinct packages available 06:40:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:40:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:40:01 ---> d2144820a78d 06:40:01 Step 19/23 : ENTRYPOINT ["/core-data"] 06:40:02 (1/9) Installing ca-certificates (20220614-r4) 06:40:02 (2/9) Installing brotli-libs (1.0.9-r9) 06:40:02 (3/9) Installing nghttp2-libs (1.51.0-r0) 06:40:02 (4/9) Installing libcurl (8.0.1-r0) 06:40:02 (5/9) Installing curl (8.0.1-r0) 06:40:02 (6/9) Installing dumb-init (1.2.5-r2) 06:40:02 (7/9) Installing musl-obstack (1.2.3-r0) 06:40:02 (8/9) Installing libucontext (1.2-r0) 06:40:02 (9/9) Installing gcompat (1.1.0-r0) 06:40:02 Executing busybox-1.35.0-r29.trigger 06:40:02 ---> Running in a6c8ad416822 06:40:02 Executing ca-certificates-20220614-r4.trigger 06:40:02 ---> 89070f155bcb 06:40:02 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:40:02 OK: 10 MiB in 24 packages 06:40:02 ---> 416585be6942 06:40:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 06:40:02 Removing intermediate container a6c8ad416822 06:40:02 ---> f0f8878747eb 06:40:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:40:02 ---> 7b455d5b9680 06:40:02 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:40:02 ---> Running in cec5ee858229 06:40:02 Removing intermediate container cec5ee858229 06:40:02 ---> f92919c33f66 06:40:02 Step 21/23 : LABEL arch=x86_64 06:40:02 ---> f7a602569112 06:40:02 Step 20/24 : ENTRYPOINT ["/core-command"] 06:40:02 ---> Running in d8344d0d4b29 06:40:02 Removing intermediate container 772d99d811ef 06:40:02 ---> 1a1291b99ec5 06:40:02 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 06:40:02 ---> Running in 933c604943da 06:40:02 Removing intermediate container d8344d0d4b29 06:40:02 ---> ae15ac18ed9b 06:40:02 Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 06:40:03 ---> e84a09e2ecb1 06:40:03 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:40:03 Removing intermediate container 933c604943da 06:40:03 ---> d51c9a738dc3 06:40:03 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:40:03 ---> Running in 715cf76809b8 06:40:03 ---> Running in 8d240ec38208 06:40:03 ---> 30a6367fcaf7 06:40:03 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 06:40:03 Removing intermediate container 8d240ec38208 06:40:03 ---> 9b9e964d9c57 06:40:03 Step 22/24 : LABEL arch=x86_64 06:40:03 Removing intermediate container 715cf76809b8 06:40:03 ---> 9475957b7fa9 06:40:03 Step 23/23 : LABEL version=0.0.0 06:40:03 ---> Running in dc3cdea4f62b 06:40:03 ---> Running in e6c87e67e511 06:40:03 ---> b6abb8334098 06:40:03 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:40:03 ---> Running in d337eba43542 06:40:03 ---> 11a2abef4c23 06:40:03 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 06:40:03 Removing intermediate container dc3cdea4f62b 06:40:03 ---> 55dd56fa3aee 06:40:03 Step 23/24 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 06:40:03 Removing intermediate container e6c87e67e511 06:40:03 ---> de338a7da837 06:40:03 06:40:03 ---> Running in 06f643554541 06:40:03 Successfully built de338a7da837 06:40:03 Successfully tagged core-data:latest 06:40:03  Building core-data ... done Building core-common-config-bootstrapper 06:40:04 Removing intermediate container 06f643554541 06:40:04 ---> a9e880206f07 06:40:04 Step 24/24 : LABEL version=0.0.0 06:40:06 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:40:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:40:06 ---> 16431aa68525 06:40:06 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:40:06 ---> Using cache 06:40:06 ---> 9e104dad27a6 06:40:06 Step 4/23 : WORKDIR /edgex-go 06:40:06 ---> Using cache 06:40:06 ---> 3a2d4db4ef0c 06:40:06 Step 5/23 : RUN apk add --update --no-cache make git 06:40:06 ---> Using cache 06:40:06 ---> a565b2526371 06:40:06 Step 6/23 : COPY go.mod vendor* ./ 06:40:06 ---> Using cache 06:40:06 ---> abea2df127b2 06:40:06 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:40:06 ---> Using cache 06:40:06 ---> 488ca1ec01e8 06:40:06 Step 8/23 : COPY . . 06:40:06 ---> Using cache 06:40:06 ---> 8080c1e18b95 06:40:06 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:40:07 ---> 88b9f23a5f47 06:40:07 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 06:40:07 ---> Running in be4ba28f27f5 06:40:07 ---> Running in 2ad9ed2f075f 06:40:07 Removing intermediate container d337eba43542 06:40:07 ---> 39aae5881629 06:40:07 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 06:40:07 Removing intermediate container be4ba28f27f5 06:40:07 ---> f10b58becd7c 06:40:07 06:40:07 ---> aab4892362ce 06:40:07 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 06:40:07 ---> Running in 668e6547d83f 06:40:07 ---> Running in a103e5f0cea5 06:40:07 Successfully built f10b58becd7c 06:40:07 Successfully tagged core-command:latest 06:40:07 Building core-metadata 06:40:07  Building core-command ... done Removing intermediate container 668e6547d83f 06:40:07 ---> 6ee11741217e 06:40:07 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:40:07 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:40:08 Removing intermediate container a103e5f0cea5 06:40:08 ---> e6e84de51389 06:40:08 Step 23/25 : LABEL arch=x86_64 06:40:09 ---> Running in d6b90abe7b04 06:40:09 ---> Running in 8a557fee865a 06:40:09 Removing intermediate container d6b90abe7b04 06:40:09 ---> e2d938ef258b 06:40:09 Step 18/20 : LABEL arch=x86_64 06:40:09 ---> Running in d5d98de35fa0 06:40:09 Removing intermediate container 8a557fee865a 06:40:09 ---> 614c1af513b4 06:40:09 Step 24/25 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 06:40:09 ---> Running in 98a6cac0a54d 06:40:09 Removing intermediate container d5d98de35fa0 06:40:09 ---> ccffb21eb1a1 06:40:09 Step 19/20 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 06:40:09 Removing intermediate container 98a6cac0a54d 06:40:09 ---> c4ad134b4774 06:40:09 Step 25/25 : LABEL version=0.0.0 06:40:09 ---> Running in 96a871da612d 06:40:09 ---> Running in bff3ebaaaa9d 06:40:09 Removing intermediate container 96a871da612d 06:40:09 ---> 65cea0e22117 06:40:09 Step 20/20 : LABEL version=0.0.0 06:40:10 Removing intermediate container bff3ebaaaa9d 06:40:10 ---> b485d949ed4c 06:40:10 06:40:10 ---> Running in 99acd4a7984d 06:40:10 Successfully built b485d949ed4c 06:40:10 Successfully tagged security-secretstore-setup:latest 06:40:10  Building security-secretstore-setup ... done Building security-proxy-auth 06:40:11 Removing intermediate container 99acd4a7984d 06:40:11 ---> 8fff89255be2 06:40:11 06:40:11 Successfully built 8fff89255be2 06:40:11 Successfully tagged security-spiffe-token-provider:latest 06:40:11  Building security-spiffe-token-provider ... done Building security-proxy-setup 06:40:12 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:40:12 Step 2/25 : FROM ${BUILDER_BASE} AS builder 06:40:12 ---> 16431aa68525 06:40:12 Step 3/25 : ARG ADD_BUILD_TAGS="" 06:40:12 ---> Using cache 06:40:12 ---> 9e104dad27a6 06:40:12 Step 4/25 : WORKDIR /edgex-go 06:40:12 ---> Using cache 06:40:12 ---> 3a2d4db4ef0c 06:40:12 Step 5/25 : RUN apk add --update --no-cache make git 06:40:12 ---> Using cache 06:40:12 ---> a565b2526371 06:40:12 Step 6/25 : COPY go.mod vendor* ./ 06:40:12 ---> Using cache 06:40:12 ---> abea2df127b2 06:40:12 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:40:12 ---> Using cache 06:40:12 ---> 488ca1ec01e8 06:40:12 Step 8/25 : COPY . . 06:40:12 ---> Using cache 06:40:12 ---> 8080c1e18b95 06:40:12 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 06:40:16 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:40:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:40:16 ---> 16431aa68525 06:40:16 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:40:16 ---> Using cache 06:40:16 ---> 9e104dad27a6 06:40:16 Step 4/23 : WORKDIR /edgex-go 06:40:16 ---> Using cache 06:40:16 ---> 3a2d4db4ef0c 06:40:16 Step 5/23 : RUN apk add --update --no-cache make git 06:40:16 ---> Using cache 06:40:16 ---> a565b2526371 06:40:16 Step 6/23 : COPY go.mod vendor* ./ 06:40:16 ---> Using cache 06:40:16 ---> abea2df127b2 06:40:16 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:40:16 ---> Using cache 06:40:16 ---> 488ca1ec01e8 06:40:16 Step 8/23 : COPY . . 06:40:16 ---> Using cache 06:40:16 ---> 8080c1e18b95 06:40:16 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 06:40:16 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:40:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:40:16 ---> 16431aa68525 06:40:16 Step 3/22 : WORKDIR /edgex-go 06:40:16 ---> Using cache 06:40:16 ---> 5c895052ccff 06:40:16 Step 4/22 : RUN apk add --update --no-cache make git 06:40:16 ---> Using cache 06:40:16 ---> e640e3f7f6fe 06:40:16 Step 5/22 : COPY go.mod vendor* ./ 06:40:16 ---> Using cache 06:40:16 ---> c0118413ac26 06:40:16 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:40:16 ---> Using cache 06:40:16 ---> bbf1da1a3daa 06:40:16 Step 7/22 : COPY . . 06:40:16 ---> Using cache 06:40:16 ---> c03a20cb5084 06:40:16 Step 8/22 : RUN make cmd/secrets-config/secrets-config 06:40:17 Removing intermediate container 3dae7c8de75a 06:40:17 ---> fcaa6fd15502 06:40:17 Successfully built fcaa6fd15502 06:40:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:18 + docker inspect -f . ci-base-image-arm64 06:40:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:40:18 prd-ubuntu20.04-docker-arm64-4c-16g-10952 does not seem to be running inside a container 06:40:18 $ 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 ******** ci-base-image-arm64 cat 06:40:19 ---> Running in 88a97aef3b24 06:40:19 ---> Running in 356f47affd9c 06:40:19 ---> Running in 68402538a83b 06:40:19 Removing intermediate container 6d2b9b9483e5 06:40:19 ---> 57696eef0b90 06:40:19 06:40:19 Step 9/33 : FROM alpine:3.17 06:40:19 ---> 9ed4aefc74f6 06:40:19 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 06:40:19 ---> Using cache 06:40:19 ---> 34293a5ff0ea 06:40:19 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 06:40:19 ---> Running in 7f54048ab4cf 06:40: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 06:40:19 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-auth/security-proxy-auth ./cmd/security-proxy-auth 06:40:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:40:19 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 06:40:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:40:19 $ docker top 80b662efc0fa348eed9f7e6011c76633d59ce01dab2374c0c621f6a079b4456a -eo pid,comm 06:40:19 (1/2) Installing dumb-init (1.2.5-r2) 06:40:19 (2/2) Installing su-exec (0.2-r2) 06:40:19 Executing busybox-1.35.0-r29.trigger 06:40:19 OK: 7 MiB in 17 packages [Pipeline] { [Pipeline] sh 06:40:20 + go version 06:40:20 go version go1.20.2 linux/arm64 [Pipeline] } 06:40:20 $ docker stop --time=1 80b662efc0fa348eed9f7e6011c76633d59ce01dab2374c0c621f6a079b4456a 06:40:20 Removing intermediate container 7f54048ab4cf 06:40:20 ---> 0a29dec9568b 06:40:20 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 06:40:20 ---> Running in 3fa1c6cff5ce 06:40:20 Removing intermediate container 3fa1c6cff5ce 06:40:20 ---> 67dbb04aff0f 06:40:20 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 06:40:20 ---> Running in 07d9b9d64fa3 06:40:21 Removing intermediate container 07d9b9d64fa3 06:40:21 ---> b8d410f47760 06:40:21 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 06:40:21 ---> Running in a50bca266c7b 06:40:21 Removing intermediate container a50bca266c7b 06:40:21 ---> 2c2bc4ed1239 06:40:21 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 06:40:21 ---> Running in fa7ad6a36824 06:40:21 Removing intermediate container fa7ad6a36824 06:40:21 ---> 2906cfab5645 06:40:21 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 06:40:21 ---> Running in f4511c5b3901 06:40:22 $ docker rm -f --volumes 80b662efc0fa348eed9f7e6011c76633d59ce01dab2374c0c621f6a079b4456a 06:40:22 Removing intermediate container f4511c5b3901 06:40:22 ---> 61950610841b 06:40:22 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 06:40:22 ---> Running in 01312eabc087 06:40:22 Removing intermediate container 01312eabc087 06:40:22 ---> 8c5166c769b6 06:40:22 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:23 ---> 51f327d7ee82 06:40:23 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 06:40:23 ---> Running in ff7113be3886 06:40:23 + docker inspect -f . ci-base-image-arm64 06:40:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:40:23 prd-ubuntu20.04-docker-arm64-4c-16g-10952 does not seem to be running inside a container 06:40:23 $ 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 ******** ci-base-image-arm64 cat 06:40:24 $ docker top 6c07846c4ab8676ef7cd4fc428bf3ba548e603da18db4bb9ccd5738f1ed23c8f -eo pid,comm [Pipeline] { [Pipeline] echo 06:40:24 ========================================================= 06:40:24 [edgeXBuildGoParallel] Running Tests and Build... 06:40:24 ========================================================= [Pipeline] sh 06:40:24 Removing intermediate container ff7113be3886 06:40:24 ---> c1b3225b620e 06:40:24 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 06:40:25 ---> 979597396339 06:40:25 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 06:40:25 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 06:40:25 + make test 06:40:25 go test -race -coverprofile=coverage.out ./... 06:40:26 ---> bd2cd722bb1f 06:40:26 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:40:28 ---> 3cd5b5101382 06:40:28 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 06:40:29 ---> 4a461869f7ee 06:40:29 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 06:40:29 ---> 4f8ac873415b 06:40:29 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 06:40:30 ---> 54674333d628 06:40:30 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 06:40:32 ---> acfae6fe67e3 06:40:32 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:40:33 ---> 6331fbd254d0 06:40:33 Step 28/33 : RUN chmod +x /entrypoint.sh 06:40:33 ---> Running in f3c245d393e2 06:40:33 Removing intermediate container 2ad9ed2f075f 06:40:33 ---> 87899dc8e1f4 06:40:33 06:40:33 Step 10/23 : FROM alpine:3.17 06:40:33 ---> 9ed4aefc74f6 06:40:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 06:40:33 ---> Running in 3a4ea51cf18c 06:40:34 Removing intermediate container 3a4ea51cf18c 06:40:34 ---> 41269b37039c 06:40:34 Step 12/23 : RUN apk add --update --no-cache dumb-init 06:40:34 ---> Running in 80339ed60043 06:40:34 Removing intermediate container f3c245d393e2 06:40:34 ---> 5beb2aecc417 06:40:34 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 06:40:34 ---> Running in 11e9c99a801b 06:40:35 Removing intermediate container 11e9c99a801b 06:40:35 ---> e9b8b54111cf 06:40:35 Step 30/33 : CMD ["gate"] 06:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:40:35 ---> Running in 4d7c9caa7a28 06:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:40:35 Removing intermediate container 4d7c9caa7a28 06:40:35 ---> 599d5cff735d 06:40:35 Step 31/33 : LABEL arch=x86_64 06:40:35 ---> Running in 4d39841f40ae 06:40:35 (1/1) Installing dumb-init (1.2.5-r2) 06:40:35 Executing busybox-1.35.0-r29.trigger 06:40:35 OK: 7 MiB in 16 packages 06:40:36 Removing intermediate container 4d39841f40ae 06:40:36 ---> 5fcac92c9195 06:40:36 Step 32/33 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 06:40:36 ---> Running in 99865eaa63ce 06:40:36 Removing intermediate container 99865eaa63ce 06:40:36 ---> 4b58058cc2b2 06:40:36 Step 33/33 : LABEL version=0.0.0 06:40:36 ---> Running in 242f50d2d66e 06:40:36 Removing intermediate container 80339ed60043 06:40:36 ---> 3fcf6a67a738 06:40:36 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:40:36 Removing intermediate container 242f50d2d66e 06:40:36 ---> 348ca8a745ec 06:40:36 06:40:36 Successfully built 348ca8a745ec 06:40:36 Successfully tagged security-bootstrapper:latest 06:40:36  Building security-bootstrapper ... done  ---> 52e6ad84a65b 06:40:36 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 06:40:37 ---> 0bf87f8d6833 06:40:37 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 06:40:38 ---> a0465cf3bdde 06:40:38 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 06:40:38 ---> fee14b27348b 06:40:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:40:38 ---> 47cf7def2a88 06:40:38 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:40:38 ---> Running in 86a110ffccdb 06:40:40 Removing intermediate container 86a110ffccdb 06:40:40 ---> c43a4bf0bedb 06:40:40 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 06:40:40 ---> Running in 05fb89660922 06:40:40 Removing intermediate container 05fb89660922 06:40:40 ---> c8f8041618ea 06:40:40 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 06:40:40 ---> Running in cfd84d63fe02 06:40:41 Removing intermediate container cfd84d63fe02 06:40:41 ---> b956376f124a 06:40:41 Step 21/23 : LABEL arch=x86_64 06:40:41 ---> Running in 86f665900948 06:40:41 Removing intermediate container 86f665900948 06:40:41 ---> 43a7e58bea86 06:40:41 Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 06:40:41 ---> Running in e38977605b49 06:40:41 Removing intermediate container e38977605b49 06:40:41 ---> 070e427fe9e6 06:40:41 Step 23/23 : LABEL version=0.0.0 06:40:41 ---> Running in 1421f442c614 06:40:41 Removing intermediate container 1421f442c614 06:40:41 ---> 2d39a5cc0a7c 06:40:41 06:40:42 Successfully built 2d39a5cc0a7c 06:40:42 Successfully tagged core-common-config-bootstrapper:latest 06:40:46  Building core-common-config-bootstrapper ... done Removing intermediate container 356f47affd9c 06:40:46 ---> f2991ed3ebb9 06:40:46 06:40:46 Step 10/25 : FROM alpine:3.17 06:40:46 ---> 9ed4aefc74f6 06:40:46 Step 11/25 : RUN apk add --update --no-cache dumb-init 06:40:46 ---> Using cache 06:40:46 ---> 24a7a66ae46c 06:40:46 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 06:40:46 ---> Using cache 06:40:46 ---> 23b2bf9ba48b 06:40:46 Step 13/25 : ENV APP_PORT=59881 06:40:46 Removing intermediate container 68402538a83b 06:40:46 ---> d923fc24d8db 06:40:46 06:40:46 Step 9/22 : FROM alpine:3.17 06:40:46 ---> 9ed4aefc74f6 06:40:46 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 06:40:46 Removing intermediate container 88a97aef3b24 06:40:46 ---> 6a653fb257cd 06:40:46 06:40:46 Step 10/23 : FROM alpine:3.17 06:40:46 ---> 9ed4aefc74f6 06:40:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 06:40:46 ---> Running in e181792a7a54 06:40:46 ---> Using cache 06:40:46 ---> 41269b37039c 06:40:46 Step 12/23 : RUN apk add --update --no-cache dumb-init 06:40:46 ---> Using cache 06:40:46 ---> 3fcf6a67a738 06:40:46 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:40:46 ---> Using cache 06:40:46 ---> Running in 1cdd680e46f8 06:40:46 ---> 52e6ad84a65b 06:40:46 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 06:40:46 ---> Using cache 06:40:46 ---> 0bf87f8d6833 06:40:46 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:40:46 Removing intermediate container e181792a7a54 06:40:46 ---> 6716395df195 06:40:46 Step 14/25 : EXPOSE $APP_PORT 06:40:46 ---> Running in 8237cb10b8b1 06:40:46 Removing intermediate container 8237cb10b8b1 06:40:46 ---> 35892a2de1f1 06:40:46 Step 15/25 : WORKDIR / 06:40:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:40:46 ---> Running in 623b25fce75c 06:40:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:40:46 ---> cf644e079d42 06:40:46 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 06:40:46 Removing intermediate container 623b25fce75c 06:40:46 ---> db3c9a9c4ac9 06:40:46 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 06:40:46 ---> 1c0d584096ab 06:40:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:40:47 ---> f83e189a317b 06:40:47 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 06:40:47 (1/2) Installing dumb-init (1.2.5-r2) 06:40:47 (2/2) Installing openssl (3.0.8-r4) 06:40:47 Executing busybox-1.35.0-r29.trigger 06:40:47 OK: 8 MiB in 17 packages 06:40:47 ---> 4a8c5c64bb8a 06:40:47 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:40:47 ---> 3842ac36c36d 06:40:47 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:40:47 ---> Running in 6c172e2d6fdb 06:40:47 Removing intermediate container 1cdd680e46f8 06:40:47 ---> d64520672619 06:40:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 06:40:47 ---> Running in c38e35ae527b 06:40:47 ---> 83a734161d73 06:40:47 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 06:40:47 Removing intermediate container c38e35ae527b 06:40:47 ---> 368a9438b4cd 06:40:47 Step 12/22 : WORKDIR /edgex 06:40:47 ---> Running in 0757eeb5bceb 06:40:47 ---> 2be05444606d 06:40:47 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 06:40:47 Removing intermediate container 0757eeb5bceb 06:40:47 ---> 50f753fa38d1 06:40:47 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:40:48 Removing intermediate container 6c172e2d6fdb 06:40:48 ---> c26ff0205617 06:40:48 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 06:40:48 ---> 0154c6fb397e 06:40:48 Step 21/25 : ENTRYPOINT ["/core-metadata"] 06:40:48 ---> Running in ed184af82e34 06:40:48 ---> Running in 0d7ed3db4cce 06:40:48 ---> 5e1a3eb15ee2 06:40:48 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 06:40:48 Removing intermediate container ed184af82e34 06:40:48 ---> 25721c0fb880 06:40:48 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"]Removing intermediate container 0d7ed3db4cce 06:40:48 06:40:48 ---> ac0eb42264fb 06:40:48 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:40:48 ---> Running in c0c4c73335dc 06:40:48 ---> Running in 220978372fcc 06:40:48 ---> 4b6ccfe985a8 06:40:48 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 06:40:48 Removing intermediate container c0c4c73335dc 06:40:48 ---> 7455f2661efb 06:40:48 Step 21/23 : LABEL arch=x86_64 06:40:48 ---> Running in af18d45c4338 06:40:48 Removing intermediate container 220978372fcc 06:40:48 ---> 63b62ffb689b 06:40:48 Step 23/25 : LABEL arch=x86_64 06:40:48 ---> Running in 751c46ba95c8 06:40:48 ---> aeabe1be2f0f 06:40:48 Removing intermediate container af18d45c4338 06:40:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . ---> 4c9b420c5b52 06:40:48 06:40:48 Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 06:40:48 ---> Running in 54fca3cfb679 06:40:48 Removing intermediate container 751c46ba95c8 06:40:48 ---> 5895522b492e 06:40:48 Step 24/25 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 06:40:48 ---> Running in c3f568897e83 06:40:48 Removing intermediate container 54fca3cfb679 06:40:48 ---> 5fe9f90af1fc 06:40:48 Step 23/23 : LABEL version=0.0.0 06:40:48 Removing intermediate container c3f568897e83 06:40:48 ---> 6836f8a6525c 06:40:48 Step 25/25 : LABEL version=0.0.0 06:40:48 ---> Running in 207550979d3d 06:40:48 ---> 857df7cf361d 06:40:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 06:40:48 ---> Running in a9ea9dade92c 06:40:48 Removing intermediate container 207550979d3d 06:40:48 ---> 7d62598a5552 06:40:48 06:40:48 Removing intermediate container a9ea9dade92c 06:40:48 ---> f0ef37f3ebd8 06:40:48 06:40:48 Successfully built 7d62598a5552 06:40:48 Successfully tagged security-proxy-auth:latest 06:40:49  Building security-proxy-auth ... done Successfully built f0ef37f3ebd8 06:40:49 Successfully tagged core-metadata:latest 06:40:49  Building core-metadata ... done  ---> eb92169aa51d 06:40:49 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:40:49 ---> Running in 165d40eaf2ba 06:40:49 Removing intermediate container 165d40eaf2ba 06:40:49 ---> fc42204da5fb 06:40:49 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 06:40:49 ---> Running in b63a28f52177 06:40:49 Removing intermediate container b63a28f52177 06:40:49 ---> cbe129f9a126 06:40:49 Step 20/22 : LABEL arch=x86_64 06:40:49 ---> Running in bff2927bb322 06:40:49 Removing intermediate container bff2927bb322 06:40:49 ---> f08b3d5de895 06:40:49 Step 21/22 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 06:40:49 ---> Running in f2fa3dc23877 06:40:49 Removing intermediate container f2fa3dc23877 06:40:49 ---> 58178c23c2f6 06:40:49 Step 22/22 : LABEL version=0.0.0 06:40:49 ---> Running in e5e83fab1eeb 06:40:49 Removing intermediate container e5e83fab1eeb 06:40:49 ---> b9e29fe1939b 06:40:49 06:40:49 Successfully built b9e29fe1939b 06:40:49 Successfully tagged security-proxy-setup:latest 06:40:49  Building security-proxy-setup ... done  [Pipeline] } 06:40:49 $ docker stop --time=1 3081e98b372581ead584b66aa2e7a5b81575f58d1bce5a01d5b6421ff42cac8b 06:40:51 $ docker rm -f --volumes 3081e98b372581ead584b66aa2e7a5b81575f58d1bce5a01d5b6421ff42cac8b [Pipeline] // withDockerContainer [Pipeline] sh 06:40:51 + docker images 06:40:51 REPOSITORY TAG IMAGE ID CREATED SIZE 06:40:51 security-proxy-setup latest b9e29fe1939b 2 seconds ago 18.7MB 06:40:51 core-metadata latest f0ef37f3ebd8 3 seconds ago 20.4MB 06:40:51 security-proxy-auth latest 7d62598a5552 3 seconds ago 18.3MB 06:40:51 6a653fb257cd 5 seconds ago 1.7GB 06:40:51 d923fc24d8db 5 seconds ago 1.7GB 06:40:51 f2991ed3ebb9 7 seconds ago 1.73GB 06:40:51 core-common-config-bootstrapper latest 2d39a5cc0a7c 10 seconds ago 17.2MB 06:40:51 security-bootstrapper latest 348ca8a745ec 15 seconds ago 22.2MB 06:40:51 87899dc8e1f4 18 seconds ago 1.72GB 06:40:51 57696eef0b90 40 seconds ago 1.71GB 06:40:51 security-spiffe-token-provider latest 8fff89255be2 41 seconds ago 32.8MB 06:40:51 security-secretstore-setup latest b485d949ed4c 42 seconds ago 32.8MB 06:40:51 core-command latest f10b58becd7c 44 seconds ago 19.8MB 06:40:51 core-data latest de338a7da837 48 seconds ago 20MB 06:40:51 a5b01936b8d7 52 seconds ago 1.76GB 06:40:51 462ea3f3ca0d 53 seconds ago 1.72GB 06:40:51 f42126016398 57 seconds ago 1.73GB 06:40:51 dc936b1618a5 About a minute ago 1.72GB 06:40:51 support-notifications latest 7260751b24cd About a minute ago 32.7MB 06:40:51 support-scheduler latest a39ce16bda01 2 minutes ago 32.1MB 06:40:51 a772bfb28a5f 2 minutes ago 1.79GB 06:40:51 560d012109c1 2 minutes ago 1.79GB 06:40:51 security-spire-agent latest edeff72c6b84 2 minutes ago 161MB 06:40:51 security-spire-server latest 23afbb7d2ef4 2 minutes ago 103MB 06:40:51 security-spire-config latest 3ccb7496b69b 2 minutes ago 102MB 06:40:51 f315ac661493 2 minutes ago 1.58GB 06:40:51 c89a7afa3cc6 2 minutes ago 1.58GB 06:40:51 ad08c1f45a03 2 minutes ago 1.58GB 06:40:51 ci-base-image-x86_64 latest 16431aa68525 5 minutes ago 918MB 06:40:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 34 hours ago 700MB 06:40:51 alpine 3.17 9ed4aefc74f6 3 weeks ago 7.05MB 06:40:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB 06:40:51 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] } 06:41:04 ? github.com/edgexfoundry/edgex-go [no test files] 06:42:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:42:57 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 06:42:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:42:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:42:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:42:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:42:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:42:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 06:42:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:42:59 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 06:43:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:43:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:43:01 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 06:43:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:43:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:43:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:43:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.364s coverage: 28.7% of statements 06:43:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.347s coverage: 98.5% of statements 06:43:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 06:43:34 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 06:43:34 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 06:43:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.452s coverage: 71.5% of statements 06:43:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:43:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:43:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.329s coverage: 54.0% of statements 06:43:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 06:43:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 06:43:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 06:43:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:43:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 06:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:43:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 13.736s coverage: 88.5% of statements 06:43:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.631s coverage: 3.8% of statements 06:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 06:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 06:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 06:44:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.520s coverage: 95.6% of statements 06:44:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:44:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 06:44:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 06:44:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:44:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:44:10 ok github.com/edgexfoundry/edgex-go/internal/io 0.218s coverage: 72.2% of statements 06:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:44:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:44:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.242s coverage: 65.9% of statements 06:44:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 06:44:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:44:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.407s coverage: 0.9% of statements 06:44:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.260s coverage: 29.0% of statements 06:44:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.290s coverage: 44.1% of statements 06:44:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.260s coverage: 82.9% of statements 06:44:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.239s coverage: 94.1% of statements 06:44:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.267s coverage: 96.3% of statements 06:44:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.213s coverage: 87.5% of statements 06:44:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:44:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:44:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:44:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:44:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:44:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 06:44:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 06:44:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 06:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.223s coverage: 94.4% of statements 06:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:44:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:44:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:44:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:45:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.232s coverage: 79.9% of statements 06:45:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.262s coverage: 92.9% of statements 06:45:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.093s coverage: 64.4% of statements 06:45:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.226s coverage: 62.3% of statements 06:45:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.207s coverage: 87.2% of statements 06:45:00 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.185s coverage: 20.0% of statements 06:45:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.183s coverage: 100.0% of statements 06:45:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.474s coverage: 81.8% of statements 06:45:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 06:45:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.530s coverage: 82.1% of statements 06:45:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:45:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.220s coverage: 86.0% of statements 06:45:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:45:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:45:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.008s coverage: 63.1% of statements 06:45:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.309s coverage: 100.0% of statements 06:45:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.126s coverage: 89.4% of statements 06:45:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.097s coverage: 100.0% of statements 06:45:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.093s coverage: 73.7% of statements 06:45:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 06:45:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 06:45:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 06:45:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.077s coverage: 100.0% of statements 06:45:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:45:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:45:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:45:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.008s coverage: 38.4% of statements 06:45:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.243s coverage: 89.5% of statements 06:45:23 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 06:45:23 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 06:45:23 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 06:45:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 06:45:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.210s coverage: 84.8% of statements 06:45:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 06:45:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 06:45:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:45:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:45:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.299s coverage: 17.7% of statements 06:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 06:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 06:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 06:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 06:45:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.581s coverage: 92.3% of statements 06:45:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:45:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:45:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.297s coverage: 61.5% of statements 06:45:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 06:45:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 06:45:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.395s coverage: 97.7% of statements 06:45:45 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 06:45:45 WARNING: Linting skipped (not on x86_64 or linter not installed) 06:45:45 go vet ./... 06:48:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:48:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:48:21 ./bin/test-attribution-txt.sh [Pipeline] echo 06:48:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 06:48:22 + ls -al . 06:48:22 total 700 06:48:22 drwxrwxr-x 10 1001 1001 4096 Apr 26 06:40 . 06:48:22 drwxr-xr-x 4 root root 4096 Apr 26 06:40 .. 06:48:22 drwxrwxr-x 2 1001 1001 4096 Apr 26 06:38 .blubracket 06:48:22 -rw-rw-r-- 1 1001 1001 16 Apr 26 06:38 .dockerignore 06:48:22 drwxrwxr-x 8 1001 1001 4096 Apr 26 06:38 .git 06:48:22 drwxrwxr-x 3 1001 1001 4096 Apr 26 06:38 .github 06:48:22 -rw-rw-r-- 1 1001 1001 1133 Apr 26 06:38 .gitignore 06:48:22 -rw-rw-r-- 1 1001 1001 42 Apr 26 06:38 .golangci.yml 06:48:22 -rw-rw-r-- 1 1001 1001 87 Apr 26 06:38 .hadolint.yml 06:48:22 -rw-rw-r-- 1 1001 1001 166 Apr 26 06:38 .sonarcloud.properties 06:48:22 -rw-rw-r-- 1 1001 1001 1171 Apr 26 06:38 ADOPTERS.md 06:48:22 -rw-rw-r-- 1 1001 1001 10835 Apr 26 06:38 Attribution.txt 06:48:22 -rw-rw-r-- 1 1001 1001 73765 Apr 26 06:38 CHANGELOG.md 06:48:22 -rw-rw-r-- 1 1001 1001 3804 Apr 26 06:38 CONTRIBUTING.md 06:48:22 -rw-rw-r-- 1 1001 1001 677 Apr 26 06:38 GOVERNANCE.md 06:48:22 -rw-rw-r-- 1 1001 1001 883 Apr 26 06:38 Jenkinsfile 06:48:22 -rw-rw-r-- 1 1001 1001 10775 Apr 26 06:38 LICENSE 06:48:22 -rw-rw-r-- 1 1001 1001 14368 Apr 26 06:38 Makefile 06:48:22 -rw-rw-r-- 1 1001 1001 582 Apr 26 06:38 OWNERS.md 06:48:22 -rw-rw-r-- 1 1001 1001 9403 Apr 26 06:38 README.md 06:48:22 -rw-rw-r-- 1 1001 1001 789 Apr 26 06:38 SECURITY.md 06:48:22 -rw-rw-r-- 1 1001 1001 5 Apr 26 06:34 VERSION 06:48:22 drwxrwxr-x 2 1001 1001 4096 Apr 26 06:38 bin 06:48:22 drwxrwxr-x 18 1001 1001 4096 Apr 26 06:38 cmd 06:48:22 -rw-r--r-- 1 root root 448248 Apr 26 06:45 coverage.out 06:48:22 -rw-rw-r-- 1 1001 1001 3200 Apr 26 06:38 go.mod 06:48:22 -rw-rw-r-- 1 1001 1001 31155 Apr 26 06:38 go.sum 06:48:22 drwxrwxr-x 7 1001 1001 4096 Apr 26 06:38 internal 06:48:22 drwxrwxr-x 3 1001 1001 4096 Apr 26 06:38 openapi 06:48:22 -rw-rw-r-- 1 1001 1001 594 Apr 26 06:38 security.txt 06:48:22 drwxrwxr-x 4 1001 1001 4096 Apr 26 06:38 snap 06:48:22 -rw-rw-r-- 1 1001 1001 204 Apr 26 06:38 version.go [Pipeline] sh 06:48:22 + '[' -e coverage.out ] 06:48:22 + chown 1001:1001 coverage.out [Pipeline] stash 06:48:22 Warning: overwriting stash ‘coverage-report’ 06:48:23 Stashed 1 file(s) [Pipeline] sh 06:48:24 + make build 06:48:24 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 06:50:00 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 06:50:00 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 06:50:03 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:50:06 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 06:50:53 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 06:50:56 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-auth/security-proxy-auth ./cmd/security-proxy-auth 06:51:03 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 06:51:08 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 06:51:11 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 06:51:15 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 06:51:20 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] } 06:51:27 $ docker stop --time=1 6c07846c4ab8676ef7cd4fc428bf3ba548e603da18db4bb9ccd5738f1ed23c8f 06:51:29 $ docker rm -f --volumes 6c07846c4ab8676ef7cd4fc428bf3ba548e603da18db4bb9ccd5738f1ed23c8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:51:32 06:51:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:51:32 latest: Pulling from edgex-devops/edgex-compose-arm64 06:51:32 29e5d40040c1: Pulling fs layer 06:51:32 1ce36da41761: Pulling fs layer 06:51:32 25b303627fd3: Pulling fs layer 06:51:32 29e5d40040c1: Verifying Checksum 06:51:32 29e5d40040c1: Download complete 06:51:33 1ce36da41761: Verifying Checksum 06:51:33 1ce36da41761: Download complete 06:51:33 29e5d40040c1: Pull complete 06:51:34 1ce36da41761: Pull complete 06:51:34 25b303627fd3: Verifying Checksum 06:51:34 25b303627fd3: Download complete 06:51:45 25b303627fd3: Pull complete 06:51:45 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:51:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:51:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:51:45 prd-ubuntu20.04-docker-arm64-4c-16g-10952 does not seem to be running inside a container 06:51:45 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:51:47 $ docker top aa995e3dd0b788ed34cd25d0689ea6f16767e943c959869cfa5d1edb5577b213 -eo pid,comm [Pipeline] { [Pipeline] sh 06:51:48 + docker-compose build --help 06:51:48 + grep parallel 06:51:52 --parallel Build images in parallel. [Pipeline] } 06:51:52 $ docker stop --time=1 aa995e3dd0b788ed34cd25d0689ea6f16767e943c959869cfa5d1edb5577b213 06:51:54 $ docker rm -f --volumes aa995e3dd0b788ed34cd25d0689ea6f16767e943c959869cfa5d1edb5577b213 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:51:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:51:55 prd-ubuntu20.04-docker-arm64-4c-16g-10952 does not seem to be running inside a container 06:51:55 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:51:56 $ docker top d6b454633f95526d6227c89fb3953d60bf8f7cfa4a2b564859cef3a75f91abb2 -eo pid,comm [Pipeline] { [Pipeline] sh 06:51:57 + docker-compose -f ./docker-compose-build.yml build --parallel 06:52:02 Building core-command ... 06:52:02 Building core-common-config-bootstrapper ... 06:52:02 Building core-data ... 06:52:02 Building core-metadata ... 06:52:02 Building security-bootstrapper ... 06:52:02 Building security-proxy-auth ... 06:52:02 Building security-proxy-setup ... 06:52:02 Building security-secretstore-setup ... 06:52:02 Building security-spiffe-token-provider ... 06:52:02 Building security-spire-agent ... 06:52:02 Building security-spire-config ... 06:52:02 Building security-spire-server ... 06:52:02 Building support-notifications ... 06:52:02 Building support-scheduler ... 06:52:02 Building security-proxy-auth 06:52:02 Building security-spire-server 06:52:02 Building security-spire-config 06:52:02 Building core-command 06:52:02 Building support-notifications 06:52:49 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:52:49 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:52:49 ---> fcaa6fd15502 06:52:49 Step 3/27 : WORKDIR /edgex-go 06:52:49 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:52:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:52:49 ---> fcaa6fd15502 06:52:49 Step 3/26 : WORKDIR /edgex-go 06:52:49 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:52:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:52:49 ---> fcaa6fd15502 06:52:49 Step 3/24 : ARG ADD_BUILD_TAGS="" 06:52:49 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:52:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:52:49 ---> fcaa6fd15502 06:52:49 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:52:49 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:52:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:52:49 ---> fcaa6fd15502 06:52:49 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:52:49 ---> Running in 880395dafc24 06:52:49 ---> Running in 3baf440e69e8 06:52:49 ---> Running in 0f34bcd92a67 06:52:49 ---> Running in 125eb056ccbc 06:52:49 ---> Running in 4b0e62ed3ce9 06:52:49 Removing intermediate container 4b0e62ed3ce9 06:52:49 ---> ec159fa1e128 06:52:49 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 06:52:49 Removing intermediate container 3baf440e69e8 06:52:49 ---> 21a4ff92bb62 06:52:49 Step 4/24 : WORKDIR /edgex-go 06:52:49 Removing intermediate container 880395dafc24 06:52:49 ---> 647ea043792a 06:52:49 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 06:52:49 Removing intermediate container 0f34bcd92a67 06:52:49 ---> 7819452497b5 06:52:49 Step 4/23 : WORKDIR /edgex-go 06:52:49 Removing intermediate container 125eb056ccbc 06:52:49 ---> bca24b659a52 06:52:49 Step 4/23 : WORKDIR /edgex-go 06:52:49 ---> Running in 42a4aa679a9c 06:52:49 ---> Running in afc5f294e426 06:52:49 ---> Running in ad3ab88fa3f0 06:52:49 ---> Running in f7201c3adc30 06:52:49 ---> Running in 5249cbaebf9f 06:52:49 Removing intermediate container ad3ab88fa3f0 06:52:49 ---> ad64c48aec6f 06:52:49 Step 5/23 : RUN apk add --update --no-cache make git 06:52:49 ---> Running in fe721658a1e7 06:52:49 Removing intermediate container f7201c3adc30 06:52:49 ---> 8c99d9f2ab3b 06:52:49 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 06:52:49 Removing intermediate container 5249cbaebf9f 06:52:49 ---> 204dfc22fce6 06:52:49 Step 5/24 : RUN apk add --update --no-cache make git 06:52:49 ---> Running in 311275b9c21b 06:52:50 ---> Running in bbc4c292501f 06:52:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:52:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:52:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:52:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:52:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:52:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:52:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:52:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:52:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:52:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:52:53 OK: 263 MiB in 53 packages 06:52:53 OK: 263 MiB in 53 packages 06:52:53 OK: 263 MiB in 53 packages 06:52:54 OK: 263 MiB in 53 packages 06:52:54 OK: 263 MiB in 53 packages 06:52:55 Removing intermediate container 42a4aa679a9c 06:52:55 ---> 9ec1a34438e9 06:52:55 Step 5/26 : COPY go.mod vendor* ./ 06:52:55 Removing intermediate container afc5f294e426 06:52:55 ---> ef3c2c476ef1 06:52:55 Step 5/27 : COPY go.mod vendor* ./ 06:52:55 Removing intermediate container fe721658a1e7 06:52:55 ---> c53d0e9dd5b6 06:52:55 Step 6/23 : COPY go.mod vendor* ./ 06:52:55 Removing intermediate container bbc4c292501f 06:52:55 ---> 20d9928d333e 06:52:55 Step 6/24 : COPY go.mod vendor* ./ 06:52:55 Removing intermediate container 311275b9c21b 06:52:55 ---> bd8ad2b2b391 06:52:55 Step 6/23 : COPY go.mod vendor* ./ 06:52:56 ---> e452b8fffe9b 06:52:56 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:56 ---> Running in b24b29fb3247 06:52:56 ---> 1f4d9296b5da 06:52:56 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:57 ---> f35687433fa1 06:52:57 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:57 ---> Running in 6512fd8b5bf7 06:52:57 ---> 5dd3cb637e62 06:52:57 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:57 ---> f87abc40233b 06:52:57 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:52:57 ---> Running in da2d93fd61ef 06:52:57 ---> Running in c835e1b41003 06:52:57 ---> Running in 0f825d6e73de 06:54:49 Removing intermediate container da2d93fd61ef 06:54:49 ---> b8ec7c56d59e 06:54:49 Step 7/27 : COPY . . 06:54:49 Removing intermediate container 6512fd8b5bf7 06:54:49 ---> 6ee93244f9b6 06:54:49 Step 8/23 : COPY . . 06:54:49 Removing intermediate container b24b29fb3247 06:54:49 ---> 8ff341ad85df 06:54:49 Step 7/26 : COPY . . 06:54:49 Removing intermediate container 0f825d6e73de 06:54:49 ---> 35f6b870b687 06:54:49 Step 8/23 : COPY . . 06:54:49 Removing intermediate container c835e1b41003 06:54:49 ---> 9ac902d6fe4e 06:54:49 Step 8/24 : COPY . . 06:54:52 ---> e5b82c8ef8e4 06:54:52 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 06:54:52 ---> 04cfe1543f58 06:54:52 Step 9/23 : RUN make cmd/support-notifications/support-notifications 06:54:52 ---> 6fe57a4c80d5 06:54:52 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 06:54:52 ---> Running in 0d76ef300be2 06:54:52 ---> Running in 32b670b857b8 06:54:52 ---> Running in 92be74558c92 06:54:52 ---> 9e4b5559ce35 06:54:52 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 06:54:52 ---> eaccd0764b1d 06:54:52 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 06:54:52 ---> Running in 255fc73b48c0 06:54:52 ---> Running in a00c35df358a 06:54:52 Removing intermediate container 0d76ef300be2 06:54:52 ---> ab73758a4874 06:54:52 Step 9/26 : WORKDIR /edgex-go/spire-build 06:54:52 ---> Running in b487e6631508 06:54:53 Removing intermediate container a00c35df358a 06:54:53 ---> bbb0d848cf35 06:54:53 Step 9/27 : WORKDIR /edgex-go/spire-build 06:54:53 ---> Running in 57d2e76ba781 06:54:53 Removing intermediate container b487e6631508 06:54:53 ---> 82fbb1f96ad1 06:54:53 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 06:54:53 ---> Running in 1b6859ab61f3 06:54:53 Removing intermediate container 57d2e76ba781 06:54:53 ---> ea9653d501c3 06:54:53 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 06:54:53 ---> Running in 3da4ebd7b706 06:54:54 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 06:54:54 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 06:54:54 Removing intermediate container 1b6859ab61f3 06:54:54 ---> 7ff84dd601b0 06:54:54 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 06:54:54 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-auth/security-proxy-auth ./cmd/security-proxy-auth 06:54:54 ---> Running in 2fb27d2e83e5 06:54:54 Removing intermediate container 3da4ebd7b706 06:54:54 ---> 9e451055b334 06:54:54 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 06:54:55 ---> Running in f7ae4a3f8efa 06:54:58 Removing intermediate container 2fb27d2e83e5 06:54:58 ---> a5935ee17c35 06:54:58 Step 12/26 : WORKDIR /edgex-go 06:54:58 ---> Running in 04ef31c0d889 06:54:58 Removing intermediate container f7ae4a3f8efa 06:54:58 ---> 3ea7b1528bf6 06:54:58 Step 12/27 : WORKDIR /edgex-go 06:54:58 ---> Running in e5aaf5d6f3f0 06:54:58 Removing intermediate container 04ef31c0d889 06:54:58 ---> 9952f6b350da 06:54:58 06:54:58 Step 13/26 : FROM alpine:3.17 06:54:58 3.17: Pulling from library/alpine 06:54:59 Removing intermediate container e5aaf5d6f3f0 06:54:59 ---> 2b907d446740 06:54:59 06:54:59 Step 13/27 : FROM alpine:3.17 06:54:59 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 06:54:59 Status: Downloaded newer image for alpine:3.17 06:54:59 3.17: Pulling from library/alpine 06:54:59 ---> 51e60588ff2c 06:54:59 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:54:59 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 06:54:59 Status: Image is up to date for alpine:3.17 06:54:59 ---> 51e60588ff2c 06:54:59 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:54:59 ---> Running in a33d4062727d 06:54:59 ---> Running in 6a117a879bbb 06:55:00 Removing intermediate container a33d4062727d 06:55:00 ---> 21864c5bcb3f 06:55:00 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:55:00 ---> Running in c5f46ee56e5e 06:55:00 Removing intermediate container 6a117a879bbb 06:55:00 ---> f737510c2eb4 06:55:00 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 06:55:00 ---> Running in 5d1364b59442 06:55:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:55:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:55:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:55:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:55:04 v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:55:04 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:55:04 OK: 17691 distinct packages available 06:55:04 v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:55:04 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:55:04 OK: 17691 distinct packages available 06:55:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:55:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:55:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:55:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:55:07 (1/5) Installing dumb-init (1.2.5-r2) 06:55:07 (1/4) Installing dumb-init (1.2.5-r2) 06:55:07 (2/5) Installing musl-obstack (1.2.3-r0) 06:55:07 (2/4) Installing musl-obstack (1.2.3-r0) 06:55:07 (3/5) Installing libucontext (1.2-r0) 06:55:07 (3/4) Installing libucontext (1.2-r0) 06:55:07 (4/4) Installing gcompat (1.1.0-r0) 06:55:07 (4/5) Installing gcompat (1.1.0-r0) 06:55:07 Executing busybox-1.35.0-r29.trigger 06:55:07 (5/5) Installing openssl (3.0.8-r4) 06:55:07 Executing busybox-1.35.0-r29.trigger 06:55:07 OK: 8 MiB in 19 packages 06:55:07 OK: 9 MiB in 20 packages 06:55:09 Removing intermediate container 5d1364b59442 06:55:09 ---> 30abe2bdf4c4 06:55:09 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 06:55:09 Removing intermediate container c5f46ee56e5e 06:55:09 ---> 63c9a9ec8dd0 06:55:09 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 06:55:10 ---> b78dcf9ec7b2 06:55:10 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 06:55:10 ---> 499ebaf01ea8 06:55:10 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 06:55:12 ---> 6bee4dfbf4b7 06:55:12 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:55:12 ---> e97e74b02855 06:55:12 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:55:22 ---> cc00ceb7a327 06:55:22 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:55:22 ---> 79fbecc8bfb6 06:55:22 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 06:55:22 ---> f77b73f82565 06:55:22 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 06:55:22 ---> 9a1b865a1c77 06:55:22 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 06:55:22 ---> Running in 1c5b572fbbcb 06:55:23 Removing intermediate container 1c5b572fbbcb 06:55:23 ---> cdc04680fcea 06:55:23 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 06:55:23 ---> 74e4e307969a 06:55:23 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 06:55:24 ---> 53f2180d0ea1 06:55:24 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:55:24 ---> 6cfa0740e979 06:55:24 Step 22/27 : WORKDIR / 06:55:24 ---> Running in d1b6fa4d72ef 06:55:24 ---> Running in a48d7764381c 06:55:25 Removing intermediate container d1b6fa4d72ef 06:55:25 ---> 0f6b30f0614f 06:55:25 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:55:25 ---> Running in c47d91ae7663 06:55:25 Removing intermediate container a48d7764381c 06:55:25 ---> 018aac0777bb 06:55:25 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:55:25 ---> Running in 94169128ff72 06:55:26 Removing intermediate container c47d91ae7663 06:55:26 ---> 501fa9c21f8a 06:55:26 Step 24/26 : LABEL arch=arm64 06:55:26 Removing intermediate container 94169128ff72 06:55:26 ---> db007ceba081 06:55:26 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:55:26 ---> Running in fe32a7dbc7b9 06:55:26 ---> Running in 4c7ae77bfb1c 06:55:26 Removing intermediate container fe32a7dbc7b9 06:55:26 ---> 95526a20cea7 06:55:26 Step 25/26 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 06:55:26 Removing intermediate container 4c7ae77bfb1c 06:55:26 ---> db68af6b46a3 06:55:26 Step 25/27 : LABEL arch=arm64 06:55:26 ---> Running in 642ff5c548c0 06:55:27 ---> Running in a82865e5850e 06:55:27 Removing intermediate container 642ff5c548c0 06:55:27 ---> 7e745dc24ed4 06:55:27 Step 26/26 : LABEL version=0.0.0 06:55:27 Removing intermediate container a82865e5850e 06:55:27 ---> ef01e68f533f 06:55:27 Step 26/27 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 06:55:27 ---> Running in 4f70dcc62223 06:55:27 ---> Running in ae7ad5304886 06:55:28 Removing intermediate container 4f70dcc62223 06:55:28 ---> c931804e9986 06:55:28 06:55:28 Removing intermediate container ae7ad5304886 06:55:28 ---> 27c67762d4d0 06:55:28 Step 27/27 : LABEL version=0.0.0 06:55:28 ---> Running in 0a251cfea238 06:55:28 Successfully built c931804e9986 06:55:28 Successfully tagged security-spire-server-arm64:latest 06:55:28  Building security-spire-server ... done Building security-secretstore-setup 06:55:29 Removing intermediate container 0a251cfea238 06:55:29 ---> a42804a50c80 06:55:29 06:55:29 Successfully built a42804a50c80 06:55:29 Successfully tagged security-spire-config-arm64:latest 06:55:29  Building security-spire-config ... done Building security-spiffe-token-provider 06:55:51 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:55:51 Step 2/25 : FROM ${BUILDER_BASE} AS builder 06:55:51 ---> fcaa6fd15502 06:55:51 Step 3/25 : WORKDIR /edgex-go 06:55:51 ---> Using cache 06:55:51 ---> 647ea043792a 06:55:51 Step 4/25 : RUN apk add --update --no-cache make git 06:55:51 ---> Running in 8ea7672ec64f 06:55:52 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:55:52 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:55:52 ---> fcaa6fd15502 06:55:52 Step 3/20 : WORKDIR /edgex-go 06:55:52 ---> Using cache 06:55:52 ---> 647ea043792a 06:55:52 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 06:55:56 ---> Running in 4e353574c957 06:55:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:55:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:55:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:55:58 OK: 263 MiB in 53 packages 06:55:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:56:00 Removing intermediate container 8ea7672ec64f 06:56:00 ---> 900ab43a0186 06:56:00 Step 5/25 : COPY go.mod vendor* ./ 06:56:00 v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:56:00 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:56:00 OK: 17690 distinct packages available 06:56:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:56:00 ---> 7d0d4ae748bd 06:56:00 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:56:01 ---> Running in 5b28b5b42e2e 06:56:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:56:03 OK: 263 MiB in 53 packages 06:56:04 Removing intermediate container 4e353574c957 06:56:04 ---> 5a592c4cb15f 06:56:04 Step 5/20 : COPY go.mod vendor* ./ 06:56:05 ---> 86768963be38 06:56:05 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:56:05 ---> Running in 7c1600fdf589 06:57:57 Removing intermediate container 7c1600fdf589 06:57:57 ---> c9b9b09991dd 06:57:57 Step 7/20 : COPY . . 06:57:57 Removing intermediate container 5b28b5b42e2e 06:57:57 ---> 0d701805fb89 06:57:57 Step 7/25 : COPY . . 06:58:16 ---> ddd95df23f54 06:58:16 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:58:16 ---> Running in 7acfd8cfc5a9 06:58:16 ---> 6681850af95e 06:58:16 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:58:16 ---> Running in 38fa5ef5bca6 06:58:16 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 06:58:17 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 07:00:38 Removing intermediate container 32b670b857b8 07:00:38 ---> eeea7c1f349d 07:00:38 07:00:38 Step 10/23 : FROM alpine:3.17 07:00:38 ---> 51e60588ff2c 07:00:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 07:00:38 ---> Running in c2dbf15362a1 07:00:38 Removing intermediate container c2dbf15362a1 07:00:38 ---> 1ae36662c4e2 07:00:38 Step 12/23 : RUN apk add --update --no-cache dumb-init 07:00:38 ---> Running in 602aa0dad384 07:00:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:00:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:00:42 (1/1) Installing dumb-init (1.2.5-r2) 07:00:42 Executing busybox-1.35.0-r29.trigger 07:00:42 OK: 8 MiB in 16 packages 07:00:43 Removing intermediate container 602aa0dad384 07:00:43 ---> 8f58c2c569b7 07:00:43 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:00:44 ---> 2df175ae0a5a 07:00:44 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 07:00:45 ---> 6c574191862a 07:00:45 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 07:00:47 ---> 8122554445bf 07:00:47 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 07:00:48 ---> adeca8e60cb4 07:00:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 07:00:49 ---> bded56bed6e3 07:00:49 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:00:49 ---> Running in b057ea167924 07:00:52 Removing intermediate container b057ea167924 07:00:52 ---> 97b6b103764e 07:00:52 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 07:00:52 ---> Running in 501cf712f00c 07:00:52 Removing intermediate container 501cf712f00c 07:00:52 ---> 71a7c556de69 07:00:52 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 07:00:53 ---> Running in c0b439111a5a 07:00:53 Removing intermediate container c0b439111a5a 07:00:53 ---> d307d260ecdf 07:00:53 Step 21/23 : LABEL arch=arm64 07:00:53 ---> Running in 46c83434e89c 07:00:54 Removing intermediate container 46c83434e89c 07:00:54 ---> c1b48aae692a 07:00:54 Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 07:00:54 ---> Running in ae7e0d10b640 07:00:54 Removing intermediate container ae7e0d10b640 07:00:54 ---> 0783a165f9f7 07:00:54 Step 23/23 : LABEL version=0.0.0 07:00:54 ---> Running in 8e6c718f567b 07:00:55 Removing intermediate container 8e6c718f567b 07:00:55 ---> d921ca33d475 07:00:55 07:00:55 Successfully built d921ca33d475 07:00:55 Successfully tagged security-proxy-auth-arm64:latest 07:00:55  Building security-proxy-auth ... done Building security-bootstrapper 07:01:13 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:01:13 Step 2/33 : FROM ${BUILDER_BASE} AS builder 07:01:13 ---> fcaa6fd15502 07:01:13 Step 3/33 : WORKDIR /edgex-go 07:01:13 ---> Using cache 07:01:13 ---> 647ea043792a 07:01:13 Step 4/33 : RUN apk add --update --no-cache make git 07:01:13 ---> Using cache 07:01:13 ---> 900ab43a0186 07:01:13 Step 5/33 : COPY go.mod vendor* ./ 07:01:13 ---> Using cache 07:01:13 ---> 7d0d4ae748bd 07:01:13 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:01:13 ---> Using cache 07:01:13 ---> 0d701805fb89 07:01:13 Step 7/33 : COPY . . 07:01:13 ---> Using cache 07:01:13 ---> 6681850af95e 07:01:13 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:01:14 ---> Running in 39cfba46daec 07:01:16 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 07:01:26 Removing intermediate container 255fc73b48c0 07:01:26 ---> 4f1773721b1a 07:01:26 07:01:26 Step 10/24 : FROM alpine:3.17 07:01:26 ---> 51e60588ff2c 07:01:26 Step 11/24 : RUN apk add --update --no-cache dumb-init 07:01:27 ---> Running in 849c268810ef 07:01:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:01:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:01:31 (1/1) Installing dumb-init (1.2.5-r2) 07:01:31 Executing busybox-1.35.0-r29.trigger 07:01:31 OK: 8 MiB in 16 packages 07:01:33 Removing intermediate container 849c268810ef 07:01:33 ---> adb11d924ac0 07:01:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 07:01:33 ---> Running in 40b075788e98 07:01:33 Removing intermediate container 40b075788e98 07:01:33 ---> d4cc80def736 07:01:33 Step 13/24 : ENV APP_PORT=59882 07:01:33 ---> Running in 8f4be5d71a98 07:01:34 Removing intermediate container 8f4be5d71a98 07:01:34 ---> 5756503cee9c 07:01:34 Step 14/24 : EXPOSE $APP_PORT 07:01:34 ---> Running in 6e699c18bc69 07:01:34 Removing intermediate container 6e699c18bc69 07:01:34 ---> e3367336ff99 07:01:34 Step 15/24 : WORKDIR / 07:01:35 ---> Running in 055cdf95bc9e 07:01:35 Removing intermediate container 055cdf95bc9e 07:01:35 ---> 578b47089e85 07:01:35 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:01:36 ---> 7000124c536a 07:01:36 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 07:01:37 ---> 3666bc9848c8 07:01:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:01:40 ---> f1b408a09983 07:01:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 07:01:41 ---> 8d3217ff56f3 07:01:41 Step 20/24 : ENTRYPOINT ["/core-command"] 07:01:41 ---> Running in ecc62e5be374 07:01:41 Removing intermediate container ecc62e5be374 07:01:41 ---> bbda5df9aca2 07:01:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:01:41 ---> Running in 8a42f83f556f 07:01:42 Removing intermediate container 8a42f83f556f 07:01:42 ---> 179177ed90e7 07:01:42 Step 22/24 : LABEL arch=arm64 07:01:42 ---> Running in e17459f4c02e 07:01:42 Removing intermediate container e17459f4c02e 07:01:42 ---> 5aebf1bc904f 07:01:42 Step 23/24 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 07:01:42 ---> Running in b21d38c47fe5 07:01:43 Removing intermediate container b21d38c47fe5 07:01:43 ---> cbe17affc092 07:01:43 Step 24/24 : LABEL version=0.0.0 07:01:43 ---> Running in 44e1b3779496 07:01:44 Removing intermediate container 44e1b3779496 07:01:44 ---> 6c8426f851fd 07:01:44 07:01:44 Successfully built 6c8426f851fd 07:01:44 Successfully tagged core-command-arm64:latest 07:01:44  Building core-command ... done Building core-data 07:02:02 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:02:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:02:02 ---> fcaa6fd15502 07:02:02 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:02:02 ---> Using cache 07:02:02 ---> bca24b659a52 07:02:02 Step 4/23 : WORKDIR /edgex-go 07:02:02 ---> Using cache 07:02:02 ---> ad64c48aec6f 07:02:02 Step 5/23 : RUN apk add --update --no-cache make git 07:02:02 ---> Using cache 07:02:02 ---> c53d0e9dd5b6 07:02:02 Step 6/23 : COPY go.mod vendor* ./ 07:02:02 ---> Using cache 07:02:02 ---> 1f4d9296b5da 07:02:02 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:02:02 ---> Using cache 07:02:02 ---> 6ee93244f9b6 07:02:02 Step 8/23 : COPY . . 07:02:02 ---> Using cache 07:02:02 ---> 6fe57a4c80d5 07:02:02 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 07:02:02 ---> Running in b068ae96677b 07:02:04 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 07:04:11 Removing intermediate container 92be74558c92 07:04:11 ---> 7fa1d35ef60a 07:04:11 07:04:11 Step 10/23 : FROM alpine:3.17 07:04:11 ---> 51e60588ff2c 07:04:11 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 07:04:11 ---> Running in fd6774e3da68 07:04:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:04:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:04:15 (1/2) Installing ca-certificates (20220614-r4) 07:04:15 (2/2) Installing dumb-init (1.2.5-r2) 07:04:15 Executing busybox-1.35.0-r29.trigger 07:04:15 Executing ca-certificates-20220614-r4.trigger 07:04:16 OK: 8 MiB in 17 packages 07:04:18 Removing intermediate container fd6774e3da68 07:04:18 ---> 6de3085c06f5 07:04:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 07:04:18 ---> Running in 685bf78d5c78 07:04:18 Removing intermediate container 685bf78d5c78 07:04:18 ---> 95cc766f6d52 07:04:18 Step 13/23 : ENV APP_PORT=59860 07:04:18 ---> Running in 21a6a5e5b82b 07:04: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 07:04:19 Removing intermediate container 21a6a5e5b82b 07:04:19 ---> eb32e7a59ac6 07:04:19 Step 14/23 : EXPOSE $APP_PORT 07:04:19 ---> Running in 09e1278ab434 07:04:20 Removing intermediate container 09e1278ab434 07:04:20 ---> e85b94658e68 07:04:20 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:04:21 ---> 93c886bd7393 07:04:21 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 07:04:21 ---> cda77311c491 07:04:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:04:23 ---> 676401ec8c5b 07:04:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 07:04:24 ---> 768977e57d2b 07:04:24 Step 19/23 : ENTRYPOINT ["/support-notifications"] 07:04:24 ---> Running in 7aa9b23b3924 07:04:25 Removing intermediate container 7aa9b23b3924 07:04:25 ---> 49e42a1b183c 07:04:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:04:25 ---> Running in 16d24f40dbdb 07:04:26 Removing intermediate container 16d24f40dbdb 07:04:26 ---> 8d5ce072a8d3 07:04:26 Step 21/23 : LABEL arch=arm64 07:04:26 ---> Running in b12cfb710fa0 07:04:26 Removing intermediate container b12cfb710fa0 07:04:26 ---> 67b5ec5b1f0a 07:04:26 Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 07:04:26 ---> Running in c18a22264c7b 07:04:27 Removing intermediate container c18a22264c7b 07:04:27 ---> 6e04fa635763 07:04:27 Step 23/23 : LABEL version=0.0.0 07:04:27 ---> Running in 48ecb39825a4 07:04:27 Removing intermediate container 48ecb39825a4 07:04:27 ---> b0efa17e37e2 07:04:27 07:04:28 Successfully built b0efa17e37e2 07:04:28 Successfully tagged support-notifications-arm64:latest 07:04:28  Building support-notifications ... done Building security-spire-agent 07:04:43 Removing intermediate container 38fa5ef5bca6 07:04:43 ---> ec0c5af027d8 07:04:43 07:04:43 Step 9/25 : FROM alpine:3.17 07:04:43 ---> 51e60588ff2c 07:04:43 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 07:04:44 ---> Running in ec2c127e1a17 07:04:47 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:04:47 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:04:47 ---> fcaa6fd15502 07:04:47 Step 3/27 : WORKDIR /edgex-go 07:04:47 ---> Using cache 07:04:47 ---> 647ea043792a 07:04:47 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 07:04:47 ---> Using cache 07:04:47 ---> ef3c2c476ef1 07:04:47 Step 5/27 : COPY go.mod vendor* ./ 07:04:47 ---> Using cache 07:04:47 ---> f35687433fa1 07:04:47 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:04:47 ---> Using cache 07:04:47 ---> b8ec7c56d59e 07:04:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:04:47 Step 7/27 : COPY . . 07:04:47 ---> Using cache 07:04:47 ---> eaccd0764b1d 07:04:47 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 07:04:47 ---> Using cache 07:04:47 ---> bbb0d848cf35 07:04:47 Step 9/27 : WORKDIR /edgex-go/spire-build 07:04:47 ---> Using cache 07:04:47 ---> ea9653d501c3 07:04:47 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 07:04:47 ---> Using cache 07:04:47 ---> 9e451055b334 07:04:47 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 07:04:47 ---> Using cache 07:04:47 ---> 3ea7b1528bf6 07:04:47 Step 12/27 : WORKDIR /edgex-go 07:04:47 ---> Using cache 07:04:47 ---> 2b907d446740 07:04:47 07:04:47 Step 13/27 : FROM alpine:3.17 07:04:47 ---> 51e60588ff2c 07:04:47 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:04:47 ---> Using cache 07:04:47 ---> f737510c2eb4 07:04:47 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:04:47 ---> Running in d8c6298b7922 07:04:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:04:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:04:50 (1/3) Installing ca-certificates (20220614-r4) 07:04:51 (2/3) Installing dumb-init (1.2.5-r2) 07:04:51 (3/3) Installing su-exec (0.2-r2) 07:04:51 Executing busybox-1.35.0-r29.trigger 07:04:51 Executing ca-certificates-20220614-r4.trigger 07:04:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:04:51 OK: 8 MiB in 18 packages 07:04:52 v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:04:52 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:04:52 OK: 17691 distinct packages available 07:04:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:04:53 Removing intermediate container ec2c127e1a17 07:04:53 ---> ccda067eb73d 07:04:53 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 07:04:53 ---> Running in d701af8b7a5f 07:04:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:04:53 Removing intermediate container d701af8b7a5f 07:04:53 ---> 1b17285d3109 07:04:53 Step 12/25 : WORKDIR / 07:04:54 ---> Running in fa00e304a2bd 07:04:54 Removing intermediate container fa00e304a2bd 07:04:54 ---> 1e3adfd20a4a 07:04:54 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 07:04:55 (1/5) Installing dumb-init (1.2.5-r2) 07:04:55 (2/5) Installing musl-obstack (1.2.3-r0) 07:04:55 (3/5) Installing libucontext (1.2-r0) 07:04:55 (4/5) Installing gcompat (1.1.0-r0) 07:04:55 (5/5) Installing openssl (3.0.8-r4) 07:04:55 Executing busybox-1.35.0-r29.trigger 07:04:55 OK: 9 MiB in 20 packages 07:04:57 ---> 4e61be22cbb0 07:04:57 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 07:04:58 ---> 99580eaef430 07:04:58 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:04:58 Removing intermediate container d8c6298b7922 07:04:58 ---> af181a308a59 07:04:58 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 07:04:59 ---> 7742ad7b76a4 07:04:59 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 07:04:59 ---> 0b86d7ee9e61 07:04:59 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 07:05:00 ---> 12e54c892961 07:05:00 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 07:05:00 ---> f2d7ae2fb1e5 07:05:00 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 07:05:02 ---> a0b97ad11259 07:05:02 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:05:04 ---> faaffe07b117 07:05:04 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:05:06 ---> 08f6edb94bc0 07:05:06 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:05:06 ---> 3f513a6362cf 07:05:06 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:05:10 ---> 16eec90f134e 07:05:10 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:05:10 ---> Running in 112ef5b92711 07:05:13 ---> 4f51e140ae27 07:05:13 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:05:14 ---> 4219ea75b17d 07:05:14 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:05:14 Removing intermediate container 112ef5b92711 07:05:14 ---> 227ddb320aca 07:05:14 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 07:05:15 ---> Running in 6c5a35601a46 07:05:15 ---> 65656c5de9f6 07:05:15 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:05:15 Removing intermediate container 6c5a35601a46 07:05:15 ---> 6d7b83d73318 07:05:15 Step 23/25 : LABEL arch=arm64 07:05:15 ---> Running in c7b6d5f5be55 07:05:16 Removing intermediate container c7b6d5f5be55 07:05:16 ---> e6bae374f03e 07:05:16 Step 24/25 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 07:05:16 ---> Running in 0fc97eaf47dd 07:05:16 ---> c05a33896ea7 07:05:16 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:05:17 ---> Running in c2faa727f961 07:05:17 Removing intermediate container c2faa727f961 07:05:17 ---> 5ed6f7fec34a 07:05:17 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:05:17 Removing intermediate container 0fc97eaf47dd 07:05:17 ---> b4841460c2a8 07:05:17 Step 25/25 : LABEL version=0.0.0 07:05:17 ---> Running in 30b86d424422 07:05:17 ---> Running in f58e1c1c4276 07:05:18 Removing intermediate container 30b86d424422 07:05:18 ---> f901f05fbd5d 07:05:18 07:05:18 Removing intermediate container f58e1c1c4276 07:05:18 ---> 4bd5d5f0b579 07:05:18 Step 25/27 : LABEL arch=arm64 07:05:18 ---> Running in 3d2eeac0aa94 07:05:18 Successfully built f901f05fbd5d 07:05:18 Successfully tagged security-secretstore-setup-arm64:latest 07:05:18 Building security-proxy-setup 07:05:19  Building security-secretstore-setup ... done Removing intermediate container 3d2eeac0aa94 07:05:19 ---> 625ed99a2d2e 07:05:19 Step 26/27 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 07:05:19 ---> Running in f03da22f453b 07:05:19 Removing intermediate container f03da22f453b 07:05:19 ---> a476563c4c57 07:05:19 Step 27/27 : LABEL version=0.0.0 07:05:19 ---> Running in 0311fb8c7bc5 07:05:20 Removing intermediate container 0311fb8c7bc5 07:05:20 ---> dd290a0cd5c2 07:05:20 07:05:20 Successfully built dd290a0cd5c2 07:05:20 Successfully tagged security-spire-agent-arm64:latest 07:05:20 Building support-scheduler 07:05:47  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:05:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:05:47 ---> fcaa6fd15502 07:05:47 Step 3/22 : WORKDIR /edgex-go 07:05:47 ---> Using cache 07:05:47 ---> 647ea043792a 07:05:47 Step 4/22 : RUN apk add --update --no-cache make git 07:05:47 ---> Using cache 07:05:47 ---> 900ab43a0186 07:05:47 Step 5/22 : COPY go.mod vendor* ./ 07:05:47 ---> Using cache 07:05:47 ---> 7d0d4ae748bd 07:05:47 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:05:47 ---> Using cache 07:05:47 ---> 0d701805fb89 07:05:47 Step 7/22 : COPY . . 07:05:47 ---> Using cache 07:05:47 ---> 6681850af95e 07:05:47 Step 8/22 : RUN make cmd/secrets-config/secrets-config 07:05:47 ---> Running in 86c2d2251225 07:05:47 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 07:05:47 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:05:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:05:47 ---> fcaa6fd15502 07:05:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:05:47 ---> Using cache 07:05:47 ---> bca24b659a52 07:05:47 Step 4/23 : WORKDIR /edgex-go 07:05:47 ---> Using cache 07:05:47 ---> ad64c48aec6f 07:05:47 Step 5/23 : RUN apk add --update --no-cache make git 07:05:47 ---> Using cache 07:05:47 ---> c53d0e9dd5b6 07:05:47 Step 6/23 : COPY go.mod vendor* ./ 07:05:47 ---> Using cache 07:05:47 ---> 1f4d9296b5da 07:05:47 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:05:47 ---> Using cache 07:05:47 ---> 6ee93244f9b6 07:05:47 Step 8/23 : COPY . . 07:05:47 ---> Using cache 07:05:47 ---> 6fe57a4c80d5 07:05:47 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 07:05:47 ---> Running in e01402cbb479 07:05:49 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 07:06:57 Removing intermediate container 7acfd8cfc5a9 07:06:57 ---> 34beaa5e200c 07:06:57 07:06:57 Step 9/20 : FROM alpine:3.17 07:06:57 ---> 51e60588ff2c 07:06:57 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 07:06:57 ---> Running in 98b8f71b797a 07:06:57 Removing intermediate container 98b8f71b797a 07:06:57 ---> 6df26e5a2b7c 07:06:57 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:06:57 ---> Running in 06196190a8c5 07:06:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:06:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:06:57 v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:06:57 v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:06:57 OK: 17691 distinct packages available 07:06:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:06:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:06:58 (1/9) Installing ca-certificates (20220614-r4) 07:06:58 (2/9) Installing brotli-libs (1.0.9-r9) 07:06:58 (3/9) Installing nghttp2-libs (1.51.0-r0) 07:06:58 (4/9) Installing libcurl (8.0.1-r0) 07:06:58 (5/9) Installing curl (8.0.1-r0) 07:06:58 (6/9) Installing dumb-init (1.2.5-r2) 07:06:58 (7/9) Installing musl-obstack (1.2.3-r0) 07:06:58 (8/9) Installing libucontext (1.2-r0) 07:06:58 (9/9) Installing gcompat (1.1.0-r0) 07:06:58 Executing busybox-1.35.0-r29.trigger 07:06:58 Executing ca-certificates-20220614-r4.trigger 07:06:59 OK: 11 MiB in 24 packages 07:07:01 Removing intermediate container 06196190a8c5 07:07:01 ---> 793d6699f730 07:07:01 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 07:07:02 ---> 086d3127cc26 07:07:02 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 07:07:03 ---> a9c06a294f13 07:07:03 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:07:05 ---> 7d2ac47e1e90 07:07:05 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 07:07:06 ---> 9e4b707aed1b 07:07:06 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 07:07:06 ---> Running in 15f5173c07be 07:07:06 Removing intermediate container 15f5173c07be 07:07:06 ---> 61c20d76436d 07:07:06 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:07:06 ---> Running in 5418e4dcb09c 07:07:07 Removing intermediate container 5418e4dcb09c 07:07:07 ---> bc6b38c5ebab 07:07:07 Step 18/20 : LABEL arch=arm64 07:07:07 ---> Running in e62f6428d8aa 07:07:08 Removing intermediate container e62f6428d8aa 07:07:08 ---> b356f33972f7 07:07:08 Step 19/20 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 07:07:08 ---> Running in 2c433d21c76d 07:07:08 Removing intermediate container 2c433d21c76d 07:07:08 ---> 28cf51777785 07:07:08 Step 20/20 : LABEL version=0.0.0 07:07:08 ---> Running in 9b9751448fb9 07:07:09 Removing intermediate container 9b9751448fb9 07:07:09 ---> 5183f297110a 07:07:09 07:07:09 Successfully built 5183f297110a 07:07:09 Successfully tagged security-spiffe-token-provider-arm64:latest 07:07:09  Building security-spiffe-token-provider ... done Building core-metadata 07:07:27 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:07:27 Step 2/25 : FROM ${BUILDER_BASE} AS builder 07:07:27 ---> fcaa6fd15502 07:07:27 Step 3/25 : ARG ADD_BUILD_TAGS="" 07:07:27 ---> Using cache 07:07:27 ---> bca24b659a52 07:07:27 Step 4/25 : WORKDIR /edgex-go 07:07:27 ---> Using cache 07:07:27 ---> ad64c48aec6f 07:07:27 Step 5/25 : RUN apk add --update --no-cache make git 07:07:27 ---> Using cache 07:07:27 ---> c53d0e9dd5b6 07:07:27 Step 6/25 : COPY go.mod vendor* ./ 07:07:27 ---> Using cache 07:07:27 ---> 1f4d9296b5da 07:07:27 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:07:27 ---> Using cache 07:07:27 ---> 6ee93244f9b6 07:07:27 Step 8/25 : COPY . . 07:07:27 ---> Using cache 07:07:27 ---> 6fe57a4c80d5 07:07:27 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 07:07:27 ---> Running in ed840e399a59 07:07:27 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 07:07:42 Removing intermediate container 39cfba46daec 07:07:42 ---> 9666340edb98 07:07:42 07:07:42 Step 9/33 : FROM alpine:3.17 07:07:42 ---> 51e60588ff2c 07:07:42 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 07:07:42 ---> Using cache 07:07:42 ---> 6df26e5a2b7c 07:07:42 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 07:07:42 ---> Running in 243f585db07b 07:07:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:07:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:07:44 (1/2) Installing dumb-init (1.2.5-r2) 07:07:44 (2/2) Installing su-exec (0.2-r2) 07:07:44 Executing busybox-1.35.0-r29.trigger 07:07:44 OK: 8 MiB in 17 packages 07:07:46 Removing intermediate container 243f585db07b 07:07:46 ---> 9ad785952f24 07:07:46 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 07:07:46 ---> Running in 5a4ddf36f326 07:07:46 Removing intermediate container 5a4ddf36f326 07:07:46 ---> 08aeda48d983 07:07:46 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 07:07:46 ---> Running in 672430de6814 07:07:48 Removing intermediate container 672430de6814 07:07:48 ---> cf030bdd005a 07:07:48 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 07:07:49 ---> Running in 9b6e161e7ec8 07:07:49 Removing intermediate container 9b6e161e7ec8 07:07:49 ---> f3d0abc63142 07:07:49 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 07:07:49 ---> Running in 008040f72f53 07:07:50 Removing intermediate container 008040f72f53 07:07:50 ---> 4a490284afc8 07:07:50 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 07:07:50 ---> Running in 4cf91dcd8ceb 07:07:53 Removing intermediate container 4cf91dcd8ceb 07:07:53 ---> 09d05e70261f 07:07:53 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 07:07:53 ---> Running in 5ffd5a7597db 07:07:53 Removing intermediate container 5ffd5a7597db 07:07:53 ---> 85a3c3fb6997 07:07:53 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 07:07:54 ---> 7d568ef4f348 07:07:54 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 07:07:54 ---> Running in 422d8dbed8a5 07:07:58 Removing intermediate container 422d8dbed8a5 07:07:58 ---> 21a320fdcd18 07:07:58 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 07:07:58 ---> 02b0e55e8431 07:07:58 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 07:07:59 ---> 62dc27d7d5aa 07:07:59 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:08:03 ---> 0441fcb42ea0 07:08:03 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 07:08:03 ---> d8da21938a3d 07:08:03 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 07:08:04 ---> f4b63b7a1de8 07:08:04 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 07:08:05 ---> 3627753e5111 07:08:05 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 07:08:06 ---> b7f38b9c8a14 07:08:06 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:08:07 ---> e6afe1f99824 07:08:07 Step 28/33 : RUN chmod +x /entrypoint.sh 07:08:07 ---> Running in 503d69cdacbc 07:08:10 Removing intermediate container 503d69cdacbc 07:08:10 ---> 4c9a685f241e 07:08:10 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 07:08:10 ---> Running in 33870d8d7937 07:08:11 Removing intermediate container 33870d8d7937 07:08:11 ---> 5066ab54a647 07:08:11 Step 30/33 : CMD ["gate"] 07:08:11 ---> Running in 328b2138fdf7 07:08:12 Removing intermediate container 328b2138fdf7 07:08:12 ---> 6b16c50863a4 07:08:12 Step 31/33 : LABEL arch=arm64 07:08:12 ---> Running in e3928486e79c 07:08:12 Removing intermediate container e3928486e79c 07:08:12 ---> 16c02dc2cd26 07:08:12 Step 32/33 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 07:08:12 ---> Running in e4e48740aeab 07:08:13 Removing intermediate container e4e48740aeab 07:08:13 ---> 850354291533 07:08:13 Step 33/33 : LABEL version=0.0.0 07:08:13 ---> Running in dcb5c4623ff1 07:08:16 Removing intermediate container dcb5c4623ff1 07:08:16 ---> 7908e6216a8c 07:08:16 07:08:17 Successfully built 7908e6216a8c 07:08:17 Successfully tagged security-bootstrapper-arm64:latest 07:08:17  Building security-bootstrapper ... done Building core-common-config-bootstrapper 07:08:35 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:08:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:08:35 ---> fcaa6fd15502 07:08:35 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:08:35 ---> Using cache 07:08:35 ---> bca24b659a52 07:08:35 Step 4/23 : WORKDIR /edgex-go 07:08:35 ---> Using cache 07:08:35 ---> ad64c48aec6f 07:08:35 Step 5/23 : RUN apk add --update --no-cache make git 07:08:35 ---> Using cache 07:08:35 ---> c53d0e9dd5b6 07:08:35 Step 6/23 : COPY go.mod vendor* ./ 07:08:35 ---> Using cache 07:08:35 ---> 1f4d9296b5da 07:08:35 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:35 ---> Using cache 07:08:35 ---> 6ee93244f9b6 07:08:35 Step 8/23 : COPY . . 07:08:35 ---> Using cache 07:08:35 ---> 6fe57a4c80d5 07:08:35 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:08:35 ---> Running in 999d18547e0b 07:08:36 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:09:15 Removing intermediate container b068ae96677b 07:09:15 ---> 69d9af4d64e3 07:09:15 07:09:15 Step 10/23 : FROM alpine:3.17 07:09:15 ---> 51e60588ff2c 07:09:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 07:09:15 ---> Running in 8a0ec1a3ebd9 07:09:15 Removing intermediate container 8a0ec1a3ebd9 07:09:15 ---> d2cbe8922af9 07:09:15 Step 12/23 : ENV APP_PORT=59880 07:09:15 ---> Running in d7ea5ec5a7e5 07:09:15 Removing intermediate container d7ea5ec5a7e5 07:09:15 ---> 2792e426d5f3 07:09:15 Step 13/23 : EXPOSE $APP_PORT 07:09:15 ---> Running in 2a99314e8d68 07:09:15 Removing intermediate container 2a99314e8d68 07:09:15 ---> b0c9295a2621 07:09:15 Step 14/23 : RUN apk add --update --no-cache dumb-init 07:09:15 ---> Running in 95609e675fb2 07:09:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:09:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:09:17 (1/1) Installing dumb-init (1.2.5-r2) 07:09:17 Executing busybox-1.35.0-r29.trigger 07:09:17 OK: 8 MiB in 16 packages 07:09:19 Removing intermediate container 95609e675fb2 07:09:19 ---> 1f17706ae1ba 07:09:19 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:09:20 ---> 1f1e910fad6b 07:09:20 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 07:09:21 ---> e440707ac9c7 07:09:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:09:23 ---> 5d37b7176422 07:09:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 07:09:24 ---> ae0aa2408cf7 07:09:24 Step 19/23 : ENTRYPOINT ["/core-data"] 07:09:24 ---> Running in cb9959c6d217 07:09:25 Removing intermediate container cb9959c6d217 07:09:25 ---> 4798547243da 07:09:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:09:25 ---> Running in ecc360c63853 07:09:25 Removing intermediate container ecc360c63853 07:09:25 ---> 72f374f2315c 07:09:25 Step 21/23 : LABEL arch=arm64 07:09:26 ---> Running in 472ba5d9933b 07:09:26 Removing intermediate container 472ba5d9933b 07:09:26 ---> c71dcab69219 07:09:26 Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 07:09:26 ---> Running in a5b6d262fcd5 07:09:27 Removing intermediate container a5b6d262fcd5 07:09:27 ---> 9df7babc7195 07:09:27 Step 23/23 : LABEL version=0.0.0 07:09:27 ---> Running in 64db3cfa4937 07:09:27 Removing intermediate container 64db3cfa4937 07:09:27 ---> f3ad4cb37a0f 07:09:27 07:09:28 Successfully built f3ad4cb37a0f 07:09:28 Successfully tagged core-data-arm64:latest 07:11:34  Building core-data ... done Removing intermediate container 86c2d2251225 07:11:34 ---> 6284c5aebfeb 07:11:34 07:11:34 Step 9/22 : FROM alpine:3.17 07:11:34 ---> 51e60588ff2c 07:11:34 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 07:11:36 ---> Running in 81779ccda1d4 07:11:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:11:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:11:40 (1/2) Installing dumb-init (1.2.5-r2) 07:11:40 (2/2) Installing openssl (3.0.8-r4) 07:11:40 Executing busybox-1.35.0-r29.trigger 07:11:40 OK: 8 MiB in 17 packages 07:11:42 Removing intermediate container 81779ccda1d4 07:11:42 ---> b46402220d8c 07:11:42 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 07:11:42 ---> Running in 437b8db56033 07:11:42 Removing intermediate container 437b8db56033 07:11:42 ---> 8fe1c5735152 07:11:42 Step 12/22 : WORKDIR /edgex 07:11:43 ---> Running in cff43f7a1115 07:11:43 Removing intermediate container cff43f7a1115 07:11:43 ---> 527eb75236fb 07:11:43 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:11:44 ---> 52cad3c5c5de 07:11:44 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 07:11:45 ---> 496728eb5a03 07:11:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 07:11:46 ---> 2aa1dc33fbc7 07:11:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:11:47 ---> 0a50fb471d31 07:11:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:11:48 ---> b45cc08e29b5 07:11:48 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:11:48 ---> Running in 1aeb558ab232 07:11:51 Removing intermediate container 1aeb558ab232 07:11:51 ---> 5e67a1ff0a8a 07:11:51 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 07:11:51 ---> Running in d858d59fe45d 07:11:51 Removing intermediate container d858d59fe45d 07:11:51 ---> 7b4dce940244 07:11:51 Step 20/22 : LABEL arch=arm64 07:11:51 ---> Running in 1b3cfae430f4 07:11:52 Removing intermediate container 1b3cfae430f4 07:11:52 ---> 28f99291baf6 07:11:52 Step 21/22 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 07:11:52 ---> Running in 3e90fe48ff38 07:11:52 Removing intermediate container 3e90fe48ff38 07:11:52 ---> c92a5ad18e78 07:11:52 Step 22/22 : LABEL version=0.0.0 07:11:52 ---> Running in 27c04566342e 07:11:53 Removing intermediate container 27c04566342e 07:11:53 ---> 0a5ad2cbb31e 07:11:53 07:11:53 Successfully built 0a5ad2cbb31e 07:11:53 Successfully tagged security-proxy-setup-arm64:latest 07:13:15  Building security-proxy-setup ... done Removing intermediate container ed840e399a59 07:13:15 ---> 190de186d05f 07:13:15 07:13:15 Step 10/25 : FROM alpine:3.17 07:13:15 ---> 51e60588ff2c 07:13:15 Step 11/25 : RUN apk add --update --no-cache dumb-init 07:13:15 ---> Using cache 07:13:15 ---> adb11d924ac0 07:13:15 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 07:13:15 ---> Using cache 07:13:15 ---> d4cc80def736 07:13:15 Step 13/25 : ENV APP_PORT=59881 07:13:15 ---> Running in a2d706555465 07:13:15 Removing intermediate container a2d706555465 07:13:15 ---> 77b899897287 07:13:15 Step 14/25 : EXPOSE $APP_PORT 07:13:15 ---> Running in 820b5840e2e7 07:13:15 Removing intermediate container 820b5840e2e7 07:13:15 ---> 2c006c0a8653 07:13:15 Step 15/25 : WORKDIR / 07:13:15 ---> Running in 37a6f2319595 07:13:15 Removing intermediate container 37a6f2319595 07:13:15 ---> 85bd1a7fe160 07:13:15 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 07:13:15 ---> 309f88b2c016 07:13:15 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 07:13:15 ---> 6d739124e28e 07:13:15 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:13:17 ---> 175466625f22 07:13:17 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 07:13:18 ---> 48ca98f5b9ac 07:13:18 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 07:13:18 ---> 5cdb8c1429ca 07:13:18 Step 21/25 : ENTRYPOINT ["/core-metadata"] 07:13:19 ---> Running in 919c9bb2c1fd 07:13:19 Removing intermediate container 919c9bb2c1fd 07:13:19 ---> 119c32fa62c3 07:13:19 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:13:19 ---> Running in cbc085165f3f 07:13:20 Removing intermediate container cbc085165f3f 07:13:20 ---> 84e52e173a4a 07:13:20 Step 23/25 : LABEL arch=arm64 07:13:20 ---> Running in ac511fd6ff64 07:13:20 Removing intermediate container ac511fd6ff64 07:13:20 ---> 4f2d822fc2b8 07:13:20 Step 24/25 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 07:13:20 ---> Running in bba79fbd8a81 07:13:21 Removing intermediate container bba79fbd8a81 07:13:21 ---> 2c55c2055f16 07:13:21 Step 25/25 : LABEL version=0.0.0 07:13:21 ---> Running in 8fbb23ece0b9 07:13:21 Removing intermediate container 999d18547e0b 07:13:21 ---> 945a52313e25 07:13:21 07:13:21 Step 10/23 : FROM alpine:3.17 07:13:21 ---> 51e60588ff2c 07:13:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 07:13:21 ---> Using cache 07:13:21 ---> 1ae36662c4e2 07:13:21 Step 12/23 : RUN apk add --update --no-cache dumb-init 07:13:21 ---> Using cache 07:13:21 ---> 8f58c2c569b7 07:13:21 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:13:21 ---> Using cache 07:13:21 ---> 2df175ae0a5a 07:13:21 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 07:13:21 ---> Using cache 07:13:21 ---> 6c574191862a 07:13:21 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 07:13:22 Removing intermediate container 8fbb23ece0b9 07:13:22 ---> d5743bba47fe 07:13:22 07:13:22 Successfully built d5743bba47fe 07:13:22 Successfully tagged core-metadata-arm64:latest 07:13:22  Building core-metadata ... done  ---> 815da598f283 07:13:22 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 07:13:23 ---> 750c7b5091e1 07:13:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 07:13:24 ---> ba94097832db 07:13:24 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:13:24 ---> Running in d8ddbf130603 07:13:26 Removing intermediate container d8ddbf130603 07:13:26 ---> f844ce510b5c 07:13:26 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 07:13:26 ---> Running in ce70d805d735 07:13:26 Removing intermediate container ce70d805d735 07:13:26 ---> 3f3d8c401fe6 07:13:26 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 07:13:26 ---> Running in c8c6ebcfbb27 07:13:27 Removing intermediate container c8c6ebcfbb27 07:13:27 ---> 8123bb023492 07:13:27 Step 21/23 : LABEL arch=arm64 07:13:27 ---> Running in 7b81b1088b2e 07:13:28 Removing intermediate container 7b81b1088b2e 07:13:28 ---> 3ea8b3fd69ea 07:13:28 Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 07:13:28 ---> Running in d52944de1175 07:13:28 Removing intermediate container d52944de1175 07:13:28 ---> 5281985c57bc 07:13:28 Step 23/23 : LABEL version=0.0.0 07:13:28 ---> Running in eddf3b9d8cb6 07:13:29 Removing intermediate container eddf3b9d8cb6 07:13:29 ---> d80c91bfd045 07:13:29 07:13:29 Successfully built d80c91bfd045 07:13:29 Successfully tagged core-common-config-bootstrapper-arm64:latest 07:13:33  Building core-common-config-bootstrapper ... done Removing intermediate container e01402cbb479 07:13:33 ---> 54f130ce29e9 07:13:33 07:13:33 Step 10/23 : FROM alpine:3.17 07:13:33 ---> 51e60588ff2c 07:13:33 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:13:33 ---> Using cache 07:13:33 ---> adb11d924ac0 07:13:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 07:13:33 ---> Using cache 07:13:33 ---> d4cc80def736 07:13:33 Step 13/23 : ENV APP_PORT=59861 07:13:33 ---> Running in cf3c30399fe9 07:13:33 Removing intermediate container cf3c30399fe9 07:13:33 ---> a40da0c65d47 07:13:33 Step 14/23 : EXPOSE $APP_PORT 07:13:34 ---> Running in faf80d8a7e13 07:13:34 Removing intermediate container faf80d8a7e13 07:13:34 ---> 638fe452f73a 07:13:34 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:13:34 ---> f87e08d57c0f 07:13:34 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 07:13:35 ---> ec80fcb01a52 07:13:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:13:36 ---> 88753d0b35ef 07:13:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 07:13:37 ---> da2bded902cb 07:13:37 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 07:13:37 ---> Running in e04bbccc5df5 07:13:37 Removing intermediate container e04bbccc5df5 07:13:37 ---> 4bbcdd728496 07:13:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:13:37 ---> Running in b6bda9a7ad55 07:13:37 Removing intermediate container b6bda9a7ad55 07:13:37 ---> ec0c5a8c05cd 07:13:37 Step 21/23 : LABEL arch=arm64 07:13:37 ---> Running in 11693b964290 07:13:38 Removing intermediate container 11693b964290 07:13:38 ---> 7534b37a62bf 07:13:38 Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b 07:13:38 ---> Running in ed1cdf190b68 07:13:38 Removing intermediate container ed1cdf190b68 07:13:38 ---> 150682d96761 07:13:38 Step 23/23 : LABEL version=0.0.0 07:13:38 ---> Running in 72ce1fcc5057 07:13:39 Removing intermediate container 72ce1fcc5057 07:13:39 ---> c92a699140ae 07:13:39 07:13:39 Successfully built c92a699140ae 07:13:39 Successfully tagged support-scheduler-arm64:latest 07:13:39  Building support-scheduler ... done  [Pipeline] } 07:13:39 $ docker stop --time=1 d6b454633f95526d6227c89fb3953d60bf8f7cfa4a2b564859cef3a75f91abb2 07:13:41 $ docker rm -f --volumes d6b454633f95526d6227c89fb3953d60bf8f7cfa4a2b564859cef3a75f91abb2 [Pipeline] // withDockerContainer [Pipeline] sh 07:13:41 + docker images 07:13:42 REPOSITORY TAG IMAGE ID CREATED SIZE 07:13:42 support-scheduler-arm64 latest c92a699140ae 3 seconds ago 31.5MB 07:13:42 54f130ce29e9 9 seconds ago 1.59GB 07:13:42 core-common-config-bootstrapper-arm64 latest d80c91bfd045 13 seconds ago 17.2MB 07:13:42 core-metadata-arm64 latest d5743bba47fe 20 seconds ago 20.2MB 07:13:42 945a52313e25 21 seconds ago 1.52GB 07:13:42 190de186d05f 31 seconds ago 1.53GB 07:13:42 security-proxy-setup-arm64 latest 0a5ad2cbb31e About a minute ago 18.7MB 07:13:42 6284c5aebfeb 2 minutes ago 1.51GB 07:13:42 core-data-arm64 latest f3ad4cb37a0f 4 minutes ago 19.9MB 07:13:42 69d9af4d64e3 4 minutes ago 1.53GB 07:13:42 security-bootstrapper-arm64 latest 7908e6216a8c 5 minutes ago 21.9MB 07:13:42 9666340edb98 6 minutes ago 1.51GB 07:13:42 security-spiffe-token-provider-arm64 latest 5183f297110a 6 minutes ago 32.7MB 07:13:42 34beaa5e200c 6 minutes ago 1.57GB 07:13:42 security-spire-agent-arm64 latest dd290a0cd5c2 8 minutes ago 153MB 07:13:42 security-secretstore-setup-arm64 latest f901f05fbd5d 8 minutes ago 32.2MB 07:13:42 ec0c5af027d8 9 minutes ago 1.52GB 07:13:42 support-notifications-arm64 latest b0efa17e37e2 9 minutes ago 32.2MB 07:13:42 7fa1d35ef60a 9 minutes ago 1.59GB 07:13:42 core-command-arm64 latest 6c8426f851fd 11 minutes ago 19.7MB 07:13:42 4f1773721b1a 12 minutes ago 1.53GB 07:13:42 security-proxy-auth-arm64 latest d921ca33d475 12 minutes ago 18.3MB 07:13:42 eeea7c1f349d 13 minutes ago 1.51GB 07:13:42 security-spire-server-arm64 latest c931804e9986 18 minutes ago 97MB 07:13:42 security-spire-config-arm64 latest a42804a50c80 18 minutes ago 96.1MB 07:13:42 2b907d446740 18 minutes ago 1.39GB 07:13:42 9952f6b350da 18 minutes ago 1.39GB 07:13:42 ci-base-image-arm64 latest fcaa6fd15502 33 minutes ago 899MB 07:13:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 35 hours ago 681MB 07:13:42 alpine 3.17 51e60588ff2c 3 weeks ago 7.46MB 07:13:42 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 07:13:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:13:42 07:13:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:13:43 arm64: Pulling from edgex-lftools-log-publisher 07:13:43 8998bd30e6a1: Pulling fs layer 07:13:43 04944245beec: Pulling fs layer 07:13:43 699f458cf7ca: Pulling fs layer 07:13:43 765212b225bb: Pulling fs layer 07:13:43 f23df028b6ca: Pulling fs layer 07:13:43 d65c8cfc05b1: Pulling fs layer 07:13:43 2437ff75d9bd: Pulling fs layer 07:13:43 f23df028b6ca: Waiting 07:13:43 2437ff75d9bd: Waiting 07:13:43 d65c8cfc05b1: Waiting 07:13:43 765212b225bb: Waiting 07:13:43 04944245beec: Verifying Checksum 07:13:43 04944245beec: Download complete 07:13:43 765212b225bb: Verifying Checksum 07:13:43 765212b225bb: Download complete 07:13:43 d65c8cfc05b1: Verifying Checksum 07:13:43 d65c8cfc05b1: Download complete 07:13:43 699f458cf7ca: Verifying Checksum 07:13:43 699f458cf7ca: Download complete 07:13:44 8998bd30e6a1: Verifying Checksum 07:13:44 8998bd30e6a1: Download complete 07:13:47 2437ff75d9bd: Verifying Checksum 07:13:47 2437ff75d9bd: Download complete 07:13:48 8998bd30e6a1: Pull complete 07:13:49 04944245beec: Pull complete 07:13:50 699f458cf7ca: Pull complete 07:13:50 765212b225bb: Pull complete 07:13:51 f23df028b6ca: Pull complete 07:13:51 d65c8cfc05b1: Pull complete 07:14:06 2437ff75d9bd: Pull complete 07:14:06 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:14:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:14:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:14:06 prd-ubuntu20.04-docker-arm64-4c-16g-10952 does not seem to be running inside a container 07:14:06 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 07:14:09 $ docker top 8e00ae3091b27e82f53d52c23048f0b592c7aea2928410e000094ba0771319ec -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:14:10 ---> job-cost.sh 07:14:10 lf-activate-venv: SKIPPING 07:14:10 INFO: No Stack... 07:14:11 INFO: Retrieving Pricing Info for: v3-standard-4 07:14:11 INFO: Archiving Costs [Pipeline] sh 07:14:12 + cat /w/workspace/edgex-go/1/archives/cost.csv 07:14:12 + cut -d, -f6 [Pipeline] lock 07:14:12 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4529-1-stack-cost] 07:14:12 Resource [jenkins-edgexfoundry-edgex-go-PR-4529-1-stack-cost] did not exist. Created. 07:14:12 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4529-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:14:13 + echo total: 0.10999999940395355 [Pipeline] stash 07:14:13 Stashed 1 file(s) [Pipeline] } 07:14:13 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4529-1-stack-cost] [Pipeline] // lock [Pipeline] } 07:14:13 $ docker stop --time=1 8e00ae3091b27e82f53d52c23048f0b592c7aea2928410e000094ba0771319ec 07:14:15 $ docker rm -f --volumes 8e00ae3091b27e82f53d52c23048f0b592c7aea2928410e000094ba0771319ec [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 07:14:16 provisioning config files... 07:14:16 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config16605937080960044853tmp [Pipeline] { [Pipeline] sh 07:14:16 + set +x 07:14:16 + curl -s https://codecov.io/bash 07:14:16 + bash -s -- 07:14:16 07:14:16 _____ _ 07:14:16 / ____| | | 07:14:16 | | ___ __| | ___ ___ _____ __ 07:14:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:14:16 | |___| (_) | (_| | __/ (_| (_) \ V / 07:14:16 \_____\___/ \__,_|\___|\___\___/ \_/ 07:14:16 Bash-1.0.6 07:14:16 07:14:16 07:14:16 ==> git version 2.25.1 found 07:14:16 ==> 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 07:14:16 Release-Date: 2020-01-08 07:14:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:14:16 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:14:16 ==> Jenkins CI detected. 07:14:16 current dir:  /w/workspace/edgex-go/1 07:14:16 project root: . 07:14:16 --> token set from env 07:14:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:14:16 ==> Running gcov in . (disable via -X gcov) 07:14:16 ==> Python coveragepy not found 07:14:16 ==> Searching for coverage reports in: 07:14:16 + . 07:14:16 -> Found 1 reports 07:14:16 ==> Detecting git/mercurial file structure 07:14:16 ==> Reading reports 07:14:16 + ./coverage.out bytes=448248 07:14:16 ==> Appending adjustments 07:14:16 https://docs.codecov.io/docs/fixing-reports 07:14:17 + Found adjustments 07:14:17 ==> Gzipping contents 07:14:17 60K /tmp/codecov.99XmY0.gz 07:14:17 ==> Uploading reports 07:14:17 url: https://codecov.io 07:14:17 query: branch=PR-4529&commit=52daff80f6c7ff3a808bf9dea69553069044fb5b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4529%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4529&job=&cmd_args= 07:14:17 -> Pinging Codecov 07:14:17 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4529&commit=52daff80f6c7ff3a808bf9dea69553069044fb5b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4529%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4529&job=&cmd_args= 07:14:18 -> Uploading to 07:14:18 https://storage.googleapis.com/codecov/v4/raw/2023-04-26/00271124DB129430A58F1EEE437C3FCB/52daff80f6c7ff3a808bf9dea69553069044fb5b/71ac4e32-7664-44fe-875b-cb394405b4dd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230426T071417Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1506fa6bdc25a0f5abb0d0d6e39364ff75f31703f6388553939fbe338603fb32 07:14:18 % Total % Received % Xferd Average Speed Time Time Time Current 07:14:18 Dload Upload Total Spent Left Speed 07:14:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57512 0 0 100 57512 0 231k --:--:-- --:--:-- --:--:-- 231k 07:14:18 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/52daff80f6c7ff3a808bf9dea69553069044fb5b [Pipeline] } 07:14:18 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 07:14:19 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 07:14:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:14:21 ---> package-listing.sh 07:14:21 ++ facter osfamily 07:14:21 ++ tr '[:upper:]' '[:lower:]' 07:14:21 + OS_FAMILY=debian 07:14:21 + workspace=/w/workspace/edgex-go/1 07:14:21 + START_PACKAGES=/tmp/packages_start.txt 07:14:21 + END_PACKAGES=/tmp/packages_end.txt 07:14:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:14:21 + PACKAGES=/tmp/packages_start.txt 07:14:21 + '[' /w/workspace/edgex-go/1 ']' 07:14:21 + PACKAGES=/tmp/packages_end.txt 07:14:21 + case "${OS_FAMILY}" in 07:14:21 + grep '^ii' 07:14:21 + dpkg -l 07:14:21 + '[' -f /tmp/packages_start.txt ']' 07:14:21 + '[' -f /tmp/packages_end.txt ']' 07:14:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:14:21 + '[' /w/workspace/edgex-go/1 ']' 07:14:21 + mkdir -p /w/workspace/edgex-go/1/archives/ 07:14:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 07:14:21 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 07:14:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:14:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:14:22 07:14:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:14:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:14:22 latest: Pulling from edgex-lftools-log-publisher 07:14:22 5eb5b503b376: Pulling fs layer 07:14:22 5c69ac0246d0: Pulling fs layer 07:14:22 ec43610c2a17: Pulling fs layer 07:14:22 3a2ae6a8a46f: Pulling fs layer 07:14:22 33b1e0a273af: Pulling fs layer 07:14:22 5d3b04190fa2: Pulling fs layer 07:14:22 2f39f015ded8: Pulling fs layer 07:14:22 3a2ae6a8a46f: Waiting 07:14:22 33b1e0a273af: Waiting 07:14:22 5d3b04190fa2: Waiting 07:14:22 2f39f015ded8: Waiting 07:14:22 5c69ac0246d0: Download complete 07:14:22 3a2ae6a8a46f: Verifying Checksum 07:14:22 3a2ae6a8a46f: Download complete 07:14:22 ec43610c2a17: Verifying Checksum 07:14:22 ec43610c2a17: Download complete 07:14:22 33b1e0a273af: Verifying Checksum 07:14:22 33b1e0a273af: Download complete 07:14:22 5d3b04190fa2: Verifying Checksum 07:14:22 5d3b04190fa2: Download complete 07:14:22 5eb5b503b376: Verifying Checksum 07:14:22 5eb5b503b376: Download complete 07:14:23 2f39f015ded8: Verifying Checksum 07:14:23 2f39f015ded8: Download complete 07:14:23 5eb5b503b376: Pull complete 07:14:24 5c69ac0246d0: Pull complete 07:14:24 ec43610c2a17: Pull complete 07:14:24 3a2ae6a8a46f: Pull complete 07:14:25 33b1e0a273af: Pull complete 07:14:25 5d3b04190fa2: Pull complete 07:14:30 2f39f015ded8: Pull complete 07:14:30 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:14:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:14:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:14:30 prd-ubuntu20.04-docker-8c-8g-10950 does not seem to be running inside a container 07:14:30 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:14:33 $ docker top 1aff134874b1523aedc3621c34ff7e9911f1cbf8ab56c5f576338cd5326f8bad -eo pid,comm [Pipeline] { [Pipeline] sh 07:14:34 + touch /tmp/pre-build-complete [Pipeline] sh 07:14:34 + mkdir -p /var/log/sysstat [Pipeline] sh 07:14:34 + ls /var/log/sa-host 07:14:34 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:14:34 provisioning config files... 07:14:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config12576039427028064360tmp [Pipeline] { [Pipeline] echo 07:14:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:14:35 ---> create-netrc.sh [Pipeline] } 07:14:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:14:35 ---> python-tools-install.sh [Pipeline] echo 07:14:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:14:36 ---> sudo-logs.sh 07:14:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:14:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:14:36 ---> job-cost.sh 07:14:36 lf-activate-venv: SKIPPING 07:14:36 DEBUG: total: 0.10999999940395355 07:14:36 INFO: Retrieving Stack Cost... 07:14:37 INFO: Retrieving Pricing Info for: v3-standard-8 07:14:37 INFO: Archiving Costs [Pipeline] echo 07:14:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:14:38 ---> logs-deploy.sh 07:14:38 lf-activate-venv: SKIPPING 07:14:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4529/1 07:14:38 INFO: archiving workspace using pattern(s): 07:14:38 Archives upload complete. 07:14:39 INFO: archiving logs to Nexus 07:14:39 ---> uname -a: 07:14:39 Linux prd-ubuntu20-04-docker-8c-8g-10950 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 07:14:39 07:14:39 07:14:39 ---> lscpu: 07:14:39 Architecture: x86_64 07:14:39 CPU op-mode(s): 32-bit, 64-bit 07:14:39 Byte Order: Little Endian 07:14:39 Address sizes: 40 bits physical, 48 bits virtual 07:14:39 CPU(s): 8 07:14:39 On-line CPU(s) list: 0-7 07:14:39 Thread(s) per core: 1 07:14:39 Core(s) per socket: 1 07:14:39 Socket(s): 8 07:14:39 NUMA node(s): 1 07:14:39 Vendor ID: AuthenticAMD 07:14:39 CPU family: 23 07:14:39 Model: 49 07:14:39 Model name: AMD EPYC-Rome Processor 07:14:39 Stepping: 0 07:14:39 CPU MHz: 2799.998 07:14:39 BogoMIPS: 5599.99 07:14:39 Virtualization: AMD-V 07:14:39 Hypervisor vendor: KVM 07:14:39 Virtualization type: full 07:14:39 L1d cache: 256 KiB 07:14:39 L1i cache: 256 KiB 07:14:39 L2 cache: 4 MiB 07:14:39 L3 cache: 128 MiB 07:14:39 NUMA node0 CPU(s): 0-7 07:14:39 Vulnerability Itlb multihit: Not affected 07:14:39 Vulnerability L1tf: Not affected 07:14:39 Vulnerability Mds: Not affected 07:14:39 Vulnerability Meltdown: Not affected 07:14:39 Vulnerability Mmio stale data: Not affected 07:14:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:14:39 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:14:39 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 07:14:39 Vulnerability Srbds: Not affected 07:14:39 Vulnerability Tsx async abort: Not affected 07:14:39 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 07:14:39 07:14:39 07:14:39 ---> nproc: 07:14:39 8 07:14:39 07:14:39