Pull request #4583 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of jumpingliu for edgexfoundry/edgex-go Loading trusted files from base branch main at cc406b27680b88a4cbaad5b59c6f9b2898413f21 rather than 2eabc881b88387875c396fd7a75c800c04742c7a Obtained Jenkinsfile from cc406b27680b88a4cbaad5b59c6f9b2898413f21 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-ssh5751943773169380367.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh14476290452771027233.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-4583/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-4583/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12117771037732652928.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-4583/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18372860330623648271.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh14517476733068735995.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-4583/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-4583/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9007166841066414586.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-17177’ Running on prd-ubuntu20.04-docker-8c-8g-17179 in /w/workspace/edgexfoundry_edgex-go_PR-4583 [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 Merging remotes/origin/main commit cc406b27680b88a4cbaad5b59c6f9b2898413f21 into PR head commit 2eabc881b88387875c396fd7a75c800c04742c7a Merge succeeded, producing 2eabc881b88387875c396fd7a75c800c04742c7a Checking out Revision 2eabc881b88387875c396fd7a75c800c04742c7a (PR-4583) > 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/4583/head:refs/remotes/origin/PR-4583 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2eabc881b88387875c396fd7a75c800c04742c7a # 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 cc406b27680b88a4cbaad5b59c6f9b2898413f21 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2eabc881b88387875c396fd7a75c800c04742c7a # timeout=10 Commit message: "fix: Replace slack chat with github discussion" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:51:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:51:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:51:38 ========================================================= 21:51:38 EdgeX Global Pipelines Version Info 21:51:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:51:39 ------------------- 21:51:39 stable info: 21:51:39 ------------------- 21:51:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:51:39 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 21:51:39 Message: update stable to v1.0.249 21:51:39 ------------------- 21:51:39 experimental info: 21:51:39 ------------------- 21:51:39 Commited By: **** collab-it+edgex@linuxfoundation.org 21:51:39 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 21:51:39 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:51:40 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:51:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4583 [Pipeline] echo 21:51:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4583 [Pipeline] echo 21:51:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4583 [Pipeline] echo 21:51:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2eabc881b88387875c396fd7a75c800c04742c7a [Pipeline] echo 21:51:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2eabc88 [Pipeline] echo 21:51:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:51:41 provisioning config files... 21:51:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config17580992809356944546tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:51:41 ---> docker-login.sh 21:51:41 nexus3.edgexfoundry.org:10001 21:51:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:41 Configure a credential helper to remove this warning. See 21:51:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:41 21:51:41 Login Succeeded 21:51:41 nexus3.edgexfoundry.org:10002 21:51:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:41 Configure a credential helper to remove this warning. See 21:51:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:41 21:51:41 Login Succeeded 21:51:41 nexus3.edgexfoundry.org:10003 21:51:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:42 Configure a credential helper to remove this warning. See 21:51:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:42 21:51:42 Login Succeeded 21:51:42 nexus3.edgexfoundry.org:10004 21:51:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:42 Configure a credential helper to remove this warning. See 21:51:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:42 21:51:42 Login Succeeded 21:51:42 docker.io 21:51:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:42 Configure a credential helper to remove this warning. See 21:51:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:42 21:51:42 Login Succeeded 21:51:42 ---> docker-login.sh ends [Pipeline] } 21:51:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:51:42 + 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 21:51:42 + dirname cmd/core-command/Dockerfile 21:51:42 + cut -d/ -f2 21:51:42 + echo core-command,cmd/core-command/Dockerfile 21:51:42 + dirname cmd/core-common-config-bootstrapper/Dockerfile 21:51:42 + cut -d/ -f2 21:51:42 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 21:51:42 + dirname cmd/core-data/Dockerfile 21:51:42 + cut -d/ -f2 21:51:42 + echo core-data,cmd/core-data/Dockerfile 21:51:42 + + dirname cmd/core-metadata/Dockerfile 21:51:42 cut -d/ -f2 21:51:42 + echo core-metadata,cmd/core-metadata/Dockerfile 21:51:42 + dirname cmd/security-bootstrapper/Dockerfile 21:51:42 + cut -d/ -f2 21:51:42 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:51:42 + dirname cmd/security-proxy-auth/Dockerfile 21:51:42 + cut -d/ -f2 21:51:42 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 21:51:42 + dirname cmd/security-proxy-setup/Dockerfile 21:51:42 + cut -d/ -f2 21:51:42 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:51:42 + dirname cmd/security-secretstore-setup/Dockerfile 21:51:42 + cut -d/ -f2 21:51:42 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:51:42 + + cut -d/ -f2 21:51:42 dirname cmd/security-spiffe-token-provider/Dockerfile 21:51:42 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 21:51:42 + dirname cmd/security-spire-agent/Dockerfile 21:51:42 + cut -d/ -f2 21:51:42 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 21:51:42 + dirname cmd/security-spire-config/Dockerfile 21:51:42 + cut -d/ -f2 21:51:42 + echo security-spire-config,cmd/security-spire-config/Dockerfile 21:51:42 + dirname cmd/security-spire-server/Dockerfile 21:51:42 + cut -d/ -f2 21:51:42 + echo security-spire-server,cmd/security-spire-server/Dockerfile 21:51:42 + dirname cmd/support-notifications/Dockerfile 21:51:42 + cut -d/ -f2 21:51:42 + echo support-notifications,cmd/support-notifications/Dockerfile 21:51:42 + dirname cmd/support-scheduler/Dockerfile 21:51:42 + cut -d/ -f2 21:51:42 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 21:51:43 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 21:51:43 + git rev-list -1 --merges 2eabc881b88387875c396fd7a75c800c04742c7a~1..2eabc881b88387875c396fd7a75c800c04742c7a [Pipeline] echo 21:51:43 -----------> git rev-list -1 --merges 2eabc881b88387875c396fd7a75c800c04742c7a~1..2eabc881b88387875c396fd7a75c800c04742c7a 2eabc881b88387875c396fd7a75c800c04742c7a [false] [Pipeline] sh 21:51:43 + git log --format=format:%s -1 2eabc881b88387875c396fd7a75c800c04742c7a [Pipeline] echo 21:51:43 ========================================================= 21:51:43 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:51:43 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 21:51:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:51:44 + grep -v github /etc/ssh/ssh_known_hosts 21:51:44 + [ -e /tmp/ssh_known_hosts ] 21:51:44 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:51:44 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:51:44 + sudo tee -a /etc/ssh/ssh_known_hosts 21:51:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:51:44 21:51:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:51:45 0.1.4: Pulling from edgex-devops/py-git-semver 21:51:45 b85a868b505f: Pulling fs layer 21:51:45 e2be974225ed: Pulling fs layer 21:51:45 339a4e72a1f5: Pulling fs layer 21:51:45 988bab9f4d93: Pulling fs layer 21:51:45 1469e6f7b9e6: Pulling fs layer 21:51:45 eaf3925da568: Pulling fs layer 21:51:45 bab4dde63d76: Pulling fs layer 21:51:45 bde34c3a00c8: Pulling fs layer 21:51:45 b352a97aabf1: Pulling fs layer 21:51:45 4872d77fe225: Pulling fs layer 21:51:45 5851b861e8e6: Pulling fs layer 21:51:45 bab4dde63d76: Waiting 21:51:45 eaf3925da568: Waiting 21:51:45 1469e6f7b9e6: Waiting 21:51:45 bde34c3a00c8: Waiting 21:51:45 b352a97aabf1: Waiting 21:51:45 5851b861e8e6: Waiting 21:51:45 4872d77fe225: Waiting 21:51:45 e2be974225ed: Download complete 21:51:45 988bab9f4d93: Verifying Checksum 21:51:45 988bab9f4d93: Download complete 21:51:45 1469e6f7b9e6: Verifying Checksum 21:51:45 1469e6f7b9e6: Download complete 21:51:45 eaf3925da568: Verifying Checksum 21:51:45 eaf3925da568: Download complete 21:51:45 339a4e72a1f5: Verifying Checksum 21:51:45 339a4e72a1f5: Download complete 21:51:45 bde34c3a00c8: Download complete 21:51:45 b352a97aabf1: Download complete 21:51:45 4872d77fe225: Download complete 21:51:45 5851b861e8e6: Verifying Checksum 21:51:45 5851b861e8e6: Download complete 21:51:45 b85a868b505f: Download complete 21:51:46 bab4dde63d76: Verifying Checksum 21:51:46 bab4dde63d76: Download complete 21:51:47 b85a868b505f: Pull complete 21:51:47 e2be974225ed: Pull complete 21:51:47 339a4e72a1f5: Pull complete 21:51:47 988bab9f4d93: Pull complete 21:51:48 1469e6f7b9e6: Pull complete 21:51:48 eaf3925da568: Pull complete 21:51:50 bab4dde63d76: Pull complete 21:51:50 bde34c3a00c8: Pull complete 21:51:50 b352a97aabf1: Pull complete 21:51:50 4872d77fe225: Pull complete 21:51:50 5851b861e8e6: Pull complete 21:51:50 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:51:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:51:50 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:51:50 prd-ubuntu20.04-docker-8c-8g-17179 does not seem to be running inside a container 21:51:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:51:52 $ docker top 149dc5b82c99fc967002349010a63918c6ea1c1d99c1b1ab24565ecf712529a4 -eo pid,comm 21:51:52 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). 21:51:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:51:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:51:53 [ssh-agent] Looking for ssh-agent implementation... 21:51:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:51:53 $ docker exec 149dc5b82c99fc967002349010a63918c6ea1c1d99c1b1ab24565ecf712529a4 ssh-agent 21:51:53 SSH_AUTH_SOCK=/tmp/ssh-ihgZ3oDAtWty/agent.32 21:51:53 SSH_AGENT_PID=38 21:51:53 Running ssh-add (command line suppressed) 21:51:53 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7167143507875179281.key (/w/workspace/edgex-go/1@tmp/private_key_7167143507875179281.key) 21:51:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:51:53 + git tag --points-at HEAD [Pipeline] } 21:51:53 $ docker exec --env ******** --env ******** 149dc5b82c99fc967002349010a63918c6ea1c1d99c1b1ab24565ecf712529a4 ssh-agent -k 21:51:53 unset SSH_AUTH_SOCK; 21:51:53 unset SSH_AGENT_PID; 21:51:53 echo Agent pid 38 killed; 21:51:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:51:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:51:53 [ssh-agent] Looking for ssh-agent implementation... 21:51:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:51:54 $ docker exec 149dc5b82c99fc967002349010a63918c6ea1c1d99c1b1ab24565ecf712529a4 ssh-agent 21:51:54 SSH_AUTH_SOCK=/tmp/ssh-3Dzlrsdm8o48/agent.70 21:51:54 SSH_AGENT_PID=77 21:51:54 Running ssh-add (command line suppressed) 21:51:54 Identity added: /w/workspace/edgex-go/1@tmp/private_key_9687098080115065921.key (/w/workspace/edgex-go/1@tmp/private_key_9687098080115065921.key) 21:51:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:51:54 + git semver init 21:51:54 2023-05-29 21:51:54,858 [run_init] DEBUG init version:0.0.0 force:False 21:51:54 2023-05-29 21:51:54,859 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 21:51:54 2023-05-29 21:51:54,860 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 21:51:54 2023-05-29 21:51:54,860 [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) 21:52:00 2023-05-29 21:51:59,413 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 21:52:00 2023-05-29 21:51:59,413 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4583 with force:False 21:52:00 2023-05-29 21:51:59,413 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4583 21:52:00 2023-05-29 21:51:59,418 [execute] INFO git cat-file --batch-check 21:52:00 2023-05-29 21:51:59,418 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 21:52:00 2023-05-29 21:51:59,424 [execute] INFO git cat-file --batch 21:52:00 2023-05-29 21:51:59,425 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 21:52:00 2023-05-29 21:51:59,429 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4583 21:52:00 0.0.0 [Pipeline] } 21:52:00 $ docker exec --env ******** --env ******** 149dc5b82c99fc967002349010a63918c6ea1c1d99c1b1ab24565ecf712529a4 ssh-agent -k 21:52:00 unset SSH_AUTH_SOCK; 21:52:00 unset SSH_AGENT_PID; 21:52:00 echo Agent pid 77 killed; 21:52:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:52:00 + git semver [Pipeline] } 21:52:01 $ docker stop --time=1 149dc5b82c99fc967002349010a63918c6ea1c1d99c1b1ab24565ecf712529a4 21:52:02 $ docker rm -f --volumes 149dc5b82c99fc967002349010a63918c6ea1c1d99c1b1ab24565ecf712529a4 [Pipeline] // withDockerContainer [Pipeline] sh 21:52:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:52:03 Stashed 1 file(s) [Pipeline] echo 21:52:03 [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 21:52:03 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 21:52:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:52:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:52:03 ========================================================= 21:52:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 21:52:03 ========================================================= [Pipeline] fileExists [Pipeline] sh 21:52:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 21:52:04 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 21:52:04 f56be85fc22e: Pulling fs layer 21:52:04 85791d961cd3: Pulling fs layer 21:52:04 d694b5ae8c79: Pulling fs layer 21:52:04 9f32a84ed3da: Pulling fs layer 21:52:04 4d19c01a9841: Pulling fs layer 21:52:04 9325e15d5711: Pulling fs layer 21:52:04 556b6ee489ea: Pulling fs layer 21:52:04 c5a4b2cf53e6: Pulling fs layer 21:52:04 9325e15d5711: Waiting 21:52:04 556b6ee489ea: Waiting 21:52:04 c5a4b2cf53e6: Waiting 21:52:04 4d19c01a9841: Waiting 21:52:04 9f32a84ed3da: Waiting 21:52:04 85791d961cd3: Verifying Checksum 21:52:04 85791d961cd3: Download complete 21:52:04 9f32a84ed3da: Verifying Checksum 21:52:04 9f32a84ed3da: Download complete 21:52:04 4d19c01a9841: Verifying Checksum 21:52:04 4d19c01a9841: Download complete 21:52:04 f56be85fc22e: Verifying Checksum 21:52:04 f56be85fc22e: Download complete 21:52:04 9325e15d5711: Verifying Checksum 21:52:04 9325e15d5711: Download complete 21:52:04 f56be85fc22e: Pull complete 21:52:04 85791d961cd3: Pull complete 21:52:05 c5a4b2cf53e6: Verifying Checksum 21:52:05 c5a4b2cf53e6: Download complete 21:52:05 d694b5ae8c79: Verifying Checksum 21:52:05 d694b5ae8c79: Download complete 21:52:05 556b6ee489ea: Verifying Checksum 21:52:05 556b6ee489ea: Download complete 21:52:08 d694b5ae8c79: Pull complete 21:52:08 9f32a84ed3da: Pull complete 21:52:08 4d19c01a9841: Pull complete 21:52:08 9325e15d5711: Pull complete 21:52:11 556b6ee489ea: Pull complete 21:52:11 c5a4b2cf53e6: Pull complete 21:52:12 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 21:52:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 21:52:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 21:52:12 + + docker build -t ci-base-image-x86_64 -f - . 21:52:12 echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 21:52:12 WORKDIR /edgex 21:52:12 COPY go.mod . 21:52:12 RUN go mod download 21:52:13 Sending build context to Docker daemon 170.8MB 21:52:13 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 21:52:13 ---> c4be618373d6 21:52:13 Step 2/4 : WORKDIR /edgex 21:52:18 Still waiting to schedule task 21:52:18 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-17178’ 21:52:18 ---> Running in bb155a73ae77 21:52:18 Removing intermediate container bb155a73ae77 21:52:18 ---> 29348d31c6a9 21:52:18 Step 3/4 : COPY go.mod . 21:52:18 ---> 74acdb30f7fd 21:52:18 Step 4/4 : RUN go mod download 21:52:18 ---> Running in 2b372e57b677 21:52:30 Removing intermediate container 2b372e57b677 21:52:30 ---> 33bce29c90e8 21:52:30 Successfully built 33bce29c90e8 21:52:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:52:31 + docker inspect -f . ci-base-image-x86_64 21:52:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:52:31 prd-ubuntu20.04-docker-8c-8g-17179 does not seem to be running inside a container 21:52:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:52:31 $ docker top b8a09a5dc294c7dda3324cd653fec644b50cd99347e119502de85ef8a3b28c33 -eo pid,comm [Pipeline] { [Pipeline] sh 21:52:32 + go version 21:52:32 go version go1.20.2 linux/amd64 [Pipeline] } 21:52:32 $ docker stop --time=1 b8a09a5dc294c7dda3324cd653fec644b50cd99347e119502de85ef8a3b28c33 21:52:33 $ docker rm -f --volumes b8a09a5dc294c7dda3324cd653fec644b50cd99347e119502de85ef8a3b28c33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:52:34 + docker inspect -f . ci-base-image-x86_64 21:52:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:52:34 prd-ubuntu20.04-docker-8c-8g-17179 does not seem to be running inside a container 21:52:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:52:34 $ docker top a1a94cfd199b1000829af81b9b9988f84f32f5afc1a14693b58771a903bebe72 -eo pid,comm [Pipeline] { [Pipeline] echo 21:52:34 ========================================================= 21:52:34 [edgeXBuildGoParallel] Running Tests and Build... 21:52:34 ========================================================= [Pipeline] sh 21:52:35 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 21:52:35 + make test 21:52:35 go test -race -coverprofile=coverage.out ./... 21:52:41 ? github.com/edgexfoundry/edgex-go [no test files] 21:53:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:53:00 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 21:53:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:53:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:53:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:53:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:53:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:53:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 21:53:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:53:00 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 21:53:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:53:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:53:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:53:01 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 21:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:53:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.061s coverage: 28.7% of statements 21:53:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.082s coverage: 98.5% of statements 21:53:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.094s coverage: 71.5% of statements 21:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 21:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 21:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 21:53:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:53:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:53:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.079s coverage: 54.0% of statements 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 21:53:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:53:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:53:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.684s coverage: 88.5% of statements 21:53:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.072s coverage: 3.8% of statements 21:53:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 21:53:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 21:53:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 21:53:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.372s coverage: 95.6% of statements 21:53:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:53:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 21:53:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 21:53:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:53:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:53:16 ok github.com/edgexfoundry/edgex-go/internal/io 0.052s coverage: 72.2% of statements 21:53:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:53:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:53:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:53:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.058s coverage: 65.9% of statements 21:53:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 21:53:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:53:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.075s coverage: 0.9% of statements 21:53:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.059s coverage: 29.0% of statements 21:53:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 42.9% of statements 21:53:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 82.9% of statements 21:53:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements 21:53:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.060s coverage: 96.3% of statements 21:53:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements 21:53:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:53:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:53:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:53:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 21:53:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 21:53:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:53:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:53:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:53:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:53:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:53:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:53:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:53:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 21:53:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:53:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:53:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 21:53:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 21:53:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 21:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:53:30 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 21:53:30 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 21:53:30 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 21:53:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 21:53:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 21:53:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 21:53:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:53:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.063s coverage: 94.4% of statements 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 21:53:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 21:53:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:53:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:53:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 21:53:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.268s coverage: 79.9% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.076s coverage: 92.9% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 64.4% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.067s coverage: 62.3% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.052s coverage: 20.0% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 81.8% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.089s coverage: 82.1% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.049s coverage: 86.0% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 63.1% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 89.4% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.190s coverage: 38.4% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.061s coverage: 89.5% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.069s coverage: 17.7% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.122s coverage: 92.3% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.062s coverage: 61.5% of statements 21:53:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 97.7% of statements 21:53:46 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 21:53:46 running golangci-lint 21:53:46 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 21:53:46 go version go1.20.2 linux/amd64 21:53:46 level=info msg="[config_reader] Used config file .golangci.yml" 21:53:46 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 21:54:01 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|types_sizes|deps|exports_file|imports|name) took 15.340140584s" 21:54:01 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 34.967496ms" 21:54:09 level=info msg="[linters_context/goanalysis] analyzers took 1m13.209811873s with top 10 stages: buildir: 37.220495006s, gosec: 1.732336579s, inspect: 1.541208371s, fact_deprecated: 1.397550585s, ctrlflow: 1.35286989s, printf: 1.245400053s, S1038: 1.16988555s, fact_purity: 1.037510183s, nilness: 946.141191ms, typedness: 764.368547ms" 21:54:09 level=info msg="[runner] Issues before processing: 203, after processing: 0" 21:54:09 level=info msg="[runner] Processors filtering stat (out/in): exclude-rules: 23/203, path_prettifier: 203/203, autogenerated_exclude: 203/203, skip_files: 203/203, skip_dirs: 203/203, identifier_marker: 203/203, filename_unadjuster: 203/203, exclude: 203/203, nolint: 0/23, cgo: 203/203" 21:54:09 level=info msg="[runner] processing took 14.290289ms with stages: nolint: 7.203512ms, identifier_marker: 3.991806ms, exclude-rules: 1.242265ms, autogenerated_exclude: 812.012µs, path_prettifier: 691.325µs, skip_dirs: 318.027µs, cgo: 17.791µs, filename_unadjuster: 8.42µs, max_same_issues: 1.04µs, uniq_by_line: 641ns, skip_files: 610ns, max_from_linter: 450ns, exclude: 440ns, diff: 390ns, severity-rules: 380ns, path_prefixer: 350ns, source_code: 280ns, sort_results: 240ns, path_shortener: 160ns, max_per_file_from_linter: 150ns" 21:54:09 level=info msg="[runner] linters took 8.673317442s with stages: goanalysis_metalinter: 8.658936869s" 21:54:09 level=info msg="File cache stats: 0 entries of total size 0B" 21:54:09 level=info msg="Memory: 242 samples, avg is 194.3MB, max is 773.4MB" 21:54:09 level=info msg="Execution took 24.05827597s" 21:54:09 go vet ./... 21:54:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:54:14 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:54:14 ./bin/test-attribution-txt.sh [Pipeline] echo 21:54:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 21:54:15 + ls -al . 21:54:15 total 704 21:54:15 drwxrwxr-x 11 1001 1001 4096 May 29 21:52 . 21:54:15 drwxr-xr-x 4 root root 4096 May 29 21:52 .. 21:54:15 drwxrwxr-x 2 1001 1001 4096 May 29 21:51 .blubracket 21:54:15 -rw-rw-r-- 1 1001 1001 16 May 29 21:51 .dockerignore 21:54:15 drwxrwxr-x 8 1001 1001 4096 May 29 21:52 .git 21:54:15 drwxrwxr-x 3 1001 1001 4096 May 29 21:51 .github 21:54:15 -rw-rw-r-- 1 1001 1001 1133 May 29 21:51 .gitignore 21:54:15 -rw-rw-r-- 1 1001 1001 42 May 29 21:51 .golangci.yml 21:54:15 -rw-rw-r-- 1 1001 1001 87 May 29 21:51 .hadolint.yml 21:54:15 drwxr-xr-x 3 1001 1001 4096 May 29 21:51 .semver 21:54:15 -rw-rw-r-- 1 1001 1001 166 May 29 21:51 .sonarcloud.properties 21:54:15 -rw-rw-r-- 1 1001 1001 1171 May 29 21:51 ADOPTERS.md 21:54:15 -rw-rw-r-- 1 1001 1001 10835 May 29 21:51 Attribution.txt 21:54:15 -rw-rw-r-- 1 1001 1001 73765 May 29 21:51 CHANGELOG.md 21:54:15 -rw-rw-r-- 1 1001 1001 3804 May 29 21:51 CONTRIBUTING.md 21:54:15 -rw-rw-r-- 1 1001 1001 677 May 29 21:51 GOVERNANCE.md 21:54:15 -rw-rw-r-- 1 1001 1001 883 May 29 21:51 Jenkinsfile 21:54:15 -rw-rw-r-- 1 1001 1001 10775 May 29 21:51 LICENSE 21:54:15 -rw-rw-r-- 1 1001 1001 14368 May 29 21:51 Makefile 21:54:15 -rw-rw-r-- 1 1001 1001 582 May 29 21:51 OWNERS.md 21:54:15 -rw-rw-r-- 1 1001 1001 9943 May 29 21:51 README.md 21:54:15 -rw-rw-r-- 1 1001 1001 789 May 29 21:51 SECURITY.md 21:54:15 -rw-rw-r-- 1 1001 1001 5 May 29 21:52 VERSION 21:54:15 drwxrwxr-x 2 1001 1001 4096 May 29 21:51 bin 21:54:15 drwxrwxr-x 18 1001 1001 4096 May 29 21:51 cmd 21:54:15 -rw-r--r-- 1 root root 447731 May 29 21:53 coverage.out 21:54:15 -rw-rw-r-- 1 1001 1001 3159 May 29 21:51 go.mod 21:54:15 -rw-rw-r-- 1 1001 1001 30958 May 29 21:51 go.sum 21:54:15 drwxrwxr-x 7 1001 1001 4096 May 29 21:51 internal 21:54:15 drwxrwxr-x 3 1001 1001 4096 May 29 21:51 openapi 21:54:15 -rw-rw-r-- 1 1001 1001 594 May 29 21:51 security.txt 21:54:15 drwxrwxr-x 4 1001 1001 4096 May 29 21:51 snap 21:54:15 -rw-rw-r-- 1 1001 1001 204 May 29 21:51 version.go [Pipeline] sh 21:54:15 + '[' -e coverage.out ] 21:54:15 + chown 1001:1001 coverage.out [Pipeline] stash 21:54:15 Stashed 1 file(s) [Pipeline] sh 21:54:16 + make build 21:54:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 21:54:28 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:54:29 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:54:30 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 21:54:31 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:54:38 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:54:39 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 21:54:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:54: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:54:42 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 21:54:43 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:54:44 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 21:54:45 $ docker stop --time=1 a1a94cfd199b1000829af81b9b9988f84f32f5afc1a14693b58771a903bebe72 21:54:51 $ docker rm -f --volumes a1a94cfd199b1000829af81b9b9988f84f32f5afc1a14693b58771a903bebe72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:54:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:54:52 21:54:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:54:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:54:53 latest: Pulling from edgex-devops/edgex-compose 21:54:53 cbdbe7a5bc2a: Pulling fs layer 21:54:53 ca9280d653b3: Pulling fs layer 21:54:53 7e9c9ca2126c: Pulling fs layer 21:54:53 cbdbe7a5bc2a: Download complete 21:54:53 ca9280d653b3: Verifying Checksum 21:54:53 cbdbe7a5bc2a: Pull complete 21:54:53 7e9c9ca2126c: Download complete 21:54:53 ca9280d653b3: Pull complete 21:54:56 7e9c9ca2126c: Pull complete 21:54:56 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:54:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:54:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:54:57 prd-ubuntu20.04-docker-8c-8g-17179 does not seem to be running inside a container 21:54:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:54:59 $ docker top 23b94dca0921d37c74ec967853497baa277fdf510249518dfc90102118ffda96 -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:59 + docker-compose build --help 21:54:59 + grep parallel 21:55:00 --parallel Build images in parallel. [Pipeline] } 21:55:00 $ docker stop --time=1 23b94dca0921d37c74ec967853497baa277fdf510249518dfc90102118ffda96 21:55:01 $ docker rm -f --volumes 23b94dca0921d37c74ec967853497baa277fdf510249518dfc90102118ffda96 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:55:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:55:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:55:02 prd-ubuntu20.04-docker-8c-8g-17179 does not seem to be running inside a container 21:55:02 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:55:02 $ docker top 87ad00e997789638c6ca39db3637ec0d9c362dd0e54061bd48e4bc2672b9efa6 -eo pid,comm [Pipeline] { [Pipeline] sh 21:55:03 + docker-compose -f ./docker-compose-build.yml build --parallel 21:55:03 Building core-command ... 21:55:03 Building core-common-config-bootstrapper ... 21:55:03 Building core-data ... 21:55:03 Building core-metadata ... 21:55:03 Building security-bootstrapper ... 21:55:03 Building security-proxy-auth ... 21:55:03 Building security-proxy-setup ... 21:55:03 Building security-secretstore-setup ... 21:55:03 Building security-spiffe-token-provider ... 21:55:03 Building security-spire-agent ... 21:55:03 Building security-spire-config ... 21:55:03 Building security-spire-server ... 21:55:03 Building support-notifications ... 21:55:03 Building support-scheduler ... 21:55:03 Building security-bootstrapper 21:55:03 Building security-spire-server 21:55:03 Building security-spire-agent 21:55:03 Building core-metadata 21:55:03 Building core-command 21:55:15 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:55:15 Step 2/25 : FROM ${BUILDER_BASE} AS builder 21:55:15 ---> 33bce29c90e8 21:55:15 Step 3/25 : ARG ADD_BUILD_TAGS="" 21:55:15 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:55:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:55:15 ---> 33bce29c90e8 21:55:15 Step 3/24 : ARG ADD_BUILD_TAGS="" 21:55:15 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:55:15 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:55:15 ---> 33bce29c90e8 21:55:15 Step 3/27 : WORKDIR /edgex-go 21:55:15 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:55:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:55:15 ---> 33bce29c90e8 21:55:15 Step 3/26 : WORKDIR /edgex-go 21:55:15 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:55:15 Step 2/33 : FROM ${BUILDER_BASE} AS builder 21:55:15 ---> 33bce29c90e8 21:55:15 Step 3/33 : WORKDIR /edgex-go 21:55:23 ---> Running in 47fec534938c 21:55:23 ---> Running in 5eb1bdb886dc 21:55:23 ---> Running in b88e61cbd268 21:55:23 ---> Running in eed598e7ad96 21:55:23 ---> Running in 08686cd773fe 21:55:23 Removing intermediate container eed598e7ad96 21:55:23 ---> cf9ddb74baa4 21:55:23 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 21:55:23 Removing intermediate container 47fec534938c 21:55:23 ---> af1f781e589e 21:55:23 Step 4/24 : WORKDIR /edgex-go 21:55:23 Removing intermediate container 08686cd773fe 21:55:23 ---> 40c1db1df525 21:55:23 Step 4/33 : RUN apk add --update --no-cache make git 21:55:23 ---> Running in 599b220d1e93 21:55:23 Removing intermediate container b88e61cbd268 21:55:23 ---> e4c33d983d4d 21:55:23 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 21:55:23 Removing intermediate container 5eb1bdb886dc 21:55:23 ---> f3b1c6c3aa3a 21:55:23 Step 4/25 : WORKDIR /edgex-go 21:55:23 ---> Running in eb62f7e17de6 21:55:23 ---> Running in 7adc2a4e3b0a 21:55:23 ---> Running in 34f5e5949b4d 21:55:23 ---> Running in 5d1a87519d96 21:55:23 Removing intermediate container 7adc2a4e3b0a 21:55:23 ---> 71a0697a48b5 21:55:23 Step 5/24 : RUN apk add --update --no-cache make git 21:55:23 Removing intermediate container 5d1a87519d96 21:55:23 ---> b16a1ba0f32c 21:55:23 Step 5/25 : RUN apk add --update --no-cache make git 21:55:23 ---> Running in 30b91e413874 21:55:23 ---> Running in 4571dcf216ec 21:55:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:55:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:55:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:55:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:55:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:55:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:55:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:55:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:55:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:55:24 OK: 265 MiB in 53 packages 21:55:24 OK: 265 MiB in 53 packages 21:55:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:55:24 OK: 265 MiB in 53 packages 21:55:24 OK: 265 MiB in 53 packages 21:55:24 OK: 265 MiB in 53 packages 21:55:24 Removing intermediate container 599b220d1e93 21:55:24 ---> f91da9c10ccc 21:55:24 Step 5/27 : COPY go.mod vendor* ./ 21:55:25 Removing intermediate container eb62f7e17de6 21:55:25 ---> cfe625b05216 21:55:25 Step 5/33 : COPY go.mod vendor* ./ 21:55:25 ---> d72014a42104 21:55:25 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:55:25 ---> Running in 3c372c6c623e 21:55:25 Removing intermediate container 34f5e5949b4d 21:55:25 ---> 4c0734049299 21:55:25 Step 5/26 : COPY go.mod vendor* ./ 21:55:25 Removing intermediate container 30b91e413874 21:55:25 ---> a4917ef6e1c8 21:55:25 Step 6/24 : COPY go.mod vendor* ./ 21:55:25 ---> 606449692d3b 21:55:25 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:55:25 Removing intermediate container 4571dcf216ec 21:55:25 ---> a7c066acfd09 21:55:25 Step 6/25 : COPY go.mod vendor* ./ 21:55:25 ---> Running in dc071a87c35a 21:55:25 ---> 64c8df0d1e3a 21:55:25 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:55:25 ---> e3d289ad6f33 21:55:25 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:55:25 ---> Running in 2b923a7ce8e7 21:55:25 ---> Running in 79a5473a24fb 21:55:25 ---> 46972387ebdc 21:55:25 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:55:25 ---> Running in c65907b0e8d7 21:55:52 Running on prd-ubuntu20.04-docker-arm64-4c-16g-17180 in /w/workspace/edgexfoundry_edgex-go_PR-4583 [Pipeline] { [Pipeline] ws 21:55:52 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 21:55:52 The recommended git tool is: git 21:55:57 using credential edgex-jenkins-ssh 21:55:57 Cloning the remote Git repository 21:55:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:55:57 > git init /w/workspace/edgex-go/1 # timeout=10 21:55:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:55:57 > git --version # timeout=10 21:55:57 > git --version # 'git version 2.25.1' 21:55:57 using GIT_SSH to set credentials SSH Credentials for GitHub 21:55:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:56:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:56:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:56:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:56:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:56:14 using GIT_SSH to set credentials SSH Credentials for GitHub 21:56:15 Merging remotes/origin/main commit cc406b27680b88a4cbaad5b59c6f9b2898413f21 into PR head commit 2eabc881b88387875c396fd7a75c800c04742c7a 21:56:15 Merge succeeded, producing 2eabc881b88387875c396fd7a75c800c04742c7a 21:56:15 Checking out Revision 2eabc881b88387875c396fd7a75c800c04742c7a (PR-4583) 21:56:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4583/head:refs/remotes/origin/PR-4583 +refs/heads/main:refs/remotes/origin/main # timeout=10 21:56:15 > git config core.sparsecheckout # timeout=10 21:56:15 > git checkout -f 2eabc881b88387875c396fd7a75c800c04742c7a # timeout=10 21:56:15 > git remote # timeout=10 21:56:15 > git config --get remote.origin.url # timeout=10 21:56:15 using GIT_SSH to set credentials SSH Credentials for GitHub 21:56:15 > git merge cc406b27680b88a4cbaad5b59c6f9b2898413f21 # timeout=10 21:56:15 > git rev-parse HEAD^{commit} # timeout=10 21:56:15 > git config core.sparsecheckout # timeout=10 21:56:15 > git checkout -f 2eabc881b88387875c396fd7a75c800c04742c7a # timeout=10 21:56:19 Commit message: "fix: Replace slack chat with github discussion" 21:56:19 > git --version # timeout=10 21:56:19 > git --version # 'git version 2.25.1' 21:56:19 fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:56:20 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:56:20 % Total % Received % Xferd Average Speed Time Time Time Current 21:56:20 Dload Upload Total Spent Left Speed 21:56:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93072 0 --:--:-- --:--:-- --:--:-- 93072 [Pipeline] sh 21:56:21 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 21:56:21 Removing intermediate container c65907b0e8d7 21:56:21 Removing intermediate container 79a5473a24fb 21:56:21 ---> 1072ad34ce73 21:56:21 ---> e3e4e2e0d550 21:56:21 Step 8/25 : COPY . .Step 8/24 : COPY . . 21:56:21 21:56:21 Removing intermediate container 3c372c6c623e 21:56:21 ---> ead2920c0695 21:56:21 Step 7/27 : COPY . . 21:56:21 Removing intermediate container 2b923a7ce8e7 21:56:21 ---> c9507dd89f66 21:56:21 Step 7/26 : COPY . . 21:56:21 Removing intermediate container dc071a87c35a 21:56:21 ---> 27f7355289be 21:56:21 Step 7/33 : COPY . . 21:56:21 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 21:56:21 + sudo tee /etc/docker/daemon.new 21:56:21 { 21:56:21 "registry-mirrors": [ 21:56:21 "https://nexus3.edgexfoundry.org:10001" 21:56:21 ], 21:56:21 "bip": "10.250.0.254/24", 21:56:21 "hosts": [ 21:56:21 "tcp://0.0.0.0:5555", 21:56:21 "unix:///var/run/docker.sock" 21:56:21 ], 21:56:21 "mtu": 1458, 21:56:21 "selinux-enabled": true, 21:56:21 "seccomp-profile": "/etc/docker/seccomp.json" 21:56:21 } [Pipeline] sh 21:56:21 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:56:22 + sudo service docker restart 21:56:33 ---> 118b7282714b 21:56:33 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 21:56:33 ---> 644f6fa9f27d 21:56:33 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:56:33 ---> 82fabe78cbfa 21:56:33 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 21:56:33 ---> Running in 452d26d4a73a 21:56:33 ---> Running in ba8b1297e35b 21:56:33 ---> Running in bf664b6ded79 21:56:33 ---> e8e291a805d2 21:56:33 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 21:56:33 ---> 1e2410da0fe4 21:56:33 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 21:56:33 ---> Running in 7cc97d2144a5 21:56:33 ---> Running in 6f6632da6d50 21:56:33 Removing intermediate container 452d26d4a73a 21:56:33 ---> fc794a3c9ba0 21:56:33 Step 9/26 : WORKDIR /edgex-go/spire-build 21:56:33 ---> Running in 8b4721c13724 21:56:33 Removing intermediate container 7cc97d2144a5 21:56:33 ---> cfb3ae5d8bbe 21:56:33 Step 9/27 : WORKDIR /edgex-go/spire-build 21:56:33 ---> Running in 3cbe9453c3aa 21:56:33 Removing intermediate container 8b4721c13724 21:56:33 ---> c542bc44f47e 21:56:33 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 21:56:33 ---> Running in 40e3c4a45a2e 21:56:33 Removing intermediate container 3cbe9453c3aa 21:56:33 ---> 5cf413ef2fad 21:56:33 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 21:56:33 ---> Running in da4d232e0ecf 21:56:33 Removing intermediate container 40e3c4a45a2e 21:56:33 ---> 05a4dca06aac 21:56:33 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 21:56:33 ---> Running in d1fedd120afb 21:56:33 Removing intermediate container da4d232e0ecf 21:56:33 ---> 055abc744b26 21:56:33 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 21:56:33 ---> Running in 1eb574fef53d 21:56:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:56:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:56:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:56:35 Removing intermediate container 1eb574fef53d 21:56:35 ---> 60f87263a893 21:56:35 Step 12/27 : WORKDIR /edgex-go 21:56:35 ---> Running in 5bcc9307e8fa 21:56:35 Removing intermediate container d1fedd120afb 21:56:35 ---> 5925812e9c8a 21:56:35 Step 12/26 : WORKDIR /edgex-go 21:56:35 ---> Running in 0c32090f5169 21:56:35 Removing intermediate container 5bcc9307e8fa 21:56:35 ---> 9f2a84626206 21:56:35 21:56:35 Step 13/27 : FROM alpine:3.17 21:56:35 Removing intermediate container 0c32090f5169 21:56:35 ---> a06cffc47f60 21:56:35 21:56:35 Step 13/26 : FROM alpine:3.17 21:56:35 3.17: Pulling from library/alpine 21:56:35 3.17: Pulling from library/alpine 21:56:35 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 21:56:35 Status: Downloaded newer image for alpine:3.17 21:56:35 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 21:56:35 Status: Image is up to date for alpine:3.17 21:56:35 ---> 9ed4aefc74f6 21:56:35 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:56:35 ---> 9ed4aefc74f6 21:56:35 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:56:35 ---> Running in 6c6527474cc3 21:56:35 ---> Running in b109c36eec1c 21:56:35 Removing intermediate container 6c6527474cc3 21:56:35 ---> 4866a788891c 21:56:35 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:56:35 ---> Running in 8228e9530069 21:56:35 Removing intermediate container b109c36eec1c 21:56:35 ---> bbe9ede65a89 21:56:35 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:56:35 ---> Running in c215f3b1a229 21:56:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:56:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:56:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:56:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:56:36 v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:56:36 v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:56:36 OK: 17823 distinct packages available 21:56:36 v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:56:36 v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:56:36 OK: 17823 distinct packages available 21:56:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:56:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:56:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:56:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:56:36 (1/5) Installing dumb-init (1.2.5-r2) 21:56:36 (2/5) Installing musl-obstack (1.2.3-r0) 21:56:36 (3/5) Installing libucontext (1.2-r0) 21:56:36 (4/5) Installing gcompat (1.1.0-r0) 21:56:36 (1/5) Installing dumb-init (1.2.5-r2) 21:56:36 (5/5) Installing openssl (3.0.8-r4) 21:56:36 (2/5) Installing musl-obstack (1.2.3-r0) 21:56:36 (3/5) Installing libucontext (1.2-r0) 21:56:36 (4/5) Installing gcompat (1.1.0-r0) 21:56:36 (5/5) Installing openssl (3.0.8-r4) 21:56:36 Executing busybox-1.35.0-r29.trigger 21:56:36 Executing busybox-1.35.0-r29.trigger 21:56:36 OK: 8 MiB in 20 packages 21:56:36 OK: 8 MiB in 20 packages 21:56:37 Removing intermediate container 8228e9530069 21:56:37 ---> 16a7d4a7d79d 21:56:37 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 21:56:37 Removing intermediate container c215f3b1a229 21:56:37 ---> 142ba4587a92 21:56:37 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 21:56:38 ---> 72fbddd3d0c2 21:56:38 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 21:56:39 ---> ea6ffb3852d3 21:56:39 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 21:56:39 ---> a69ccc8bdb87 21:56:39 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 21:56:39 ---> ec21c903f2c6 21:56:39 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:56:40 provisioning config files... 21:56:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config10732419250896682297tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:56:41 ---> docker-login.sh 21:56:41 nexus3.edgexfoundry.org:10001 21:56:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:56:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:56:41 Configure a credential helper to remove this warning. See 21:56:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:56:41 21:56:41 Login Succeeded 21:56:41 nexus3.edgexfoundry.org:10002 21:56:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:56:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:56:41 Configure a credential helper to remove this warning. See 21:56:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:56:41 21:56:41 Login Succeeded 21:56:41 nexus3.edgexfoundry.org:10003 21:56:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:56:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:56:42 Configure a credential helper to remove this warning. See 21:56:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:56:42 21:56:42 Login Succeeded 21:56:42 nexus3.edgexfoundry.org:10004 21:56:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:56:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:56:42 Configure a credential helper to remove this warning. See 21:56:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:56:42 21:56:42 Login Succeeded 21:56:42 docker.io 21:56:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:56:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:56:42 Configure a credential helper to remove this warning. See 21:56:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:56:42 21:56:43 Login Succeeded 21:56:43 ---> docker-login.sh ends [Pipeline] } 21:56:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 21:56:43 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 21:56:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:56:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:56:44 ========================================================= 21:56:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 21:56:44 ========================================================= [Pipeline] fileExists [Pipeline] sh 21:56:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 21:56:44 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:56:44 c41833b44d91: Pulling fs layer 21:56:44 ed15518f5707: Pulling fs layer 21:56:44 feae8fd75edb: Pulling fs layer 21:56:44 242c74f7c9fa: Pulling fs layer 21:56:44 3cdef696dda3: Pulling fs layer 21:56:44 2ced38df9373: Pulling fs layer 21:56:44 58f1dce35555: Pulling fs layer 21:56:44 242c74f7c9fa: Waiting 21:56:44 3cdef696dda3: Waiting 21:56:44 2ced38df9373: Waiting 21:56:44 ed15518f5707: Verifying Checksum 21:56:44 ed15518f5707: Download complete 21:56:44 242c74f7c9fa: Verifying Checksum 21:56:44 242c74f7c9fa: Download complete 21:56:44 3cdef696dda3: Verifying Checksum 21:56:44 3cdef696dda3: Download complete 21:56:44 c41833b44d91: Verifying Checksum 21:56:44 c41833b44d91: Download complete 21:56:45 c41833b44d91: Pull complete 21:56:45 58f1dce35555: Verifying Checksum 21:56:45 58f1dce35555: Download complete 21:56:46 ed15518f5707: Pull complete 21:56:47 feae8fd75edb: Verifying Checksum 21:56:47 feae8fd75edb: Download complete 21:56:47 2ced38df9373: Verifying Checksum 21:56:47 2ced38df9373: Download complete 21:56:51 ---> e23622c04372 21:56:51 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:56:51 ---> 6318f2fa6c85 21:56:51 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 21:56:51 ---> 65c30a4068b6 21:56:51 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 21:56:51 ---> 780dc27993d7 21:56:51 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 21:56:51 ---> d5c24fcab222 21:56:51 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:56:51 ---> Running in c74979c54934 21:56:52 ---> 00d663fb77d4 21:56:52 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 21:56:52 Removing intermediate container c74979c54934 21:56:52 ---> 87eadab9246d 21:56:52 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:56:52 ---> Running in 24e1e6391d2d 21:56:53 ---> 486176fe7e72 21:56:53 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:56:53 Removing intermediate container 24e1e6391d2d 21:56:53 ---> b284d403a777 21:56:53 Step 24/26 : LABEL arch=x86_64 21:56:53 ---> Running in 4815948ff08f 21:56:53 ---> 7d5c406a8603 21:56:53 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 21:56:53 Removing intermediate container 4815948ff08f 21:56:53 ---> e673085569c7 21:56:53 Step 25/26 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 21:56:53 ---> Running in e7bd8c75a134 21:56:53 Removing intermediate container e7bd8c75a134 21:56:53 ---> 02ff7d28bd91 21:56:53 Step 26/26 : LABEL version=0.0.0 21:56:53 ---> Running in 79dbc1a5051c 21:56:53 ---> 697ef441cbf2 21:56:53 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:56:53 ---> Running in 6a9280898367 21:56:53 Removing intermediate container 79dbc1a5051c 21:56:53 ---> bc8d61ffba18 21:56:53 21:56:53 Successfully built bc8d61ffba18 21:56:53 Successfully tagged security-spire-server:latest 21:56:53  Building security-spire-server ... done Building support-scheduler 21:56:53 Removing intermediate container 6a9280898367 21:56:53 ---> d94b1080fa56 21:56:53 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:56:53 ---> Running in f572f23ab64c 21:56:55 Removing intermediate container f572f23ab64c 21:56:55 ---> 3793cbe66ce3 21:56:55 Step 25/27 : LABEL arch=x86_64 21:56:56 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:56:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:56:56 ---> 33bce29c90e8 21:56:56 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:56:56 ---> Using cache 21:56:56 ---> f3b1c6c3aa3a 21:56:56 Step 4/23 : WORKDIR /edgex-go 21:56:56 ---> Using cache 21:56:56 ---> b16a1ba0f32c 21:56:56 Step 5/23 : RUN apk add --update --no-cache make git 21:56:56 ---> Using cache 21:56:56 ---> a7c066acfd09 21:56:56 Step 6/23 : COPY go.mod vendor* ./ 21:56:56 ---> Using cache 21:56:56 ---> 46972387ebdc 21:56:56 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:56:56 ---> Using cache 21:56:56 ---> 1072ad34ce73 21:56:56 Step 8/23 : COPY . . 21:56:56 ---> Using cache 21:56:56 ---> 1e2410da0fe4 21:56:56 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 21:56:57 feae8fd75edb: Pull complete 21:56:57 242c74f7c9fa: Pull complete 21:56:57 3cdef696dda3: Pull complete 21:56:59 ---> Running in 48ca810beead 21:56:59 ---> Running in 7249e26af8b9 21:57:00 Removing intermediate container 48ca810beead 21:57:00 ---> 2ad1bad78a37 21:57:00 Step 26/27 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 21:57:00 ---> Running in be49e7ed001e 21:57:00 Removing intermediate container be49e7ed001e 21:57:00 ---> f0234a21bab8 21:57:00 Step 27/27 : LABEL version=0.0.0 21:57:00 ---> Running in d0f637af5d4e 21:57:00 Removing intermediate container d0f637af5d4e 21:57:00 ---> 96c3fa79b0a0 21:57:00 21:57:00 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:57:00 Successfully built 96c3fa79b0a0 21:57:00 Successfully tagged security-spire-agent:latest 21:57:00  Building security-spire-agent ... done Building support-notifications 21:57:04 2ced38df9373: Pull complete 21:57:06 58f1dce35555: Pull complete 21:57:06 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 21:57:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 21:57:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 21:57:06 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:57:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:57:06 ---> 33bce29c90e8 21:57:06 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:57:06 ---> Using cache 21:57:06 ---> f3b1c6c3aa3a 21:57:06 Step 4/23 : WORKDIR /edgex-go 21:57:06 ---> Using cache 21:57:06 ---> b16a1ba0f32c 21:57:06 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 21:57:06 + docker build -t ci-base-image-arm64 -f - . 21:57:06 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 21:57:06 WORKDIR /edgex 21:57:06 COPY go.mod . 21:57:06 RUN go mod download 21:57:07 Sending build context to Docker daemon 2.928MB 21:57:07 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 21:57:07 ---> fadd8f120f05 21:57:07 Step 2/4 : WORKDIR /edgex 21:57:09 ---> Running in 13d099209c18 21:57:09 Removing intermediate container 13d099209c18 21:57:09 ---> 5d8bd864e24e 21:57:09 Step 3/4 : COPY go.mod . 21:57:09 ---> 33ab0a657005 21:57:09 Step 4/4 : RUN go mod download 21:57:09 ---> Running in 16419350fe5a 21:57:14 ---> Running in df21d2c2a680 21:57:14 Removing intermediate container bf664b6ded79 21:57:14 ---> a8edfe87eadd 21:57:14 21:57:14 Step 10/24 : FROM alpine:3.17 21:57:14 ---> 9ed4aefc74f6 21:57:14 Step 11/24 : RUN apk add --update --no-cache dumb-init 21:57:14 Removing intermediate container 6f6632da6d50 21:57:14 ---> fcbb6fc9d27d 21:57:14 21:57:14 Step 10/25 : FROM alpine:3.17 21:57:14 ---> 9ed4aefc74f6 21:57:14 Step 11/25 : RUN apk add --update --no-cache dumb-init 21:57:14 Removing intermediate container ba8b1297e35b 21:57:14 ---> 11c2ead7b085 21:57:14 21:57:14 Step 9/33 : FROM alpine:3.17 21:57:14 ---> 9ed4aefc74f6 21:57:14 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 21:57:14 ---> Running in 3ba2aac0ff2e 21:57:14 ---> Running in d420c3bdf016 21:57:14 ---> Running in 2822ad5e9557 21:57:14 Removing intermediate container 3ba2aac0ff2e 21:57:14 ---> 317c58942a75 21:57:14 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 21:57:14 ---> Running in 729f2ae75f4d 21:57:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:57:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:57:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:57:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:57:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:57:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:57:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:57:14 OK: 265 MiB in 53 packages 21:57:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:57:14 (1/1) Installing dumb-init (1.2.5-r2) 21:57:14 Executing busybox-1.35.0-r29.trigger 21:57:14 OK: 7 MiB in 16 packages 21:57:14 (1/1) Installing dumb-init (1.2.5-r2) 21:57:14 Executing busybox-1.35.0-r29.trigger 21:57:14 OK: 7 MiB in 16 packages 21:57:14 (1/2) Installing dumb-init (1.2.5-r2) 21:57:14 (2/2) Installing su-exec (0.2-r2) 21:57:14 Executing busybox-1.35.0-r29.trigger 21:57:14 OK: 7 MiB in 17 packages 21:57:14 Removing intermediate container df21d2c2a680 21:57:14 ---> 8a38d96a31d7 21:57:14 Step 6/23 : COPY go.mod vendor* ./ 21:57:14 ---> bf4def635011 21:57:14 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:57:14 ---> Running in 120e5cdb0840 21:57:14 Removing intermediate container d420c3bdf016 21:57:14 ---> ebc0a99f63d9 21:57:14 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 21:57:14 ---> Running in beeaf7b1fed1 21:57:15 Removing intermediate container 2822ad5e9557 21:57:15 ---> fa96e5e08e5b 21:57:15 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 21:57:15 Removing intermediate container 729f2ae75f4d 21:57:15 ---> bc1652907c1e 21:57:15 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 21:57:15 Removing intermediate container beeaf7b1fed1 21:57:15 ---> 19e99abf39b3 21:57:15 Step 13/25 : ENV APP_PORT=59881 21:57:15 ---> Running in 491148b2673e 21:57:15 ---> Running in 22d0567b0451 21:57:15 ---> Running in afc9492d6a35 21:57:15 Removing intermediate container 491148b2673e 21:57:15 ---> 23c651b5be72 21:57:15 Step 13/24 : ENV APP_PORT=59882 21:57:15 Removing intermediate container afc9492d6a35 21:57:15 ---> d2239b850cc9 21:57:15 Step 14/25 : EXPOSE $APP_PORT 21:57:15 ---> Running in 268cbecdda95 21:57:15 Removing intermediate container 22d0567b0451 21:57:15 ---> 2942f1154640 21:57:15 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 21:57:15 ---> Running in 2aab3c15a17e 21:57:15 ---> Running in e3c45eac4664 21:57:15 Removing intermediate container 268cbecdda95 21:57:15 ---> 71237edb8347 21:57:15 Step 14/24 : EXPOSE $APP_PORT 21:57:15 Removing intermediate container 2aab3c15a17e 21:57:15 ---> 90493b622ff4 21:57:15 Step 15/25 : WORKDIR / 21:57:15 Removing intermediate container e3c45eac4664 21:57:15 ---> 8725987f481c 21:57:15 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 21:57:15 ---> Running in f30e4b07ab8b 21:57:15 ---> Running in f39705e0e28a 21:57:15 ---> Running in d459d12eb858 21:57:15 Removing intermediate container d459d12eb858 21:57:15 ---> 5c9f467fd237 21:57:15 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 21:57:15 Removing intermediate container f30e4b07ab8b 21:57:15 ---> 7328f5521a01 21:57:15 Step 15/24 : WORKDIR / 21:57:15 Removing intermediate container f39705e0e28a 21:57:15 ---> 44b069030f27 21:57:15 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 21:57:15 ---> Running in 1066547bc005 21:57:15 ---> Running in 630e84057adc 21:57:16 Removing intermediate container 1066547bc005 21:57:16 ---> bbcd88a59b21 21:57:16 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 21:57:16 Removing intermediate container 630e84057adc 21:57:16 ---> 1f2f28aed02f 21:57:16 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:57:16 ---> Running in 4f03986eb5eb 21:57:16 ---> 5c0a8f73f0ff 21:57:16 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 21:57:16 ---> 7811e28129e9 21:57:16 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 21:57:16 ---> 7bb07c63cef6 21:57:16 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:57:16 ---> ea980d239feb 21:57:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:57:17 ---> c4e8338be080 21:57:17 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 21:57:17 ---> 0555c5741b3d 21:57:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 21:57:17 Removing intermediate container 4f03986eb5eb 21:57:17 ---> 698354a203e4 21:57:17 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 21:57:17 ---> Running in 067ce02ed15c 21:57:18 ---> 92cfadb37fbf 21:57:18 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 21:57:18 Removing intermediate container 067ce02ed15c 21:57:18 ---> b1fd1da010d7 21:57:18 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 21:57:18 ---> 6351696ccd21 21:57:18 Step 20/24 : ENTRYPOINT ["/core-command"] 21:57:18 ---> Running in a6d2a70d7cbc 21:57:18 Removing intermediate container a6d2a70d7cbc 21:57:18 ---> 12a7a91e2d23 21:57:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:57:19 ---> cc23475f2e8c 21:57:19 Step 21/25 : ENTRYPOINT ["/core-metadata"] 21:57:19 ---> Running in d093acae84dc 21:57:19 ---> db05e0daffc8 21:57:19 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 21:57:19 ---> Running in 47ef073dd4da 21:57:19 ---> Running in 2228ddc1fa0b 21:57:19 Removing intermediate container d093acae84dc 21:57:19 ---> 0215f5a91a02 21:57:19 Step 22/24 : LABEL arch=x86_64 21:57:19 Removing intermediate container 47ef073dd4da 21:57:19 ---> 1cf806265e56 21:57:19 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:57:19 ---> Running in 097e5f060bf8 21:57:19 ---> Running in 9dc9e16ed0c0 21:57:20 Removing intermediate container 9dc9e16ed0c0 21:57:20 ---> fd4274f973c9 21:57:20 Step 23/25 : LABEL arch=x86_64 21:57:20 Removing intermediate container 097e5f060bf8 21:57:20 ---> c89154b4b4c1 21:57:20 Step 23/24 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 21:57:20 ---> Running in 22411ad25165 21:57:20 ---> Running in bbf8aa078f15 21:57:22 Removing intermediate container 22411ad25165 21:57:22 ---> 10d21ccbcf02 21:57:22 Step 24/24 : LABEL version=0.0.0 21:57:22 Removing intermediate container bbf8aa078f15 21:57:22 ---> dcf2cd2cf29d 21:57:22 Step 24/25 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 21:57:23 ---> Running in 2d2fc13dee35 21:57:23 ---> Running in 7cf05b6c513a 21:57:23 Removing intermediate container 2228ddc1fa0b 21:57:23 ---> 0cf54bb79681 21:57:23 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 21:57:23 Removing intermediate container 2d2fc13dee35 21:57:23 ---> ff2738b9f90f 21:57:23 21:57:24 Removing intermediate container 7cf05b6c513a 21:57:24 ---> 72eea7d6e9ac 21:57:24 Step 25/25 : LABEL version=0.0.0 21:57:24 Successfully built ff2738b9f90f 21:57:25 Successfully tagged core-command:latest 21:57:25  Building core-command ... done Building core-data 21:57:27 ---> Running in 4f734db8fe28 21:57:28 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:57:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:57:28 ---> 33bce29c90e8 21:57:28 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:57:28 ---> Using cache 21:57:28 ---> f3b1c6c3aa3a 21:57:28 Step 4/23 : WORKDIR /edgex-go 21:57:28 ---> Using cache 21:57:28 ---> b16a1ba0f32c 21:57:28 Step 5/23 : RUN apk add --update --no-cache make git 21:57:28 ---> Using cache 21:57:28 ---> a7c066acfd09 21:57:28 Step 6/23 : COPY go.mod vendor* ./ 21:57:28 ---> Using cache 21:57:28 ---> 46972387ebdc 21:57:28 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:57:28 ---> Using cache 21:57:28 ---> 1072ad34ce73 21:57:28 Step 8/23 : COPY . . 21:57:28 ---> Using cache 21:57:28 ---> 1e2410da0fe4 21:57:28 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 21:57:31 ---> 1daf61e0d38f 21:57:31 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 21:57:31 ---> Running in 3d584d0b0a8b 21:57:31 Removing intermediate container 4f734db8fe28 21:57:31 ---> 0d17b10e5366 21:57:31 21:57:31 Successfully built 0d17b10e5366 21:57:31 Successfully tagged core-metadata:latest 21:57:31 Building security-spire-config 21:57:31  Building core-metadata ... done Removing intermediate container 7249e26af8b9 21:57:31 ---> 1e5e722347a4 21:57:31 21:57:31 Step 10/23 : FROM alpine:3.17 21:57:31 ---> 9ed4aefc74f6 21:57:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:57:31 ---> Using cache 21:57:31 ---> fa96e5e08e5b 21:57:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 21:57:31 ---> Using cache 21:57:31 ---> 23c651b5be72 21:57:31 Step 13/23 : ENV APP_PORT=59861 21:57:32 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 21:57:35 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:57:35 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:57:35 ---> 33bce29c90e8 21:57:35 Step 3/27 : WORKDIR /edgex-go 21:57:35 ---> Using cache 21:57:35 ---> e4c33d983d4d 21:57:35 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 21:57:35 ---> Using cache 21:57:35 ---> 4c0734049299 21:57:35 Step 5/27 : COPY go.mod vendor* ./ 21:57:35 ---> Using cache 21:57:35 ---> 64c8df0d1e3a 21:57:35 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:57:35 ---> Using cache 21:57:35 ---> c9507dd89f66 21:57:35 Step 7/27 : COPY . . 21:57:35 ---> Using cache 21:57:35 ---> 118b7282714b 21:57:35 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 21:57:35 ---> Using cache 21:57:35 ---> fc794a3c9ba0 21:57:35 Step 9/27 : WORKDIR /edgex-go/spire-build 21:57:35 ---> Using cache 21:57:35 ---> c542bc44f47e 21:57:35 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 21:57:35 ---> Using cache 21:57:35 ---> 05a4dca06aac 21:57:35 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 21:57:35 ---> Running in 2fd0ee0f1825 21:57:40 ---> d592be574188 21:57:40 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:57:40 ---> Running in 85abbfb67241 21:57:40 Removing intermediate container 2fd0ee0f1825 21:57:40 ---> a382bb101998 21:57:40 Step 14/23 : EXPOSE $APP_PORT 21:57:40 ---> Running in ec2dc4c79e52 21:57:40 Removing intermediate container 120e5cdb0840 21:57:40 ---> 5afe0956499e 21:57:40 Step 8/23 : COPY . . 21:57:42 Removing intermediate container 16419350fe5a 21:57:42 ---> 42f30f978978 21:57:42 Successfully built 42f30f978978 21:57:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:57:42 + docker inspect -f . ci-base-image-arm64 21:57:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:57:42 prd-ubuntu20.04-docker-arm64-4c-16g-17180 does not seem to be running inside a container 21:57:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:57:44 $ docker top 1b31cfc953a6f5d38d6a68c4c1618b6bdaa011f35ad6d9c0c14714a75bd14623 -eo pid,comm [Pipeline] { [Pipeline] sh 21:57:45 + go version 21:57:45 go version go1.20.2 linux/arm64 [Pipeline] } 21:57:45 $ docker stop --time=1 1b31cfc953a6f5d38d6a68c4c1618b6bdaa011f35ad6d9c0c14714a75bd14623 21:57:46 Removing intermediate container ec2dc4c79e52 21:57:46 ---> 27e412a77d18 21:57:46 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:57:46 ---> 2c03c68cce4b 21:57:46 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 21:57:46 ---> 49855deaff92 21:57:46 Step 9/23 : RUN make cmd/support-notifications/support-notifications 21:57:46 ---> Running in 91bbfc1c4fe1 21:57:46 Removing intermediate container 85abbfb67241 21:57:46 ---> 8cbd26ea4438 21:57:46 Step 12/27 : WORKDIR /edgex-go 21:57:46 ---> 9b9916ad2338 21:57:46 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 21:57:46 ---> Running in 4b13a599205e 21:57:46 ---> 0e1ad70f7248 21:57:46 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 21:57:46 Removing intermediate container 4b13a599205e 21:57:46 ---> 1573c57c8ef4 21:57:46 21:57:46 Step 13/27 : FROM alpine:3.17 21:57:46 ---> 9ed4aefc74f6 21:57:46 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:57:46 ---> Using cache 21:57:46 ---> bbe9ede65a89 21:57:46 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 21:57:46 ---> 1a113193e01b 21:57:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:57:46 ---> Running in 607bd3f81154 21:57:46 ---> 53daa19efe9a 21:57:46 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 21:57:46 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:57:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:57:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:57:47 v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:57:47 v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:57:47 OK: 17823 distinct packages available 21:57:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:57:47 ---> 690e199f40d5 21:57:47 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 21:57:47 ---> acb400cfafec 21:57:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 21:57:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:57:47 (1/4) Installing dumb-init (1.2.5-r2) 21:57:47 (2/4) Installing musl-obstack (1.2.3-r0) 21:57:47 (3/4) Installing libucontext (1.2-r0) 21:57:47 (4/4) Installing gcompat (1.1.0-r0) 21:57:47 Executing busybox-1.35.0-r29.trigger 21:57:47 OK: 7 MiB in 19 packages 21:57:47 ---> 43f485e2f4f8 21:57:47 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:57:47 ---> ee2bdb2ecba9 21:57:47 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 21:57:48 ---> Running in ec3d989350ed 21:57:48 ---> b04102d4b53b 21:57:48 Step 28/33 : RUN chmod +x /entrypoint.sh 21:57:48 Removing intermediate container ec3d989350ed 21:57:48 ---> a2819b473822 21:57:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:57:48 ---> Running in 735d2c03e94f 21:57:48 ---> Running in 4521d1d41f79 21:57:48 Removing intermediate container 4521d1d41f79 21:57:48 ---> 117a5c1885a2 21:57:48 Step 21/23 : LABEL arch=x86_64 21:57:48 Removing intermediate container 607bd3f81154 21:57:48 ---> c1b1b82c7d82 21:57:48 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 21:57:48 ---> Running in e7500bae88a1 21:57:48 Removing intermediate container e7500bae88a1 21:57:48 ---> 6ab42501ab5e 21:57:48 Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 21:57:48 ---> 47968b525708 21:57:48 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 21:57:48 ---> Running in 2c0acf355423 21:57:48 Removing intermediate container 2c0acf355423 21:57:48 ---> a9cdd64e788f 21:57:48 Step 23/23 : LABEL version=0.0.0 21:57:48 $ docker rm -f --volumes 1b31cfc953a6f5d38d6a68c4c1618b6bdaa011f35ad6d9c0c14714a75bd14623 21:57:48 ---> 53249556356d 21:57:48 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:57:48 ---> Running in 77db2e7f7e4c 21:57:48 Removing intermediate container 77db2e7f7e4c 21:57:48 ---> 1456f47276b3 21:57:48 21:57:49 Removing intermediate container 735d2c03e94f 21:57:49 ---> 9560edd79609 21:57:49 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 21:57:49 Successfully built 1456f47276b3 21:57:49 ---> Running in 0407607c7f80 21:57:49 Successfully tagged support-scheduler:latest 21:57:49  Building support-scheduler ... done Building security-proxy-auth [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:57:49 + docker inspect -f . ci-base-image-arm64 21:57:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:57:50 prd-ubuntu20.04-docker-arm64-4c-16g-17180 does not seem to be running inside a container 21:57:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:57:51 $ docker top 5c0a6ca38f1ff5911469f12b0b4eda6eeeb758d34628fe94f0fb5344c489419c -eo pid,comm [Pipeline] { [Pipeline] echo 21:57:51 ========================================================= 21:57:51 [edgeXBuildGoParallel] Running Tests and Build... 21:57:51 ========================================================= [Pipeline] sh 21:57:52 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 21:57:52 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:57:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:57:52 ---> 33bce29c90e8 21:57:52 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:57:52 ---> Using cache 21:57:52 ---> f3b1c6c3aa3a 21:57:52 Step 4/23 : WORKDIR /edgex-go 21:57:52 ---> Using cache 21:57:52 ---> b16a1ba0f32c 21:57:52 Step 5/23 : RUN apk add --update --no-cache make git 21:57:52 ---> Using cache 21:57:52 ---> a7c066acfd09 21:57:52 Step 6/23 : COPY go.mod vendor* ./ 21:57:52 ---> Using cache 21:57:52 ---> 46972387ebdc 21:57:52 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:57:52 ---> Using cache 21:57:52 ---> 1072ad34ce73 21:57:52 Step 8/23 : COPY . . 21:57:52 ---> Using cache 21:57:52 ---> 1e2410da0fe4 21:57:52 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 21:57:52 + make test 21:57:52 go test -race -coverprofile=coverage.out ./... 21:57:56 Removing intermediate container 0407607c7f80 21:57:56 ---> cf75a67d5d5d 21:57:56 Step 30/33 : CMD ["gate"] 21:57:56 ---> Running in 6cb8cf13d33a 21:57:56 ---> e4eb066ac746 21:57:56 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 21:57:56 ---> Running in 5691b0a108f3 21:57:57 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 21:57:57 Removing intermediate container 5691b0a108f3 21:57:57 ---> de4925be0679 21:57:57 Step 31/33 : LABEL arch=x86_64 21:57:57 ---> 63c7e3ffdfa6 21:57:57 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 21:57:57 ---> Running in 8235c3c34fb3 21:57:57 ---> Running in 3c4ecd7e6d6f 21:57:58 Removing intermediate container 8235c3c34fb3 21:57:58 ---> 647abc6c1732 21:57:58 Step 32/33 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 21:57:58 ---> Running in 02473bf03c8c 21:57:58 Removing intermediate container 3c4ecd7e6d6f 21:57:58 ---> e78a37096658 21:57:58 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:57:58 Removing intermediate container 02473bf03c8c 21:57:58 ---> 542cd8f5f652 21:57:58 Step 33/33 : LABEL version=0.0.0 21:57:58 ---> Running in e670929effe1 21:57:58 ---> fbc06a6d5379 21:57:58 Step 22/27 : WORKDIR / 21:57:58 ---> Running in ba11c6f7e744 21:57:58 Removing intermediate container e670929effe1 21:57:58 ---> 9a5951d0dbd4 21:57:58 21:57:58 Successfully built 9a5951d0dbd4 21:57:58 Successfully tagged security-bootstrapper:latest 21:57:58  Building security-bootstrapper ... done Removing intermediate container ba11c6f7e744 21:57:58 Building security-spiffe-token-provider 21:57:58 ---> 61279b5ba717 21:57:58 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:57:59 ---> Running in f41d5c12a699 21:58:01 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:58:01 Step 2/20 : FROM ${BUILDER_BASE} AS builder 21:58:01 ---> 33bce29c90e8 21:58:01 Step 3/20 : WORKDIR /edgex-go 21:58:01 ---> Using cache 21:58:01 ---> e4c33d983d4d 21:58:01 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 21:58:07 Removing intermediate container f41d5c12a699 21:58:07 ---> 94c1bed5613a 21:58:07 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:58:07 ---> Running in 9c8ad46ac085 21:58:07 Removing intermediate container 3d584d0b0a8b 21:58:07 ---> ed288bd8a75f 21:58:07 21:58:07 Step 10/23 : FROM alpine:3.17 21:58:07 ---> 9ed4aefc74f6 21:58:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 21:58:07 ---> Running in 319744fb174c 21:58:07 ---> Running in d166f8f7160d 21:58:07 Removing intermediate container 319744fb174c 21:58:07 ---> c66f410d9f25 21:58:07 Step 25/27 : LABEL arch=x86_64 21:58:07 Removing intermediate container d166f8f7160d 21:58:07 ---> 664eb1759b0e 21:58:07 Step 12/23 : ENV APP_PORT=59880 21:58:07 ---> Running in 3258b4a93c5c 21:58:07 ---> Running in 54bacece0e1a 21:58:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:58:08 Removing intermediate container 3258b4a93c5c 21:58:08 ---> 69dc422f4f63 21:58:08 Step 26/27 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 21:58:08 Removing intermediate container 54bacece0e1a 21:58:08 ---> 010eccdb9c9b 21:58:08 Step 13/23 : EXPOSE $APP_PORT 21:58:08 ---> Running in 27c025bfb87b 21:58:08 ---> Running in 0dcad1de2e38 21:58:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:58:08 v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:58:08 v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:58:08 OK: 17828 distinct packages available 21:58:08 Removing intermediate container 0dcad1de2e38 21:58:08 ---> f7548f5d72a6 21:58:08 Step 14/23 : RUN apk add --update --no-cache dumb-init 21:58:08 Removing intermediate container 27c025bfb87b 21:58:08 ---> 11027a0cf3ea 21:58:08 Step 27/27 : LABEL version=0.0.0 21:58:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:58:08 ---> Running in 0f45d5ff3e33 21:58:08 ---> Running in ba2cc53f59b8 21:58:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:58:08 Removing intermediate container ba2cc53f59b8 21:58:08 ---> dff268b6ead6 21:58:08 21:58:08 Successfully built dff268b6ead6 21:58:08 Successfully tagged security-spire-config:latest 21:58:08 Building core-common-config-bootstrapper 21:58:08  Building security-spire-config ... done OK: 265 MiB in 53 packages 21:58:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:58:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:58:09 (1/1) Installing dumb-init (1.2.5-r2) 21:58:09 Executing busybox-1.35.0-r29.trigger 21:58:09 OK: 7 MiB in 16 packages 21:58:12 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:58:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:58:12 ---> 33bce29c90e8 21:58:12 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:58:12 ---> Using cache 21:58:12 ---> f3b1c6c3aa3a 21:58:12 Step 4/23 : WORKDIR /edgex-go 21:58:12 ---> Using cache 21:58:12 ---> b16a1ba0f32c 21:58:12 Step 5/23 : RUN apk add --update --no-cache make git 21:58:12 ---> Using cache 21:58:12 ---> a7c066acfd09 21:58:12 Step 6/23 : COPY go.mod vendor* ./ 21:58:12 ---> Using cache 21:58:12 ---> 46972387ebdc 21:58:12 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:58:12 ---> Using cache 21:58:12 ---> 1072ad34ce73 21:58:12 Step 8/23 : COPY . . 21:58:12 ---> Using cache 21:58:12 ---> 1e2410da0fe4 21:58:12 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 21:58:14 ---> Running in 7ce37d62947b 21:58:14 Removing intermediate container 0f45d5ff3e33 21:58:14 ---> cd5910eeb9de 21:58:14 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:58:14 Removing intermediate container 9c8ad46ac085 21:58:14 ---> a2026ff8b6d4 21:58:14 Step 5/20 : COPY go.mod vendor* ./ 21:58:14 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 21:58:15 ---> 15df0960b309 21:58:15 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:58:16 ---> Running in 30d7326dc012 21:58:16 ---> a51d7e7c0611 21:58:16 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 21:58:17 ---> 7c5a8bb05c89 21:58:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:58:17 Removing intermediate container 91bbfc1c4fe1 21:58:17 ---> 7a75faee484b 21:58:17 21:58:17 Step 10/23 : FROM alpine:3.17 21:58:17 ---> 9ed4aefc74f6 21:58:17 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 21:58:17 ---> Running in 5ca3b3fc5de0 21:58:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:58:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:58:18 (1/2) Installing ca-certificates (20230506-r0) 21:58:18 (2/2) Installing dumb-init (1.2.5-r2) 21:58:18 Executing busybox-1.35.0-r29.trigger 21:58:18 Executing ca-certificates-20230506-r0.trigger 21:58:18 OK: 8 MiB in 17 packages 21:58:18 ---> a69205b37996 21:58:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 21:58:18 ---> 62abebf08963 21:58:18 Step 19/23 : ENTRYPOINT ["/core-data"] 21:58:18 ---> Running in 5d83ab6258ec 21:58:18 Removing intermediate container 5d83ab6258ec 21:58:18 ---> e3425520e928 21:58:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:58:18 ---> Running in 04a0dd930fb3 21:58:18 Removing intermediate container 04a0dd930fb3 21:58:18 ---> 15bfd2997ad7 21:58:18 Step 21/23 : LABEL arch=x86_64 21:58:18 Removing intermediate container 5ca3b3fc5de0 21:58:18 ---> 77965718a30e 21:58:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 21:58:18 ---> Running in b2b83611b70e 21:58:18 ---> Running in 9fa07b5a8c14 21:58:19 Removing intermediate container b2b83611b70e 21:58:19 ---> 78fa8435a333 21:58:19 Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 21:58:19 Removing intermediate container 9fa07b5a8c14 21:58:19 ---> fa20b388c9e6 21:58:19 Step 13/23 : ENV APP_PORT=59860 21:58:19 ---> Running in 74c8772691a4 21:58:19 ---> Running in 3369c362f10a 21:58:19 Removing intermediate container 74c8772691a4 21:58:19 ---> a07c3a90486a 21:58:19 Step 23/23 : LABEL version=0.0.0 21:58:19 Removing intermediate container 3369c362f10a 21:58:19 ---> 74d017e6a7d4 21:58:19 Step 14/23 : EXPOSE $APP_PORT 21:58:19 ---> Running in 290cc10cff66 21:58:19 ---> Running in 0073e1c592c7 21:58:19 Removing intermediate container 290cc10cff66 21:58:19 ---> 3df460025a67 21:58:19 21:58:19 Removing intermediate container 0073e1c592c7 21:58:19 ---> 5270d8e7cf47 21:58:19 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:58:19 Successfully built 3df460025a67 21:58:19 Successfully tagged core-data:latest 21:58:19 Building security-proxy-setup 21:58:23  Building core-data ... done Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:58:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:58:23 ---> 33bce29c90e8 21:58:23 Step 3/22 : WORKDIR /edgex-go 21:58:23 ---> Using cache 21:58:23 ---> e4c33d983d4d 21:58:23 Step 4/22 : RUN apk add --update --no-cache make git 21:58:24 ---> e9f1ca53dc51 21:58:24 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 21:58:25 ---> Running in db346aadb0c3 21:58:26 ---> 096e8f4835f3 21:58:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:58:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:58:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:58:26 OK: 265 MiB in 53 packages 21:58:27 ---> 2488b7a08b49 21:58:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 21:58:28 Removing intermediate container 6cb8cf13d33a 21:58:28 ---> 6f8b82463b5c 21:58:28 21:58:28 Step 10/23 : FROM alpine:3.17 21:58:28 ---> 9ed4aefc74f6 21:58:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:58:28 ---> Running in cfe82fb5976e 21:58:28 ---> d1a62476393f 21:58:28 Step 19/23 : ENTRYPOINT ["/support-notifications"] 21:58:28 Removing intermediate container db346aadb0c3 21:58:28 ---> 813af0e4dcfd 21:58:28 Step 5/22 : COPY go.mod vendor* ./ 21:58:28 Removing intermediate container cfe82fb5976e 21:58:28 ---> 5f6ad8434262 21:58:28 Step 12/23 : RUN apk add --update --no-cache dumb-init 21:58:28 ---> Running in dc2940c4ef1b 21:58:28 ---> Running in 0ec20fff6fb9 21:58:28 Removing intermediate container dc2940c4ef1b 21:58:28 ---> f9a64dbd3cde 21:58:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:58:28 ---> Running in 5c0559aef158 21:58:28 ---> 728c569db824 21:58:28 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:58:28 ---> Running in bc4540dfe747 21:58:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:58:28 Removing intermediate container 5c0559aef158 21:58:28 ---> d134d8c07ae2 21:58:28 Step 21/23 : LABEL arch=x86_64 21:58:28 ---> Running in ebd94483e146 21:58:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:58:28 Removing intermediate container ebd94483e146 21:58:28 ---> 1c64ef37c887 21:58:28 Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 21:58:28 ---> Running in ad3fe91aca75 21:58:29 Removing intermediate container ad3fe91aca75 21:58:29 ---> fbf5ab385eb4 21:58:29 Step 23/23 : LABEL version=0.0.0 21:58:29 ---> Running in 0bc2cc35d643 21:58:29 (1/1) Installing dumb-init (1.2.5-r2) 21:58:29 Executing busybox-1.35.0-r29.trigger 21:58:29 OK: 7 MiB in 16 packages 21:58:29 Removing intermediate container 0bc2cc35d643 21:58:29 ---> 12e334c12154 21:58:29 21:58:29 Successfully built 12e334c12154 21:58:29 Successfully tagged support-notifications:latest 21:58:29  Building support-notifications ... done Building security-secretstore-setup 21:58:31 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:58:31 Step 2/25 : FROM ${BUILDER_BASE} AS builder 21:58:31 ---> 33bce29c90e8 21:58:31 Step 3/25 : WORKDIR /edgex-go 21:58:31 ---> Using cache 21:58:31 ---> e4c33d983d4d 21:58:31 Step 4/25 : RUN apk add --update --no-cache make git 21:58:31 ---> Using cache 21:58:31 ---> 813af0e4dcfd 21:58:31 Step 5/25 : COPY go.mod vendor* ./ 21:58:31 ---> Using cache 21:58:31 ---> 728c569db824 21:58:31 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:58:34 ---> Running in 7133a5ba711f 21:58:35 Removing intermediate container 0ec20fff6fb9 21:58:35 ---> d9515abdc52c 21:58:35 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:58:38 ---> 1148973caef0 21:58:38 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 21:58:39 ---> ee077f66f114 21:58:39 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 21:58:39 Removing intermediate container 7ce37d62947b 21:58:39 ---> 15725b187944 21:58:39 21:58:39 Step 10/23 : FROM alpine:3.17 21:58:39 ---> 9ed4aefc74f6 21:58:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:58:39 ---> Using cache 21:58:39 ---> 5f6ad8434262 21:58:39 Step 12/23 : RUN apk add --update --no-cache dumb-init 21:58:39 ---> Using cache 21:58:39 ---> d9515abdc52c 21:58:39 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:58:39 ---> Using cache 21:58:39 ---> 1148973caef0 21:58:39 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 21:58:39 ---> Using cache 21:58:39 ---> ee077f66f114 21:58:39 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 21:58:39 ? github.com/edgexfoundry/edgex-go [no test files] 21:58:40 ---> 3dd6ba138a0d 21:58:40 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 21:58:40 ---> ea92f4a556b9 21:58:40 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 21:58:40 ---> e218a1f31b6f 21:58:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 21:58:40 ---> 1d06ec63cd37 21:58:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 21:58:41 ---> ea34ad13fc37 21:58:41 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:58:41 ---> ed7642bece31 21:58:41 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:58:41 ---> Running in b64457b2cbe2 21:58:41 ---> Running in 224f0aab11b2 21:58:49 Removing intermediate container 30d7326dc012 21:58:49 ---> 5e85b8a42f0e 21:58:49 Step 7/20 : COPY . . 21:58:49 Removing intermediate container b64457b2cbe2 21:58:49 ---> 493185e95149 21:58:49 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 21:58:49 Removing intermediate container 224f0aab11b2 21:58:49 ---> 434adfc3710d 21:58:49 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 21:58:58 ---> Running in 8ac8c9ce9911 21:58:58 ---> Running in 6d6cd8ca16be 21:58:58 ---> 9af9d3ac1407 21:58:58 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:58:58 Removing intermediate container 6d6cd8ca16be 21:58:58 ---> edd7629e50f4 21:58:58 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 21:58:58 Removing intermediate container 8ac8c9ce9911 21:58:58 ---> b8e25e8c519f 21:58:58 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 21:58:58 ---> Running in 1b24f99c951a 21:58:58 ---> Running in f76ac6b321a6 21:58:58 ---> Running in d31ee4dd0712 21:58: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 21:58:58 Removing intermediate container d31ee4dd0712 21:58:58 ---> 9aa82959bc4d 21:58:58 Step 21/23 : LABEL arch=x86_64 21:58:58 Removing intermediate container f76ac6b321a6 21:58:58 ---> e6d6ca6c7271 21:58:58 Step 21/23 : LABEL arch=x86_64 21:58:58 Removing intermediate container bc4540dfe747 21:58:58 ---> fb8c545ece5b 21:58:58 Step 7/22 : COPY . . 21:59:03 ---> Running in 52e824fb972d 21:59:07 ---> 19b683ed81bb 21:59:07 Step 8/22 : RUN make cmd/secrets-config/secrets-config 21:59:07 ---> Running in d34aea7eb722 21:59:07 Removing intermediate container 52e824fb972d 21:59:07 ---> ce59ffaddf9b 21:59:07 Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 21:59:07 ---> Running in 3d693dcc031d 21:59:07 ---> Running in f63af9dd920e 21:59:07 Removing intermediate container d34aea7eb722 21:59:07 ---> 5780b889458d 21:59:07 Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 21:59:07 ---> Running in d3df71d8bb73 21:59:07 Removing intermediate container f63af9dd920e 21:59:07 ---> 482822844aee 21:59:07 Step 23/23 : LABEL version=0.0.0 21:59:07 ---> Running in faddc2aebbe7 21:59:07 Removing intermediate container d3df71d8bb73 21:59:07 ---> 88e07753bcb5 21:59:07 Step 23/23 : LABEL version=0.0.0 21:59:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 21:59:08 ---> Running in 0905b33b4a2f 21:59:08 Removing intermediate container faddc2aebbe7 21:59:08 ---> 5c4b8e76473c 21:59:08 21:59:08 Removing intermediate container 7133a5ba711f 21:59:08 ---> 05268ec90629 21:59:08 Step 7/25 : COPY . . 21:59:08 Removing intermediate container 0905b33b4a2f 21:59:08 ---> 5f53b3562bdf 21:59:08 21:59:08 Successfully built 5f53b3562bdf 21:59:08 Successfully tagged core-common-config-bootstrapper:latest 21:59:08  Building core-common-config-bootstrapper ... done Successfully built 5c4b8e76473c 21:59:08 Successfully tagged security-proxy-auth:latest 21:59:20  Building security-proxy-auth ... done  ---> f05047a4ed66 21:59:20 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:59:20 ---> Running in 5ab2a20caf1c 21:59: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:59:22 Removing intermediate container 1b24f99c951a 21:59:22 ---> 72e44b7fbadf 21:59:22 21:59:22 Step 9/20 : FROM alpine:3.17 21:59:22 ---> 9ed4aefc74f6 21:59:22 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 21:59:22 ---> Using cache 21:59:22 ---> 317c58942a75 21:59:22 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:59:22 ---> Running in ee579262aaac 21:59:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:59:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:59:23 v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:59:23 v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:59:23 OK: 17823 distinct packages available 21:59:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:59:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:59:24 (1/9) Installing ca-certificates (20230506-r0) 21:59:24 (2/9) Installing brotli-libs (1.0.9-r9) 21:59:24 (3/9) Installing nghttp2-libs (1.51.0-r0) 21:59:24 (4/9) Installing libcurl (8.1.1-r1) 21:59:24 (5/9) Installing curl (8.1.1-r1) 21:59:24 (6/9) Installing dumb-init (1.2.5-r2) 21:59:24 (7/9) Installing musl-obstack (1.2.3-r0) 21:59:24 (8/9) Installing libucontext (1.2-r0) 21:59:24 (9/9) Installing gcompat (1.1.0-r0) 21:59:24 Executing busybox-1.35.0-r29.trigger 21:59:24 Executing ca-certificates-20230506-r0.trigger 21:59:24 OK: 10 MiB in 24 packages 21:59:25 Removing intermediate container ee579262aaac 21:59:25 ---> 5f6714682d59 21:59:25 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 21:59:26 ---> f297d16c0c4c 21:59:26 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 21:59:26 ---> b156e35bd242 21:59:26 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 21:59:30 ---> e0674b3af2da 21:59:30 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 21:59:30 Removing intermediate container 3d693dcc031d 21:59:30 ---> acb71bc90ba7 21:59:30 21:59:30 Step 9/22 : FROM alpine:3.17 21:59:30 ---> 9ed4aefc74f6 21:59:30 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 21:59:30 ---> Running in cdddc602c349 21:59:30 ---> 64f6bd292b13 21:59:30 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 21:59:30 ---> Running in b8b86eb8363d 21:59:30 Removing intermediate container b8b86eb8363d 21:59:30 ---> 95c1f8174f29 21:59:30 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 21:59:30 ---> Running in de014b7d824a 21:59:30 Removing intermediate container de014b7d824a 21:59:30 ---> 1fb9d95f6b2f 21:59:30 Step 18/20 : LABEL arch=x86_64 21:59:30 ---> Running in 1078b5c27973 21:59:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:59:30 Removing intermediate container 1078b5c27973 21:59:30 ---> f9acac4c97ee 21:59:30 Step 19/20 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 21:59:30 ---> Running in 02b099e9b77e 21:59:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:59:30 Removing intermediate container 02b099e9b77e 21:59:30 ---> b9ef787b3592 21:59:30 Step 20/20 : LABEL version=0.0.0 21:59:30 ---> Running in 41238cc68682 21:59:30 Removing intermediate container 41238cc68682 21:59:30 ---> abfb6df82283 21:59:30 21:59:30 Successfully built abfb6df82283 21:59:30 Successfully tagged security-spiffe-token-provider:latest 21:59:30  Building security-spiffe-token-provider ... done (1/2) Installing dumb-init (1.2.5-r2) 21:59:30 (2/2) Installing openssl (3.0.8-r4) 21:59:30 Executing busybox-1.35.0-r29.trigger 21:59:30 OK: 8 MiB in 17 packages 21:59:31 Removing intermediate container cdddc602c349 21:59:31 ---> 0ac545958a70 21:59:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 21:59:31 ---> Running in a8b5f1630203 21:59:31 Removing intermediate container a8b5f1630203 21:59:31 ---> c38ab80060f7 21:59:31 Step 12/22 : WORKDIR /edgex 21:59:31 ---> Running in 199d64cd47ea 21:59:31 Removing intermediate container 199d64cd47ea 21:59:31 ---> 2b0ed501b630 21:59:31 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:59:31 ---> b9ee5f9fae88 21:59:31 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 21:59:31 ---> e7d90a5a31b1 21:59:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 21:59:32 ---> 023ee2e99a44 21:59:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:59:32 ---> e97254b0943d 21:59:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 21:59:32 ---> a7d8b985b7d4 21:59:32 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:59:32 ---> Running in e558b83f3df3 21:59:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:59:33 Removing intermediate container e558b83f3df3 21:59:33 ---> 9869e035d3c1 21:59:33 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 21:59:33 ---> Running in 3cca186f5bcc 21:59:33 Removing intermediate container 3cca186f5bcc 21:59:33 ---> eeac183aa833 21:59:33 Step 20/22 : LABEL arch=x86_64 21:59:33 ---> Running in 31c5f18595dc 21:59:33 Removing intermediate container 31c5f18595dc 21:59:33 ---> 07800f6ea0dd 21:59:33 Step 21/22 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 21:59:33 ---> Running in 6fb001ccdf3f 21:59:33 Removing intermediate container 6fb001ccdf3f 21:59:33 ---> 87d883cd387e 21:59:33 Step 22/22 : LABEL version=0.0.0 21:59:33 ---> Running in 2fcb2250dbde 21:59:33 Removing intermediate container 2fcb2250dbde 21:59:33 ---> 19c11c74fba7 21:59:33 21:59:33 Successfully built 19c11c74fba7 21:59:33 Successfully tagged security-proxy-setup:latest 21:59:37  Building security-proxy-setup ... done Removing intermediate container 5ab2a20caf1c 21:59:37 ---> d7ee072b4ca9 21:59:37 21:59:37 Step 9/25 : FROM alpine:3.17 21:59:37 ---> 9ed4aefc74f6 21:59:37 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 21:59:37 ---> Running in 7239b925702f 21:59:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:59:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:59:37 (1/3) Installing ca-certificates (20230506-r0) 21:59:37 (2/3) Installing dumb-init (1.2.5-r2) 21:59:37 (3/3) Installing su-exec (0.2-r2) 21:59:37 Executing busybox-1.35.0-r29.trigger 21:59:37 Executing ca-certificates-20230506-r0.trigger 21:59:37 OK: 8 MiB in 18 packages 21:59:37 Removing intermediate container 7239b925702f 21:59:37 ---> daf97738e6ce 21:59:37 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 21:59:37 ---> Running in 6f5c20a33890 21:59:37 Removing intermediate container 6f5c20a33890 21:59:37 ---> ee9acd1829a7 21:59:37 Step 12/25 : WORKDIR / 21:59:37 ---> Running in 073ed0ef4c7a 21:59:37 Removing intermediate container 073ed0ef4c7a 21:59:37 ---> 165f1582e003 21:59:37 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 21:59:38 ---> a2104bd8b491 21:59:38 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 21:59:38 ---> 5112d483fc42 21:59:38 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:59:38 ---> a471da41b6e7 21:59:38 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 21:59:38 ---> e564ef759854 21:59:38 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 21:59:38 ---> 3bf00e7e4524 21:59:38 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:59:39 ---> c357908ee55d 21:59:39 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:59:39 ---> 845f4d4ff261 21:59:39 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:59:39 ---> 40b6064cbc6e 21:59:39 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:59:39 ---> Running in c70494627d28 21:59:40 Removing intermediate container c70494627d28 21:59:40 ---> cc84c25a4585 21:59:40 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 21:59:40 ---> Running in 91fe486599ab 21:59:40 Removing intermediate container 91fe486599ab 21:59:40 ---> b5bd3b82ee53 21:59:40 Step 23/25 : LABEL arch=x86_64 21:59:40 ---> Running in f84c558e7a44 21:59:40 Removing intermediate container f84c558e7a44 21:59:40 ---> 6910c0023cb7 21:59:40 Step 24/25 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 21:59:40 ---> Running in a0cf7df77b48 21:59:40 Removing intermediate container a0cf7df77b48 21:59:40 ---> 77ce3fdf95ea 21:59:40 Step 25/25 : LABEL version=0.0.0 21:59:40 ---> Running in c33ed47a3000 21:59:40 Removing intermediate container c33ed47a3000 21:59:40 ---> 86833ae10846 21:59:40 21:59:40 Successfully built 86833ae10846 21:59:40 Successfully tagged security-secretstore-setup:latest 21:59:40  Building security-secretstore-setup ... done  [Pipeline] } 21:59:40 $ docker stop --time=1 87ad00e997789638c6ca39db3637ec0d9c362dd0e54061bd48e4bc2672b9efa6 21:59:41 $ docker rm -f --volumes 87ad00e997789638c6ca39db3637ec0d9c362dd0e54061bd48e4bc2672b9efa6 [Pipeline] // withDockerContainer [Pipeline] sh 21:59:42 + docker images 21:59:42 REPOSITORY TAG IMAGE ID CREATED SIZE 21:59:42 security-secretstore-setup latest 86833ae10846 2 seconds ago 32.8MB 21:59:42 d7ee072b4ca9 7 seconds ago 1.72GB 21:59:42 security-proxy-setup latest 19c11c74fba7 9 seconds ago 18.7MB 21:59:42 security-spiffe-token-provider latest abfb6df82283 12 seconds ago 32.8MB 21:59:42 acb71bc90ba7 13 seconds ago 1.7GB 21:59:42 72e44b7fbadf 22 seconds ago 1.76GB 21:59:42 core-common-config-bootstrapper latest 5f53b3562bdf 34 seconds ago 17.2MB 21:59:42 security-proxy-auth latest 5c4b8e76473c 34 seconds ago 18.3MB 21:59:42 15725b187944 About a minute ago 1.72GB 21:59:42 support-notifications latest 12e334c12154 About a minute ago 32.4MB 21:59:42 6f8b82463b5c About a minute ago 1.7GB 21:59:42 core-data latest 3df460025a67 About a minute ago 20MB 21:59:42 7a75faee484b About a minute ago 1.79GB 21:59:42 security-spire-config latest dff268b6ead6 About a minute ago 102MB 21:59:42 ed288bd8a75f About a minute ago 1.73GB 21:59:42 security-bootstrapper latest 9a5951d0dbd4 About a minute ago 22.2MB 21:59:42 support-scheduler latest 1456f47276b3 About a minute ago 31.8MB 21:59:42 1573c57c8ef4 About a minute ago 1.58GB 21:59:42 core-metadata latest 0d17b10e5366 2 minutes ago 20.4MB 21:59:42 1e5e722347a4 2 minutes ago 1.79GB 21:59:42 core-command latest ff2738b9f90f 2 minutes ago 19.9MB 21:59:42 a8edfe87eadd 2 minutes ago 1.72GB 21:59:42 fcbb6fc9d27d 2 minutes ago 1.73GB 21:59:42 11c2ead7b085 2 minutes ago 1.71GB 21:59:42 security-spire-agent latest 96c3fa79b0a0 2 minutes ago 161MB 21:59:42 security-spire-server latest bc8d61ffba18 2 minutes ago 103MB 21:59:42 9f2a84626206 3 minutes ago 1.58GB 21:59:42 a06cffc47f60 3 minutes ago 1.58GB 21:59:42 ci-base-image-x86_64 latest 33bce29c90e8 7 minutes ago 918MB 21:59:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 5 weeks ago 700MB 21:59:42 alpine 3.17 9ed4aefc74f6 2 months ago 7.05MB 21:59:42 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 10 months ago 253MB 21:59:42 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] } 22:00:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:00:31 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 22:00:31 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:00:31 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:00:31 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:00:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:00:33 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:00:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 22:00:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:00:36 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 22:00:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:00:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:00:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:00:39 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 22:00:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:00:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:00:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.272s coverage: 28.7% of statements 22:01:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.284s coverage: 98.5% of statements 22:01:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 22:01:09 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 22:01:09 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 22:01:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.494s coverage: 71.5% of statements 22:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:01:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.359s coverage: 54.0% of statements 22:01:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 22:01:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 22:01:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 22:01:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:01:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 22:01:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:01:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:01:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 10.848s coverage: 88.5% of statements 22:01:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.615s coverage: 3.8% of statements 22:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 22:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 22:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 22:01:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:01:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 22:01:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 22:01:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:01:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:01:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.653s coverage: 95.6% of statements 22:01:44 ok github.com/edgexfoundry/edgex-go/internal/io 0.197s coverage: 72.2% of statements 22:01:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:01:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:01:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:01:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.247s coverage: 65.9% of statements 22:01:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 22:01:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:01:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.401s coverage: 0.9% of statements 22:01:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.247s coverage: 29.0% of statements 22:02:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.284s coverage: 42.9% of statements 22:02:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.260s coverage: 82.9% of statements 22:02:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.238s coverage: 94.1% of statements 22:02:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.277s coverage: 96.3% of statements 22:02:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.210s coverage: 87.5% of statements 22:02:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 22:02:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:02:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:02:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:02:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:02:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 22:02:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 22:02:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 22:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.204s coverage: 94.4% of statements 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:02:24 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:02:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:02:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:02:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.111s coverage: 79.9% of statements 22:02:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 22:02:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 26.268s coverage: 92.9% of statements 22:02:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.078s coverage: 64.4% of statements 22:02:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.203s coverage: 62.3% of statements 22:02:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.203s coverage: 87.2% of statements 22:02:35 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.182s coverage: 20.0% of statements 22:02:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.184s coverage: 100.0% of statements 22:02:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.454s coverage: 81.8% of statements 22:02:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.507s coverage: 82.1% of statements 22:02:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:02:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.236s coverage: 86.0% of statements 22:02:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:02:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:02:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.026s coverage: 63.1% of statements 22:02:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.267s coverage: 100.0% of statements 22:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.140s coverage: 89.4% of statements 22:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.088s coverage: 100.0% of statements 22:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.122s coverage: 73.7% of statements 22:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 22:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 22:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 22:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements 22:02:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:02:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:02:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:02:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.985s coverage: 38.4% of statements 22:02:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.264s coverage: 89.5% of statements 22:02:56 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 22:02:56 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 22:02:56 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 22:02:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 22:02:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.224s coverage: 84.8% of statements 22:03:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 22:03:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 22:03:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:03:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:03:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.297s coverage: 17.7% of statements 22:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 22:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 22:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 22:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 22:03:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.558s coverage: 92.3% of statements 22:03:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:03:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:03:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.276s coverage: 61.5% of statements 22:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 22:03:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 22:03:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.390s coverage: 97.7% of statements 22:03:16 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 22:03:16 WARNING: Linting skipped (not on x86_64 or linter not installed) 22:03:16 go vet ./... 22:05:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:05:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:05:57 ./bin/test-attribution-txt.sh [Pipeline] echo 22:05:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 22:05:57 + ls -al . 22:05:57 total 700 22:05:57 drwxrwxr-x 10 1001 1001 4096 May 29 21:57 . 22:05:57 drwxr-xr-x 4 root root 4096 May 29 21:57 .. 22:05:57 drwxrwxr-x 2 1001 1001 4096 May 29 21:56 .blubracket 22:05:57 -rw-rw-r-- 1 1001 1001 16 May 29 21:56 .dockerignore 22:05:57 drwxrwxr-x 8 1001 1001 4096 May 29 21:56 .git 22:05:57 drwxrwxr-x 3 1001 1001 4096 May 29 21:56 .github 22:05:57 -rw-rw-r-- 1 1001 1001 1133 May 29 21:56 .gitignore 22:05:57 -rw-rw-r-- 1 1001 1001 42 May 29 21:56 .golangci.yml 22:05:57 -rw-rw-r-- 1 1001 1001 87 May 29 21:56 .hadolint.yml 22:05:57 -rw-rw-r-- 1 1001 1001 166 May 29 21:56 .sonarcloud.properties 22:05:57 -rw-rw-r-- 1 1001 1001 1171 May 29 21:56 ADOPTERS.md 22:05:57 -rw-rw-r-- 1 1001 1001 10835 May 29 21:56 Attribution.txt 22:05:57 -rw-rw-r-- 1 1001 1001 73765 May 29 21:56 CHANGELOG.md 22:05:57 -rw-rw-r-- 1 1001 1001 3804 May 29 21:56 CONTRIBUTING.md 22:05:57 -rw-rw-r-- 1 1001 1001 677 May 29 21:56 GOVERNANCE.md 22:05:57 -rw-rw-r-- 1 1001 1001 883 May 29 21:56 Jenkinsfile 22:05:57 -rw-rw-r-- 1 1001 1001 10775 May 29 21:56 LICENSE 22:05:57 -rw-rw-r-- 1 1001 1001 14368 May 29 21:56 Makefile 22:05:57 -rw-rw-r-- 1 1001 1001 582 May 29 21:56 OWNERS.md 22:05:57 -rw-rw-r-- 1 1001 1001 9943 May 29 21:56 README.md 22:05:57 -rw-rw-r-- 1 1001 1001 789 May 29 21:56 SECURITY.md 22:05:57 -rw-rw-r-- 1 1001 1001 5 May 29 21:52 VERSION 22:05:57 drwxrwxr-x 2 1001 1001 4096 May 29 21:56 bin 22:05:57 drwxrwxr-x 18 1001 1001 4096 May 29 21:56 cmd 22:05:57 -rw-r--r-- 1 root root 447730 May 29 22:03 coverage.out 22:05:57 -rw-rw-r-- 1 1001 1001 3159 May 29 21:56 go.mod 22:05:57 -rw-rw-r-- 1 1001 1001 30958 May 29 21:56 go.sum 22:05:57 drwxrwxr-x 7 1001 1001 4096 May 29 21:56 internal 22:05:57 drwxrwxr-x 3 1001 1001 4096 May 29 21:56 openapi 22:05:57 -rw-rw-r-- 1 1001 1001 594 May 29 21:56 security.txt 22:05:57 drwxrwxr-x 4 1001 1001 4096 May 29 21:56 snap 22:05:57 -rw-rw-r-- 1 1001 1001 204 May 29 21:56 version.go [Pipeline] sh 22:05:58 + '[' -e coverage.out ] 22:05:58 + chown 1001:1001 coverage.out [Pipeline] stash 22:05:58 Warning: overwriting stash ‘coverage-report’ 22:05:59 Stashed 1 file(s) [Pipeline] sh 22:05:59 + make build 22:05:59 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 22:07:36 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 22:07:36 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 22:07: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 22:07:36 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 22:08:23 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:08:25 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 22:08:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:08:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:08:41 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 22:08:45 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 22:08:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 22:08:57 $ docker stop --time=1 5c0a6ca38f1ff5911469f12b0b4eda6eeeb758d34628fe94f0fb5344c489419c 22:08:59 $ docker rm -f --volumes 5c0a6ca38f1ff5911469f12b0b4eda6eeeb758d34628fe94f0fb5344c489419c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:09:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:09:02 22:09:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:09:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:09:03 latest: Pulling from edgex-devops/edgex-compose-arm64 22:09:03 29e5d40040c1: Pulling fs layer 22:09:03 1ce36da41761: Pulling fs layer 22:09:03 25b303627fd3: Pulling fs layer 22:09:03 29e5d40040c1: Verifying Checksum 22:09:03 29e5d40040c1: Download complete 22:09:04 1ce36da41761: Verifying Checksum 22:09:04 1ce36da41761: Download complete 22:09:04 29e5d40040c1: Pull complete 22:09:05 25b303627fd3: Verifying Checksum 22:09:05 1ce36da41761: Pull complete 22:09:17 25b303627fd3: Pull complete 22:09:17 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:09:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:09:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:09:18 prd-ubuntu20.04-docker-arm64-4c-16g-17180 does not seem to be running inside a container 22:09:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:09:20 $ docker top 52861f6c78b5b4ce12a3b836ee058c8dde9117fe3cb4214cbb9b5d254d938615 -eo pid,comm [Pipeline] { [Pipeline] sh 22:09:21 + docker-compose build --help 22:09:21 + grep parallel 22:09:25 --parallel Build images in parallel. [Pipeline] } 22:09:25 $ docker stop --time=1 52861f6c78b5b4ce12a3b836ee058c8dde9117fe3cb4214cbb9b5d254d938615 22:09:26 $ docker rm -f --volumes 52861f6c78b5b4ce12a3b836ee058c8dde9117fe3cb4214cbb9b5d254d938615 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:09:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:09:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:09:27 prd-ubuntu20.04-docker-arm64-4c-16g-17180 does not seem to be running inside a container 22:09:27 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:09:30 $ docker top 9eaf6ec58dbf3bd96c0946c4d42dd63032124cf518783cc04cb721c58071a345 -eo pid,comm [Pipeline] { [Pipeline] sh 22:09:30 + docker-compose -f ./docker-compose-build.yml build --parallel 22:09:34 Building core-command ... 22:09:34 Building core-common-config-bootstrapper ... 22:09:34 Building core-data ... 22:09:34 Building core-metadata ... 22:09:34 Building security-bootstrapper ... 22:09:34 Building security-proxy-auth ... 22:09:34 Building security-proxy-setup ... 22:09:34 Building security-secretstore-setup ... 22:09:34 Building security-spiffe-token-provider ... 22:09:34 Building security-spire-agent ... 22:09:34 Building security-spire-config ... 22:09:34 Building security-spire-server ... 22:09:34 Building support-notifications ... 22:09:34 Building support-scheduler ... 22:09:34 Building security-proxy-setup 22:09:34 Building core-data 22:09:34 Building security-proxy-auth 22:09:34 Building security-spiffe-token-provider 22:09:34 Building support-notifications 22:10:21 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:10:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:10:21 ---> 42f30f978978 22:10:21 Step 3/22 : WORKDIR /edgex-go 22:10:21 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:10:21 Step 2/20 : FROM ${BUILDER_BASE} AS builder 22:10:21 ---> 42f30f978978 22:10:21 Step 3/20 : WORKDIR /edgex-go 22:10:21 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:10:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:10:21 ---> 42f30f978978 22:10:21 Step 3/23 : ARG ADD_BUILD_TAGS="" 22:10:21 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:10:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:10:21 ---> 42f30f978978 22:10:21 Step 3/23 : ARG ADD_BUILD_TAGS="" 22:10:21 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:10:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:10:21 ---> 42f30f978978 22:10:21 Step 3/23 : ARG ADD_BUILD_TAGS="" 22:10:23 ---> Running in 82b9d1b63191 22:10:23 ---> Running in 350d846c4734 22:10:23 ---> Running in dea2a76dfb80 22:10:23 ---> Running in 99c10095d285 22:10:23 ---> Running in 205fd9ac2f78 22:10:23 Removing intermediate container 82b9d1b63191 22:10:23 ---> 7108551256ad 22:10:23 Step 4/22 : RUN apk add --update --no-cache make git 22:10:23 ---> Running in a469521a2820 22:10:23 Removing intermediate container 205fd9ac2f78 22:10:23 ---> a4ee01650b6e 22:10:23 Step 4/23 : WORKDIR /edgex-go 22:10:23 Removing intermediate container 350d846c4734 22:10:23 ---> e15119b37625 22:10:23 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 22:10:23 Removing intermediate container 99c10095d285 22:10:23 ---> a1c76629d560 22:10:23 Step 4/23 : WORKDIR /edgex-goRemoving intermediate container dea2a76dfb80 22:10:23 ---> c006c69f7be9 22:10:23 Step 4/23 : WORKDIR /edgex-go 22:10:23 22:10:24 ---> Running in 0b018b08a21e 22:10:24 ---> Running in 133116200f0c 22:10:24 ---> Running in fd3b6e759d35 22:10:24 ---> Running in 5c352e8753d0 22:10:25 Removing intermediate container 0b018b08a21e 22:10:25 ---> d911abca9006 22:10:25 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 22:10:25 Removing intermediate container 133116200f0c 22:10:25 ---> cdbb6dde35d8 22:10:25 Step 5/23 : RUN apk add --update --no-cache make git 22:10:25 Removing intermediate container 5c352e8753d0 22:10:25 ---> a1de46d218e9 22:10:25 Step 5/23 : RUN apk add --update --no-cache make git 22:10:25 ---> Running in 44ec314b38ce 22:10:25 ---> Running in 71002f5e8db0 22:10:25 ---> Running in 6bde16633245 22:10:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:10:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:10:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:10:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:10:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:10:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:10:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:10:28 OK: 263 MiB in 53 packages 22:10:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:10:28 v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 22:10:28 v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 22:10:28 OK: 17699 distinct packages available 22:10:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:10:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:10:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:10:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:10:29 Removing intermediate container a469521a2820 22:10:29 ---> 9d599f4d67f0 22:10:29 Step 5/22 : COPY go.mod vendor* ./ 22:10:29 OK: 263 MiB in 53 packages 22:10:30 OK: 263 MiB in 53 packages 22:10:30 OK: 263 MiB in 53 packages 22:10:30 ---> 230b01841e02 22:10:30 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:10:30 OK: 263 MiB in 53 packages 22:10:30 ---> Running in 2951d3261fd7 22:10:31 Removing intermediate container 44ec314b38ce 22:10:31 ---> 2820fa04567a 22:10:31 Step 6/23 : COPY go.mod vendor* ./ 22:10:32 Removing intermediate container 6bde16633245 22:10:32 ---> edba31fa83a9 22:10:32 Step 6/23 : COPY go.mod vendor* ./ 22:10:32 Removing intermediate container 71002f5e8db0 22:10:32 ---> d9f01e2e8fa8 22:10:32 Step 6/23 : COPY go.mod vendor* ./ 22:10:32 Removing intermediate container fd3b6e759d35 22:10:32 ---> 9f15a8d5d4f2 22:10:32 Step 5/20 : COPY go.mod vendor* ./ 22:10:32 ---> 59a92fe56d27 22:10:32 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:10:32 ---> Running in a266d9519c5e 22:10:36 ---> 74895692656f 22:10:36 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:10:36 ---> 61d8b6ebf6a6 22:10:36 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:10:36 ---> 930084c85ab4 22:10:36 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:10:36 ---> Running in 22aaf63faea4 22:10:36 ---> Running in 5525e42eb04e 22:10:36 ---> Running in 4e0c555296f7 22:12:27 Removing intermediate container a266d9519c5e 22:12:27 ---> 59a680e2cdb0 22:12:27 Step 8/23 : COPY . .Removing intermediate container 4e0c555296f7 22:12:27 22:12:27 ---> 1181b097fdff 22:12:27 Step 7/20 : COPY . . 22:12:27 Removing intermediate container 5525e42eb04e 22:12:27 ---> b91f0bdc5772 22:12:27 Step 8/23 : COPY . . 22:12:27 Removing intermediate container 2951d3261fd7 22:12:27 ---> 46deeaac3161 22:12:27 Step 7/22 : COPY . . 22:12:27 Removing intermediate container 22aaf63faea4 22:12:27 ---> 9b732b71c5fb 22:12:27 Step 8/23 : COPY . . 22:12:32 ---> 280ea534d6cd 22:12:32 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 22:12:32 ---> 09d650913620 22:12:32 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 22:12:32 ---> Running in f6c9771c7f26 22:12:32 ---> d974ca94916e 22:12:32 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 22:12:32 ---> b536660ddee2 22:12:32 Step 9/23 : RUN make cmd/support-notifications/support-notifications 22:12:32 ---> Running in 3ce2af305ff8 22:12:32 ---> Running in a9ed555fad6e 22:12:32 ---> 2bfbe68eed7d 22:12:32 Step 8/22 : RUN make cmd/secrets-config/secrets-config 22:12:32 ---> Running in cc219ac9dbaf 22:12:32 ---> Running in e165cd4d7789 22:12: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 22:12:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 22:12:37 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 22:12:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 22:12:37 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 22:18:29 Removing intermediate container a9ed555fad6e 22:18:29 ---> 29cda3989b81 22:18:29 22:18:29 Step 10/23 : FROM alpine:3.17 22:18:29 3.17: Pulling from library/alpine 22:18:29 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 22:18:29 Status: Downloaded newer image for alpine:3.17 22:18:29 ---> 51e60588ff2c 22:18:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 22:18:29 ---> Running in 0145e67f1810 22:18:29 Removing intermediate container 0145e67f1810 22:18:29 ---> c1dd4c052e57 22:18:29 Step 12/23 : RUN apk add --update --no-cache dumb-init 22:18:29 ---> Running in 50612e959097 22:18:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:18:32 Removing intermediate container e165cd4d7789 22:18:32 ---> 23230a85be0f 22:18:32 22:18:32 Step 9/22 : FROM alpine:3.17 22:18:32 ---> 51e60588ff2c 22:18:32 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 22:18:32 ---> Running in 0a6dd9195425 22:18:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:18:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:18:34 (1/1) Installing dumb-init (1.2.5-r2) 22:18:34 Executing busybox-1.35.0-r29.trigger 22:18:34 OK: 8 MiB in 16 packages 22:18:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:18:35 Removing intermediate container 50612e959097 22:18:35 ---> 4df009cf80ce 22:18:35 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:18:35 (1/2) Installing dumb-init (1.2.5-r2) 22:18:35 (2/2) Installing openssl (3.0.8-r4) 22:18:36 Executing busybox-1.35.0-r29.trigger 22:18:36 OK: 8 MiB in 17 packages 22:18:36 ---> b0d4b27852d8 22:18:36 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 22:18:37 ---> 0810ef2cac91 22:18:37 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 22:18:37 Removing intermediate container 0a6dd9195425 22:18:37 ---> d7e209f45911 22:18:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 22:18:38 ---> Running in 4d5017b45c45 22:18:38 Removing intermediate container 4d5017b45c45 22:18:38 ---> e903aca36d16 22:18:38 Step 12/22 : WORKDIR /edgex 22:18:38 ---> Running in 4fb0dc1a4eb4 22:18:39 Removing intermediate container 4fb0dc1a4eb4 22:18:39 ---> 94d2a642fbc3 22:18:39 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:18:40 ---> 27df7b9cf6d7 22:18:40 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 22:18:40 ---> 2c4a1f6be748 22:18:40 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 22:18:41 ---> fc79bc096fa2 22:18:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 22:18:41 ---> 7e9a88cd2b57 22:18:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 22:18:42 ---> fe807aeb9deb 22:18:42 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:18:42 ---> Running in e2a94886bc41 22:18:43 ---> 869adb19795f 22:18:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:18:45 ---> 21023e961337 22:18:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 22:18:46 Removing intermediate container e2a94886bc41 22:18:46 ---> b2087c7350e7 22:18:46 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 22:18:46 ---> Running in 76b4cf6ec87e 22:18:47 ---> 19c20e6da68d 22:18:47 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:18:47 Removing intermediate container 76b4cf6ec87e 22:18:47 ---> 975cf417d8cd 22:18:47 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 22:18:47 ---> Running in fdf4ccb3b768 22:18:47 ---> Running in d2340ed19e98 22:18:48 Removing intermediate container d2340ed19e98 22:18:48 ---> 9607bf7d2691 22:18:48 Step 21/23 : LABEL arch=arm64 22:18:48 ---> Running in b4bd5e13c866 22:18:48 Removing intermediate container b4bd5e13c866 22:18:48 ---> 9a101599d1d8 22:18:48 Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 22:18:48 ---> Running in 330fd6c2c0b3 22:18:49 Removing intermediate container 330fd6c2c0b3 22:18:49 ---> 6a746d585f6f 22:18:49 Step 23/23 : LABEL version=0.0.0 22:18:49 ---> Running in 478b2cb4dbb1 22:18:50 Removing intermediate container 478b2cb4dbb1 22:18:50 ---> 3d1073c9cb33 22:18:50 22:18:50 Removing intermediate container fdf4ccb3b768 22:18:50 ---> 5e76976925e4 22:18:50 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 22:18:50 Successfully built 3d1073c9cb33 22:18:50 Successfully tagged security-proxy-auth-arm64:latest 22:18:50 Building security-secretstore-setup 22:18:50 ---> Running in aa229876f2ad 22:18:51  Building security-proxy-auth ... done Removing intermediate container aa229876f2ad 22:18:51 ---> ab0a31fd80dc 22:18:51 Step 20/22 : LABEL arch=arm64 22:18:51 ---> Running in 8c2847bad463 22:18:52 Removing intermediate container 8c2847bad463 22:18:52 ---> 99f7c58a0cb2 22:18:52 Step 21/22 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 22:18:52 ---> Running in 0d38e6e5f8db 22:18:54 Removing intermediate container 0d38e6e5f8db 22:18:54 ---> e7143892075d 22:18:54 Step 22/22 : LABEL version=0.0.0 22:18:54 ---> Running in d15214ce50aa 22:18:55 Removing intermediate container d15214ce50aa 22:18:55 ---> 4bebe66180fd 22:18:55 22:18:55 Successfully built 4bebe66180fd 22:18:55 Successfully tagged security-proxy-setup-arm64:latest 22:18:55 Building core-command 22:19:13  Building security-proxy-setup ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:19:13 Step 2/25 : FROM ${BUILDER_BASE} AS builder 22:19:13 ---> 42f30f978978 22:19:13 Step 3/25 : WORKDIR /edgex-go 22:19:13 ---> Using cache 22:19:13 ---> e15119b37625 22:19:13 Step 4/25 : RUN apk add --update --no-cache make git 22:19:13 ---> Running in f7400f29c5f1 22:19:13 Removing intermediate container f6c9771c7f26 22:19:13 ---> 285f13f27047 22:19:13 22:19:13 Step 10/23 : FROM alpine:3.17 22:19:13 ---> 51e60588ff2c 22:19:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 22:19:14 ---> Running in 74dd24ee8b5a 22:19:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:19:15 Removing intermediate container 74dd24ee8b5a 22:19:15 ---> 171a8ba4500f 22:19:15 Step 12/23 : ENV APP_PORT=59880 22:19:15 ---> Running in 48c81fbca3c0 22:19:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:19:15 Removing intermediate container 48c81fbca3c0 22:19:15 ---> 025ac214ac27 22:19:15 Step 13/23 : EXPOSE $APP_PORT 22:19:15 ---> Running in b3b55e0049b5 22:19:16 Removing intermediate container b3b55e0049b5 22:19:16 ---> 4ce89c72d4f5 22:19:16 Step 14/23 : RUN apk add --update --no-cache dumb-init 22:19:16 ---> Running in 82ed12b57e57 22:19:17 OK: 263 MiB in 53 packages 22:19:18 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:19:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:19:18 ---> 42f30f978978 22:19:18 Step 3/24 : ARG ADD_BUILD_TAGS="" 22:19:18 ---> Using cache 22:19:18 ---> a1c76629d560 22:19:18 Step 4/24 : WORKDIR /edgex-go 22:19:18 ---> Using cache 22:19:18 ---> a1de46d218e9 22:19:18 Step 5/24 : RUN apk add --update --no-cache make git 22:19:18 ---> Using cache 22:19:18 ---> d9f01e2e8fa8 22:19:18 Step 6/24 : COPY go.mod vendor* ./ 22:19:18 ---> Using cache 22:19:18 ---> 930084c85ab4 22:19:18 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:19:18 ---> Using cache 22:19:18 ---> b91f0bdc5772 22:19:18 Step 8/24 : COPY . . 22:19:18 ---> Using cache 22:19:18 ---> d974ca94916e 22:19:18 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 22:19:18 Removing intermediate container f7400f29c5f1 22:19:18 ---> Running in e3faf03337e4 22:19:18 ---> 93b46cc21e85 22:19:18 Step 5/25 : COPY go.mod vendor* ./ 22:19:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:19:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:19:20 ---> d1f21bada977 22:19:20 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:19:21 (1/1) Installing dumb-init (1.2.5-r2) 22:19:21 Executing busybox-1.35.0-r29.trigger 22:19:21 OK: 8 MiB in 16 packages 22:19:21 ---> Running in dcf25f6cadda 22:19:22 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 22:19:23 Removing intermediate container 82ed12b57e57 22:19:23 ---> 731bfa26d481 22:19:23 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:19:24 ---> 2ca334c47393 22:19:24 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 22:19:25 ---> e3b4ad04494a 22:19:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:19:27 ---> be42ff90d040 22:19:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 22:19:28 ---> 0b55c3ed576b 22:19:28 Step 19/23 : ENTRYPOINT ["/core-data"] 22:19:28 ---> Running in 296e6dd85111 22:19:28 Removing intermediate container 296e6dd85111 22:19:28 ---> 8c557da311f6 22:19:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:19:28 ---> Running in 89364780be76 22:19:29 Removing intermediate container 89364780be76 22:19:29 ---> 893a18db3018 22:19:29 Step 21/23 : LABEL arch=arm64 22:19:29 ---> Running in d7463338d505 22:19:30 Removing intermediate container d7463338d505 22:19:30 ---> ec3521801031 22:19:30 Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 22:19:30 ---> Running in 586f6183ac9e 22:19:30 Removing intermediate container 586f6183ac9e 22:19:30 ---> 5c31a4dc2796 22:19:30 Step 23/23 : LABEL version=0.0.0 22:19:30 ---> Running in a8d67c083eec 22:19:31 Removing intermediate container a8d67c083eec 22:19:31 ---> 93793fede26f 22:19:31 22:19:31 Successfully built 93793fede26f 22:19:31 Successfully tagged core-data-arm64:latest 22:19:31  Building core-data ... done Building core-metadata 22:19:46 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:19:46 Step 2/25 : FROM ${BUILDER_BASE} AS builder 22:19:46 ---> 42f30f978978 22:19:46 Step 3/25 : ARG ADD_BUILD_TAGS="" 22:19:46 ---> Using cache 22:19:46 ---> a1c76629d560 22:19:46 Step 4/25 : WORKDIR /edgex-go 22:19:46 ---> Using cache 22:19:46 ---> a1de46d218e9 22:19:46 Step 5/25 : RUN apk add --update --no-cache make git 22:19:46 ---> Using cache 22:19:46 ---> d9f01e2e8fa8 22:19:46 Step 6/25 : COPY go.mod vendor* ./ 22:19:46 ---> Using cache 22:19:46 ---> 930084c85ab4 22:19:46 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:19:46 ---> Using cache 22:19:46 ---> b91f0bdc5772 22:19:46 Step 8/25 : COPY . . 22:19:46 ---> Using cache 22:19:46 ---> d974ca94916e 22:19:46 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 22:19:46 ---> Running in 1c4cbd0824b6 22:19:48 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 22:20:45 Removing intermediate container 3ce2af305ff8 22:20:45 ---> a05ff8c426c3 22:20:45 22:20:45 Step 9/20 : FROM alpine:3.17 22:20:45 ---> 51e60588ff2c 22:20:45 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 22:20:45 ---> Running in 557ceddb7c19 22:20:45 Removing intermediate container 557ceddb7c19 22:20:45 ---> fe8f540ab1b2 22:20:45 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 22:20:45 ---> Running in a24724660ff7 22:20:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:20:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:20:45 v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 22:20:45 v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 22:20:45 OK: 17694 distinct packages available 22:20:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:20:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:20:48 (1/9) Installing ca-certificates (20230506-r0) 22:20:48 (2/9) Installing brotli-libs (1.0.9-r9) 22:20:48 (3/9) Installing nghttp2-libs (1.51.0-r0) 22:20:48 (4/9) Installing libcurl (8.1.1-r1) 22:20:48 (5/9) Installing curl (8.1.1-r1) 22:20:48 (6/9) Installing dumb-init (1.2.5-r2) 22:20:48 (7/9) Installing musl-obstack (1.2.3-r0) 22:20:48 (8/9) Installing libucontext (1.2-r0) 22:20:48 (9/9) Installing gcompat (1.1.0-r0) 22:20:48 Executing busybox-1.35.0-r29.trigger 22:20:48 Executing ca-certificates-20230506-r0.trigger 22:20:49 OK: 11 MiB in 24 packages 22:20:53 Removing intermediate container a24724660ff7 22:20:53 ---> 1e840c8c8795 22:20:53 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 22:20:54 ---> daaf8428a86e 22:20:54 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 22:20:58 ---> b25187912a1e 22:20:58 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 22:21:00 ---> 731c8b5fe668 22:21:00 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 22:21:02 ---> 569c0c519c1d 22:21:02 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 22:21:02 ---> Running in 2c36cf6cd720 22:21:02 Removing intermediate container 2c36cf6cd720 22:21:02 ---> 346367ba6c8b 22:21:02 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 22:21:03 ---> Running in c6a18fd91c57 22:21:03 Removing intermediate container c6a18fd91c57 22:21:03 ---> c3f1bfa46db7 22:21:03 Step 18/20 : LABEL arch=arm64 22:21:03 ---> Running in 4f2f1db7f944 22:21:04 Removing intermediate container 4f2f1db7f944 22:21:04 ---> a3c597c3551f 22:21:04 Step 19/20 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 22:21:04 ---> Running in d7c7d376815d 22:21:05 Removing intermediate container d7c7d376815d 22:21:05 ---> 2bd2b1475144 22:21:05 Step 20/20 : LABEL version=0.0.0 22:21:05 ---> Running in 84991ed4a883 22:21:06 Removing intermediate container 84991ed4a883 22:21:06 ---> 3e793c508977 22:21:06 22:21:06 Removing intermediate container dcf25f6cadda 22:21:06 ---> fcf94d9196b0 22:21:06 Step 7/25 : COPY . . 22:21:06 Successfully built 3e793c508977 22:21:06 Successfully tagged security-spiffe-token-provider-arm64:latest 22:21:06  Building security-spiffe-token-provider ... done Building core-common-config-bootstrapper 22:21:21 ---> a3c16501e997 22:21:21 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:21:21 ---> Running in c584ad4f6fcc 22:21:22 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 22:21:24 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:21:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:21:24 ---> 42f30f978978 22:21:24 Step 3/23 : ARG ADD_BUILD_TAGS="" 22:21:24 ---> Using cache 22:21:24 ---> a1c76629d560 22:21:24 Step 4/23 : WORKDIR /edgex-go 22:21:24 ---> Using cache 22:21:24 ---> a1de46d218e9 22:21:24 Step 5/23 : RUN apk add --update --no-cache make git 22:21:24 ---> Using cache 22:21:24 ---> d9f01e2e8fa8 22:21:24 Step 6/23 : COPY go.mod vendor* ./ 22:21:24 ---> Using cache 22:21:24 ---> 930084c85ab4 22:21:24 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:21:24 ---> Using cache 22:21:24 ---> b91f0bdc5772 22:21:24 Step 8/23 : COPY . . 22:21:24 ---> Using cache 22:21:24 ---> d974ca94916e 22:21:24 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 22:21:25 ---> Running in ccded26229f1 22:21:27 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 22:21:39 Removing intermediate container cc219ac9dbaf 22:21:39 ---> e2e4908bd093 22:21:39 22:21:39 Step 10/23 : FROM alpine:3.17 22:21:39 ---> 51e60588ff2c 22:21:39 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 22:21:39 ---> Running in 6744bef3a5d9 22:21:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:21:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:21:43 (1/2) Installing ca-certificates (20230506-r0) 22:21:43 (2/2) Installing dumb-init (1.2.5-r2) 22:21:43 Executing busybox-1.35.0-r29.trigger 22:21:43 Executing ca-certificates-20230506-r0.trigger 22:21:44 OK: 8 MiB in 17 packages 22:21:46 Removing intermediate container 6744bef3a5d9 22:21:46 ---> 655fc155d84b 22:21:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 22:21:46 ---> Running in 3a6975891141 22:21:47 Removing intermediate container 3a6975891141 22:21:47 ---> 68236794ed72 22:21:47 Step 13/23 : ENV APP_PORT=59860 22:21:47 ---> Running in 22f94c8086df 22:21:47 Removing intermediate container 22f94c8086df 22:21:47 ---> cc17d935ddb4 22:21:47 Step 14/23 : EXPOSE $APP_PORT 22:21:47 ---> Running in 0fa9532c12e6 22:21:48 Removing intermediate container 0fa9532c12e6 22:21:48 ---> 755bf09d7808 22:21:48 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:21:52 ---> bb7babe1cc5e 22:21:52 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 22:21:53 ---> 1947217bf664 22:21:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:21:55 ---> 7db33f967053 22:21:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 22:21:56 ---> 0a56bb055525 22:21:56 Step 19/23 : ENTRYPOINT ["/support-notifications"] 22:21:56 ---> Running in f4a3b223a5e6 22:21:56 Removing intermediate container f4a3b223a5e6 22:21:56 ---> f0d8d6cb896c 22:21:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:21:57 ---> Running in e17b8d19326a 22:21:57 Removing intermediate container e17b8d19326a 22:21:57 ---> cc026791c207 22:21:57 Step 21/23 : LABEL arch=arm64 22:21:57 ---> Running in ca932aac2766 22:21:58 Removing intermediate container ca932aac2766 22:21:58 ---> 042ba08ff5d5 22:21:58 Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 22:21:58 ---> Running in eda9595e08a7 22:21:58 Removing intermediate container eda9595e08a7 22:21:58 ---> 489cc919503e 22:21:58 Step 23/23 : LABEL version=0.0.0 22:21:58 ---> Running in 0050c9a0d16c 22:21:59 Removing intermediate container 0050c9a0d16c 22:21:59 ---> 2fbd501e0a89 22:21:59 22:21:59 Successfully built 2fbd501e0a89 22:21:59 Successfully tagged support-notifications-arm64:latest 22:21:59  Building support-notifications ... done Building security-spire-config 22:22:17 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:22:17 Step 2/27 : FROM ${BUILDER_BASE} AS builder 22:22:17 ---> 42f30f978978 22:22:17 Step 3/27 : WORKDIR /edgex-go 22:22:17 ---> Using cache 22:22:17 ---> e15119b37625 22:22:17 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 22:22:17 ---> Running in 9a5442d3d198 22:22:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:22:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:22:20 OK: 263 MiB in 53 packages 22:22:22 Removing intermediate container 9a5442d3d198 22:22:22 ---> 50cf148c86c0 22:22:22 Step 5/27 : COPY go.mod vendor* ./ 22:22:22 ---> f6b064b7c1c1 22:22:22 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:22:23 ---> Running in 7036c72e6662 22:23:59 Removing intermediate container 7036c72e6662 22:23:59 ---> 5f10951313fb 22:23:59 Step 7/27 : COPY . . 22:24:02 ---> c588cb8ce15d 22:24:02 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 22:24:02 ---> Running in 477d51c819d9 22:24:03 Removing intermediate container 477d51c819d9 22:24:03 ---> aeb8bfa8f864 22:24:03 Step 9/27 : WORKDIR /edgex-go/spire-build 22:24:03 ---> Running in 2dcbbcc4f755 22:24:04 Removing intermediate container 2dcbbcc4f755 22:24:04 ---> 3f59120ec25c 22:24:04 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 22:24:04 ---> Running in 3e55f6f5258e 22:24:04 Removing intermediate container 3e55f6f5258e 22:24:04 ---> 76ef6cfdfa78 22:24:04 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 22:24:04 ---> Running in e5779ae049ce 22:24:10 Removing intermediate container e5779ae049ce 22:24:10 ---> 800ebb50f052 22:24:10 Step 12/27 : WORKDIR /edgex-go 22:24:10 ---> Running in bdcfb3af5fd6 22:24:10 Removing intermediate container bdcfb3af5fd6 22:24:10 ---> 72bf5808ffca 22:24:10 22:24:10 Step 13/27 : FROM alpine:3.17 22:24:10 ---> 51e60588ff2c 22:24:10 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:24:10 ---> Running in 2a6add81be85 22:24:11 Removing intermediate container 2a6add81be85 22:24:11 ---> 2ad10dfe50a7 22:24:11 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 22:24:11 ---> Running in 5e1b54ef927f 22:24:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:24:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:24:15 v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 22:24:15 v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 22:24:15 OK: 17694 distinct packages available 22:24:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:24:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:24:17 (1/4) Installing dumb-init (1.2.5-r2) 22:24:17 (2/4) Installing musl-obstack (1.2.3-r0) 22:24:17 (3/4) Installing libucontext (1.2-r0) 22:24:17 (4/4) Installing gcompat (1.1.0-r0) 22:24:17 Executing busybox-1.35.0-r29.trigger 22:24:17 OK: 8 MiB in 19 packages 22:24:19 Removing intermediate container 5e1b54ef927f 22:24:19 ---> 2bf82185ff37 22:24:19 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 22:24:19 ---> 664896d1446b 22:24:19 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 22:24:22 ---> 9aeab9b4cd2a 22:24:22 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 22:24:29 ---> a682018ac0df 22:24:29 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 22:24:29 ---> dbfcf21b5c12 22:24:29 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 22:24:29 ---> Running in 792b3456a4e0 22:24:29 Removing intermediate container 792b3456a4e0 22:24:29 ---> a76cb969195b 22:24:29 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 22:24:30 ---> 840f3a806a70 22:24:30 Step 22/27 : WORKDIR / 22:24:30 ---> Running in da96669ed819 22:24:31 Removing intermediate container da96669ed819 22:24:31 ---> b1a106b35035 22:24:31 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 22:24:31 ---> Running in d0709d1b28b4 22:24:31 Removing intermediate container d0709d1b28b4 22:24:31 ---> 8d158e8085a6 22:24:31 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 22:24:31 ---> Running in 62024eb367b2 22:24:32 Removing intermediate container 62024eb367b2 22:24:32 ---> d253dfa09ea3 22:24:32 Step 25/27 : LABEL arch=arm64 22:24:32 ---> Running in 7ce1e2715a08 22:24:35 Removing intermediate container 7ce1e2715a08 22:24:35 ---> 310aa3d84c10 22:24:35 Step 26/27 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 22:24:35 ---> Running in 893c9f029afd 22:24:36 Removing intermediate container 893c9f029afd 22:24:36 ---> 77144141e0bd 22:24:36 Step 27/27 : LABEL version=0.0.0 22:24:36 ---> Running in 6176c7e8f02d 22:24:36 Removing intermediate container 6176c7e8f02d 22:24:36 ---> 1ae80e3adc54 22:24:36 22:24:36 Successfully built 1ae80e3adc54 22:24:36 Successfully tagged security-spire-config-arm64:latest 22:24:36  Building security-spire-config ... done Building security-bootstrapper 22:24:55 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:24:55 Step 2/33 : FROM ${BUILDER_BASE} AS builder 22:24:55 ---> 42f30f978978 22:24:55 Step 3/33 : WORKDIR /edgex-go 22:24:55 ---> Using cache 22:24:55 ---> e15119b37625 22:24:55 Step 4/33 : RUN apk add --update --no-cache make git 22:24:55 ---> Using cache 22:24:55 ---> 93b46cc21e85 22:24:55 Step 5/33 : COPY go.mod vendor* ./ 22:24:55 ---> Using cache 22:24:55 ---> d1f21bada977 22:24:55 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:24:55 ---> Using cache 22:24:55 ---> fcf94d9196b0 22:24:55 Step 7/33 : COPY . . 22:24:55 ---> Using cache 22:24:55 ---> a3c16501e997 22:24:55 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:24:55 ---> Running in 6c4dd526183d 22:24:57 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 22:26:18 Removing intermediate container e3faf03337e4 22:26:18 ---> 55c069d2a145 22:26:18 22:26:18 Step 10/24 : FROM alpine:3.17 22:26:18 ---> 51e60588ff2c 22:26:18 Step 11/24 : RUN apk add --update --no-cache dumb-init 22:26:18 ---> Running in c53ea289a08e 22:26:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:26:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:26:18 (1/1) Installing dumb-init (1.2.5-r2) 22:26:18 Executing busybox-1.35.0-r29.trigger 22:26:18 OK: 8 MiB in 16 packages 22:26:18 Removing intermediate container c53ea289a08e 22:26:18 ---> 637f2f24b688 22:26:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 22:26:18 ---> Running in 44bb3a385f5b 22:26:18 Removing intermediate container 44bb3a385f5b 22:26:18 ---> 88fe2ff849de 22:26:18 Step 13/24 : ENV APP_PORT=59882 22:26:18 ---> Running in 4873ca928548 22:26:18 Removing intermediate container 4873ca928548 22:26:18 ---> 4cce98ace654 22:26:18 Step 14/24 : EXPOSE $APP_PORT 22:26:18 ---> Running in 915aa9c163ae 22:26:18 Removing intermediate container 915aa9c163ae 22:26:18 ---> 01813386e055 22:26:18 Step 15/24 : WORKDIR / 22:26:18 ---> Running in 8b6474574d05 22:26:18 Removing intermediate container 8b6474574d05 22:26:18 ---> 54d4cc59254f 22:26:18 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:26:18 ---> 20f4ced4e061 22:26:18 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 22:26:18 ---> 0ed80ad7f77b 22:26:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:26:18 ---> e86216aee757 22:26:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 22:26:18 ---> 9272e47292d5 22:26:18 Step 20/24 : ENTRYPOINT ["/core-command"] 22:26:18 ---> Running in a554be4890a9 22:26:18 Removing intermediate container a554be4890a9 22:26:18 ---> 2504f32e77b7 22:26:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:26:18 ---> Running in 68094e6a09fb 22:26:19 Removing intermediate container 68094e6a09fb 22:26:19 ---> 8eb364d36be7 22:26:19 Step 22/24 : LABEL arch=arm64 22:26:19 ---> Running in 1bdc4b59d74c 22:26:22 Removing intermediate container 1bdc4b59d74c 22:26:22 ---> 39a4948e417d 22:26:22 Step 23/24 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 22:26:22 ---> Running in a68c0e5bc9c4 22:26:22 Removing intermediate container a68c0e5bc9c4 22:26:22 ---> d6e2563c7a30 22:26:22 Step 24/24 : LABEL version=0.0.0 22:26:22 ---> Running in 546f709de511 22:26:22 Removing intermediate container 546f709de511 22:26:22 ---> da65ed2d5d25 22:26:22 22:26:23 Successfully built da65ed2d5d25 22:26:23 Successfully tagged core-command-arm64:latest 22:26:23  Building core-command ... done Building security-spire-server 22:26:38 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:26:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:26:38 ---> 42f30f978978 22:26:38 Step 3/26 : WORKDIR /edgex-go 22:26:38 ---> Using cache 22:26:38 ---> e15119b37625 22:26:38 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 22:26:38 ---> Using cache 22:26:38 ---> 50cf148c86c0 22:26:38 Step 5/26 : COPY go.mod vendor* ./ 22:26:38 ---> Using cache 22:26:38 ---> f6b064b7c1c1 22:26:38 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:26:38 ---> Using cache 22:26:38 ---> 5f10951313fb 22:26:38 Step 7/26 : COPY . . 22:26:38 ---> Using cache 22:26:38 ---> c588cb8ce15d 22:26:38 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 22:26:38 ---> Using cache 22:26:38 ---> aeb8bfa8f864 22:26:38 Step 9/26 : WORKDIR /edgex-go/spire-build 22:26:38 ---> Using cache 22:26:38 ---> 3f59120ec25c 22:26:38 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 22:26:38 ---> Using cache 22:26:38 ---> 76ef6cfdfa78 22:26:38 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 22:26:38 ---> Running in 0371106badf9 22:26:41 Removing intermediate container 0371106badf9 22:26:41 ---> e1d91f63eec0 22:26:41 Step 12/26 : WORKDIR /edgex-go 22:26:41 ---> Running in 5ec5d17b6e07 22:26:42 Removing intermediate container 5ec5d17b6e07 22:26:42 ---> 7db90a59c36c 22:26:42 22:26:42 Step 13/26 : FROM alpine:3.17 22:26:42 ---> 51e60588ff2c 22:26:42 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:26:42 ---> Using cache 22:26:42 ---> 2ad10dfe50a7 22:26:42 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 22:26:42 ---> Running in 719ca8c62665 22:26:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:26:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:26:48 v3.17.3-216-g54a39ace82a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 22:26:48 v3.17.3-215-g6bd5159ef73 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 22:26:48 OK: 17694 distinct packages available 22:26:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:26:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:26:50 (1/5) Installing dumb-init (1.2.5-r2) 22:26:50 (2/5) Installing musl-obstack (1.2.3-r0) 22:26:50 (3/5) Installing libucontext (1.2-r0) 22:26:50 (4/5) Installing gcompat (1.1.0-r0) 22:26:50 (5/5) Installing openssl (3.0.8-r4) 22:26:51 Executing busybox-1.35.0-r29.trigger 22:26:51 OK: 9 MiB in 20 packages 22:26:53 Removing intermediate container 1c4cbd0824b6 22:26:53 ---> 8cbe7509aa2a 22:26:53 22:26:53 Step 10/25 : FROM alpine:3.17 22:26:53 ---> 51e60588ff2c 22:26:53 Step 11/25 : RUN apk add --update --no-cache dumb-init 22:26:53 ---> Using cache 22:26:53 ---> 637f2f24b688 22:26:53 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 22:26:53 ---> Using cache 22:26:53 ---> 88fe2ff849de 22:26:53 Step 13/25 : ENV APP_PORT=59881 22:26:53 Removing intermediate container 719ca8c62665 22:26:53 ---> 9d71e8689367 22:26:53 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 22:26:53 ---> Running in 71f84c102a85 22:26:53 Removing intermediate container 71f84c102a85 22:26:53 ---> f9259376ad8f 22:26:53 Step 14/25 : EXPOSE $APP_PORT 22:26:53 ---> Running in 718033bdaa8c 22:26:53 ---> 22e2d7434624 22:26:53 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 22:26:54 Removing intermediate container 718033bdaa8c 22:26:54 ---> fdecde33489a 22:26:54 Step 15/25 : WORKDIR / 22:26:54 ---> Running in 913d4cd4b6bb 22:26:55 ---> 9c21033e7f06 22:26:55 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 22:26:55 Removing intermediate container 913d4cd4b6bb 22:26:55 ---> fda8763fedff 22:26:55 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 22:26:57 ---> 96e46a1132a7 22:26:57 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 22:26:58 ---> 8766a3a71549 22:26:58 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:27:01 ---> 7e5185b033cd 22:27:01 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 22:27:04 ---> a73324e70bd8 22:27:04 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 22:27:04 ---> 0ddd7a90c643 22:27:04 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 22:27:06 ---> 4333724d7b6e 22:27:06 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 22:27:06 ---> dc52e46de77c 22:27:06 Step 21/25 : ENTRYPOINT ["/core-metadata"] 22:27:06 ---> Running in 184efc937f3c 22:27:06 Removing intermediate container 184efc937f3c 22:27:06 ---> 3465afba6f53 22:27:06 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:27:06 ---> Running in 410e6ff68736 22:27:06 ---> a7f22e461596 22:27:06 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 22:27:07 Removing intermediate container 410e6ff68736 22:27:07 ---> 8961e55e1461 22:27:07 Step 23/25 : LABEL arch=arm64 22:27:07 ---> Running in 2cb93903800a 22:27:08 ---> 9b5565aee023 22:27:08 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 22:27:08 Removing intermediate container 2cb93903800a 22:27:08 ---> 99f353396f83 22:27:08 Step 24/25 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 22:27:08 ---> Running in c4db341e5a80 22:27:08 ---> Running in c1355a3b1c18 22:27:08 Removing intermediate container c1355a3b1c18 22:27:08 ---> 9ecc68f51a4d 22:27:08 Step 25/25 : LABEL version=0.0.0 22:27:08 Removing intermediate container c4db341e5a80 22:27:08 ---> ae4166d48d9d 22:27:08 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 22:27:08 ---> Running in 782879d895cb 22:27:09 ---> Running in eeec8dbf5b29 22:27:09 Removing intermediate container 782879d895cb 22:27:09 ---> 672ddd31d93e 22:27:09 22:27:09 Removing intermediate container eeec8dbf5b29 22:27:09 ---> 37abf51e4c3a 22:27:09 Step 24/26 : LABEL arch=arm64 22:27:09 ---> Running in 7d09f797b4ca 22:27:10 Successfully built 672ddd31d93e 22:27:10 Successfully tagged core-metadata-arm64:latest 22:27:10  Building core-metadata ... done Building support-scheduler 22:27:10 Removing intermediate container 7d09f797b4ca 22:27:10 ---> 967b803170ae 22:27:10 Step 25/26 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 22:27:10 ---> Running in 3f56e3847db4 22:27:11 Removing intermediate container 3f56e3847db4 22:27:11 ---> 1b50d4028538 22:27:11 Step 26/26 : LABEL version=0.0.0 22:27:11 ---> Running in e5a4b212f273 22:27:11 Removing intermediate container e5a4b212f273 22:27:11 ---> 25df65b561da 22:27:11 22:27:12 Successfully built 25df65b561da 22:27:12 Successfully tagged security-spire-server-arm64:latest 22:27:12  Building security-spire-server ... done Building security-spire-agent 22:27:27 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 22:27:35 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:27:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:27:35 ---> 42f30f978978 22:27:35 Step 3/23 : ARG ADD_BUILD_TAGS="" 22:27:35 ---> Using cache 22:27:35 ---> a1c76629d560 22:27:35 Step 4/23 : WORKDIR /edgex-go 22:27:35 ---> Using cache 22:27:35 ---> a1de46d218e9 22:27:35 Step 5/23 : RUN apk add --update --no-cache make git 22:27:35 ---> Using cache 22:27:35 ---> d9f01e2e8fa8 22:27:35 Step 6/23 : COPY go.mod vendor* ./ 22:27:35 ---> Using cache 22:27:35 ---> 930084c85ab4 22:27:35 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:27:35 ---> Using cache 22:27:35 ---> b91f0bdc5772 22:27:35 Step 8/23 : COPY . . 22:27:35 ---> Using cache 22:27:35 ---> d974ca94916e 22:27:35 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 22:27:36 ---> Running in 10adcf73e026 22:27:37 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 22:27:37 Step 2/27 : FROM ${BUILDER_BASE} AS builder 22:27:37 ---> 42f30f978978 22:27:37 Step 3/27 : WORKDIR /edgex-go 22:27:37 ---> Using cache 22:27:37 ---> e15119b37625 22:27:37 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 22:27:37 ---> Using cache 22:27:37 ---> 50cf148c86c0 22:27:37 Step 5/27 : COPY go.mod vendor* ./ 22:27:37 ---> Using cache 22:27:37 ---> f6b064b7c1c1 22:27:37 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:27:37 ---> Using cache 22:27:37 ---> 5f10951313fb 22:27:37 Step 7/27 : COPY . . 22:27:37 ---> Using cache 22:27:37 ---> c588cb8ce15d 22:27:37 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 22:27:37 ---> Using cache 22:27:37 ---> aeb8bfa8f864 22:27:37 Step 9/27 : WORKDIR /edgex-go/spire-build 22:27:37 ---> Using cache 22:27:37 ---> 3f59120ec25c 22:27:37 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 22:27:37 ---> Using cache 22:27:37 ---> 76ef6cfdfa78 22:27:37 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 22:27:37 ---> Using cache 22:27:37 ---> 800ebb50f052 22:27:37 Step 12/27 : WORKDIR /edgex-go 22:27:37 ---> Using cache 22:27:37 ---> 72bf5808ffca 22:27:37 22:27:37 Step 13/27 : FROM alpine:3.17 22:27:37 ---> 51e60588ff2c 22:27:37 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:27:37 ---> Using cache 22:27:37 ---> 2ad10dfe50a7 22:27:37 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 22:27:37 ---> Using cache 22:27:37 ---> 9d71e8689367 22:27:37 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 22:27:37 ---> Using cache 22:27:37 ---> 22e2d7434624 22:27:37 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 22:27:37 ---> Using cache 22:27:37 ---> 9c21033e7f06 22:27:37 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 22:27:38 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 22:27:46 ---> 5934e79e1f6c 22:27:46 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 22:27:47 Removing intermediate container c584ad4f6fcc 22:27:47 ---> 10724338159d 22:27:47 22:27:47 Step 9/25 : FROM alpine:3.17 22:27:47 ---> 51e60588ff2c 22:27:47 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 22:27:47 ---> Running in a55865666865 22:27:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:27:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:27:52 ---> c4eef9c3bdfb 22:27:52 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 22:27:53 (1/3) Installing ca-certificates (20230506-r0) 22:27:53 (2/3) Installing dumb-init (1.2.5-r2) 22:27:53 (3/3) Installing su-exec (0.2-r2) 22:27:53 Executing busybox-1.35.0-r29.trigger 22:27:53 Executing ca-certificates-20230506-r0.trigger 22:27:53 ---> 666b404556c7 22:27:53 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 22:27:54 OK: 8 MiB in 18 packages 22:27:55 ---> 4d3a440703aa 22:27:55 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 22:27:57 ---> 0dfe43f92b31 22:27:57 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 22:27:58 Removing intermediate container a55865666865 22:27:58 ---> 2d29e4331a4d 22:27:58 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 22:27:58 ---> Running in 7dd59b47b02c 22:27:58 ---> Running in 656391e37edf 22:27:58 Removing intermediate container 7dd59b47b02c 22:27:58 ---> 76e11adae0b0 22:27:58 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 22:27:58 ---> Running in c53f63c1f6a2 22:27:58 Removing intermediate container 656391e37edf 22:27:58 ---> 4671a5d434a1 22:27:58 Step 12/25 : WORKDIR / 22:27:59 ---> Running in 3930ad7e5109 22:28:00 Removing intermediate container 3930ad7e5109 22:28:00 ---> 87ec10f37394 22:28:00 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:00 Removing intermediate container c53f63c1f6a2 22:28:00 ---> 3390bc65ad82 22:28:00 Step 25/27 : LABEL arch=arm64 22:28:00 ---> Running in 2bbc564b2aa8 22:28:01 Removing intermediate container 2bbc564b2aa8 22:28:01 ---> 51ac1e3b0e6d 22:28:01 Step 26/27 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 22:28:01 ---> Running in 7ec2de7ee8ee 22:28:01 ---> 25be7b8be10f 22:28:01 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 22:28:02 Removing intermediate container 7ec2de7ee8ee 22:28:02 ---> 76894b8fdfc2 22:28:02 Step 27/27 : LABEL version=0.0.0 22:28:02 ---> Running in f00301e67351 22:28:03 ---> 0f003e2a547e 22:28:03 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:28:03 Removing intermediate container f00301e67351 22:28:03 ---> dd163ebc2f45 22:28:03 22:28:04 Successfully built dd163ebc2f45 22:28:04 Successfully tagged security-spire-agent-arm64:latest 22:28:04  Building security-spire-agent ... done  ---> 6571ed9cc355 22:28:04 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 22:28:06 ---> 396d3f496d48 22:28:06 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 22:28:06 Removing intermediate container ccded26229f1 22:28:06 ---> 3f44c875cae1 22:28:06 22:28:06 Step 10/23 : FROM alpine:3.17 22:28:06 ---> 51e60588ff2c 22:28:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 22:28:06 ---> Using cache 22:28:06 ---> c1dd4c052e57 22:28:06 Step 12/23 : RUN apk add --update --no-cache dumb-init 22:28:06 ---> Using cache 22:28:06 ---> 4df009cf80ce 22:28:06 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:06 ---> Using cache 22:28:06 ---> b0d4b27852d8 22:28:06 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 22:28:06 ---> Using cache 22:28:06 ---> 9e8c21cbeb1e 22:28:06 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:28:06 ---> 0810ef2cac91 22:28:06 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 22:28:08 ---> 52c8bd665e58 22:28:08 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 22:28:09 ---> 97a6ba140552 22:28:09 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:28:11 ---> 5d03edeba8a8 22:28:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 22:28:11 ---> beb1f58460cc 22:28:11 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:28:13 ---> 8d518f26c9fa 22:28:13 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:28:13 ---> 674deb39eca7 22:28:13 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:28:13 ---> Running in 585314c1ac7e 22:28:13 ---> Running in 5cd5a64c8144 22:28:17 Removing intermediate container 5cd5a64c8144 22:28:17 ---> 235325c1fb59 22:28:17 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 22:28:17 Removing intermediate container 585314c1ac7e 22:28:17 ---> 35ae89a6de7b 22:28:17 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 22:28:17 ---> Running in 44621637bd77 22:28:17 ---> Running in 508bba31a098 22:28:17 Removing intermediate container 508bba31a098 22:28:17 ---> 36b4b56821f0 22:28:17 Step 23/25 : LABEL arch=arm64 22:28:17 Removing intermediate container 44621637bd77 22:28:17 ---> e0abf7cbbe0b 22:28:17 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 22:28:17 ---> Running in 6bee1b4a6352 22:28:17 ---> Running in 7827ae0a3695 22:28:18 Removing intermediate container 6bee1b4a6352 22:28:18 ---> a0a8732133fa 22:28:18 Step 24/25 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 22:28:18 Removing intermediate container 7827ae0a3695 22:28:18 ---> 27abe21b68f7 22:28:18 Step 21/23 : LABEL arch=arm64 22:28:18 ---> Running in 8405d3e1fa27 22:28:18 ---> Running in f81d0f4cbfd4 22:28:19 Removing intermediate container 8405d3e1fa27 22:28:19 ---> 723060039d5e 22:28:19 Step 25/25 : LABEL version=0.0.0 22:28:19 Removing intermediate container f81d0f4cbfd4 22:28:19 ---> 86dd51e5786b 22:28:19 Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 22:28:19 ---> Running in b34ac517ae19 22:28:19 ---> Running in 419fa1518af9 22:28:20 Removing intermediate container b34ac517ae19 22:28:20 ---> 5edb526b4174 22:28:20 22:28:20 Removing intermediate container 419fa1518af9 22:28:20 ---> 1fb542c78a2b 22:28:20 Step 23/23 : LABEL version=0.0.0 22:28:20 ---> Running in 9d015f4fcfba 22:28:20 Successfully built 5edb526b4174 22:28:20 Successfully tagged security-secretstore-setup-arm64:latest 22:28:20  Building security-secretstore-setup ... done Removing intermediate container 9d015f4fcfba 22:28:20 ---> b9a789df8d04 22:28:20 22:28:21 Successfully built b9a789df8d04 22:28:21 Successfully tagged core-common-config-bootstrapper-arm64:latest 22:29:28  Building core-common-config-bootstrapper ... done Removing intermediate container 6c4dd526183d 22:29:28 ---> 75816fc6ae30 22:29:28 22:29:28 Step 9/33 : FROM alpine:3.17 22:29:28 ---> 51e60588ff2c 22:29:28 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 22:29:28 ---> Using cache 22:29:28 ---> fe8f540ab1b2 22:29:28 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 22:29:28 ---> Running in d355b9c738e8 22:29:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:29:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:29:28 (1/2) Installing dumb-init (1.2.5-r2) 22:29:28 (2/2) Installing su-exec (0.2-r2) 22:29:28 Executing busybox-1.35.0-r29.trigger 22:29:28 OK: 8 MiB in 17 packages 22:29:28 Removing intermediate container d355b9c738e8 22:29:28 ---> 4f46a4ad1cc6 22:29:28 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 22:29:28 ---> Running in 88f402bd4246 22:29:28 Removing intermediate container 88f402bd4246 22:29:28 ---> eea890f4279d 22:29:28 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 22:29:28 ---> Running in 874e61338ca9 22:29:28 Removing intermediate container 874e61338ca9 22:29:28 ---> ec2bda59f0fc 22:29:28 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 22:29:28 ---> Running in 0082e9251fe7 22:29:29 Removing intermediate container 0082e9251fe7 22:29:29 ---> d1ef5a002dcd 22:29:29 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 22:29:29 ---> Running in 79d4986aa4f0 22:29:30 Removing intermediate container 79d4986aa4f0 22:29:30 ---> 029f83cbe43d 22:29:30 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 22:29:30 ---> Running in 2a335ff81f09 22:29:33 Removing intermediate container 2a335ff81f09 22:29:33 ---> 774de267d8f9 22:29:33 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 22:29:33 ---> Running in 2a4d990ff316 22:29:34 Removing intermediate container 2a4d990ff316 22:29:34 ---> 2c59b8ded43c 22:29:34 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 22:29:35 ---> 867df87fd530 22:29:35 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 22:29:35 ---> Running in 18d65fef3e65 22:29:38 Removing intermediate container 18d65fef3e65 22:29:38 ---> 9084452cc452 22:29:38 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 22:29:39 ---> 3223bfcbf721 22:29:39 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 22:29:39 ---> 24bfb3ae7555 22:29:39 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:29:41 ---> 48a269451bdd 22:29:41 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 22:29:42 ---> a7c80c601c74 22:29:42 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 22:29:43 ---> 39a9cc3e1a32 22:29:43 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 22:29:46 ---> 254f611d172f 22:29:46 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 22:29:46 ---> 4744c3d38b4d 22:29:46 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:29:47 ---> 0d20086b9e30 22:29:47 Step 28/33 : RUN chmod +x /entrypoint.sh 22:29:47 ---> Running in 278513e8ec5f 22:29:51 Removing intermediate container 278513e8ec5f 22:29:51 ---> 3e1cb22d558f 22:29:51 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 22:29:51 ---> Running in 7f73edeed6cf 22:29:51 Removing intermediate container 7f73edeed6cf 22:29:51 ---> 592632b4a00b 22:29:51 Step 30/33 : CMD ["gate"] 22:29:51 ---> Running in 2004423febc4 22:29:51 Removing intermediate container 2004423febc4 22:29:51 ---> 92cf1dad8cda 22:29:51 Step 31/33 : LABEL arch=arm64 22:29:51 ---> Running in 186b1de15173 22:29:52 Removing intermediate container 186b1de15173 22:29:52 ---> eccd74453c8a 22:29:52 Step 32/33 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 22:29:52 ---> Running in 886dfe77eeec 22:29:52 Removing intermediate container 886dfe77eeec 22:29:52 ---> ab8ce5a01ea7 22:29:52 Step 33/33 : LABEL version=0.0.0 22:29:52 ---> Running in 60299c7fb929 22:29:53 Removing intermediate container 60299c7fb929 22:29:53 ---> e8bdb8fd4e82 22:29:53 22:29:53 Successfully built e8bdb8fd4e82 22:29:53 Successfully tagged security-bootstrapper-arm64:latest 22:30:50  Building security-bootstrapper ... done Removing intermediate container 10adcf73e026 22:30:50 ---> c5a3d5c452b4 22:30:50 22:30:50 Step 10/23 : FROM alpine:3.17 22:30:50 ---> 51e60588ff2c 22:30:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:30:50 ---> Using cache 22:30:50 ---> 637f2f24b688 22:30:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 22:30:50 ---> Using cache 22:30:50 ---> 88fe2ff849de 22:30:50 Step 13/23 : ENV APP_PORT=59861 22:30:50 ---> Running in cb68f7f57e2b 22:30:50 Removing intermediate container cb68f7f57e2b 22:30:50 ---> 55cb9a5bb36c 22:30:50 Step 14/23 : EXPOSE $APP_PORT 22:30:50 ---> Running in fe30160382c1 22:30:50 Removing intermediate container fe30160382c1 22:30:50 ---> 3626cd972bd2 22:30:50 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:30:50 ---> 61e9728875c7 22:30:50 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 22:30:50 ---> 4be3397ffed4 22:30:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:30:50 ---> 8b5344e6e6a9 22:30:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 22:30:53 ---> dbea09f57fe7 22:30:53 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 22:30:53 ---> Running in d0da12895a2a 22:30:53 Removing intermediate container d0da12895a2a 22:30:53 ---> 824bc3ab669d 22:30:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:30:53 ---> Running in 0b98a0b2eb2f 22:30:54 Removing intermediate container 0b98a0b2eb2f 22:30:54 ---> 17d94c6f88f4 22:30:54 Step 21/23 : LABEL arch=arm64 22:30:54 ---> Running in 2bce325729fe 22:30:54 Removing intermediate container 2bce325729fe 22:30:54 ---> 9820ee045af1 22:30:54 Step 22/23 : LABEL git_sha=2eabc881b88387875c396fd7a75c800c04742c7a 22:30:54 ---> Running in 43dadb67a1bf 22:30:54 Removing intermediate container 43dadb67a1bf 22:30:54 ---> a8c14aeb9e9f 22:30:54 Step 23/23 : LABEL version=0.0.0 22:30:54 ---> Running in f27bb9082349 22:30:55 Removing intermediate container f27bb9082349 22:30:55 ---> 900bfe090063 22:30:55 22:30:55 Successfully built 900bfe090063 22:30:55 Successfully tagged support-scheduler-arm64:latest 22:30:55  Building support-scheduler ... done  [Pipeline] } 22:30:55 $ docker stop --time=1 9eaf6ec58dbf3bd96c0946c4d42dd63032124cf518783cc04cb721c58071a345 22:30:57 $ docker rm -f --volumes 9eaf6ec58dbf3bd96c0946c4d42dd63032124cf518783cc04cb721c58071a345 [Pipeline] // withDockerContainer [Pipeline] sh 22:30:57 + docker images 22:30:58 REPOSITORY TAG IMAGE ID CREATED SIZE 22:30:58 support-scheduler-arm64 latest 900bfe090063 3 seconds ago 31.2MB 22:30:58 c5a3d5c452b4 12 seconds ago 1.59GB 22:30:58 security-bootstrapper-arm64 latest e8bdb8fd4e82 About a minute ago 21.9MB 22:30:58 75816fc6ae30 About a minute ago 1.51GB 22:30:58 core-common-config-bootstrapper-arm64 latest b9a789df8d04 2 minutes ago 17.2MB 22:30:58 security-secretstore-setup-arm64 latest 5edb526b4174 2 minutes ago 32.2MB 22:30:58 3f44c875cae1 2 minutes ago 1.52GB 22:30:58 security-spire-agent-arm64 latest dd163ebc2f45 2 minutes ago 153MB 22:30:58 10724338159d 3 minutes ago 1.52GB 22:30:58 security-spire-server-arm64 latest 25df65b561da 3 minutes ago 97MB 22:30:58 core-metadata-arm64 latest 672ddd31d93e 3 minutes ago 20.2MB 22:30:58 8cbe7509aa2a 4 minutes ago 1.53GB 22:30:58 7db90a59c36c 4 minutes ago 1.39GB 22:30:58 core-command-arm64 latest da65ed2d5d25 4 minutes ago 19.7MB 22:30:58 55c069d2a145 4 minutes ago 1.53GB 22:30:58 security-spire-config-arm64 latest 1ae80e3adc54 6 minutes ago 96.1MB 22:30:58 72bf5808ffca 6 minutes ago 1.39GB 22:30:58 support-notifications-arm64 latest 2fbd501e0a89 8 minutes ago 31.9MB 22:30:58 e2e4908bd093 9 minutes ago 1.59GB 22:30:58 security-spiffe-token-provider-arm64 latest 3e793c508977 9 minutes ago 32.7MB 22:30:58 a05ff8c426c3 10 minutes ago 1.57GB 22:30:58 core-data-arm64 latest 93793fede26f 11 minutes ago 19.9MB 22:30:58 285f13f27047 11 minutes ago 1.53GB 22:30:58 security-proxy-setup-arm64 latest 4bebe66180fd 12 minutes ago 18.7MB 22:30:58 security-proxy-auth-arm64 latest 3d1073c9cb33 12 minutes ago 18.1MB 22:30:58 23230a85be0f 12 minutes ago 1.51GB 22:30:58 29cda3989b81 12 minutes ago 1.51GB 22:30:58 ci-base-image-arm64 latest 42f30f978978 33 minutes ago 899MB 22:30:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 5 weeks ago 681MB 22:30:58 alpine 3.17 51e60588ff2c 2 months ago 7.46MB 22:30:58 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 22:30:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:30:58 22:30:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:30:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:30:59 arm64: Pulling from edgex-lftools-log-publisher 22:30:59 8998bd30e6a1: Pulling fs layer 22:30:59 04944245beec: Pulling fs layer 22:30:59 699f458cf7ca: Pulling fs layer 22:30:59 765212b225bb: Pulling fs layer 22:30:59 f23df028b6ca: Pulling fs layer 22:30:59 d65c8cfc05b1: Pulling fs layer 22:30:59 2437ff75d9bd: Pulling fs layer 22:30:59 765212b225bb: Waiting 22:30:59 f23df028b6ca: Waiting 22:30:59 d65c8cfc05b1: Waiting 22:30:59 2437ff75d9bd: Waiting 22:30:59 04944245beec: Verifying Checksum 22:30:59 04944245beec: Download complete 22:30:59 765212b225bb: Verifying Checksum 22:30:59 765212b225bb: Download complete 22:30:59 f23df028b6ca: Download complete 22:30:59 d65c8cfc05b1: Verifying Checksum 22:30:59 d65c8cfc05b1: Download complete 22:30:59 699f458cf7ca: Verifying Checksum 22:30:59 699f458cf7ca: Download complete 22:31:00 8998bd30e6a1: Verifying Checksum 22:31:00 8998bd30e6a1: Download complete 22:31:02 2437ff75d9bd: Verifying Checksum 22:31:02 2437ff75d9bd: Download complete 22:31:04 8998bd30e6a1: Pull complete 22:31:04 04944245beec: Pull complete 22:31:06 699f458cf7ca: Pull complete 22:31:06 765212b225bb: Pull complete 22:31:07 f23df028b6ca: Pull complete 22:31:07 d65c8cfc05b1: Pull complete 22:31:22 2437ff75d9bd: Pull complete 22:31:22 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:31:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:31:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:31:22 prd-ubuntu20.04-docker-arm64-4c-16g-17180 does not seem to be running inside a container 22:31:23 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 22:31:25 $ docker top 08e08c88b41d0017646dc263a126f40dba5d217af0a9de3111959163ec28d6e8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:31:26 ---> job-cost.sh 22:31:26 lf-activate-venv: SKIPPING 22:31:26 INFO: No Stack... 22:31:26 INFO: Retrieving Pricing Info for: v3-standard-4 22:31:27 INFO: Archiving Costs [Pipeline] sh 22:31:28 + + cut -d, -f6 22:31:28 cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 22:31:28 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4583-1-stack-cost] 22:31:28 Resource [jenkins-edgexfoundry-edgex-go-PR-4583-1-stack-cost] did not exist. Created. 22:31:28 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4583-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:31:29 + echo total: 0.10999999940395355 [Pipeline] stash 22:31:29 Stashed 1 file(s) [Pipeline] } 22:31:29 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4583-1-stack-cost] [Pipeline] // lock [Pipeline] } 22:31:29 $ docker stop --time=1 08e08c88b41d0017646dc263a126f40dba5d217af0a9de3111959163ec28d6e8 22:31:31 $ docker rm -f --volumes 08e08c88b41d0017646dc263a126f40dba5d217af0a9de3111959163ec28d6e8 [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 22:31:32 provisioning config files... 22:31:32 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2122932249096235321tmp [Pipeline] { [Pipeline] sh 22:31:32 + set +x 22:31:32 + bash -s -- 22:31:32 + curl -s https://codecov.io/bash 22:31:32 22:31:32 _____ _ 22:31:32 / ____| | | 22:31:32 | | ___ __| | ___ ___ _____ __ 22:31:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:31:32 | |___| (_) | (_| | __/ (_| (_) \ V / 22:31:32 \_____\___/ \__,_|\___|\___\___/ \_/ 22:31:32 Bash-1.0.6 22:31:32 22:31:32 22:31:32 ==> git version 2.25.1 found 22:31:32 ==> 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 22:31:32 Release-Date: 2020-01-08 22:31:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:31:32 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:31:32 ==> Jenkins CI detected. 22:31:32 current dir:  /w/workspace/edgex-go/1 22:31:32 project root: . 22:31:32 --> token set from env 22:31:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:31:32 ==> Running gcov in . (disable via -X gcov) 22:31:32 ==> Python coveragepy not found 22:31:32 ==> Searching for coverage reports in: 22:31:32 + . 22:31:32 -> Found 1 reports 22:31:32 ==> Detecting git/mercurial file structure 22:31:32 ==> Reading reports 22:31:32 + ./coverage.out bytes=447730 22:31:32 ==> Appending adjustments 22:31:32 https://docs.codecov.io/docs/fixing-reports 22:31:33 + Found adjustments 22:31:33 ==> Gzipping contents 22:31:33 60K /tmp/codecov.dfSzwS.gz 22:31:33 ==> Uploading reports 22:31:33 url: https://codecov.io 22:31:33 query: branch=PR-4583&commit=2eabc881b88387875c396fd7a75c800c04742c7a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4583%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4583&job=&cmd_args= 22:31:33 -> Pinging Codecov 22:31:33 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4583&commit=2eabc881b88387875c396fd7a75c800c04742c7a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4583%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4583&job=&cmd_args= 22:31:33 -> Uploading to 22:31:33 https://storage.googleapis.com/codecov/v4/raw/2023-05-29/00271124DB129430A58F1EEE437C3FCB/2eabc881b88387875c396fd7a75c800c04742c7a/2186acd5-144d-4296-b1ca-b010736f1040.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230529%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230529T223133Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fa4ff69314b6017321263fa51a1ce6cc5e53365fc84ca63341ff224326857d99 22:31:33 % Total % Received % Xferd Average Speed Time Time Time Current 22:31:33 Dload Upload Total Spent Left Speed 22:31:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57446 0 0 100 57446 0 198k --:--:-- --:--:-- --:--:-- 198k 22:31:34 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/2eabc881b88387875c396fd7a75c800c04742c7a [Pipeline] } 22:31:34 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 22:31:35 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 22:31:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:31:36 ---> package-listing.sh 22:31:36 ++ facter osfamily 22:31:36 ++ tr '[:upper:]' '[:lower:]' 22:31:36 + OS_FAMILY=debian 22:31:36 + workspace=/w/workspace/edgex-go/1 22:31:36 + START_PACKAGES=/tmp/packages_start.txt 22:31:36 + END_PACKAGES=/tmp/packages_end.txt 22:31:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:31:36 + PACKAGES=/tmp/packages_start.txt 22:31:36 + '[' /w/workspace/edgex-go/1 ']' 22:31:36 + PACKAGES=/tmp/packages_end.txt 22:31:36 + case "${OS_FAMILY}" in 22:31:36 + dpkg -l 22:31:36 + grep '^ii' 22:31:36 + '[' -f /tmp/packages_start.txt ']' 22:31:36 + '[' -f /tmp/packages_end.txt ']' 22:31:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:31:36 + '[' /w/workspace/edgex-go/1 ']' 22:31:36 + mkdir -p /w/workspace/edgex-go/1/archives/ 22:31:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 22:31:36 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 22:31:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:31:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:31:37 22:31:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:31:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:31:38 latest: Pulling from edgex-lftools-log-publisher 22:31:38 5eb5b503b376: Pulling fs layer 22:31:38 5c69ac0246d0: Pulling fs layer 22:31:38 ec43610c2a17: Pulling fs layer 22:31:38 3a2ae6a8a46f: Pulling fs layer 22:31:38 33b1e0a273af: Pulling fs layer 22:31:38 5d3b04190fa2: Pulling fs layer 22:31:38 2f39f015ded8: Pulling fs layer 22:31:38 3a2ae6a8a46f: Waiting 22:31:38 33b1e0a273af: Waiting 22:31:38 5d3b04190fa2: Waiting 22:31:38 2f39f015ded8: Waiting 22:31:38 5c69ac0246d0: Verifying Checksum 22:31:38 5c69ac0246d0: Download complete 22:31:38 3a2ae6a8a46f: Verifying Checksum 22:31:38 3a2ae6a8a46f: Download complete 22:31:38 ec43610c2a17: Verifying Checksum 22:31:38 ec43610c2a17: Download complete 22:31:38 33b1e0a273af: Verifying Checksum 22:31:38 33b1e0a273af: Download complete 22:31:38 5d3b04190fa2: Download complete 22:31:38 5eb5b503b376: Verifying Checksum 22:31:38 5eb5b503b376: Download complete 22:31:39 2f39f015ded8: Download complete 22:31:39 5eb5b503b376: Pull complete 22:31:39 5c69ac0246d0: Pull complete 22:31:40 ec43610c2a17: Pull complete 22:31:40 3a2ae6a8a46f: Pull complete 22:31:40 33b1e0a273af: Pull complete 22:31:40 5d3b04190fa2: Pull complete 22:31:44 2f39f015ded8: Pull complete 22:31:44 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:31:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:31:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:31:44 prd-ubuntu20.04-docker-8c-8g-17179 does not seem to be running inside a container 22:31:44 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:31:48 $ docker top 1408dcf88f1319674110b4d56d46f0044684d996838fb427bdaf9a4758383f8c -eo pid,comm [Pipeline] { [Pipeline] sh 22:31:48 + touch /tmp/pre-build-complete [Pipeline] sh 22:31:48 + mkdir -p /var/log/sysstat [Pipeline] sh 22:31:49 + ls /var/log/sa-host 22:31:49 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:31:49 provisioning config files... 22:31:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config15413735317187654203tmp [Pipeline] { [Pipeline] echo 22:31:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:31:49 ---> create-netrc.sh [Pipeline] } 22:31:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:31:50 ---> python-tools-install.sh [Pipeline] echo 22:31:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:31:50 ---> sudo-logs.sh 22:31:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:31:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:31:51 ---> job-cost.sh 22:31:51 lf-activate-venv: SKIPPING 22:31:51 DEBUG: total: 0.10999999940395355 22:31:51 INFO: Retrieving Stack Cost... 22:31:51 INFO: Retrieving Pricing Info for: v3-standard-8 22:31:51 INFO: Archiving Costs [Pipeline] echo 22:31:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:31:52 ---> logs-deploy.sh 22:31:52 lf-activate-venv: SKIPPING 22:31:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4583/1 22:31:52 INFO: archiving workspace using pattern(s): 22:31:53 Archives upload complete. 22:31:53 INFO: archiving logs to Nexus