Pull request #4578 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d560f776934a437f410fb6d52a44107f197ead06+5bf55878ace16878edbd308d9dee72012f144a0a (cb922ec9e45f9bb2b69d8263c917ea3f02a5a7bd) 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-ssh17118295977326628528.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-ssh5796535629178472919.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-4578/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-4578/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16346667344010215571.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-4578/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10654906541796615824.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-ssh10174435524356454270.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-4578/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-4578/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12091877471440374330.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 ‘prd-ubuntu20.04-docker-8c-8g-16735’ is offline Running on prd-ubuntu20.04-docker-8c-8g-16737 in /w/workspace/edgexfoundry_edgex-go_PR-4578 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4578/head:refs/remotes/origin/PR-4578 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 5bf55878ace16878edbd308d9dee72012f144a0a into PR head commit d560f776934a437f410fb6d52a44107f197ead06 Merge succeeded, producing d560f776934a437f410fb6d52a44107f197ead06 Checking out Revision d560f776934a437f410fb6d52a44107f197ead06 (PR-4578) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" 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 17:50:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:50:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:50:41 ========================================================= 17:50:41 EdgeX Global Pipelines Version Info 17:50:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f d560f776934a437f410fb6d52a44107f197ead06 # 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 5bf55878ace16878edbd308d9dee72012f144a0a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d560f776934a437f410fb6d52a44107f197ead06 # timeout=10 17:50:44 ------------------- 17:50:44 stable info: 17:50:44 ------------------- 17:50:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:50:44 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 17:50:44 Message: update stable to v1.0.249 17:50:44 ------------------- 17:50:44 experimental info: 17:50:44 ------------------- 17:50:44 Commited By: **** collab-it+edgex@linuxfoundation.org 17:50:44 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 17:50:44 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:50:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:50:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:50:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:50:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:50:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:50:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 17:50:44 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 17:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 17:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:50:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:50:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:50:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:50:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:50:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:50:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 17:50:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:50:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:50:45 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:50:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4578 [Pipeline] echo 17:50:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4578 [Pipeline] echo 17:50:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4578 [Pipeline] echo 17:50:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d560f776934a437f410fb6d52a44107f197ead06 [Pipeline] echo 17:50:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d560f77 [Pipeline] echo 17:50:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:50:45 provisioning config files... 17:50:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3467451280962469424tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:50:45 ---> docker-login.sh 17:50:45 nexus3.edgexfoundry.org:10001 17:50:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:50:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:50:46 Configure a credential helper to remove this warning. See 17:50:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:50:46 17:50:46 Login Succeeded 17:50:46 nexus3.edgexfoundry.org:10002 17:50:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:50:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:50:46 Configure a credential helper to remove this warning. See 17:50:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:50:46 17:50:46 Login Succeeded 17:50:46 nexus3.edgexfoundry.org:10003 17:50:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:50:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:50:46 Configure a credential helper to remove this warning. See 17:50:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:50:46 17:50:46 Login Succeeded 17:50:46 nexus3.edgexfoundry.org:10004 17:50:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:50:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:50:46 Configure a credential helper to remove this warning. See 17:50:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:50:46 17:50:46 Login Succeeded 17:50:46 docker.io 17:50:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:50:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:50:47 Configure a credential helper to remove this warning. See 17:50:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:50:47 17:50:47 Login Succeeded 17:50:47 ---> docker-login.sh ends [Pipeline] } 17:50:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:50:47 + 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 17:50:47 + dirname cmd/core-command/Dockerfile 17:50:47 + cut -d/ -f2 17:50:47 + echo core-command,cmd/core-command/Dockerfile 17:50:47 + + cut -d/ -f2 17:50:47 dirname cmd/core-common-config-bootstrapper/Dockerfile 17:50:47 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 17:50:47 + dirname cmd/core-data/Dockerfile 17:50:47 + cut -d/ -f2 17:50:47 + echo core-data,cmd/core-data/Dockerfile 17:50:47 + dirname cmd/core-metadata/Dockerfile 17:50:47 + cut -d/ -f2 17:50:47 + echo core-metadata,cmd/core-metadata/Dockerfile 17:50:47 + dirname cmd/security-bootstrapper/Dockerfile 17:50:47 + cut -d/ -f2 17:50:47 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:50:47 + dirname cmd/security-proxy-auth/Dockerfile 17:50:47 + cut -d/ -f2 17:50:47 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 17:50:47 + + dirname cmd/security-proxy-setup/Dockerfile 17:50:47 cut -d/ -f2 17:50:47 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:50:47 + dirname cmd/security-secretstore-setup/Dockerfile 17:50:47 + cut -d/ -f2 17:50:47 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:50:47 + dirname cmd/security-spiffe-token-provider/Dockerfile 17:50:47 + cut -d/ -f2 17:50:47 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 17:50:47 + dirname cmd/security-spire-agent/Dockerfile 17:50:47 + cut -d/ -f2 17:50:47 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 17:50:47 + dirname cmd/security-spire-config/Dockerfile 17:50:47 + cut -d/ -f2 17:50:47 + echo security-spire-config,cmd/security-spire-config/Dockerfile 17:50:47 + dirname cmd/security-spire-server/Dockerfile 17:50:47 + cut -d/ -f2 17:50:47 + echo security-spire-server,cmd/security-spire-server/Dockerfile 17:50:47 + cut -d/ -f2 17:50:47 + dirname cmd/support-notifications/Dockerfile 17:50:47 + echo support-notifications,cmd/support-notifications/Dockerfile 17:50:47 + cut -d/ -f2 17:50:47 + dirname cmd/support-scheduler/Dockerfile 17:50:47 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 17:50:47 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 17:50:48 + git rev-list -1 --merges d560f776934a437f410fb6d52a44107f197ead06~1..d560f776934a437f410fb6d52a44107f197ead06 [Pipeline] echo 17:50:48 -----------> git rev-list -1 --merges d560f776934a437f410fb6d52a44107f197ead06~1..d560f776934a437f410fb6d52a44107f197ead06 d560f776934a437f410fb6d52a44107f197ead06 [false] [Pipeline] sh 17:50:48 + git log --format=format:%s -1 d560f776934a437f410fb6d52a44107f197ead06 [Pipeline] echo 17:50:48 ========================================================= 17:50:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:50:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 17:50:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:50:49 + grep -v github /etc/ssh/ssh_known_hosts 17:50:49 + [ -e /tmp/ssh_known_hosts ] 17:50:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:50:49 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:50:49 + sudo tee -a /etc/ssh/ssh_known_hosts 17:50:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:50:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:50:49 17:50:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:50:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:50:49 0.1.4: Pulling from edgex-devops/py-git-semver 17:50:49 b85a868b505f: Pulling fs layer 17:50:49 e2be974225ed: Pulling fs layer 17:50:49 339a4e72a1f5: Pulling fs layer 17:50:49 988bab9f4d93: Pulling fs layer 17:50:49 1469e6f7b9e6: Pulling fs layer 17:50:49 eaf3925da568: Pulling fs layer 17:50:49 bab4dde63d76: Pulling fs layer 17:50:49 bde34c3a00c8: Pulling fs layer 17:50:49 b352a97aabf1: Pulling fs layer 17:50:49 4872d77fe225: Pulling fs layer 17:50:49 5851b861e8e6: Pulling fs layer 17:50:49 bde34c3a00c8: Waiting 17:50:49 4872d77fe225: Waiting 17:50:49 b352a97aabf1: Waiting 17:50:49 1469e6f7b9e6: Waiting 17:50:49 5851b861e8e6: Waiting 17:50:49 bab4dde63d76: Waiting 17:50:49 eaf3925da568: Waiting 17:50:49 988bab9f4d93: Waiting 17:50:49 e2be974225ed: Download complete 17:50:49 988bab9f4d93: Verifying Checksum 17:50:49 988bab9f4d93: Download complete 17:50:50 1469e6f7b9e6: Verifying Checksum 17:50:50 1469e6f7b9e6: Download complete 17:50:50 eaf3925da568: Verifying Checksum 17:50:50 eaf3925da568: Download complete 17:50:50 339a4e72a1f5: Verifying Checksum 17:50:50 339a4e72a1f5: Download complete 17:50:50 bde34c3a00c8: Verifying Checksum 17:50:50 bde34c3a00c8: Download complete 17:50:50 b352a97aabf1: Verifying Checksum 17:50:50 b352a97aabf1: Download complete 17:50:50 4872d77fe225: Verifying Checksum 17:50:50 4872d77fe225: Download complete 17:50:50 5851b861e8e6: Download complete 17:50:50 b85a868b505f: Verifying Checksum 17:50:50 b85a868b505f: Download complete 17:50:50 bab4dde63d76: Verifying Checksum 17:50:50 bab4dde63d76: Download complete 17:50:51 b85a868b505f: Pull complete 17:50:51 e2be974225ed: Pull complete 17:50:52 339a4e72a1f5: Pull complete 17:50:52 988bab9f4d93: Pull complete 17:50:52 1469e6f7b9e6: Pull complete 17:50:52 eaf3925da568: Pull complete 17:50:54 bab4dde63d76: Pull complete 17:50:54 bde34c3a00c8: Pull complete 17:50:54 b352a97aabf1: Pull complete 17:50:54 4872d77fe225: Pull complete 17:50:54 5851b861e8e6: Pull complete 17:50:54 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:50:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:50:54 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:50:54 prd-ubuntu20.04-docker-8c-8g-16737 does not seem to be running inside a container 17:50:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:50:59 $ docker top 2580d5a522f9b4c80cafc5a8446ae95225ff61a0226582499c3082ebf6e73fb2 -eo pid,comm 17:50:59 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). 17:50:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:50:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:50:59 [ssh-agent] Looking for ssh-agent implementation... 17:50:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:50:59 $ docker exec 2580d5a522f9b4c80cafc5a8446ae95225ff61a0226582499c3082ebf6e73fb2 ssh-agent 17:50:59 SSH_AUTH_SOCK=/tmp/ssh-EALg6mxJkoU7/agent.31 17:50:59 SSH_AGENT_PID=37 17:50:59 Running ssh-add (command line suppressed) 17:50:59 Identity added: /w/workspace/edgex-go/1@tmp/private_key_946281035840794652.key (/w/workspace/edgex-go/1@tmp/private_key_946281035840794652.key) 17:50:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:51:00 + git tag --points-at HEAD [Pipeline] } 17:51:00 $ docker exec --env ******** --env ******** 2580d5a522f9b4c80cafc5a8446ae95225ff61a0226582499c3082ebf6e73fb2 ssh-agent -k 17:51:00 unset SSH_AUTH_SOCK; 17:51:00 unset SSH_AGENT_PID; 17:51:00 echo Agent pid 37 killed; 17:51:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:51:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:51:00 [ssh-agent] Looking for ssh-agent implementation... 17:51:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:51:00 $ docker exec 2580d5a522f9b4c80cafc5a8446ae95225ff61a0226582499c3082ebf6e73fb2 ssh-agent 17:51:00 SSH_AUTH_SOCK=/tmp/ssh-IDonOZ5P6CSZ/agent.69 17:51:00 SSH_AGENT_PID=75 17:51:00 Running ssh-add (command line suppressed) 17:51:00 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2453800923407084917.key (/w/workspace/edgex-go/1@tmp/private_key_2453800923407084917.key) 17:51:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:51:01 + git semver init 17:51:01 2023-05-24 17:51:01,409 [run_init] DEBUG init version:0.0.0 force:False 17:51:01 2023-05-24 17:51:01,409 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 17:51:01 2023-05-24 17:51:01,410 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 17:51:01 2023-05-24 17:51:01,410 [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) 17:51:09 2023-05-24 17:51:09,016 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 17:51:09 2023-05-24 17:51:09,017 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4578 with force:False 17:51:09 2023-05-24 17:51:09,017 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4578 17:51:09 2023-05-24 17:51:09,021 [execute] INFO git cat-file --batch-check 17:51:09 2023-05-24 17:51:09,022 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 17:51:09 2023-05-24 17:51:09,029 [execute] INFO git cat-file --batch 17:51:09 2023-05-24 17:51:09,030 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 17:51:09 2023-05-24 17:51:09,035 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4578 17:51:09 0.0.0 [Pipeline] } 17:51:09 $ docker exec --env ******** --env ******** 2580d5a522f9b4c80cafc5a8446ae95225ff61a0226582499c3082ebf6e73fb2 ssh-agent -k 17:51:09 unset SSH_AUTH_SOCK; 17:51:09 unset SSH_AGENT_PID; 17:51:09 echo Agent pid 75 killed; 17:51:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:51:10 + git semver [Pipeline] } 17:51:10 $ docker stop --time=1 2580d5a522f9b4c80cafc5a8446ae95225ff61a0226582499c3082ebf6e73fb2 17:51:11 $ docker rm -f --volumes 2580d5a522f9b4c80cafc5a8446ae95225ff61a0226582499c3082ebf6e73fb2 [Pipeline] // withDockerContainer [Pipeline] sh 17:51:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:51:12 Stashed 1 file(s) [Pipeline] echo 17:51:12 [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 17:51:13 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 17:51:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:51:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:51:13 ========================================================= 17:51:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 17:51:13 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:51:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 17:51:13 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 17:51:13 f56be85fc22e: Pulling fs layer 17:51:13 85791d961cd3: Pulling fs layer 17:51:13 d694b5ae8c79: Pulling fs layer 17:51:13 9f32a84ed3da: Pulling fs layer 17:51:13 4d19c01a9841: Pulling fs layer 17:51:13 9325e15d5711: Pulling fs layer 17:51:13 556b6ee489ea: Pulling fs layer 17:51:13 c5a4b2cf53e6: Pulling fs layer 17:51:13 9f32a84ed3da: Waiting 17:51:13 4d19c01a9841: Waiting 17:51:13 9325e15d5711: Waiting 17:51:13 556b6ee489ea: Waiting 17:51:13 c5a4b2cf53e6: Waiting 17:51:13 85791d961cd3: Verifying Checksum 17:51:13 85791d961cd3: Download complete 17:51:13 9f32a84ed3da: Download complete 17:51:13 4d19c01a9841: Verifying Checksum 17:51:13 4d19c01a9841: Download complete 17:51:13 f56be85fc22e: Verifying Checksum 17:51:13 f56be85fc22e: Download complete 17:51:13 9325e15d5711: Verifying Checksum 17:51:13 9325e15d5711: Download complete 17:51:14 f56be85fc22e: Pull complete 17:51:14 c5a4b2cf53e6: Verifying Checksum 17:51:14 85791d961cd3: Pull complete 17:51:14 d694b5ae8c79: Verifying Checksum 17:51:14 d694b5ae8c79: Download complete 17:51:14 556b6ee489ea: Verifying Checksum 17:51:14 556b6ee489ea: Download complete 17:51:17 d694b5ae8c79: Pull complete 17:51:17 9f32a84ed3da: Pull complete 17:51:17 4d19c01a9841: Pull complete 17:51:17 9325e15d5711: Pull complete 17:51:20 556b6ee489ea: Pull complete 17:51:21 c5a4b2cf53e6: Pull complete 17:51:21 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 17:51:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 17:51:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 17:51:22 + + docker build -t ci-base-image-x86_64echo -f FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 17:51:22 WORKDIR /edgex 17:51:22 COPY go.mod . 17:51:22 RUN go mod download - 17:51:22 . 17:51:22 Sending build context to Docker daemon 170.7MB 17:51:22 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 17:51:22 ---> c4be618373d6 17:51:22 Step 2/4 : WORKDIR /edgex 17:51:27 Still waiting to schedule task 17:51:27 ‘prd-ubuntu20.04-docker-arm64-4c-16g-16736’ is offline 17:51:30 ---> Running in 47c14f361de2 17:51:30 Removing intermediate container 47c14f361de2 17:51:30 ---> 373d2e3c76b9 17:51:30 Step 3/4 : COPY go.mod . 17:51:30 ---> 8be107df9348 17:51:30 Step 4/4 : RUN go mod download 17:51:30 ---> Running in 2734053318e9 17:51:48 Removing intermediate container 2734053318e9 17:51:48 ---> 17744391f2ff 17:51:48 Successfully built 17744391f2ff 17:51:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:49 + docker inspect -f . ci-base-image-x86_64 17:51:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:51:49 prd-ubuntu20.04-docker-8c-8g-16737 does not seem to be running inside a container 17:51:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:51:49 $ docker top bc12482125cb781cab94a20a3ba4f3ef3bde8e147ad4502a7d177cc33ce7539c -eo pid,comm [Pipeline] { [Pipeline] sh 17:51:50 + go version 17:51:50 go version go1.20.2 linux/amd64 [Pipeline] } 17:51:50 $ docker stop --time=1 bc12482125cb781cab94a20a3ba4f3ef3bde8e147ad4502a7d177cc33ce7539c 17:51:51 $ docker rm -f --volumes bc12482125cb781cab94a20a3ba4f3ef3bde8e147ad4502a7d177cc33ce7539c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:52 + docker inspect -f . ci-base-image-x86_64 17:51:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:51:52 prd-ubuntu20.04-docker-8c-8g-16737 does not seem to be running inside a container 17:51:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:51:52 $ docker top a443a41dd9f9b6240a796de50a506de62fdbe3353464704f19e04cc825a084e9 -eo pid,comm [Pipeline] { [Pipeline] echo 17:51:52 ========================================================= 17:51:52 [edgeXBuildGoParallel] Running Tests and Build... 17:51:52 ========================================================= [Pipeline] sh 17:51:53 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 17:51:53 + make test 17:51:53 go test -race -coverprofile=coverage.out ./... 17:52:00 ? github.com/edgexfoundry/edgex-go [no test files] 17:52:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:52:12 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 17:52:12 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:52:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:52:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:52:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:52:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:52:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 17:52:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:52:14 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 17:52:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:52:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:52:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 17:52:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:52:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:52:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.051s coverage: 28.7% of statements 17:52:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.060s coverage: 98.5% of statements 17:52:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 17:52:16 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 17:52:16 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 17:52:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:52:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 17:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 17:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 17:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 17:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:52:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.099s coverage: 71.5% of statements 17:52:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.072s coverage: 54.0% of statements 17:52:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 17:52:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 17:52:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 17:52:19 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:52:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 17:52:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 17:52:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:52:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:52:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.601s coverage: 88.5% of statements 17:52:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.083s coverage: 3.8% of statements 17:52:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.358s coverage: 95.6% of statements 17:52:19 ok github.com/edgexfoundry/edgex-go/internal/io 0.049s coverage: 72.2% of statements 17:52:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:52:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:52:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:52:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.038s coverage: 65.9% of statements 17:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 17:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:52:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.057s coverage: 0.9% of statements 17:52:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.052s coverage: 29.0% of statements 17:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 42.9% of statements 17:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 82.9% of statements 17:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements 17:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements 17:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 17:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 17:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 17:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 17:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 17:52:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:52:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:52:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:52:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:52:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:52:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:52:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 17:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:52:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:52:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:52:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 17:52:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 17:52:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 17:52:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:52:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:52:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:52:31 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 17:52:31 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 17:52:31 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 17:52:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 17:52:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 17:52:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 17:52:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:52:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:52:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.059s coverage: 94.4% of statements 17:52:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 17:52:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 17:52:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 17:52:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 17:52:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:52:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:52:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 17:52:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.257s coverage: 79.9% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.076s coverage: 92.9% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.025s coverage: 64.4% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.056s coverage: 62.3% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.055s coverage: 87.2% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.049s coverage: 20.0% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 81.8% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.100s coverage: 82.1% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.058s coverage: 86.0% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.1% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.166s coverage: 38.4% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.056s coverage: 84.8% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.065s coverage: 17.7% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.116s coverage: 92.3% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.056s coverage: 61.5% of statements 17:52:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.080s coverage: 97.7% of statements 17:52:47 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 17:52:47 running golangci-lint 17:52:47 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 17:52:47 go version go1.20.2 linux/amd64 17:52:47 level=info msg="[config_reader] Used config file .golangci.yml" 17:52:47 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 17:52:59 level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|imports|compiled_files|name|types_sizes|files) took 13.237961404s" 17:52:59 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 40.957618ms" 17:53:03 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16740 in /w/workspace/edgexfoundry_edgex-go_PR-4578 [Pipeline] { [Pipeline] ws 17:53:03 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 17:53:03 The recommended git tool is: git 17:53:06 level=info msg="[linters_context/goanalysis] analyzers took 44.841969109s with top 10 stages: buildir: 27.057227404s, fact_deprecated: 1.406804896s, printf: 1.40572845s, inspect: 1.347635544s, ctrlflow: 1.262573524s, gosec: 977.373685ms, S1038: 694.76323ms, fact_purity: 619.049196ms, nilness: 603.826979ms, directives: 397.340819ms" 17:53:06 level=info msg="[runner] Issues before processing: 203, after processing: 0" 17:53:06 level=info msg="[runner] Processors filtering stat (out/in): cgo: 203/203, identifier_marker: 203/203, exclude: 203/203, filename_unadjuster: 203/203, path_prettifier: 203/203, skip_files: 203/203, autogenerated_exclude: 203/203, exclude-rules: 23/203, skip_dirs: 203/203, nolint: 0/23" 17:53:06 level=info msg="[runner] processing took 16.540646ms with stages: nolint: 6.505181ms, identifier_marker: 4.27965ms, path_prettifier: 1.793387ms, autogenerated_exclude: 1.674386ms, exclude-rules: 1.237452ms, skip_dirs: 984.229µs, filename_unadjuster: 34.871µs, cgo: 28µs, max_same_issues: 610ns, skip_files: 450ns, uniq_by_line: 410ns, severity-rules: 340ns, diff: 290ns, exclude: 290ns, source_code: 270ns, sort_results: 250ns, max_from_linter: 190ns, path_shortener: 150ns, max_per_file_from_linter: 130ns, path_prefixer: 110ns" 17:53:06 level=info msg="[runner] linters took 6.384825791s with stages: goanalysis_metalinter: 6.368202695s" 17:53:06 level=info msg="File cache stats: 0 entries of total size 0B" 17:53:06 level=info msg="Memory: 198 samples, avg is 175.7MB, max is 730.8MB" 17:53:06 level=info msg="Execution took 19.674816336s" 17:53:06 go vet ./... 17:53:09 using credential edgex-jenkins-ssh 17:53:09 Cloning the remote Git repository 17:53:09 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:53:09 > git init /w/workspace/edgex-go/1 # timeout=10 17:53:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:53:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:53:10 ./bin/test-attribution-txt.sh [Pipeline] echo 17:53:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 17:53:10 + ls -al . 17:53:10 total 704 17:53:10 drwxrwxr-x 11 1001 1001 4096 May 24 17:51 . 17:53:10 drwxr-xr-x 4 root root 4096 May 24 17:51 .. 17:53:10 drwxrwxr-x 2 1001 1001 4096 May 24 17:50 .blubracket 17:53:10 -rw-rw-r-- 1 1001 1001 16 May 24 17:50 .dockerignore 17:53:10 drwxrwxr-x 8 1001 1001 4096 May 24 17:51 .git 17:53:10 drwxrwxr-x 3 1001 1001 4096 May 24 17:50 .github 17:53:10 -rw-rw-r-- 1 1001 1001 1133 May 24 17:50 .gitignore 17:53:10 -rw-rw-r-- 1 1001 1001 42 May 24 17:50 .golangci.yml 17:53:10 -rw-rw-r-- 1 1001 1001 87 May 24 17:50 .hadolint.yml 17:53:10 drwxr-xr-x 3 1001 1001 4096 May 24 17:51 .semver 17:53:10 -rw-rw-r-- 1 1001 1001 166 May 24 17:50 .sonarcloud.properties 17:53:10 -rw-rw-r-- 1 1001 1001 1171 May 24 17:50 ADOPTERS.md 17:53:10 -rw-rw-r-- 1 1001 1001 10835 May 24 17:50 Attribution.txt 17:53:10 -rw-rw-r-- 1 1001 1001 73765 May 24 17:50 CHANGELOG.md 17:53:10 -rw-rw-r-- 1 1001 1001 3804 May 24 17:50 CONTRIBUTING.md 17:53:10 -rw-rw-r-- 1 1001 1001 677 May 24 17:50 GOVERNANCE.md 17:53:10 -rw-rw-r-- 1 1001 1001 883 May 24 17:50 Jenkinsfile 17:53:10 -rw-rw-r-- 1 1001 1001 10775 May 24 17:50 LICENSE 17:53:10 -rw-rw-r-- 1 1001 1001 14368 May 24 17:50 Makefile 17:53:10 -rw-rw-r-- 1 1001 1001 582 May 24 17:50 OWNERS.md 17:53:10 -rw-rw-r-- 1 1001 1001 9902 May 24 17:50 README.md 17:53:10 -rw-rw-r-- 1 1001 1001 789 May 24 17:50 SECURITY.md 17:53:10 -rw-rw-r-- 1 1001 1001 5 May 24 17:51 VERSION 17:53:10 drwxrwxr-x 2 1001 1001 4096 May 24 17:50 bin 17:53:10 drwxrwxr-x 18 1001 1001 4096 May 24 17:50 cmd 17:53:10 -rw-r--r-- 1 root root 447731 May 24 17:52 coverage.out 17:53:10 -rw-rw-r-- 1 1001 1001 3159 May 24 17:50 go.mod 17:53:10 -rw-rw-r-- 1 1001 1001 30958 May 24 17:50 go.sum 17:53:10 drwxrwxr-x 7 1001 1001 4096 May 24 17:50 internal 17:53:10 drwxrwxr-x 3 1001 1001 4096 May 24 17:50 openapi 17:53:10 -rw-rw-r-- 1 1001 1001 594 May 24 17:50 security.txt 17:53:10 drwxrwxr-x 4 1001 1001 4096 May 24 17:50 snap 17:53:10 -rw-rw-r-- 1 1001 1001 204 May 24 17:50 version.go [Pipeline] sh 17:53:10 + '[' -e coverage.out ] 17:53:10 + chown 1001:1001 coverage.out [Pipeline] stash 17:53:11 Stashed 1 file(s) [Pipeline] sh 17:53:11 + make build 17:53:11 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 17:53:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:53:10 > git --version # timeout=10 17:53:10 > git --version # 'git version 2.25.1' 17:53:10 using GIT_SSH to set credentials SSH Credentials for GitHub 17:53:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:53:23 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 17:53:23 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 17:53:24 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 17:53:25 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 17:53:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:53:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:53:29 Merging remotes/origin/main commit 5bf55878ace16878edbd308d9dee72012f144a0a into PR head commit d560f776934a437f410fb6d52a44107f197ead06 17:53:30 Merge succeeded, producing d560f776934a437f410fb6d52a44107f197ead06 17:53:30 Checking out Revision d560f776934a437f410fb6d52a44107f197ead06 (PR-4578) 17:53:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:53:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:53:28 using GIT_SSH to set credentials SSH Credentials for GitHub 17:53:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4578/head:refs/remotes/origin/PR-4578 +refs/heads/main:refs/remotes/origin/main # timeout=10 17:53:29 > git config core.sparsecheckout # timeout=10 17:53:29 > git checkout -f d560f776934a437f410fb6d52a44107f197ead06 # timeout=10 17:53:29 > git remote # timeout=10 17:53:29 > git config --get remote.origin.url # timeout=10 17:53:29 using GIT_SSH to set credentials SSH Credentials for GitHub 17:53:29 > git merge 5bf55878ace16878edbd308d9dee72012f144a0a # timeout=10 17:53:30 > git rev-parse HEAD^{commit} # timeout=10 17:53:30 > git config core.sparsecheckout # timeout=10 17:53:30 > git checkout -f d560f776934a437f410fb6d52a44107f197ead06 # timeout=10 17:53:30 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" 17:53:30 > git --version # timeout=10 17:53:30 > git --version # 'git version 2.25.1' 17:53:30 fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:53:31 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 17:53:31 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:53:31 % Total % Received % Xferd Average Speed Time Time Time Current 17:53:31 Dload Upload Total Spent Left Speed 17:53:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 88548 0 --:--:-- --:--:-- --:--:-- 88548 [Pipeline] sh 17:53:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 17:53:32 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:53:32 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:53:32 + sudo tee /etc/docker/daemon.new 17:53:32 { 17:53:32 "registry-mirrors": [ 17:53:32 "https://nexus3.edgexfoundry.org:10001" 17:53:32 ], 17:53:32 "bip": "10.250.0.254/24", 17:53:32 "hosts": [ 17:53:32 "tcp://0.0.0.0:5555", 17:53:32 "unix:///var/run/docker.sock" 17:53:32 ], 17:53:32 "mtu": 1458, 17:53:32 "selinux-enabled": true, 17:53:32 "seccomp-profile": "/etc/docker/seccomp.json" 17:53:32 } [Pipeline] sh 17:53:33 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:53:33 + sudo service docker restart 17:53:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:53:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:53:35 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 17:53:36 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 17:53:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 17:53:38 $ docker stop --time=1 a443a41dd9f9b6240a796de50a506de62fdbe3353464704f19e04cc825a084e9 17:53:45 $ docker rm -f --volumes a443a41dd9f9b6240a796de50a506de62fdbe3353464704f19e04cc825a084e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:53:46 17:53:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:53:47 latest: Pulling from edgex-devops/edgex-compose 17:53:47 cbdbe7a5bc2a: Pulling fs layer 17:53:47 ca9280d653b3: Pulling fs layer 17:53:47 7e9c9ca2126c: Pulling fs layer 17:53:47 cbdbe7a5bc2a: Verifying Checksum 17:53:47 cbdbe7a5bc2a: Download complete 17:53:47 ca9280d653b3: Verifying Checksum 17:53:47 ca9280d653b3: Download complete 17:53:47 cbdbe7a5bc2a: Pull complete 17:53:47 7e9c9ca2126c: Download complete 17:53:47 ca9280d653b3: Pull complete 17:53:51 7e9c9ca2126c: Pull complete 17:53:51 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:53:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:53:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:53:51 prd-ubuntu20.04-docker-8c-8g-16737 does not seem to be running inside a container 17:53:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:53:55 $ docker top 457b932b591d315214e0bb371a205726262263507f566df9031d79c336d78d54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider 17:53:55 provisioning config files... 17:53:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16118926430622429125tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:53:55 + docker-compose build --help 17:53:55 + grep parallel 17:53:55 ---> docker-login.sh 17:53:55 nexus3.edgexfoundry.org:10001 17:53:56 --parallel Build images in parallel. [Pipeline] } 17:53:56 $ docker stop --time=1 457b932b591d315214e0bb371a205726262263507f566df9031d79c336d78d54 17:53:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:56 Configure a credential helper to remove this warning. See 17:53:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:56 17:53:56 Login Succeeded 17:53:56 nexus3.edgexfoundry.org:10002 17:53:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:56 Configure a credential helper to remove this warning. See 17:53:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:56 17:53:56 Login Succeeded 17:53:56 nexus3.edgexfoundry.org:10003 17:53:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:57 Configure a credential helper to remove this warning. See 17:53:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:57 17:53:57 Login Succeeded 17:53:57 nexus3.edgexfoundry.org:10004 17:53:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:53:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:57 Configure a credential helper to remove this warning. See 17:53:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:57 17:53:57 Login Succeeded 17:53:57 docker.io 17:53:57 $ docker rm -f --volumes 457b932b591d315214e0bb371a205726262263507f566df9031d79c336d78d54 [Pipeline] // withDockerContainer 17:53:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:53:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:53:57 Configure a credential helper to remove this warning. See 17:53:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:53:57 17:53:57 Login Succeeded 17:53:57 ---> docker-login.sh ends [Pipeline] } 17:53:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 17:53:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:53:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:53:58 prd-ubuntu20.04-docker-8c-8g-16737 does not seem to be running inside a container 17:53:58 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:53:58 $ docker top 8dbea5efbe866d3d296ad902138a6e161e623fe72b495523edc17dc29b9a64a6 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 17:53:59 + git config --global --add safe.directory /w/workspace/edgex-go/1 17:53:59 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] echo 17:53:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:53:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:53:59 ========================================================= 17:53:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 17:53:59 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:53:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 17:53:59 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:53:59 Building core-command ... 17:53:59 Building core-common-config-bootstrapper ... 17:53:59 Building core-data ... 17:53:59 Building core-metadata ... 17:53:59 Building security-bootstrapper ... 17:53:59 Building security-proxy-auth ... 17:53:59 Building security-proxy-setup ... 17:53:59 Building security-secretstore-setup ... 17:53:59 Building security-spiffe-token-provider ... 17:53:59 Building security-spire-agent ... 17:53:59 Building security-spire-config ... 17:53:59 Building security-spire-server ... 17:53:59 Building support-notifications ... 17:53:59 Building support-scheduler ... 17:53:59 Building security-spiffe-token-provider 17:53:59 Building core-command 17:53:59 Building core-common-config-bootstrapper 17:53:59 Building support-scheduler 17:53:59 Building core-metadata 17:54:00 c41833b44d91: Pulling fs layer 17:54:00 ed15518f5707: Pulling fs layer 17:54:00 feae8fd75edb: Pulling fs layer 17:54:00 242c74f7c9fa: Pulling fs layer 17:54:00 3cdef696dda3: Pulling fs layer 17:54:00 2ced38df9373: Pulling fs layer 17:54:00 58f1dce35555: Pulling fs layer 17:54:00 242c74f7c9fa: Waiting 17:54:00 3cdef696dda3: Waiting 17:54:00 2ced38df9373: Waiting 17:54:00 58f1dce35555: Waiting 17:54:00 ed15518f5707: Verifying Checksum 17:54:00 ed15518f5707: Download complete 17:54:00 242c74f7c9fa: Download complete 17:54:00 3cdef696dda3: Verifying Checksum 17:54:00 3cdef696dda3: Download complete 17:54:00 c41833b44d91: Verifying Checksum 17:54:00 c41833b44d91: Download complete 17:54:01 58f1dce35555: Verifying Checksum 17:54:01 58f1dce35555: Download complete 17:54:02 2ced38df9373: Verifying Checksum 17:54:02 2ced38df9373: Download complete 17:54:02 c41833b44d91: Pull complete 17:54:02 feae8fd75edb: Verifying Checksum 17:54:02 feae8fd75edb: Download complete 17:54:02 ed15518f5707: Pull complete 17:54:09 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:54:09 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:54:09 ---> 17744391f2ff 17:54:09 Step 3/20 : WORKDIR /edgex-go 17:54:09 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:54:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:54:09 ---> 17744391f2ff 17:54:09 Step 3/24 : ARG ADD_BUILD_TAGS="" 17:54:09 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:54:09 Step 2/25 : FROM ${BUILDER_BASE} AS builder 17:54:09 ---> 17744391f2ff 17:54:09 Step 3/25 : ARG ADD_BUILD_TAGS="" 17:54:10 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:54:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:54:10 ---> 17744391f2ff 17:54:10 Step 3/23 : ARG ADD_BUILD_TAGS="" 17:54:14 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:54:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:54:14 ---> 17744391f2ff 17:54:14 Step 3/23 : ARG ADD_BUILD_TAGS="" 17:54:15 feae8fd75edb: Pull complete 17:54:15 242c74f7c9fa: Pull complete 17:54:15 3cdef696dda3: Pull complete 17:54:21 2ced38df9373: Pull complete 17:54:23 58f1dce35555: Pull complete 17:54:23 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 17:54:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 17:54:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 17:54:24 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 17:54:24 WORKDIR /edgex 17:54:24 COPY go.mod . 17:54:24 RUN go mod download 17:54:24 + docker build -t ci-base-image-arm64 -f - . 17:54:24 Sending build context to Docker daemon 2.928MB 17:54:24 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 17:54:24 ---> fadd8f120f05 17:54:24 Step 2/4 : WORKDIR /edgex 17:54:25 ---> Running in f38bf4e30b3d 17:54:26 Removing intermediate container f38bf4e30b3d 17:54:26 ---> 9c7b1f8b64b6 17:54:26 Step 3/4 : COPY go.mod . 17:54:26 ---> d24a2837341f 17:54:26 Step 4/4 : RUN go mod download 17:54:27 ---> Running in 36deb9e0f5b1 17:54:29 ---> Running in 1d81f0d82409 17:54:29 ---> Running in 8f430e262db7 17:54:29 ---> Running in d67ce60f428f 17:54:29 ---> Running in 09c6e6b91fda 17:54:29 ---> Running in c2fff771e82c 17:54:29 Removing intermediate container 09c6e6b91fda 17:54:29 ---> a76642c23673 17:54:29 Step 4/23 : WORKDIR /edgex-go 17:54:29 Removing intermediate container 1d81f0d82409 17:54:29 ---> 9eaf07614e31 17:54:29 Step 4/23 : WORKDIR /edgex-go 17:54:29 Removing intermediate container c2fff771e82c 17:54:29 ---> 5e66014692c1 17:54:29 Step 4/25 : WORKDIR /edgex-go 17:54:29 Removing intermediate container d67ce60f428f 17:54:29 ---> e09d91192e1e 17:54:29 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 17:54:29 ---> Running in ee11132f0fb9 17:54:29 Removing intermediate container 8f430e262db7 17:54:29 ---> 88bb6a127ce5 17:54:29 Step 4/24 : WORKDIR /edgex-go 17:54:29 ---> Running in ac8cb5a82256 17:54:29 ---> Running in 56aa18805596 17:54:29 ---> Running in ae58955560ae 17:54:29 ---> Running in 81bc65845af3 17:54:29 Removing intermediate container ee11132f0fb9 17:54:29 ---> 41527716f3c8 17:54:29 Step 5/23 : RUN apk add --update --no-cache make git 17:54:29 Removing intermediate container ac8cb5a82256 17:54:29 ---> a9e0a38f4091 17:54:29 Step 5/23 : RUN apk add --update --no-cache make git 17:54:29 ---> Running in 3dc0363b3679 17:54:29 Removing intermediate container 56aa18805596 17:54:29 ---> 19de00b4d416 17:54:29 Step 5/25 : RUN apk add --update --no-cache make git 17:54:29 ---> Running in fbb507d653ce 17:54:29 Removing intermediate container 81bc65845af3 17:54:29 ---> ab6a9f499eac 17:54:29 Step 5/24 : RUN apk add --update --no-cache make git 17:54:29 ---> Running in 8784bda357f6 17:54:29 ---> Running in 35127a291251 17:54:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:54:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:54:29 v3.17.3-206-gfbe2944ce8c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 17:54:29 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 17:54:29 OK: 17826 distinct packages available 17:54:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:54:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:54:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:54:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:54:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:54:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:54:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:54:29 OK: 265 MiB in 53 packages 17:54:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:54:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:54:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:54:29 OK: 265 MiB in 53 packages 17:54:29 OK: 265 MiB in 53 packages 17:54:29 OK: 265 MiB in 53 packages 17:54:29 OK: 265 MiB in 53 packages 17:54:29 Removing intermediate container ae58955560ae 17:54:29 ---> 2209e3b5a66d 17:54:29 Step 5/20 : COPY go.mod vendor* ./ 17:54:29 ---> 0d32b5410ff5 17:54:29 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:54:30 ---> Running in 38f56cc77a6e 17:54:31 Removing intermediate container 3dc0363b3679 17:54:31 ---> ac1696319b99 17:54:31 Step 6/23 : COPY go.mod vendor* ./ 17:54:32 Removing intermediate container 8784bda357f6 17:54:32 ---> d2d0389bf913 17:54:32 Step 6/25 : COPY go.mod vendor* ./ 17:54:32 Removing intermediate container fbb507d653ce 17:54:32 ---> 2dd7a46a57b3 17:54:32 Step 6/23 : COPY go.mod vendor* ./ 17:54:32 Removing intermediate container 35127a291251 17:54:32 ---> 181f7b4fd0c8 17:54:32 Step 6/24 : COPY go.mod vendor* ./ 17:54:32 ---> 86ce55fd7e15 17:54:32 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:54:33 ---> 298382640752 17:54:33 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:54:34 ---> Running in 9a8e17ef5d28 17:54:35 ---> 2965dd69773a 17:54:35 ---> ae3d9613df9f 17:54:35 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:54:35 17:54:36 ---> Running in f0cbcc650874 17:54:36 ---> Running in b88ef91724a8 17:54:36 ---> Running in 442a59f34ba7 17:54:59 Removing intermediate container 36deb9e0f5b1 17:54:59 ---> 8e464e6927ec 17:54:59 Successfully built 8e464e6927ec 17:54:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:59 + docker inspect -f . ci-base-image-arm64 17:54:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:55:00 prd-ubuntu20.04-docker-arm64-4c-16g-16740 does not seem to be running inside a container 17:55:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:55:01 $ docker top df2cdb13061f2cc3ffdcf55515984a111edf2a8ecfb3ee535efb2a2a9edbd5e6 -eo pid,comm [Pipeline] { [Pipeline] sh 17:55:02 + go version 17:55:02 go version go1.20.2 linux/arm64 [Pipeline] } 17:55:02 $ docker stop --time=1 df2cdb13061f2cc3ffdcf55515984a111edf2a8ecfb3ee535efb2a2a9edbd5e6 17:55:03 $ docker rm -f --volumes df2cdb13061f2cc3ffdcf55515984a111edf2a8ecfb3ee535efb2a2a9edbd5e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:04 + docker inspect -f . ci-base-image-arm64 17:55:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:55:05 prd-ubuntu20.04-docker-arm64-4c-16g-16740 does not seem to be running inside a container 17:55:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:55:06 $ docker top 90472e7a4bb936a756fc6c673dedb68a76f0982292dec507f2a9d7f85082c63a -eo pid,comm [Pipeline] { [Pipeline] echo 17:55:06 ========================================================= 17:55:06 [edgeXBuildGoParallel] Running Tests and Build... 17:55:06 ========================================================= [Pipeline] sh 17:55:07 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 17:55:08 + make test 17:55:08 go test -race -coverprofile=coverage.out ./... 17:55:23 Removing intermediate container 9a8e17ef5d28 17:55:23 ---> df713772a06b 17:55:23 Step 8/23 : COPY . . 17:55:23 Removing intermediate container 38f56cc77a6e 17:55:23 ---> 43507119cb7c 17:55:23 Step 7/20 : COPY . . 17:55:54 ? github.com/edgexfoundry/edgex-go [no test files] 17:56:02 ---> 5b0bee82c0d3 17:56:02 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 17:56:02 ---> 01a2803702a2 17:56:02 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 17:56:02 ---> Running in aacad97fe44c 17:56:02 ---> Running in b7b48b1f1f1f 17:56:02 Removing intermediate container 442a59f34ba7 17:56:02 ---> d1feeae3d06a 17:56:02 Step 8/24 : COPY . . 17:56:02 Removing intermediate container f0cbcc650874 17:56:02 ---> 8b2acceea51e 17:56:02 Step 8/25 : COPY . . 17:56:02 Removing intermediate container b88ef91724a8 17:56:02 ---> 6bb05c8b56e7 17:56:02 Step 8/23 : COPY . . 17:56:02 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 17:56:02 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 17:56:49 ---> 473cd13b85ea 17:56:49 ---> 50d3408afec3 17:56:49 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 17:56:49 ---> 5912e71ca151 17:56:49 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 17:56:49 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 17:56:49 ---> Running in 8ef2ceb59894 17:56:49 ---> Running in 4f5c40554388 17:56:49 ---> Running in b3f5ba9a6a14 17:56:49 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 17:56:49 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 17:56:49 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 17:57:21 Removing intermediate container b7b48b1f1f1f 17:57:21 ---> 0da2da6ec04e 17:57:21 17:57:21 Step 9/20 : FROM alpine:3.17 17:57:21 Removing intermediate container aacad97fe44c 17:57:21 ---> 2d3e186c2f9a 17:57:21 17:57:21 Step 10/23 : FROM alpine:3.17 17:57:21 3.17: Pulling from library/alpine 17:57:21 3.17: Pulling from library/alpine 17:57:23 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 17:57:24 Status: Downloaded newer image for alpine:3.17 17:57:24 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 17:57:24 Status: Image is up to date for alpine:3.17 17:57:25 ---> 9ed4aefc74f6 17:57:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:57:25 ---> 9ed4aefc74f6 17:57:25 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 17:57:27 ---> Running in f0e816027df8 17:57:27 ---> Running in 84e28b62a5a9 17:57:27 Removing intermediate container 4f5c40554388 17:57:27 ---> 93ba9bb23b83 17:57:27 17:57:27 Step 10/24 : FROM alpine:3.17 17:57:27 ---> 9ed4aefc74f6 17:57:27 Step 11/24 : RUN apk add --update --no-cache dumb-init 17:57:27 Removing intermediate container b3f5ba9a6a14 17:57:27 ---> 9281940ed929 17:57:27 17:57:27 Step 10/23 : FROM alpine:3.17 17:57:27 ---> 9ed4aefc74f6 17:57:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 17:57:27 Removing intermediate container 8ef2ceb59894 17:57:27 ---> 65f43bfd55ed 17:57:27 17:57:27 Step 10/25 : FROM alpine:3.17 17:57:27 ---> 9ed4aefc74f6 17:57:27 Step 11/25 : RUN apk add --update --no-cache dumb-init 17:57:27 ---> Running in 4d904eec031b 17:57:27 ---> Running in 0e1a27ead11c 17:57:27 Removing intermediate container 84e28b62a5a9 17:57:27 ---> c51f34498ae0 17:57:27 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 17:57:27 ---> Running in e7bed3f74be9 17:57:27 ---> Running in f9116490d6ea 17:57:27 Removing intermediate container 4d904eec031b 17:57:27 ---> 0cee926cafee 17:57:27 Step 12/23 : RUN apk add --update --no-cache dumb-init 17:57:27 ---> Running in 52a2124e24a3 17:57:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:57:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:57:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:57:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:57:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:57:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:57:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:57:27 (1/1) Installing dumb-init (1.2.5-r2) 17:57:27 Executing busybox-1.35.0-r29.trigger 17:57:27 OK: 7 MiB in 16 packages 17:57:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:57:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:57:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:57:28 v3.17.3-206-gfbe2944ce8c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 17:57:28 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 17:57:28 OK: 17823 distinct packages available 17:57:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:57:28 (1/1) Installing dumb-init (1.2.5-r2) 17:57:28 Executing busybox-1.35.0-r29.trigger 17:57:28 OK: 7 MiB in 16 packages 17:57:28 (1/1) Installing dumb-init (1.2.5-r2) 17:57:28 (1/1) Installing dumb-init (1.2.5-r2) 17:57:28 Executing busybox-1.35.0-r29.trigger 17:57:28 Executing busybox-1.35.0-r29.trigger 17:57:28 OK: 7 MiB in 16 packages 17:57:28 OK: 7 MiB in 16 packages 17:57:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:57:28 Removing intermediate container f0e816027df8 17:57:28 ---> 414da8e4107b 17:57:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 17:57:28 ---> Running in 7ee05319d381 17:57:28 Removing intermediate container 7ee05319d381 17:57:28 ---> 910e822f2e75 17:57:28 Step 13/23 : ENV APP_PORT=59861 17:57:28 ---> Running in 42f966158fb5 17:57:28 (1/9) Installing ca-certificates (20230506-r0) 17:57:28 (2/9) Installing brotli-libs (1.0.9-r9) 17:57:28 (3/9) Installing nghttp2-libs (1.51.0-r0) 17:57:28 (4/9) Installing libcurl (8.1.1-r0) 17:57:28 (5/9) Installing curl (8.1.1-r0) 17:57:28 (6/9) Installing dumb-init (1.2.5-r2) 17:57:28 (7/9) Installing musl-obstack (1.2.3-r0) 17:57:28 (8/9) Installing libucontext (1.2-r0) 17:57:28 (9/9) Installing gcompat (1.1.0-r0) 17:57:28 Executing busybox-1.35.0-r29.trigger 17:57:28 Executing ca-certificates-20230506-r0.trigger 17:57:28 Removing intermediate container 42f966158fb5 17:57:28 ---> cec201616b66 17:57:28 Step 14/23 : EXPOSE $APP_PORT 17:57:28 ---> Running in 02e93c51dff8 17:57:28 OK: 10 MiB in 24 packages 17:57:29 Removing intermediate container e7bed3f74be9 17:57:29 ---> 0a7f50f86234 17:57:29 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 17:57:29 Removing intermediate container 02e93c51dff8 17:57:29 ---> 0ffe1965f7d7 17:57:29 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:57:29 Removing intermediate container 0e1a27ead11c 17:57:29 ---> 56b7af56c37d 17:57:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 17:57:29 ---> Running in b2d34055080a 17:57:29 Removing intermediate container 52a2124e24a3 17:57:29 ---> e58b7004c665 17:57:29 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:57:29 ---> Running in bda4cf078f2f 17:57:29 Removing intermediate container b2d34055080a 17:57:29 ---> b10f12608388 17:57:29 Step 13/25 : ENV APP_PORT=59881 17:57:29 ---> ad11aee919cb 17:57:29 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 17:57:29 Removing intermediate container bda4cf078f2f 17:57:29 ---> bba31aa7dc79 17:57:29 Step 13/24 : ENV APP_PORT=59882 17:57:29 ---> Running in 1c9e8536273d 17:57:29 ---> 0376b07d41bc 17:57:29 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 17:57:29 ---> Running in 5fa056f9051b 17:57:29 ---> ab9a4aa251b3 17:57:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:57:29 Removing intermediate container f9116490d6ea 17:57:29 ---> e40d494aee58 17:57:29 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 17:57:29 Removing intermediate container 1c9e8536273d 17:57:29 ---> 2c2bb05c2a84 17:57:29 Step 14/25 : EXPOSE $APP_PORT 17:57:29 Removing intermediate container 5fa056f9051b 17:57:29 ---> 6990f28cee10 17:57:29 Step 14/24 : EXPOSE $APP_PORT 17:57:29 ---> Running in 552d9e29a12f 17:57:29 ---> 92075c6e0569 17:57:29 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 17:57:29 ---> Running in 56f2992e260e 17:57:30 ---> 6d26594d9104 17:57:30 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 17:57:30 Removing intermediate container 552d9e29a12f 17:57:30 ---> ace8038a38d4 17:57:30 Step 15/25 : WORKDIR / 17:57:30 ---> Running in 7a66db3efde4 17:57:30 ---> 8748bc28de9c 17:57:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 17:57:30 Removing intermediate container 56f2992e260e 17:57:30 ---> 7b82301886e7 17:57:30 Step 15/24 : WORKDIR / 17:57:30 ---> 2bc8ffa2a36f 17:57:30 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 17:57:30 ---> Running in 166df1e92a36 17:57:30 ---> dc2ded59aaab 17:57:30 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 17:57:32 Removing intermediate container 7a66db3efde4 17:57:32 ---> 2aa92574b4cc 17:57:32 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 17:57:33 Removing intermediate container 166df1e92a36 17:57:33 ---> 854b5b9f3d57 17:57:33 ---> 0e19819bc320 17:57:33 Step 19/23 : ENTRYPOINT ["/support-scheduler"]Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 17:57:33 17:57:33 ---> 74d8bef1ec3b 17:57:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 17:57:33 ---> b33d45482759 17:57:33 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 17:57:33 ---> Running in 353de0c603aa 17:57:33 ---> bcd35088af5a 17:57:33 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 17:57:33 Removing intermediate container 353de0c603aa 17:57:33 ---> c4b6d5bd3712 17:57:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:57:33 ---> 15704340ba4a 17:57:33 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 17:57:33 ---> Running in 253747572b07 17:57:33 ---> 6a2090bea29e 17:57:33 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:57:33 ---> 8db072278de8 17:57:33 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 17:57:33 ---> Running in c63d801d7188 17:57:33 ---> Running in 79b7aacd0550 17:57:33 Removing intermediate container 253747572b07 17:57:33 ---> 41f92d201475 17:57:33 Step 21/23 : LABEL arch=x86_64 17:57:33 ---> d8639444e3aa 17:57:33 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:57:33 ---> ed6e0aeb6101 17:57:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:57:33 ---> Running in 2827be76b3aa 17:57:33 Removing intermediate container 79b7aacd0550 17:57:33 ---> 636a8efce247 17:57:33 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 17:57:33 ---> Running in bd50f8009942 17:57:34 Removing intermediate container 2827be76b3aa 17:57:34 ---> c7e86a73057d 17:57:34 Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 17:57:34 Removing intermediate container bd50f8009942 17:57:34 ---> 48f6ef0c4f74 17:57:34 Step 18/20 : LABEL arch=x86_64 17:57:34 ---> 6a55dc3f6eed 17:57:34 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 17:57:34 ---> 853be6075bcb 17:57:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 17:57:34 ---> Running in 3ec736cbb197 17:57:34 ---> Running in aa9cae4bf9b9 17:57:34 Removing intermediate container aa9cae4bf9b9 17:57:34 ---> ef7fed598a0b 17:57:34 Step 19/20 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 17:57:34 Removing intermediate container 3ec736cbb197 17:57:34 ---> b3a53a6f926a 17:57:34 Step 23/23 : LABEL version=0.0.0 17:57:34 ---> Running in 34246aade3b2 17:57:34 ---> Running in 008470a7a4dc 17:57:34 ---> ef2975058adc 17:57:34 Step 20/24 : ENTRYPOINT ["/core-command"] 17:57:34 ---> 30281496498c 17:57:34 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 17:57:34 ---> Running in d5d02f9f5616 17:57:34 Removing intermediate container 008470a7a4dc 17:57:34 ---> a7e8444d9ee4 17:57:34 17:57:34 Removing intermediate container 34246aade3b2 17:57:34 ---> b3b8b78512be 17:57:34 Step 20/20 : LABEL version=0.0.0 17:57:34 Removing intermediate container c63d801d7188 17:57:34 ---> a47d7f662e0b 17:57:34 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 17:57:34 ---> Running in a21b2cf47b95 17:57:34 Successfully built a7e8444d9ee4 17:57:34 ---> Running in 3302c572ae61 17:57:34 Successfully tagged support-scheduler:latest 17:57:34  Building support-scheduler ... done Building support-notifications 17:57:34 Removing intermediate container d5d02f9f5616 17:57:34 ---> d44f2368eeb5 17:57:34 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:57:34 ---> fc7a0ddda50f 17:57:34 Step 21/25 : ENTRYPOINT ["/core-metadata"] 17:57:34 ---> Running in a736e2871134 17:57:34 ---> Running in 27db73fddd27 17:57:37 Removing intermediate container a21b2cf47b95 17:57:37 ---> 48dda00f83e3 17:57:37 17:57:37 Successfully built 48dda00f83e3 17:57:38 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:57:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:57:38 ---> 17744391f2ff 17:57:38 Step 3/23 : ARG ADD_BUILD_TAGS="" 17:57:38 ---> Using cache 17:57:38 ---> 88bb6a127ce5 17:57:38 Step 4/23 : WORKDIR /edgex-go 17:57:38 ---> Using cache 17:57:38 ---> ab6a9f499eac 17:57:38 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 17:57:41 Successfully tagged security-spiffe-token-provider:latest 17:57:41  Building security-spiffe-token-provider ... done Building security-proxy-auth 17:57:41 Removing intermediate container 3302c572ae61 17:57:41 ---> 36273830e5e4 17:57:41 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 17:57:47 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:57:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:57:47 ---> 17744391f2ff 17:57:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 17:57:47 ---> Using cache 17:57:47 ---> 88bb6a127ce5 17:57:47 Step 4/23 : WORKDIR /edgex-go 17:57:47 ---> Using cache 17:57:47 ---> ab6a9f499eac 17:57:47 Step 5/23 : RUN apk add --update --no-cache make git 17:57:47 ---> Using cache 17:57:47 ---> 181f7b4fd0c8 17:57:47 Step 6/23 : COPY go.mod vendor* ./ 17:57:47 ---> Using cache 17:57:47 ---> ae3d9613df9f 17:57:47 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:57:47 ---> Using cache 17:57:47 ---> d1feeae3d06a 17:57:47 Step 8/23 : COPY . . 17:57:47 ---> Using cache 17:57:47 ---> 473cd13b85ea 17:57:47 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 17:57:53 Removing intermediate container a736e2871134 17:57:53 ---> 606214c74430 17:57:53 Step 22/24 : LABEL arch=x86_64 17:57:53 ---> Running in 6a54e7ab62c2 17:57:53 Removing intermediate container 27db73fddd27 17:57:53 ---> 3323be9b5dec 17:57:53 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:57:53 ---> Running in 8d3aa37ef537 17:57:53 ---> Running in 2019da2e9588 17:57:53 ---> Running in 93f57f6cab53 17:57:53 ---> Running in a3e026b989c7 17:57:53 Removing intermediate container 8d3aa37ef537 17:57:53 ---> 77bf2bd9c936 17:57:53 Step 21/23 : LABEL arch=x86_64 17:57:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:57:54 Removing intermediate container 93f57f6cab53 17:57:54 ---> 3a1aec8b3a8f 17:57:54 Step 23/24 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 17:57:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:57:54 OK: 265 MiB in 53 packages 17:57:54 Removing intermediate container a3e026b989c7 17:57:54 ---> 435397d3b9b7 17:57:54 Step 23/25 : LABEL arch=x86_64 17:57:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 17:57:54 ---> Running in bef8e7e14462 17:57:54 ---> Running in 6b87f355729d 17:57:54 ---> Running in 730d926bde0e 17:57:54 Removing intermediate container bef8e7e14462 17:57:54 ---> 176afdb65d8a 17:57:54 Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 17:57:54 Removing intermediate container 6b87f355729d 17:57:54 ---> 5076e6da93be 17:57:54 Step 24/24 : LABEL version=0.0.0 17:57:54 Removing intermediate container 730d926bde0e 17:57:54 ---> ad8d6d8860c8 17:57:54 Step 24/25 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 17:57:54 ---> Running in b43453e0ad37 17:57:54 ---> Running in 380b6c3843f1 17:57:54 ---> Running in b153c7fd3b65 17:57:54 Removing intermediate container 6a54e7ab62c2 17:57:54 ---> 637d5bfae007 17:57:54 Step 6/23 : COPY go.mod vendor* ./ 17:57:54 Removing intermediate container b43453e0ad37 17:57:54 ---> 94d28ff5dfe1 17:57:54 Step 23/23 : LABEL version=0.0.0 17:57:55 Removing intermediate container 380b6c3843f1 17:57:55 ---> 0e348bc82cf4 17:57:55 Step 25/25 : LABEL version=0.0.0 17:57:55 Removing intermediate container b153c7fd3b65 17:57:55 ---> 30400e823d63 17:57:55 17:57:55 ---> Running in 92152ee88c14 17:57:55 ---> 9f8d98937e2c 17:57:55 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:57:55 ---> Running in 5262d31d3af0 17:57:55 Successfully built 30400e823d63 17:57:55 Successfully tagged core-command:latest 17:57:55  Building core-command ... done Building core-data 17:57:55 ---> Running in e291a92bf4f1 17:57:55 Removing intermediate container 92152ee88c14 17:57:55 ---> 5910ed969d0d 17:57:55 17:57:55 Successfully built 5910ed969d0d 17:57:57 Successfully tagged core-common-config-bootstrapper:latest 17:57:57 Building security-proxy-setup 17:57:57  Building core-common-config-bootstrapper ... done Removing intermediate container 5262d31d3af0 17:57:57 ---> 22377cab1289 17:57:57 17:57:57 Successfully built 22377cab1289 17:57:57 Successfully tagged core-metadata:latest 17:57:57 Building security-spire-config 17:57:57  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:57:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:57:57 ---> 17744391f2ff 17:57:57 Step 3/23 : ARG ADD_BUILD_TAGS="" 17:57:57 ---> Using cache 17:57:57 ---> 88bb6a127ce5 17:57:57 Step 4/23 : WORKDIR /edgex-go 17:57:57 ---> Using cache 17:57:57 ---> ab6a9f499eac 17:57:57 Step 5/23 : RUN apk add --update --no-cache make git 17:57:57 ---> Using cache 17:57:57 ---> 181f7b4fd0c8 17:57:57 Step 6/23 : COPY go.mod vendor* ./ 17:57:57 ---> Using cache 17:57:57 ---> ae3d9613df9f 17:57:57 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:57:57 ---> Using cache 17:57:57 ---> d1feeae3d06a 17:57:57 Step 8/23 : COPY . . 17:57:57 ---> Using cache 17:57:57 ---> 473cd13b85ea 17:57:57 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 17:58:00 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:58:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:58:00 ---> 17744391f2ff 17:58:00 Step 3/22 : WORKDIR /edgex-go 17:58:00 ---> Using cache 17:58:00 ---> e09d91192e1e 17:58:00 Step 4/22 : RUN apk add --update --no-cache make git 17:58:00 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:58:00 Step 2/27 : FROM ${BUILDER_BASE} AS builder 17:58:00 ---> 17744391f2ff 17:58:00 Step 3/27 : WORKDIR /edgex-go 17:58:00 ---> Using cache 17:58:00 ---> e09d91192e1e 17:58:00 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 17:58:15 ---> Running in 7b99497ea2f7 17:58:15 ---> Running in 180c506b55cf 17:58:15 ---> Running in e3cb3d82f80c 17:58:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:58:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:58: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 17:58:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:58:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:58:16 OK: 265 MiB in 53 packages 17:58:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:58:16 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 17:58:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:58:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:58:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:58:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:58:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:58:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 17:58:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:58:16 OK: 265 MiB in 53 packages 17:58:17 Removing intermediate container 180c506b55cf 17:58:17 ---> 0dbebe519f6f 17:58:17 Step 5/22 : COPY go.mod vendor* ./ 17:58:17 Removing intermediate container e3cb3d82f80c 17:58:17 ---> f5fc91708d5e 17:58:17 Step 5/27 : COPY go.mod vendor* ./ 17:58:18 ---> d905e06cad41 17:58:18 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:58:18 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 17:58:18 ---> 33eb75fe0f56 17:58:18 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:58:18 ---> Running in e9ef8dc97b59 17:58:18 ---> Running in bd120ee2779f 17:58:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:58:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:58:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:58:20 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 17:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:58:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.713s coverage: 28.7% of statements 17:58:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.334s coverage: 98.5% of statements 17:58:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 17:58:54 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 17:58:54 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 17:58:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.475s coverage: 71.5% of statements 17:58:57 Removing intermediate container 2019da2e9588 17:58:57 ---> c57a397d672d 17:58:57 17:58:57 Step 10/23 : FROM alpine:3.17 17:58:57 ---> 9ed4aefc74f6 17:58:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 17:58:57 ---> Using cache 17:58:57 ---> 0cee926cafee 17:58:57 Step 12/23 : RUN apk add --update --no-cache dumb-init 17:58:57 ---> Using cache 17:58:57 ---> e58b7004c665 17:58:57 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:58:57 ---> Using cache 17:58:57 Removing intermediate container e291a92bf4f1 17:58:57 ---> b8da2155dedb 17:58:57 Step 8/23 : COPY . . 17:59:01 ---> 0376b07d41bc 17:59:01 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 17:59:01 ---> Using cache 17:59:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:59:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:59:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.398s coverage: 54.0% of statements 17:59:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 17:59:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 17:59:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 17:59:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:59:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 17:59:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:59:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:59:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.144s coverage: 88.5% of statements 17:59:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.621s coverage: 3.8% of statements 17:59:27 ---> 92075c6e0569 17:59:27 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 17:59:27 ---> 298f8dc07c8e 17:59:27 Step 9/23 : RUN make cmd/support-notifications/support-notifications 17:59:27 Removing intermediate container 7b99497ea2f7 17:59:27 ---> 0ea65b481318 17:59:27 17:59:27 Step 10/23 : FROM alpine:3.17 17:59:27 ---> 9ed4aefc74f6 17:59:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 17:59:27 Removing intermediate container e9ef8dc97b59 17:59:27 ---> 00c4b1bc6313 17:59:27 Step 7/22 : COPY . . 17:59:27 Removing intermediate container bd120ee2779f 17:59:27 ---> f2e2d1ea9b9e 17:59:27 Step 7/27 : COPY . . 17:59:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 17:59:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 17:59:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 17:59:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.132s coverage: 95.6% of statements 17:59:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:59:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 17:59:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 17:59:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:59:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:59:34 ok github.com/edgexfoundry/edgex-go/internal/io 0.235s coverage: 72.2% of statements 17:59:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:59:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:59:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:59:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.299s coverage: 65.9% of statements 17:59:42 ---> Running in 8d1908baa1fb 17:59:42 ---> Running in fdcf16ae2d9a 17:59:42 ---> 039f3e791e69 17:59:42 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 17:59:42 ---> 8cfd2d4c14f5 17:59:42 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 17:59:42 ---> 5d7d7de299ad 17:59:42 Step 8/22 : RUN make cmd/secrets-config/secrets-config 17:59:42 Removing intermediate container fdcf16ae2d9a 17:59:42 ---> d5524a0f849a 17:59:42 Step 12/23 : ENV APP_PORT=59880 17:59:42 ---> Running in 2f5a7f78e5aa 17:59:42 ---> Running in df58444dc2f2 17:59:42 ---> aa4534c5862b 17:59:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 17:59:42 ---> Running in 0244f1190f5c 17:59:42 Removing intermediate container 0244f1190f5c 17:59:42 ---> b6f0d3be506b 17:59:42 Step 13/23 : EXPOSE $APP_PORT 17:59:42 ---> Running in 5a8b9e5289f5 17:59:42 Removing intermediate container 2f5a7f78e5aa 17:59:42 ---> 34abde408d1f 17:59:42 Step 9/27 : WORKDIR /edgex-go/spire-build 17:59:42 ---> Running in 865acb175630 17:59:42 ---> 75c33dcc007a 17:59:42 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:59:42 ---> Running in de5771ed3ddf 17:59:42 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 17:59:42 Removing intermediate container 5a8b9e5289f5 17:59:42 ---> 0b009ae03ef6 17:59:42 Step 14/23 : RUN apk add --update --no-cache dumb-init 17:59: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 17:59:42 Removing intermediate container 865acb175630 17:59:42 ---> 3fa897255a3c 17:59:42 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 17:59:42 ---> Running in 79d2123a666b 17:59:42 ---> Running in efb03cc15dbe 17:59:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:59:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:59:43 (1/1) Installing dumb-init (1.2.5-r2) 17:59:43 Executing busybox-1.35.0-r29.trigger 17:59:43 OK: 7 MiB in 16 packages 17:59:44 Removing intermediate container efb03cc15dbe 17:59:44 ---> 1aea9dc128e3 17:59:44 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 17:59:46 ---> Running in 4995d6aa1bd5 17:59:47 Removing intermediate container 79d2123a666b 17:59:47 ---> 609f4715c4f5 17:59:47 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:59:47 Removing intermediate container de5771ed3ddf 17:59:47 ---> eea60b15f6af 17:59:47 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 17:59:48 ---> Running in 5e1b810db9a6 17:59:48 ---> e0133a12ca6a 17:59:48 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 17:59:49 Removing intermediate container 4995d6aa1bd5 17:59:49 ---> 5122f1e9b228 17:59:49 Step 12/27 : WORKDIR /edgex-go 17:59:49 ---> Running in 4d22c5cb5d82 17:59:49 Removing intermediate container 5e1b810db9a6 17:59:49 ---> 3e89f9646dce 17:59:49 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 17:59:49 ---> Running in 5f2fad915e84 17:59:49 ---> 594c968155c2 17:59:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:59:49 Removing intermediate container 4d22c5cb5d82 17:59:49 ---> b6d9dbed6da9 17:59:49 17:59:49 Step 13/27 : FROM alpine:3.17 17:59:49 ---> 9ed4aefc74f6 17:59:49 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 17:59:50 Removing intermediate container 5f2fad915e84 17:59:50 ---> a50d5ddc22ff 17:59:50 Step 21/23 : LABEL arch=x86_64 17:59:50 ---> Running in 4c6a1e1e0bf0 17:59:50 ---> Running in b1f4e07494fa 17:59:50 Removing intermediate container 4c6a1e1e0bf0 17:59:50 ---> 1551f77437aa 17:59:50 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 17:59:50 ---> 14587fad7d07 17:59:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 17:59:50 ---> Running in e36da0e515cf 17:59:50 Removing intermediate container b1f4e07494fa 17:59:50 ---> c0a0b1467617 17:59:50 Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 17:59:51 ---> Running in 04e73bb98792 17:59:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:59:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:59:52 v3.17.3-206-gfbe2944ce8c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 17:59:52 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 17:59:52 OK: 17823 distinct packages available 17:59:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 17:59:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 17:59:52 (1/4) Installing dumb-init (1.2.5-r2) 17:59:52 (2/4) Installing musl-obstack (1.2.3-r0) 17:59:52 (3/4) Installing libucontext (1.2-r0) 17:59:52 (4/4) Installing gcompat (1.1.0-r0) 17:59:52 Executing busybox-1.35.0-r29.trigger 17:59:52 OK: 7 MiB in 19 packages 17:59:52 Removing intermediate container 04e73bb98792 17:59:52 ---> c55445b8eccc 17:59:52 Step 23/23 : LABEL version=0.0.0 17:59:52 ---> 8f7d17167cae 17:59:52 Step 19/23 : ENTRYPOINT ["/core-data"] 17:59:52 ---> Running in 1dcdf95336d7 17:59:52 ---> Running in b2ee0d5d0930 17:59:52 Removing intermediate container 1dcdf95336d7 17:59:52 ---> 2f0f31efa9f8 17:59:52 17:59:52 Removing intermediate container b2ee0d5d0930 17:59:52 ---> 00b28b25a05a 17:59:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:59:52 Successfully built 2f0f31efa9f8 17:59:52 ---> Running in 713689711b8a 17:59:52 Successfully tagged security-proxy-auth:latest 17:59:52  Building security-proxy-auth ... done Building security-spire-server 17:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 17:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:59:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.497s coverage: 0.9% of statements 17:59:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.302s coverage: 29.0% of statements 17:59:57 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 17:59:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:59:57 ---> 17744391f2ff 17:59:57 Step 3/26 : WORKDIR /edgex-go 17:59:57 ---> Using cache 17:59:57 ---> e09d91192e1e 17:59:57 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 17:59:57 ---> Using cache 17:59:57 ---> f5fc91708d5e 17:59:57 Step 5/26 : COPY go.mod vendor* ./ 17:59:57 ---> Using cache 17:59:57 ---> 33eb75fe0f56 17:59:57 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:59:57 ---> Using cache 17:59:57 ---> f2e2d1ea9b9e 17:59:57 Step 7/26 : COPY . . 17:59:57 ---> Using cache 17:59:57 ---> 8cfd2d4c14f5 17:59:57 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 17:59:57 ---> Using cache 17:59:57 ---> 34abde408d1f 17:59:57 Step 9/26 : WORKDIR /edgex-go/spire-build 17:59:57 ---> Using cache 17:59:57 ---> 3fa897255a3c 17:59:57 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 17:59:57 ---> Using cache 17:59:57 ---> 1aea9dc128e3 17:59:57 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 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.354s coverage: 42.9% of statements 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.276s coverage: 82.9% of statements 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.253s coverage: 94.1% of statements 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.342s coverage: 96.3% of statements 18:00:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.250s coverage: 87.5% of statements 18:00:05 Removing intermediate container 713689711b8a 18:00:05 ---> b7cc7d54d2e4 18:00:05 Step 21/23 : LABEL arch=x86_64 18:00:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:00:06 Removing intermediate container e36da0e515cf 18:00:06 ---> 09c2bf253877 18:00:06 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 18:00:06 ---> Running in 5cee1e45286a 18:00:06 ---> Running in 3777849e1b4a 18:00:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:00:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:00:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:00:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:00:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 18:00:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 18:00:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 18:00:10 Removing intermediate container 5cee1e45286a 18:00:10 ---> 98c776290736 18:00:10 Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:00:11 ---> 2e291a7156a7 18:00:11 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 18:00:11 ---> Running in 895059ca71be 18:00:11 Removing intermediate container 895059ca71be 18:00:11 ---> 0491542e6c78 18:00:11 Step 23/23 : LABEL version=0.0.0 18:00:12 ---> 4367280febb0 18:00:12 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:00:12 Removing intermediate container 3777849e1b4a 18:00:12 ---> e943957a6269 18:00:12 Step 12/26 : WORKDIR /edgex-go 18:00:12 Removing intermediate container df58444dc2f2 18:00:12 ---> 575b28a7dab7 18:00:12 18:00:12 Step 9/22 : FROM alpine:3.17 18:00:12 ---> 9ed4aefc74f6 18:00:12 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 18:00:12 ---> Running in 7a1386d88ba1 18:00:12 ---> Running in d3027168fc8f 18:00:12 ---> Running in 23ec621d10a5 18:00:12 Removing intermediate container 8d1908baa1fb 18:00:12 ---> 0e75c33efe66 18:00:12 18:00:12 Step 10/23 : FROM alpine:3.17 18:00:12 ---> 9ed4aefc74f6 18:00:12 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 18:00:12 ---> Running in 4953096433e6 18:00:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.248s coverage: 94.4% of statements 18:00:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:00:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:00:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:00:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:00:16 Removing intermediate container 7a1386d88ba1 18:00:16 ---> a9afcc510617 18:00:16 18:00:16 Removing intermediate container d3027168fc8f 18:00:16 ---> 47e4ff3ab946 18:00:16 18:00:16 Step 13/26 : FROM alpine:3.17 18:00:16 ---> 9ed4aefc74f6 18:00:16 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:00:16 ---> Using cache 18:00:16 ---> 1551f77437aa 18:00:16 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:00:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:00:16 ---> 45fe2b1d1283 18:00:16 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 18:00:16 ---> Running in 56f0b0076636 18:00:16 Successfully built a9afcc510617 18:00:16 Successfully tagged core-data:latest 18:00:16  Building core-data ... done Building security-secretstore-setup 18:00:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:00:16 (1/2) Installing dumb-init (1.2.5-r2) 18:00:16 (2/2) Installing openssl (3.0.8-r4) 18:00:16 Executing busybox-1.35.0-r29.trigger 18:00:16 OK: 8 MiB in 17 packages 18:00:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:00:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:00:17 (1/2) Installing ca-certificates (20230506-r0) 18:00:17 (2/2) Installing dumb-init (1.2.5-r2) 18:00:17 Executing busybox-1.35.0-r29.trigger 18:00:17 Executing ca-certificates-20230506-r0.trigger 18:00:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:00:17 OK: 8 MiB in 17 packages 18:00:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:00:17 v3.17.3-206-gfbe2944ce8c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:00:17 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:00:17 OK: 17823 distinct packages available 18:00:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:00:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:00:17 (1/5) Installing dumb-init (1.2.5-r2) 18:00:17 (2/5) Installing musl-obstack (1.2.3-r0) 18:00:17 (3/5) Installing libucontext (1.2-r0) 18:00:17 (4/5) Installing gcompat (1.1.0-r0) 18:00:17 (5/5) Installing openssl (3.0.8-r4) 18:00:17 Executing busybox-1.35.0-r29.trigger 18:00:18 OK: 8 MiB in 20 packages 18:00:22 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:00:22 Step 2/25 : FROM ${BUILDER_BASE} AS builder 18:00:22 ---> 17744391f2ff 18:00:22 Step 3/25 : WORKDIR /edgex-go 18:00:22 ---> Using cache 18:00:22 ---> e09d91192e1e 18:00:22 Step 4/25 : RUN apk add --update --no-cache make git 18:00:22 ---> Using cache 18:00:22 ---> 0dbebe519f6f 18:00:22 Step 5/25 : COPY go.mod vendor* ./ 18:00:22 ---> Using cache 18:00:22 ---> d905e06cad41 18:00:22 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:00:22 ---> Using cache 18:00:22 ---> 00c4b1bc6313 18:00:22 Step 7/25 : COPY . . 18:00:22 ---> Using cache 18:00:22 ---> 5d7d7de299ad 18:00:22 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:00:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:00:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:00:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:00:27 ---> e8c7176950d4 18:00:27 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 18:00:27 ---> Running in 71d037910f4f 18:00:27 ---> Running in 89faa85ae4b2 18:00:27 Removing intermediate container 23ec621d10a5 18:00:27 ---> 38f97a8e0764 18:00:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 18:00:27 Removing intermediate container 89faa85ae4b2 18:00:27 ---> 8c95bdcfd9ae 18:00:27 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 18:00:27 ---> Running in 12f0d0d43c6f 18:00:27 Removing intermediate container 4953096433e6 18:00:27 ---> 49270a02b62e 18:00:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 18:00:27 ---> Running in 9ecf662a42be 18:00: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:00:27 Removing intermediate container 12f0d0d43c6f 18:00:27 ---> 283d754c1af4 18:00:27 Step 12/22 : WORKDIR /edgex 18:00:27 Removing intermediate container 56f0b0076636 18:00:27 ---> 1cf830f24134 18:00:27 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 18:00:27 ---> 8b0e9d1b3c00 18:00:27 Step 22/27 : WORKDIR / 18:00:27 ---> Running in 982bc2592036 18:00:27 ---> Running in 9173b7dba422 18:00:27 Removing intermediate container 9ecf662a42be 18:00:27 ---> dd9c9e01e6bd 18:00:27 Step 13/23 : ENV APP_PORT=59860 18:00:28 ---> Running in a08491a75cf9 18:00:28 Removing intermediate container 982bc2592036 18:00:28 ---> 1bc7ae4dba1b 18:00:28 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:00:28 ---> b47d11d40d84 18:00:28 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 18:00:28 Removing intermediate container 9173b7dba422 18:00:28 ---> 96cc88ee8da5 18:00:28 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:00:28 Removing intermediate container a08491a75cf9 18:00:28 ---> 8fea1d17343d 18:00:28 Step 14/23 : EXPOSE $APP_PORT 18:00:28 ---> Running in cf1f7851f994 18:00:28 ---> 176659369633 18:00:28 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 18:00:28 ---> Running in 775d1b0474ed 18:00:28 ---> 04026e01fe56 18:00:28 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:00:28 Removing intermediate container cf1f7851f994 18:00:28 ---> 1695805c8d0a 18:00:28 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:00:28 Removing intermediate container 775d1b0474ed 18:00:28 ---> 5e5c6f89beb7 18:00:28 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:00:29 ---> Running in 6c1c6958f80e 18:00:29 ---> 4212592a13ed 18:00:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 18:00:29 Removing intermediate container 6c1c6958f80e 18:00:29 ---> 227a80170f71 18:00:29 Step 25/27 : LABEL arch=x86_64 18:00:29 ---> Running in a0536d9e1796 18:00:29 ---> e01bf93b1448 18:00:29 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:00:29 ---> 14e66f75863d 18:00:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:00:29 Removing intermediate container a0536d9e1796 18:00:29 ---> 4e1d7327cf68 18:00:29 Step 26/27 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:00:30 ---> Running in fd0fc92d0687 18:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.285s coverage: 79.9% of statements 18:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.305s coverage: 92.9% of statements 18:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.080s coverage: 64.4% of statements 18:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.261s coverage: 62.3% of statements 18:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.228s coverage: 87.2% of statements 18:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.197s coverage: 20.0% of statements 18:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.197s coverage: 100.0% of statements 18:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.530s coverage: 81.8% of statements 18:00:31 ---> 993c0bab1929 18:00:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 18:00:31 ---> 15469e84a6d3 18:00:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:00:31 Removing intermediate container fd0fc92d0687 18:00:31 ---> 69a52b75946c 18:00:31 Step 27/27 : LABEL version=0.0.0 18:00:31 ---> de4e07fe8cc7 18:00:31 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 18:00:31 ---> Running in b36f393aa672 18:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 18:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:00:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.561s coverage: 82.1% of statements 18:00:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.258s coverage: 86.0% of statements 18:00:33 ---> ec237d122f4a 18:00:33 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:00:33 Removing intermediate container b36f393aa672 18:00:33 ---> ab6480c5fe9a 18:00:33 18:00:33 Successfully built ab6480c5fe9a 18:00:33 Successfully tagged security-spire-config:latest 18:00:33  Building security-spire-config ... done Building security-spire-agent 18:00:33 ---> 0bd9addf60bc 18:00:33 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 18:00:33 ---> 145474a09625 18:00:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 18:00:33 ---> Running in c026c7b1e87b 18:00:39 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:00:39 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:00:39 ---> 17744391f2ff 18:00:39 Step 3/27 : WORKDIR /edgex-go 18:00:39 ---> Using cache 18:00:39 ---> e09d91192e1e 18:00:39 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 18:00:39 ---> Using cache 18:00:39 ---> f5fc91708d5e 18:00:39 Step 5/27 : COPY go.mod vendor* ./ 18:00:39 ---> Using cache 18:00:39 ---> 33eb75fe0f56 18:00:39 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:00:39 ---> Using cache 18:00:39 ---> f2e2d1ea9b9e 18:00:39 Step 7/27 : COPY . . 18:00:39 ---> Using cache 18:00:39 ---> 8cfd2d4c14f5 18:00:39 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 18:00:39 ---> Using cache 18:00:39 ---> 34abde408d1f 18:00:39 Step 9/27 : WORKDIR /edgex-go/spire-build 18:00:39 ---> Using cache 18:00:39 ---> 3fa897255a3c 18:00:39 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 18:00:39 ---> Using cache 18:00:39 ---> 1aea9dc128e3 18:00:39 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 18:00:39 ---> Using cache 18:00:39 ---> 5122f1e9b228 18:00:39 Step 12/27 : WORKDIR /edgex-go 18:00:39 ---> Using cache 18:00:39 ---> b6d9dbed6da9 18:00:39 18:00:39 Step 13/27 : FROM alpine:3.17 18:00:39 ---> 9ed4aefc74f6 18:00:39 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:00:39 ---> Using cache 18:00:39 ---> 1551f77437aa 18:00:39 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:00:39 ---> Using cache 18:00:39 ---> 1cf830f24134 18:00:39 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 18:00:39 ---> Using cache 18:00:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:00:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:00:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.228s coverage: 63.1% of statements 18:00:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.273s coverage: 100.0% of statements 18:00:42 ---> b47d11d40d84 18:00:42 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 18:00:42 ---> Using cache 18:00:42 ---> 941489ceb6b4 18:00:42 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 18:00:42 ---> 04026e01fe56 18:00:42 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 18:00:42 ---> ac6cbfd8da9c 18:00:42 Step 19/23 : ENTRYPOINT ["/support-notifications"] 18:00:42 ---> Running in 77d8a6db38e8 18:00:42 Removing intermediate container 77d8a6db38e8 18:00:42 ---> 70498aefb10d 18:00:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:00:42 ---> Running in 528257949d3b 18:00:42 ---> 11647192e425 18:00:42 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:00:42 Removing intermediate container c026c7b1e87b 18:00:42 ---> 6aaab128c10a 18:00:42 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 18:00:42 ---> Running in ebb50a4db3f8 18:00:42 ---> Running in 7b9ce1e3b687 18:00:42 Removing intermediate container 528257949d3b 18:00:42 ---> 9155f188d9cb 18:00:42 Step 21/23 : LABEL arch=x86_64 18:00:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.138s coverage: 89.4% of statements 18:00:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.105s coverage: 100.0% of statements 18:00:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.112s coverage: 73.7% of statements 18:00:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 18:00:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 18:00:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 18:00:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.084s coverage: 100.0% of statements 18:00:44 ---> Running in 7b6f93aa1ec2 18:00:44 Removing intermediate container ebb50a4db3f8 18:00:44 ---> 26493f7dcea7 18:00:44 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:00:44 Removing intermediate container 7b9ce1e3b687 18:00:44 ---> aecfb7c1456b 18:00:44 Step 20/22 : LABEL arch=x86_64 18:00:45 Removing intermediate container 7b6f93aa1ec2 18:00:45 ---> ebb73c01a4fc 18:00:45 Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 ---> Running in db58e69d2601 18:00:45 18:00:45 ---> a1206be94eab 18:00:45 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:00:45 ---> Running in 200eb5eb87c6 18:00:45 ---> Running in 4cdb1e811afb 18:00:45 Removing intermediate container db58e69d2601 18:00:45 ---> 45cfeac0b476 18:00:45 Step 24/26 : LABEL arch=x86_64 18:00:46 Removing intermediate container 200eb5eb87c6 18:00:46 ---> 22fb9aaf1ff6 18:00:46 Step 21/22 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:00:48 ---> Running in 23b5d6bb70f4 18:00:48 Removing intermediate container 4cdb1e811afb 18:00:48 ---> 381a05352411 18:00:48 Step 23/23 : LABEL version=0.0.0 18:00:48 ---> 20cead193e20 18:00:48 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 18:00:48 ---> Running in 8d22b88ecff0 18:00:48 ---> Running in 28a250c4ff6a 18:00:48 Removing intermediate container 23b5d6bb70f4 18:00:48 ---> bef6b73e025d 18:00:48 Step 25/26 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:00:48 ---> Running in 7d54d2fbf723 18:00:48 Removing intermediate container 28a250c4ff6a 18:00:48 ---> d447d900df64 18:00:48 18:00:48 Removing intermediate container 8d22b88ecff0 18:00:48 ---> 98bb085e7055 18:00:48 Step 22/22 : LABEL version=0.0.0 18:00:48 ---> Running in 2316731e02a9 18:00:48 Successfully built d447d900df64 18:00:48 ---> be1bee56f754 18:00:48 Successfully tagged support-notifications:latest 18:00:48 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 18:00:48  Building support-notifications ... done Building security-bootstrapper 18:00:48 Removing intermediate container 7d54d2fbf723 18:00:48 ---> 95b3760d4bcb 18:00:48 Step 26/26 : LABEL version=0.0.0 18:00:48 ---> Running in 9bfd7348a4a3 18:00:48 Removing intermediate container 2316731e02a9 18:00:48 ---> 5553ed12a2f1 18:00:48 18:00:48 Successfully built 5553ed12a2f1 18:00:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:00:53 Successfully tagged security-proxy-setup:latest 18:00:53  Building security-proxy-setup ... done Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:00:53 Step 2/33 : FROM ${BUILDER_BASE} AS builder 18:00:53 ---> 17744391f2ff 18:00:53 Step 3/33 : WORKDIR /edgex-go 18:00:53 ---> Using cache 18:00:53 ---> e09d91192e1e 18:00:53 Step 4/33 : RUN apk add --update --no-cache make git 18:00:53 ---> Using cache 18:00:53 ---> 0dbebe519f6f 18:00:53 Step 5/33 : COPY go.mod vendor* ./ 18:00:53 ---> Using cache 18:00:53 ---> d905e06cad41 18:00:53 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:00:53 ---> Using cache 18:00:53 ---> 00c4b1bc6313 18:00:53 Step 7/33 : COPY . . 18:00:53 ---> Using cache 18:00:53 ---> 5d7d7de299ad 18:00:53 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:00:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:00:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:00:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:00:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.127s coverage: 38.4% of statements 18:00:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.291s coverage: 89.5% of statements 18:00:58 Removing intermediate container 9bfd7348a4a3 18:00:58 ---> 3f3d22215f9a 18:00:58 18:00:58 ---> e4f190a6b709 18:00:58 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 18:00:58 ---> Running in 2afe8de2df09 18:00:58 Successfully built 3f3d22215f9a 18:00:58 Successfully tagged security-spire-server:latest 18:00:58  Building security-spire-server ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:00:59 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 18:00:59 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 18:00:59 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 18:00:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:00:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.248s coverage: 84.8% of statements 18:01:00 ---> d84cc9b68341 18:01:00 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:01:01 ---> Running in b085f9a06fa5 18:01:01 Removing intermediate container 71d037910f4f 18:01:01 ---> 1717b3be60c8 18:01:01 18:01:01 Step 9/25 : FROM alpine:3.17 18:01:01 ---> 9ed4aefc74f6 18:01:01 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 18:01:01 ---> Running in 44942f93cc67 18:01:01 Removing intermediate container b085f9a06fa5 18:01:01 ---> cee0a6990d10 18:01:01 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:01:01 ---> Running in 82e172c1dfb8 18:01:01 Removing intermediate container 82e172c1dfb8 18:01:01 ---> 72ec56b237df 18:01:01 Step 25/27 : LABEL arch=x86_64 18:01:01 ---> Running in 20298552a25d 18:01:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:01:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:01:02 Removing intermediate container 20298552a25d 18:01:02 ---> 9bf3d6acfbf8 18:01:02 Step 26/27 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:01:02 ---> Running in 00f85606fc18 18:01:02 (1/3) Installing ca-certificates (20230506-r0) 18:01:02 Removing intermediate container 00f85606fc18 18:01:02 ---> 71e506967b19 18:01:02 Step 27/27 : LABEL version=0.0.0 18:01:02 (2/3) Installing dumb-init (1.2.5-r2) 18:01:02 (3/3) Installing su-exec (0.2-r2) 18:01:02 Executing busybox-1.35.0-r29.trigger 18:01:02 Executing ca-certificates-20230506-r0.trigger 18:01:02 ---> Running in fc16522a67d8 18:01:02 OK: 8 MiB in 18 packages 18:01:02 Removing intermediate container fc16522a67d8 18:01:02 ---> 3668066af243 18:01:02 18:01:02 Successfully built 3668066af243 18:01:02 Successfully tagged security-spire-agent:latest 18:01:04  Building security-spire-agent ... done Removing intermediate container 44942f93cc67 18:01:04 ---> 7c46655ba980 18:01:04 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 18:01:04 ---> Running in 2331e85e05b2 18:01:04 Removing intermediate container 2331e85e05b2 18:01:04 ---> 7e44f5977652 18:01:04 Step 12/25 : WORKDIR / 18:01:04 ---> Running in 98a566330653 18:01:04 Removing intermediate container 98a566330653 18:01:04 ---> eb37f31faa24 18:01:04 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 18:01:05 ---> f39e0263173a 18:01:05 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 18:01:05 ---> 84b05a76efa4 18:01:05 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:01:06 ---> 24357529d743 18:01:06 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 18:01:06 ---> 3037ac91cca4 18:01:06 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 18:01:06 ---> d34b65dedfac 18:01:06 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:01:07 ---> b1432e4509f4 18:01:07 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:01:07 ---> f02bc76098a0 18:01:07 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:01:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:01:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:01:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:01:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:01:08 ---> 0dd4759f6b02 18:01:08 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:01:08 ---> Running in 47ce0431a170 18:01:09 Removing intermediate container 47ce0431a170 18:01:09 ---> 5f994d7d2d9e 18:01:09 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 18:01:09 ---> Running in 04d77c36d667 18:01:09 Removing intermediate container 04d77c36d667 18:01:09 ---> a6a1b7155279 18:01:09 Step 23/25 : LABEL arch=x86_64 18:01:09 ---> Running in a42853cecd1b 18:01:09 Removing intermediate container a42853cecd1b 18:01:09 ---> a304e8df3a10 18:01:09 Step 24/25 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:01:09 ---> Running in 67454f08846e 18:01:09 Removing intermediate container 67454f08846e 18:01:09 ---> 12fb182b044c 18:01:09 Step 25/25 : LABEL version=0.0.0 18:01:09 ---> Running in 8dab222ea9e5 18:01:09 Removing intermediate container 8dab222ea9e5 18:01:09 ---> da45537342f0 18:01:09 18:01:09 Successfully built da45537342f0 18:01:09 Successfully tagged security-secretstore-setup:latest 18:01:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.335s coverage: 17.7% of statements 18:01:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:01:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:01:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:01:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:01:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.672s coverage: 92.3% of statements 18:01:17  Building security-secretstore-setup ... done Removing intermediate container 2afe8de2df09 18:01:17 ---> acef5cdbe780 18:01:17 18:01:17 Step 9/33 : FROM alpine:3.17 18:01:17 ---> 9ed4aefc74f6 18:01:17 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 18:01:17 ---> Using cache 18:01:17 ---> c51f34498ae0 18:01:17 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 18:01:18 ---> Running in 48a32b29caeb 18:01:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:01:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:01:18 (1/2) Installing dumb-init (1.2.5-r2) 18:01:18 (2/2) Installing su-exec (0.2-r2) 18:01:19 Executing busybox-1.35.0-r29.trigger 18:01:19 OK: 7 MiB in 17 packages 18:01:19 Removing intermediate container 48a32b29caeb 18:01:19 ---> e83e73bfc70c 18:01:19 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 18:01:19 ---> Running in 2208ed70f4aa 18:01:19 Removing intermediate container 2208ed70f4aa 18:01:19 ---> 36d7307d0c7a 18:01:19 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 18:01:19 ---> Running in 9ff0cd9af4b4 18:01:19 Removing intermediate container 9ff0cd9af4b4 18:01:19 ---> 3d983ac43c8c 18:01:19 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 18:01:19 ---> Running in ab3ecd4837b6 18:01:19 Removing intermediate container ab3ecd4837b6 18:01:19 ---> c0a9819b0403 18:01:19 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 18:01:19 ---> Running in 80bf948cc0cf 18:01:19 Removing intermediate container 80bf948cc0cf 18:01:19 ---> abeeeacfcd2e 18:01:19 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 18:01:19 ---> Running in 720ed090280e 18:01:20 Removing intermediate container 720ed090280e 18:01:20 ---> acc9b712e8ff 18:01:20 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 18:01:20 ---> Running in d2ec8126303b 18:01:20 Removing intermediate container d2ec8126303b 18:01:20 ---> b01e707319e0 18:01:20 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 18:01:20 ---> c7263fc0c1ff 18:01:20 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 18:01:20 ---> Running in 62a36d6b4302 18:01:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:01:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:01:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.314s coverage: 61.5% of statements 18:01:21 Removing intermediate container 62a36d6b4302 18:01:21 ---> 54659558197b 18:01:21 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 18:01:21 ---> 72a8d3703730 18:01:21 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 18:01:21 ---> 8b63fa82a864 18:01:21 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:01:21 ---> 8104842eece9 18:01:21 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 18:01:22 ---> b0070aec8a10 18:01:22 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 18:01:22 ---> 44a01513abea 18:01:22 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 18:01:22 ---> 7137d317d703 18:01:22 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 18:01:22 ---> 0aae05cbade9 18:01:22 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:01:22 ---> 71acf9382835 18:01:22 Step 28/33 : RUN chmod +x /entrypoint.sh 18:01:22 ---> Running in 6cb2340bbc19 18:01:23 Removing intermediate container 6cb2340bbc19 18:01:23 ---> bb787bc708de 18:01:23 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 18:01:23 ---> Running in 6b202dd62cf8 18:01:23 Removing intermediate container 6b202dd62cf8 18:01:23 ---> ee94b712c0a4 18:01:23 Step 30/33 : CMD ["gate"] 18:01:23 ---> Running in ce222502c475 18:01:23 Removing intermediate container ce222502c475 18:01:23 ---> 1fa412bbec22 18:01:23 Step 31/33 : LABEL arch=x86_64 18:01:23 ---> Running in 2fff15650456 18:01:23 Removing intermediate container 2fff15650456 18:01:23 ---> 6215ee5ecd05 18:01:23 Step 32/33 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:01:23 ---> Running in b7a02351c584 18:01:23 Removing intermediate container b7a02351c584 18:01:23 ---> 4c51d29ef9cc 18:01:23 Step 33/33 : LABEL version=0.0.0 18:01:23 ---> Running in a4107f0837d1 18:01:23 Removing intermediate container a4107f0837d1 18:01:23 ---> 49a633c0c24e 18:01:23 18:01:23 Successfully built 49a633c0c24e 18:01:23 Successfully tagged security-bootstrapper:latest 18:01:23  Building security-bootstrapper ... done  [Pipeline] } 18:01:23 $ docker stop --time=1 8dbea5efbe866d3d296ad902138a6e161e623fe72b495523edc17dc29b9a64a6 18:01:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:01:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:01:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.491s coverage: 97.7% of statements 18:01:25 $ docker rm -f --volumes 8dbea5efbe866d3d296ad902138a6e161e623fe72b495523edc17dc29b9a64a6 [Pipeline] // withDockerContainer [Pipeline] sh 18:01:25 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 18:01:25 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:01:25 go vet ./... 18:01:25 + docker images 18:01:25 REPOSITORY TAG IMAGE ID CREATED SIZE 18:01:25 security-bootstrapper latest 49a633c0c24e 2 seconds ago 22.2MB 18:01:25 acef5cdbe780 10 seconds ago 1.71GB 18:01:25 security-secretstore-setup latest da45537342f0 16 seconds ago 32.8MB 18:01:25 security-spire-agent latest 3668066af243 23 seconds ago 161MB 18:01:25 1717b3be60c8 24 seconds ago 1.72GB 18:01:25 security-spire-server latest 3f3d22215f9a 37 seconds ago 103MB 18:01:25 security-proxy-setup latest 5553ed12a2f1 37 seconds ago 18.7MB 18:01:25 support-notifications latest d447d900df64 37 seconds ago 32.4MB 18:01:25 security-spire-config latest ab6480c5fe9a 53 seconds ago 102MB 18:01:25 core-data latest a9afcc510617 About a minute ago 20MB 18:01:25 47e4ff3ab946 About a minute ago 1.58GB 18:01:25 0e75c33efe66 About a minute ago 1.79GB 18:01:25 575b28a7dab7 About a minute ago 1.7GB 18:01:25 security-proxy-auth latest 2f0f31efa9f8 About a minute ago 18.3MB 18:01:25 b6d9dbed6da9 About a minute ago 1.58GB 18:01:25 0ea65b481318 2 minutes ago 1.73GB 18:01:25 c57a397d672d 2 minutes ago 1.7GB 18:01:25 core-metadata latest 22377cab1289 3 minutes ago 20.4MB 18:01:25 core-common-config-bootstrapper latest 5910ed969d0d 3 minutes ago 17.2MB 18:01:25 core-command latest 30400e823d63 3 minutes ago 19.9MB 18:01:25 security-spiffe-token-provider latest 48dda00f83e3 3 minutes ago 32.8MB 18:01:25 support-scheduler latest a7e8444d9ee4 3 minutes ago 31.8MB 18:01:25 93ba9bb23b83 4 minutes ago 1.72GB 18:01:25 65f43bfd55ed 4 minutes ago 1.73GB 18:01:25 9281940ed929 4 minutes ago 1.72GB 18:01:25 2d3e186c2f9a 4 minutes ago 1.79GB 18:01:25 0da2da6ec04e 4 minutes ago 1.76GB 18:01:25 ci-base-image-x86_64 latest 17744391f2ff 9 minutes ago 918MB 18:01:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 4 weeks ago 700MB 18:01:25 alpine 3.17 9ed4aefc74f6 8 weeks ago 7.05MB 18:01:25 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 10 months ago 253MB 18:01:25 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] } 18:04:32 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:04:32 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:04:32 ./bin/test-attribution-txt.sh [Pipeline] echo 18:04:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 18:04:33 + ls -al . 18:04:33 total 700 18:04:33 drwxrwxr-x 10 1001 1001 4096 May 24 17:55 . 18:04:33 drwxr-xr-x 4 root root 4096 May 24 17:55 .. 18:04:33 drwxrwxr-x 2 1001 1001 4096 May 24 17:53 .blubracket 18:04:33 -rw-rw-r-- 1 1001 1001 16 May 24 17:53 .dockerignore 18:04:33 drwxrwxr-x 8 1001 1001 4096 May 24 17:53 .git 18:04:33 drwxrwxr-x 3 1001 1001 4096 May 24 17:53 .github 18:04:33 -rw-rw-r-- 1 1001 1001 1133 May 24 17:53 .gitignore 18:04:33 -rw-rw-r-- 1 1001 1001 42 May 24 17:53 .golangci.yml 18:04:33 -rw-rw-r-- 1 1001 1001 87 May 24 17:53 .hadolint.yml 18:04:33 -rw-rw-r-- 1 1001 1001 166 May 24 17:53 .sonarcloud.properties 18:04:33 -rw-rw-r-- 1 1001 1001 1171 May 24 17:53 ADOPTERS.md 18:04:33 -rw-rw-r-- 1 1001 1001 10835 May 24 17:53 Attribution.txt 18:04:33 -rw-rw-r-- 1 1001 1001 73765 May 24 17:53 CHANGELOG.md 18:04:33 -rw-rw-r-- 1 1001 1001 3804 May 24 17:53 CONTRIBUTING.md 18:04:33 -rw-rw-r-- 1 1001 1001 677 May 24 17:53 GOVERNANCE.md 18:04:33 -rw-rw-r-- 1 1001 1001 883 May 24 17:53 Jenkinsfile 18:04:33 -rw-rw-r-- 1 1001 1001 10775 May 24 17:53 LICENSE 18:04:33 -rw-rw-r-- 1 1001 1001 14368 May 24 17:53 Makefile 18:04:33 -rw-rw-r-- 1 1001 1001 582 May 24 17:53 OWNERS.md 18:04:33 -rw-rw-r-- 1 1001 1001 9902 May 24 17:53 README.md 18:04:33 -rw-rw-r-- 1 1001 1001 789 May 24 17:53 SECURITY.md 18:04:33 -rw-rw-r-- 1 1001 1001 5 May 24 17:51 VERSION 18:04:33 drwxrwxr-x 2 1001 1001 4096 May 24 17:53 bin 18:04:33 drwxrwxr-x 18 1001 1001 4096 May 24 17:53 cmd 18:04:33 -rw-r--r-- 1 root root 447731 May 24 18:01 coverage.out 18:04:33 -rw-rw-r-- 1 1001 1001 3159 May 24 17:53 go.mod 18:04:33 -rw-rw-r-- 1 1001 1001 30958 May 24 17:53 go.sum 18:04:33 drwxrwxr-x 7 1001 1001 4096 May 24 17:53 internal 18:04:33 drwxrwxr-x 3 1001 1001 4096 May 24 17:53 openapi 18:04:33 -rw-rw-r-- 1 1001 1001 594 May 24 17:53 security.txt 18:04:33 drwxrwxr-x 4 1001 1001 4096 May 24 17:53 snap 18:04:33 -rw-rw-r-- 1 1001 1001 204 May 24 17:53 version.go [Pipeline] sh 18:04:34 + '[' -e coverage.out ] 18:04:34 + chown 1001:1001 coverage.out [Pipeline] stash 18:04:34 Warning: overwriting stash ‘coverage-report’ 18:04:35 Stashed 1 file(s) [Pipeline] sh 18:04:35 + make build 18:04:35 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 18:06:27 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:06:27 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 18:06: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 18:06: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 18:07:28 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 18:07:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 18:07:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:07: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:07:44 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 18:07:48 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 18:07:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 18:08:02 $ docker stop --time=1 90472e7a4bb936a756fc6c673dedb68a76f0982292dec507f2a9d7f85082c63a 18:08:04 $ docker rm -f --volumes 90472e7a4bb936a756fc6c673dedb68a76f0982292dec507f2a9d7f85082c63a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:08:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:08:07 18:08:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:08:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:08:07 latest: Pulling from edgex-devops/edgex-compose-arm64 18:08:07 29e5d40040c1: Pulling fs layer 18:08:07 1ce36da41761: Pulling fs layer 18:08:07 25b303627fd3: Pulling fs layer 18:08:07 29e5d40040c1: Verifying Checksum 18:08:07 29e5d40040c1: Download complete 18:08:08 1ce36da41761: Verifying Checksum 18:08:08 1ce36da41761: Download complete 18:08:08 29e5d40040c1: Pull complete 18:08:09 25b303627fd3: Verifying Checksum 18:08:09 25b303627fd3: Download complete 18:08:09 1ce36da41761: Pull complete 18:08:19 25b303627fd3: Pull complete 18:08:19 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:08:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:08:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:08:20 prd-ubuntu20.04-docker-arm64-4c-16g-16740 does not seem to be running inside a container 18:08:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:08:22 $ docker top c396fa959f770abc5aa1efb4067d98a43fa2b134b4103b0458892a3b2ef747f0 -eo pid,comm [Pipeline] { [Pipeline] sh 18:08:23 + docker-compose build --help 18:08:23 + grep parallel 18:08:29 --parallel Build images in parallel. [Pipeline] } 18:08:29 $ docker stop --time=1 c396fa959f770abc5aa1efb4067d98a43fa2b134b4103b0458892a3b2ef747f0 18:08:30 $ docker rm -f --volumes c396fa959f770abc5aa1efb4067d98a43fa2b134b4103b0458892a3b2ef747f0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:08:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:08:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:08:31 prd-ubuntu20.04-docker-arm64-4c-16g-16740 does not seem to be running inside a container 18:08:31 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:08:33 $ docker top 588741588f74f6024bc69fb702a4d37fde59212f1646b39bbdbf52fe1a4e15de -eo pid,comm [Pipeline] { [Pipeline] sh 18:08:34 + docker-compose -f ./docker-compose-build.yml build --parallel 18:08:39 Building core-command ... 18:08:39 Building core-common-config-bootstrapper ... 18:08:39 Building core-data ... 18:08:39 Building core-metadata ... 18:08:39 Building security-bootstrapper ... 18:08:39 Building security-proxy-auth ... 18:08:39 Building security-proxy-setup ... 18:08:39 Building security-secretstore-setup ... 18:08:39 Building security-spiffe-token-provider ... 18:08:39 Building security-spire-agent ... 18:08:39 Building security-spire-config ... 18:08:39 Building security-spire-server ... 18:08:39 Building support-notifications ... 18:08:39 Building support-scheduler ... 18:08:39 Building security-proxy-setup 18:08:39 Building core-data 18:08:39 Building core-common-config-bootstrapper 18:08:39 Building security-proxy-auth 18:08:39 Building security-spire-agent 18:09:26 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:09:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:09:26 ---> 8e464e6927ec 18:09:26 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:09:26 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:09:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:09:26 ---> 8e464e6927ec 18:09:26 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:09:26 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:09:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:09:26 ---> 8e464e6927ec 18:09:26 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:09:26 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:09:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:09:26 ---> 8e464e6927ec 18:09:26 Step 3/22 : WORKDIR /edgex-go 18:09:26 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:09:26 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:09:26 ---> 8e464e6927ec 18:09:26 Step 3/27 : WORKDIR /edgex-go 18:09:26 ---> Running in a36e1375018c 18:09:26 ---> Running in 09ce68a0c755 18:09:26 ---> Running in e1174d1347ca 18:09:26 ---> Running in 9796e7921be0 18:09:26 ---> Running in 2fac0b920d09 18:09:26 Removing intermediate container a36e1375018c 18:09:26 ---> a08e9b667d42 18:09:26 Step 4/23 : WORKDIR /edgex-go 18:09:26 Removing intermediate container e1174d1347ca 18:09:26 ---> b4ec8ff9ebe8 18:09:26 Step 4/23 : WORKDIR /edgex-go 18:09:26 Removing intermediate container 2fac0b920d09 18:09:26 ---> 24930329e01d 18:09:26 Step 4/27 : RUN apk add --update --no-cache make git build-base curl ---> Running in cb924ffe752e 18:09:26 18:09:26 Removing intermediate container 9796e7921be0 18:09:26 ---> 39c57f48e7c3 18:09:26 Step 4/23 : WORKDIR /edgex-go 18:09:26 Removing intermediate container 09ce68a0c755 18:09:26 ---> 4a75c4cf2b46 18:09:26 Step 4/22 : RUN apk add --update --no-cache make git 18:09:26 ---> Running in 3016f6a8594e 18:09:26 ---> Running in 859894d60eba 18:09:26 ---> Running in c3e11d5b7faf 18:09:26 ---> Running in c6832188f809 18:09:26 Removing intermediate container cb924ffe752e 18:09:26 ---> 5930550f82d5 18:09:26 Step 5/23 : RUN apk add --update --no-cache make git 18:09:26 Removing intermediate container c6832188f809 18:09:26 ---> 9daafa9e6df9 18:09:26 Step 5/23 : RUN apk add --update --no-cache make git 18:09:26 ---> Running in 6be6d3c0f800 18:09:26 Removing intermediate container 859894d60eba 18:09:26 ---> 3c6bce23d16f 18:09:26 Step 5/23 : RUN apk add --update --no-cache make git 18:09:26 ---> Running in fe9fb161e9f2 18:09:26 ---> Running in 48b578aa26c2 18:09:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:09:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:09:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:09:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:09:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:09:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:09:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:09:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:09:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:09:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:09:30 OK: 263 MiB in 53 packages 18:09:30 OK: 263 MiB in 53 packages 18:09:31 OK: 263 MiB in 53 packages 18:09:31 OK: 263 MiB in 53 packages 18:09:31 OK: 263 MiB in 53 packages 18:09:32 Removing intermediate container c3e11d5b7faf 18:09:32 ---> 5715e2fbfb65 18:09:32 Step 5/22 : COPY go.mod vendor* ./ 18:09:32 Removing intermediate container 3016f6a8594e 18:09:33 ---> 38dd2754f57b 18:09:33 Step 5/27 : COPY go.mod vendor* ./ 18:09:33 Removing intermediate container 48b578aa26c2 18:09:33 ---> 3ec1878fa7f3 18:09:33 Step 6/23 : COPY go.mod vendor* ./ 18:09:33 Removing intermediate container 6be6d3c0f800 18:09:33 ---> 799f52feb8ef 18:09:33 Step 6/23 : COPY go.mod vendor* ./ 18:09:33 Removing intermediate container fe9fb161e9f2 18:09:33 ---> 2e128d5b024e 18:09:33 Step 6/23 : COPY go.mod vendor* ./ 18:09:33 ---> c124a2afd741 18:09:33 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:09:33 ---> 7fea01b0f822 18:09:33 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:09:33 ---> Running in 1613710e4070 18:09:34 ---> Running in 5f7574a1bdcc 18:09:34 ---> dce65bf6ceb6 18:09:34 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:09:34 ---> Running in 9869b61647c5 18:09:35 ---> 5170d396c702 18:09:35 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:09:35 ---> b26f0cd5aa87 18:09:35 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:09:35 ---> Running in 159bd3a3c215 18:09:35 ---> Running in ed30a77beb05 18:11:42 Removing intermediate container 9869b61647c5 18:11:42 ---> 055eea81b764 18:11:42 Step 8/23 : COPY . . 18:11:42 Removing intermediate container 1613710e4070 18:11:42 ---> f0dbf5bb3cbe 18:11:42 Step 7/22 : COPY . . 18:11:42 Removing intermediate container ed30a77beb05 18:11:42 ---> f7547330452c 18:11:42 Step 8/23 : COPY . . 18:11:42 Removing intermediate container 5f7574a1bdcc 18:11:42 ---> 1213ee1fdc01 18:11:42 Step 7/27 : COPY . . 18:11:42 Removing intermediate container 159bd3a3c215 18:11:42 ---> 3f9ddb800f66 18:11:42 Step 8/23 : COPY . . 18:11:47 ---> 8b4fda311a00 18:11:47 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 18:11:47 ---> 6778b39513f8 18:11:47 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 18:11:47 ---> fd17760ba587 18:11:47 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 18:11:47 ---> 1b2cf3b7c3dd 18:11:47 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 18:11:47 ---> bb4b011cf638 18:11:47 Step 8/22 : RUN make cmd/secrets-config/secrets-config 18:11:47 ---> Running in f92f211b9049 18:11:47 ---> Running in 617f7815e9a6 18:11:47 ---> Running in 1283a027e983 18:11:47 ---> Running in 42231d926a23 18:11:47 ---> Running in 9c759cfcde17 18:11:48 Removing intermediate container 617f7815e9a6 18:11:48 ---> 7de821af9c5f 18:11:48 Step 9/27 : WORKDIR /edgex-go/spire-build 18:11:48 ---> Running in 07862979e7a0 18:11:49 Removing intermediate container 07862979e7a0 18:11:49 ---> 7f4ae7d21a62 18:11:49 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 18:11:49 ---> Running in 5182a06949ae 18:11:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 18:11:50 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 18:11:50 Removing intermediate container 5182a06949ae 18:11:50 ---> 0217c680979e 18:11:50 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 18:11:50 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 18:11:50 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 18:11:50 ---> Running in ad6d13bd249a 18:11:54 Removing intermediate container ad6d13bd249a 18:11:54 ---> 06c3ddac6ab5 18:11:54 Step 12/27 : WORKDIR /edgex-go 18:11:54 ---> Running in 10fd5a55df4c 18:11:54 Removing intermediate container 10fd5a55df4c 18:11:54 ---> c5556d054abc 18:11:54 18:11:54 Step 13/27 : FROM alpine:3.17 18:11:54 3.17: Pulling from library/alpine 18:11:54 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 18:11:54 Status: Downloaded newer image for alpine:3.17 18:11:54 ---> 51e60588ff2c 18:11:54 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:11:54 ---> Running in c40dfb9f105a 18:11:55 Removing intermediate container c40dfb9f105a 18:11:55 ---> 98520cbb3894 18:11:55 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:11:55 ---> Running in edaf542351ca 18:11:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:11:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:12:00 v3.17.3-206-gfbe2944ce8c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:12:00 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:12:00 OK: 17694 distinct packages available 18:12:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:12:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:12:02 (1/5) Installing dumb-init (1.2.5-r2) 18:12:02 (2/5) Installing musl-obstack (1.2.3-r0) 18:12:02 (3/5) Installing libucontext (1.2-r0) 18:12:02 (4/5) Installing gcompat (1.1.0-r0) 18:12:02 (5/5) Installing openssl (3.0.8-r4) 18:12:02 Executing busybox-1.35.0-r29.trigger 18:12:02 OK: 9 MiB in 20 packages 18:12:04 Removing intermediate container edaf542351ca 18:12:04 ---> cf5be753189e 18:12:04 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 18:12:05 ---> 322023c14f65 18:12:05 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 18:12:06 ---> 7f35401b822b 18:12:06 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 18:12:11 ---> b179d14e26d9 18:12:11 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:12:19 ---> 0d487ff1b455 18:12:19 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 18:12:19 ---> 35db7cfece9d 18:12:19 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 18:12:19 ---> 8dbce41ea84d 18:12:19 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 18:12:20 ---> 4ee05f86037a 18:12:20 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:12:20 ---> Running in 4a01b1b01c69 18:12:21 Removing intermediate container 4a01b1b01c69 18:12:21 ---> 32c61894cb7f 18:12:21 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:12:21 ---> Running in 1fa459e72e7c 18:12:21 Removing intermediate container 1fa459e72e7c 18:12:21 ---> 44896fcaf3ea 18:12:21 Step 25/27 : LABEL arch=arm64 18:12:21 ---> Running in ede3e3922d22 18:12:22 Removing intermediate container ede3e3922d22 18:12:22 ---> b40f195ef6b1 18:12:22 Step 26/27 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:12:22 ---> Running in 9cf03252a25c 18:12:23 Removing intermediate container 9cf03252a25c 18:12:23 ---> f94119598579 18:12:23 Step 27/27 : LABEL version=0.0.0 18:12:23 ---> Running in cc3d6acb8528 18:12:23 Removing intermediate container cc3d6acb8528 18:12:23 ---> a3f53ffa84e0 18:12:23 18:12:24 Successfully built a3f53ffa84e0 18:12:24 Successfully tagged security-spire-agent-arm64:latest 18:12:24  Building security-spire-agent ... done Building security-bootstrapper 18:12:42 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:12:42 Step 2/33 : FROM ${BUILDER_BASE} AS builder 18:12:42 ---> 8e464e6927ec 18:12:42 Step 3/33 : WORKDIR /edgex-go 18:12:42 ---> Using cache 18:12:42 ---> 4a75c4cf2b46 18:12:42 Step 4/33 : RUN apk add --update --no-cache make git 18:12:42 ---> Using cache 18:12:42 ---> 5715e2fbfb65 18:12:42 Step 5/33 : COPY go.mod vendor* ./ 18:12:42 ---> Using cache 18:12:42 ---> c124a2afd741 18:12:42 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:12:42 ---> Using cache 18:12:42 ---> f0dbf5bb3cbe 18:12:42 Step 7/33 : COPY . . 18:12:42 ---> Using cache 18:12:42 ---> bb4b011cf638 18:12:42 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:12:42 ---> Running in a59ab662b5ea 18:12: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 18:19:05 Removing intermediate container f92f211b9049 18:19:05 ---> 67bc3c9af855 18:19:05 18:19:05 Step 10/23 : FROM alpine:3.17 18:19:05 ---> 51e60588ff2c 18:19:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 18:19:05 ---> Running in 4b247852ae30 18:19:05 Removing intermediate container 4b247852ae30 18:19:05 ---> eed1ebb9acff 18:19:05 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:19:05 ---> Running in a0a52fda6d7c 18:19:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:19:07 Removing intermediate container 9c759cfcde17 18:19:07 ---> 3cc840973f04 18:19:07 18:19:07 Step 9/22 : FROM alpine:3.17 18:19:07 ---> 51e60588ff2c 18:19:07 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 18:19:07 ---> Running in 6ced0035ab8e 18:19:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:19:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:19:10 (1/1) Installing dumb-init (1.2.5-r2) 18:19:10 Executing busybox-1.35.0-r29.trigger 18:19:10 OK: 8 MiB in 16 packages 18:19:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:19:12 Removing intermediate container a0a52fda6d7c 18:19:12 ---> 0dabc972ba93 18:19:12 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:19:12 (1/2) Installing dumb-init (1.2.5-r2) 18:19:12 (2/2) Installing openssl (3.0.8-r4) 18:19:12 Executing busybox-1.35.0-r29.trigger 18:19:12 OK: 8 MiB in 17 packages 18:19:12 ---> 2d80a0feee7c 18:19:12 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 18:19:14 ---> d0bea335155e 18:19:14 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 18:19:14 Removing intermediate container 6ced0035ab8e 18:19:14 ---> 6b4933215cc1 18:19:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 18:19:14 ---> Running in 1f21dd7b8ca4 18:19:15 Removing intermediate container 1f21dd7b8ca4 18:19:15 ---> 2cd88ef72e2c 18:19:15 Step 12/22 : WORKDIR /edgex 18:19:15 ---> Running in b493196526c2 18:19:16 ---> 45e4151e0617 18:19:16 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 18:19:16 Removing intermediate container b493196526c2 18:19:16 ---> 3fa65e3f2271 18:19:16 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:19:21 ---> 7cf548442eb7 18:19:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 18:19:21 ---> 4eb57be43c4d 18:19:21 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 18:19:22 ---> 36ff6f9a4738 18:19:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 18:19:23 ---> dd3fa2ffcd3b 18:19:23 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:19:23 ---> Running in 2b2fea39fe97 18:19:24 ---> 275dafe5ab97 18:19:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:19:28 ---> 71ec9bb692cd 18:19:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 18:19:28 Removing intermediate container 2b2fea39fe97 18:19:28 ---> b31ef5679176 18:19:28 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 18:19:28 ---> Running in 5cb5e1b2bc98 18:19:28 Removing intermediate container 5cb5e1b2bc98 18:19:28 ---> de92d77e6a72 18:19:28 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 18:19:28 ---> fa8bcb4b9156 18:19:28 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:19:28 ---> Running in 828a16e8b2b8 18:19:29 ---> Running in 6868980cbb12 18:19:30 Removing intermediate container 828a16e8b2b8 18:19:30 ---> a6ebb5f1c826 18:19:30 Step 21/23 : LABEL arch=arm64 18:19:30 ---> Running in e78a97fc2b02 18:19:31 Removing intermediate container e78a97fc2b02 18:19:31 ---> 6709bef183b6 18:19:31 Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:19:31 ---> Running in c348ae825544 18:19:35 Removing intermediate container c348ae825544 18:19:35 ---> 2fd530be8fa3 18:19:35 Step 23/23 : LABEL version=0.0.0 18:19:35 ---> Running in 6fe8036d5c50 18:19:35 Removing intermediate container 6868980cbb12 18:19:35 ---> 9e8cba3b678b 18:19:35 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 18:19:35 ---> Running in 45db7e18fdf5 18:19:35 Removing intermediate container 6fe8036d5c50 18:19:35 ---> 6867b05f69bf 18:19:35 18:19:35 Removing intermediate container 42231d926a23 18:19:35 ---> 2aba3000c927 18:19:35 18:19:35 Step 10/23 : FROM alpine:3.17 18:19:35 ---> 51e60588ff2c 18:19:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 18:19:35 ---> Using cache 18:19:35 ---> eed1ebb9acff 18:19:35 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:19:35 ---> Using cache 18:19:35 ---> 0dabc972ba93 18:19:35 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:19:35 ---> Using cache 18:19:36 ---> 2d80a0feee7c 18:19:36 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 18:19:36 ---> Using cache 18:19:36 ---> d0bea335155e 18:19:36 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 18:19:36 Successfully built 6867b05f69bf 18:19:36 Successfully tagged security-proxy-auth-arm64:latest 18:19:36 Building core-metadata 18:19:36  Building security-proxy-auth ... done Removing intermediate container 45db7e18fdf5 18:19:36 ---> 32555b3d6a78 18:19:36 Step 20/22 : LABEL arch=arm64 18:19:36 ---> Running in 20488250a8b0 18:19:37 Removing intermediate container 20488250a8b0 18:19:37 ---> 90947c4cf741 18:19:37 Step 21/22 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:19:37 ---> Running in 43e21a2b2a41 18:19:38 Removing intermediate container 43e21a2b2a41 18:19:38 ---> 4b7a47b40210 18:19:38 Step 22/22 : LABEL version=0.0.0 18:19:38 ---> 71a5810c98a7 18:19:38 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 18:19:38 ---> Running in 59fbc56db688 18:19:39 Removing intermediate container 59fbc56db688 18:19:39 ---> edbe94ce7086 18:19:39 18:19:39 ---> f2d14e6cf80c 18:19:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 18:19:40 Successfully built edbe94ce7086 18:19:40 Successfully tagged security-proxy-setup-arm64:latest 18:19:40 Building security-secretstore-setup 18:19:41  Building security-proxy-setup ... done  ---> 1a611ea21e52 18:19:41 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:19:41 ---> Running in 08e2a2d6250b 18:19:44 Removing intermediate container 08e2a2d6250b 18:19:44 ---> 9d06969e23f5 18:19:44 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 18:19:44 ---> Running in bba5650e1d11 18:19:49 Removing intermediate container bba5650e1d11 18:19:49 ---> 711f6a6e9ea1 18:19:49 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 18:19:49 ---> Running in 5c7bd7f200da 18:19:49 Removing intermediate container 5c7bd7f200da 18:19:49 ---> 3dba7fcdfb58 18:19:49 Step 21/23 : LABEL arch=arm64 18:19:50 ---> Running in decc8f9b2da1 18:19:50 Removing intermediate container 1283a027e983 18:19:50 ---> 53c90b10a5d2 18:19:50 18:19:50 Step 10/23 : FROM alpine:3.17 18:19:50 ---> 51e60588ff2c 18:19:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:19:50 Removing intermediate container a59ab662b5ea 18:19:50 ---> 2fe6116b3e3e 18:19:50 18:19:50 Step 9/33 : FROM alpine:3.17 18:19:50 ---> 51e60588ff2c 18:19:50 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 18:19:50 ---> Running in 0bda472b48cd 18:19:50 ---> Running in 5188f0de5a61 18:19:51 Removing intermediate container decc8f9b2da1 18:19:51 ---> 44950411beed 18:19:51 Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:19:51 Removing intermediate container 0bda472b48cd 18:19:51 ---> 1461739f2bd8 18:19:51 Step 12/23 : ENV APP_PORT=59880 18:19:51 ---> Running in 8057aa9e4388 18:19:51 Removing intermediate container 5188f0de5a61 18:19:51 ---> b2656ec50ec5 18:19:51 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 18:19:51 ---> Running in 28c275491a09 18:19:51 ---> Running in 08fb6dc56bf1 18:19:52 Removing intermediate container 8057aa9e4388 18:19:52 ---> 82c5d928e27a 18:19:52 Step 23/23 : LABEL version=0.0.0 18:19:52 Removing intermediate container 28c275491a09 18:19:52 ---> 6280f1f51bce 18:19:52 Step 13/23 : EXPOSE $APP_PORT 18:19:52 ---> Running in 39a5eb1c02d6 18:19:52 ---> Running in c8b25a992a5c 18:19:52 Removing intermediate container 39a5eb1c02d6 18:19:52 ---> 8e8590f81c3d 18:19:52 18:19:52 Removing intermediate container c8b25a992a5c 18:19:52 ---> c20d86686f74 18:19:52 Step 14/23 : RUN apk add --update --no-cache dumb-init 18:19:53 ---> Running in 4dccfe2079c3 18:19:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:19:53 Successfully built 8e8590f81c3d 18:19:53 Successfully tagged core-common-config-bootstrapper-arm64:latest 18:19:53 Building support-scheduler 18:19:54  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:19:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:19:55 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:19:55 Step 2/25 : FROM ${BUILDER_BASE} AS builder 18:19:55 ---> 8e464e6927ec 18:19:55 Step 3/25 : ARG ADD_BUILD_TAGS="" 18:19:55 ---> Using cache 18:19:55 ---> 39c57f48e7c3 18:19:55 Step 4/25 : WORKDIR /edgex-go 18:19:55 ---> Using cache 18:19:55 ---> 9daafa9e6df9 18:19:55 Step 5/25 : RUN apk add --update --no-cache make git 18:19:55 ---> Using cache 18:19:55 ---> 2e128d5b024e 18:19:55 Step 6/25 : COPY go.mod vendor* ./ 18:19:55 ---> Using cache 18:19:55 ---> b26f0cd5aa87 18:19:55 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:19:55 ---> Using cache 18:19:55 ---> f7547330452c 18:19:55 Step 8/25 : COPY . . 18:19:55 ---> Using cache 18:19:55 ---> 8b4fda311a00 18:19:55 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 18:19:55 ---> Running in 254054737e44 18:19:55 (1/2) Installing dumb-init (1.2.5-r2) 18:19:55 (2/2) Installing su-exec (0.2-r2) 18:19:55 Executing busybox-1.35.0-r29.trigger 18:19:55 OK: 8 MiB in 17 packages 18:19:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:19:57 (1/1) Installing dumb-init (1.2.5-r2) 18:19:57 Executing busybox-1.35.0-r29.trigger 18:19:57 OK: 8 MiB in 16 packages 18:19:57 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 18:19:57 Removing intermediate container 08fb6dc56bf1 18:19:57 ---> 42657860de72 18:19:57 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 18:19:58 ---> Running in 8c02ad33f240 18:19:59 Removing intermediate container 8c02ad33f240 18:19:59 ---> 2b4c9f8d57f9 18:19:59 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 18:19:59 Removing intermediate container 4dccfe2079c3 18:19:59 ---> 1350ff0d2550 18:19:59 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:19:59 ---> Running in bedd3e50d178 18:20:00 Removing intermediate container bedd3e50d178 18:20:00 ---> fe71f184e7bf 18:20:00 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 18:20:00 ---> 4cadd4360736 18:20:00 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:20:00 ---> Running in 15f1201e48ed 18:20:01 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:20:01 Step 2/25 : FROM ${BUILDER_BASE} AS builder 18:20:01 ---> 8e464e6927ec 18:20:01 Step 3/25 : WORKDIR /edgex-go 18:20:01 ---> Using cache 18:20:01 ---> 4a75c4cf2b46 18:20:01 Step 4/25 : RUN apk add --update --no-cache make git 18:20:01 ---> Using cache 18:20:01 ---> 5715e2fbfb65 18:20:01 Step 5/25 : COPY go.mod vendor* ./ 18:20:01 ---> Using cache 18:20:01 ---> c124a2afd741 18:20:01 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:20:01 ---> Using cache 18:20:01 ---> f0dbf5bb3cbe 18:20:01 Step 7/25 : COPY . . 18:20:01 ---> Using cache 18:20:01 ---> bb4b011cf638 18:20:01 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:20:01 Removing intermediate container 15f1201e48ed 18:20:01 ---> b82ca9eb66e0 18:20:01 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 18:20:01 ---> 2161de731959 18:20:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:20:02 ---> Running in f121247d42b3 18:20:02 ---> Running in bbf69a3cd047 18:20:03 Removing intermediate container bbf69a3cd047 18:20:03 ---> 7bbe3e55ebfc 18:20:03 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 18:20:03 ---> Running in 5d95a497c69f 18:20:04 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 18:20:06 ---> de4a1da9f757 18:20:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 18:20:07 Removing intermediate container 5d95a497c69f 18:20:07 ---> 003a9ab20ba3 18:20:07 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 18:20:08 ---> b448a1368ff1 18:20:08 Step 19/23 : ENTRYPOINT ["/core-data"] 18:20:08 ---> Running in 6350514381d2 18:20:08 ---> Running in 200caaf09da4 18:20:09 Removing intermediate container 200caaf09da4 18:20:09 ---> 516fca57e0a1 18:20:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:20:09 Removing intermediate container 6350514381d2 18:20:09 ---> 762fec529105 18:20:09 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 18:20:09 ---> Running in 60c6ad1457c3 18:20:10 Removing intermediate container 60c6ad1457c3 18:20:10 ---> 191cda62677a 18:20:10 Step 21/23 : LABEL arch=arm64 18:20:10 ---> Running in 76789bd4f2fd 18:20:10 ---> 08b7da52dc4d 18:20:10 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 18:20:11 ---> Running in d93138854325 18:20:11 Removing intermediate container 76789bd4f2fd 18:20:11 ---> 87105ac23adf 18:20:11 Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:20:11 ---> Running in ff01cbf7d576 18:20:15 Removing intermediate container ff01cbf7d576 18:20:15 ---> c0d4e24462dd 18:20:15 Step 23/23 : LABEL version=0.0.0 18:20:15 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:20:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:20:15 ---> 8e464e6927ec 18:20:15 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:20:15 ---> Using cache 18:20:15 ---> 39c57f48e7c3 18:20:15 Step 4/23 : WORKDIR /edgex-go 18:20:15 ---> Using cache 18:20:15 ---> 9daafa9e6df9 18:20:15 Step 5/23 : RUN apk add --update --no-cache make git 18:20:15 ---> Using cache 18:20:15 ---> 2e128d5b024e 18:20:15 Step 6/23 : COPY go.mod vendor* ./ 18:20:15 ---> Using cache 18:20:15 ---> b26f0cd5aa87 18:20:15 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:20:15 ---> Using cache 18:20:15 ---> f7547330452c 18:20:15 Step 8/23 : COPY . . 18:20:15 ---> Using cache 18:20:15 ---> 8b4fda311a00 18:20:15 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 18:20:15 ---> Running in c9bfa94e4445 18:20:15 ---> Running in 2eb36e8dcb7e 18:20:16 Removing intermediate container c9bfa94e4445 18:20:16 ---> aed394e9c1ad 18:20:16 18:20:17 Successfully built aed394e9c1ad 18:20:17 Successfully tagged core-data-arm64:latest 18:20:17  Building core-data ... done Building support-notifications 18:20:17 Removing intermediate container d93138854325 18:20:17 ---> 2c9010f6c9fd 18:20:17 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 18:20:17 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 18:20:18 ---> 505e890b28a0 18:20:18 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 18:20:19 ---> 65fd4d3bfc8c 18:20:19 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:20:21 ---> 6447cc4153ef 18:20:21 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 18:20:22 ---> e444719277bd 18:20:22 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 18:20:23 ---> a09f87b4e16d 18:20:23 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 18:20:24 ---> dabdf1e6ee1d 18:20:24 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 18:20:25 ---> a3cfff34cba2 18:20:25 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:20:26 ---> 379ef83ab2ac 18:20:26 Step 28/33 : RUN chmod +x /entrypoint.sh 18:20:26 ---> Running in 847a3a151b86 18:20:30 Removing intermediate container 847a3a151b86 18:20:30 ---> 16f31916a9a4 18:20:30 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 18:20:30 ---> Running in 3413b8ec406c 18:20:31 Removing intermediate container 3413b8ec406c 18:20:31 ---> 5e552b7003ad 18:20:31 Step 30/33 : CMD ["gate"] 18:20:31 ---> Running in aeb6a6e5e130 18:20:32 Removing intermediate container aeb6a6e5e130 18:20:32 ---> b04f761404a4 18:20:32 Step 31/33 : LABEL arch=arm64 18:20:32 ---> Running in e7b95e4fbe33 18:20:33 Removing intermediate container e7b95e4fbe33 18:20:33 ---> c5bb34208e8c 18:20:33 Step 32/33 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:20:33 ---> Running in eb2d6cf0e6c8 18:20:34 Removing intermediate container eb2d6cf0e6c8 18:20:34 ---> 327ab18959a9 18:20:34 Step 33/33 : LABEL version=0.0.0 18:20:34 ---> Running in 694f3c6f512a 18:20:35 Removing intermediate container 694f3c6f512a 18:20:35 ---> 7abd92dbd2fb 18:20:35 18:20:35 Successfully built 7abd92dbd2fb 18:20:35 Successfully tagged security-bootstrapper-arm64:latest 18:20:35 Building security-spire-config 18:20:36  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:20:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:20:36 ---> 8e464e6927ec 18:20:36 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:20:36 ---> Using cache 18:20:36 ---> 39c57f48e7c3 18:20:36 Step 4/23 : WORKDIR /edgex-go 18:20:36 ---> Using cache 18:20:36 ---> 9daafa9e6df9 18:20:36 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 18:20:36 ---> Running in ecd9b26d281e 18:20:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:20:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:20:41 OK: 263 MiB in 53 packages 18:20:42 Removing intermediate container ecd9b26d281e 18:20:42 ---> e081e7720c4e 18:20:42 Step 6/23 : COPY go.mod vendor* ./ 18:20:43 ---> befac65a0491 18:20:43 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:20:44 ---> Running in 0d07908da991 18:20:59 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:20:59 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:20:59 ---> 8e464e6927ec 18:20:59 Step 3/27 : WORKDIR /edgex-go 18:20:59 ---> Using cache 18:20:59 ---> 4a75c4cf2b46 18:20:59 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 18:20:59 ---> Running in 4517ad290b12 18:20:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:21:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:21:02 OK: 263 MiB in 53 packages 18:21:04 Removing intermediate container 4517ad290b12 18:21:04 ---> d5e8eda702ec 18:21:04 Step 5/27 : COPY go.mod vendor* ./ 18:21:05 ---> f828ec0ec681 18:21:05 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:21:05 ---> Running in 0ba3e0e8c1cc 18:22:27 Removing intermediate container 0d07908da991 18:22:27 ---> 6cf039d171bc 18:22:27 Step 8/23 : COPY . . 18:22:53 ---> d6033f0b37e0 18:22:53 Step 9/23 : RUN make cmd/support-notifications/support-notifications 18:22:53 ---> Running in 412d2326c31f 18:22:54 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:22:59 Removing intermediate container 0ba3e0e8c1cc 18:22:59 ---> 40f416e6da17 18:22:59 Step 7/27 : COPY . . 18:23:14 ---> a6be417de593 18:23:14 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 18:23:14 ---> Running in f26a5e597fdc 18:23:14 Removing intermediate container f26a5e597fdc 18:23:14 ---> 7c26cea5c692 18:23:14 Step 9/27 : WORKDIR /edgex-go/spire-build 18:23:14 ---> Running in 1ae4d5a3d79c 18:23:15 Removing intermediate container 1ae4d5a3d79c 18:23:15 ---> 27e7f185285a 18:23:15 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 18:23:15 ---> Running in 1718010a607e 18:23:15 Removing intermediate container 1718010a607e 18:23:15 ---> 42c71c7194b6 18:23:15 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:23:16 ---> Running in 36caae5ad4ce 18:23:19 Removing intermediate container 36caae5ad4ce 18:23:19 ---> 927b7ffcb1b1 18:23:19 Step 12/27 : WORKDIR /edgex-go 18:23:19 ---> Running in 90a3a3115212 18:23:20 Removing intermediate container 90a3a3115212 18:23:20 ---> 5c75bd559e53 18:23:20 18:23:20 Step 13/27 : FROM alpine:3.17 18:23:20 ---> 51e60588ff2c 18:23:20 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:23:20 ---> Using cache 18:23:20 ---> 98520cbb3894 18:23:20 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 18:23:20 ---> Running in a664cc40bc2a 18:23:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:23:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:23:24 v3.17.3-206-gfbe2944ce8c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:23:24 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:23:24 OK: 17694 distinct packages available 18:23:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:23:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:23:27 (1/4) Installing dumb-init (1.2.5-r2) 18:23:27 (2/4) Installing musl-obstack (1.2.3-r0) 18:23:27 (3/4) Installing libucontext (1.2-r0) 18:23:27 (4/4) Installing gcompat (1.1.0-r0) 18:23:27 Executing busybox-1.35.0-r29.trigger 18:23:27 OK: 8 MiB in 19 packages 18:23:29 Removing intermediate container a664cc40bc2a 18:23:29 ---> f87699fbf378 18:23:29 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 18:23:30 ---> 813b4609673c 18:23:30 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 18:23:31 ---> 2619ccbc1036 18:23:31 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:23:37 ---> 9c31c2d2f06c 18:23:37 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 18:23:38 ---> 4dca8fec7343 18:23:38 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 18:23:38 ---> Running in 8f84ab5a64d7 18:23:39 Removing intermediate container 8f84ab5a64d7 18:23:39 ---> 90b4e72af7db 18:23:39 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 18:23:39 ---> 4e5493b2b736 18:23:39 Step 22/27 : WORKDIR / 18:23:40 ---> Running in ed87b0892d9d 18:23:40 Removing intermediate container ed87b0892d9d 18:23:40 ---> 35e8767cfb1a 18:23:40 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:23:40 ---> Running in e70d45871561 18:23:41 Removing intermediate container e70d45871561 18:23:41 ---> bf28853ee822 18:23:41 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:23:41 ---> Running in ad175f1db10f 18:23:41 Removing intermediate container ad175f1db10f 18:23:41 ---> 7e223c7f496d 18:23:41 Step 25/27 : LABEL arch=arm64 18:23:41 ---> Running in b73efe13ae91 18:23:42 Removing intermediate container b73efe13ae91 18:23:42 ---> afc8733c6ca8 18:23:42 Step 26/27 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:23:42 ---> Running in 93547c2209e3 18:23:43 Removing intermediate container 93547c2209e3 18:23:43 ---> 56629f6dd963 18:23:43 Step 27/27 : LABEL version=0.0.0 18:23:43 ---> Running in e4c0c07ffd9d 18:23:44 Removing intermediate container e4c0c07ffd9d 18:23:44 ---> 32aee2b23299 18:23:44 18:23:44 Successfully built 32aee2b23299 18:23:44 Successfully tagged security-spire-config-arm64:latest 18:23:44  Building security-spire-config ... done Building security-spiffe-token-provider 18:24:02 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:24:02 Step 2/20 : FROM ${BUILDER_BASE} AS builder 18:24:02 ---> 8e464e6927ec 18:24:02 Step 3/20 : WORKDIR /edgex-go 18:24:02 ---> Using cache 18:24:02 ---> 4a75c4cf2b46 18:24:02 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 18:24:02 ---> Running in 38bb9f286048 18:24:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:24:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:24:05 v3.17.3-206-gfbe2944ce8c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:24:05 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:24:05 OK: 17697 distinct packages available 18:24:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:24:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:24:08 OK: 263 MiB in 53 packages 18:24:09 Removing intermediate container 38bb9f286048 18:24:09 ---> dcb8e6e98b70 18:24:09 Step 5/20 : COPY go.mod vendor* ./ 18:24:10 ---> ed10604b194a 18:24:10 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:24:10 ---> Running in 50079ccf9ac6 18:25:47 Removing intermediate container 50079ccf9ac6 18:25:47 ---> e88a337c06e8 18:25:47 Step 7/20 : COPY . . 18:26:00 ---> e0726a9e738f 18:26:00 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 18:26:00 ---> Running in e7340967408b 18:26:00 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 18:26:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:27:18 Removing intermediate container f121247d42b3 18:27:18 ---> 92cbd450bc49 18:27:18 18:27:18 Step 9/25 : FROM alpine:3.17 18:27:18 ---> 51e60588ff2c 18:27:18 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 18:27:18 ---> Running in 4b4e0f1b12a2 18:27:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:27:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:27:20 (1/3) Installing ca-certificates (20230506-r0) 18:27:20 (2/3) Installing dumb-init (1.2.5-r2) 18:27:20 (3/3) Installing su-exec (0.2-r2) 18:27:20 Executing busybox-1.35.0-r29.trigger 18:27:20 Executing ca-certificates-20230506-r0.trigger 18:27:21 OK: 8 MiB in 18 packages 18:27:23 Removing intermediate container 4b4e0f1b12a2 18:27:23 ---> af1643bd1541 18:27:23 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 18:27:23 ---> Running in 76c47b459909 18:27:24 Removing intermediate container 76c47b459909 18:27:24 ---> 45b7efa74261 18:27:24 Step 12/25 : WORKDIR / 18:27:24 ---> Running in 387432dc1988 18:27:24 Removing intermediate container 387432dc1988 18:27:24 ---> 16e84e8718b4 18:27:24 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 18:27:25 ---> b97aec436391 18:27:25 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 18:27:26 ---> 77ef4ff08933 18:27:26 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:27:27 ---> 0cf390a85f61 18:27:27 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 18:27:32 ---> bdc20b08021a 18:27:32 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 18:27:32 ---> 75f9c3e47dfb 18:27:32 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:27:34 ---> 652edad34d09 18:27:34 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:27:36 ---> 0972c01a361c 18:27:36 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:27:37 ---> 1d1e7f07f751 18:27:37 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:27:37 ---> Running in 1a6f1afba0d9 18:27:40 Removing intermediate container 1a6f1afba0d9 18:27:40 ---> 3cf69c87bdb9 18:27:40 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 18:27:40 ---> Running in 730c2c9cfec6 18:27:41 Removing intermediate container 730c2c9cfec6 18:27:41 ---> 6632894e780d 18:27:41 Step 23/25 : LABEL arch=arm64 18:27:41 ---> Running in 54fcade34cce 18:27:42 Removing intermediate container 54fcade34cce 18:27:42 ---> 3355a001f2c0 18:27:42 Step 24/25 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:27:42 ---> Running in 728a421f7f08 18:27:42 Removing intermediate container 728a421f7f08 18:27:42 ---> 72aff1d24847 18:27:42 Step 25/25 : LABEL version=0.0.0 18:27:42 ---> Running in 5d4f46295ca8 18:27:43 Removing intermediate container 5d4f46295ca8 18:27:43 ---> f4b04ace2403 18:27:43 18:27:43 Successfully built f4b04ace2403 18:27:43 Successfully tagged security-secretstore-setup-arm64:latest 18:27:43 Building core-command 18:28:05  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:28:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:28:05 ---> 8e464e6927ec 18:28:05 Step 3/24 : ARG ADD_BUILD_TAGS="" 18:28:05 ---> Using cache 18:28:05 ---> 39c57f48e7c3 18:28:05 Step 4/24 : WORKDIR /edgex-go 18:28:05 ---> Using cache 18:28:05 ---> 9daafa9e6df9 18:28:05 Step 5/24 : RUN apk add --update --no-cache make git 18:28:05 ---> Using cache 18:28:05 ---> 2e128d5b024e 18:28:05 Step 6/24 : COPY go.mod vendor* ./ 18:28:05 ---> Using cache 18:28:05 ---> b26f0cd5aa87 18:28:05 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:28:05 ---> Using cache 18:28:05 ---> f7547330452c 18:28:05 Step 8/24 : COPY . . 18:28:05 ---> Using cache 18:28:05 ---> 8b4fda311a00 18:28:05 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 18:28:05 ---> Running in 0ed4575b6ad8 18:28:05 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 18:28:11 Removing intermediate container 254054737e44 18:28:11 ---> b5c3dedc44d8 18:28:11 18:28:11 Step 10/25 : FROM alpine:3.17 18:28:11 ---> 51e60588ff2c 18:28:11 Step 11/25 : RUN apk add --update --no-cache dumb-init 18:28:11 ---> Running in 61cc4128fc41 18:28:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:28:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:28:15 (1/1) Installing dumb-init (1.2.5-r2) 18:28:15 Executing busybox-1.35.0-r29.trigger 18:28:15 OK: 8 MiB in 16 packages 18:28:17 Removing intermediate container 61cc4128fc41 18:28:17 ---> c4d10ec381f2 18:28:17 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:28:17 ---> Running in da8fd4063d9c 18:28:18 Removing intermediate container da8fd4063d9c 18:28:18 ---> cee31e6f4d3a 18:28:18 Step 13/25 : ENV APP_PORT=59881 18:28:18 ---> Running in 8be23b9e5141 18:28:18 Removing intermediate container 8be23b9e5141 18:28:18 ---> f46faf23da45 18:28:18 Step 14/25 : EXPOSE $APP_PORT 18:28:18 ---> Running in e4984a990905 18:28:19 Removing intermediate container e4984a990905 18:28:19 ---> 50d4a89880fb 18:28:19 Step 15/25 : WORKDIR / 18:28:19 ---> Running in ad119a691d38 18:28:20 Removing intermediate container ad119a691d38 18:28:20 ---> ba6f6593e92b 18:28:20 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:21 ---> 69d2da615b2c 18:28:21 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 18:28:21 ---> 748dfe9bc74e 18:28:21 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:28:23 ---> 3e498dca1763 18:28:23 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 18:28:26 ---> 85274a1277a7 18:28:26 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 18:28:27 ---> 78dd89bc105a 18:28:27 Step 21/25 : ENTRYPOINT ["/core-metadata"] 18:28:27 ---> Running in 05f25c8def14 18:28:28 Removing intermediate container 05f25c8def14 18:28:28 ---> 3acc0397f401 18:28:28 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:28:28 ---> Running in 8be5f4ad984c 18:28:28 Removing intermediate container 8be5f4ad984c 18:28:28 ---> 94fa9490fa28 18:28:28 Step 23/25 : LABEL arch=arm64 18:28:29 ---> Running in d90414573c00 18:28:29 Removing intermediate container d90414573c00 18:28:29 ---> 53be8b992f70 18:28:29 Step 24/25 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:28:29 ---> Running in 64b1cf6e58b3 18:28:30 Removing intermediate container 64b1cf6e58b3 18:28:30 ---> 1f7c0a666053 18:28:30 Step 25/25 : LABEL version=0.0.0 18:28:30 ---> Running in d4203f514d81 18:28:30 Removing intermediate container d4203f514d81 18:28:30 ---> 7e9a64660cb6 18:28:30 18:28:31 Successfully built 7e9a64660cb6 18:28:31 Successfully tagged core-metadata-arm64:latest 18:28:31 Building security-spire-server 18:28:49  Building core-metadata ... done Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:28:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:28:49 ---> 8e464e6927ec 18:28:49 Step 3/26 : WORKDIR /edgex-go 18:28:49 ---> Using cache 18:28:49 ---> 4a75c4cf2b46 18:28:49 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 18:28:49 ---> Using cache 18:28:49 ---> d5e8eda702ec 18:28:49 Step 5/26 : COPY go.mod vendor* ./ 18:28:49 ---> Using cache 18:28:49 ---> f828ec0ec681 18:28:49 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:28:49 ---> Using cache 18:28:49 ---> 40f416e6da17 18:28:49 Step 7/26 : COPY . . 18:28:49 ---> Using cache 18:28:49 ---> a6be417de593 18:28:49 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 18:28:49 ---> Using cache 18:28:49 ---> 7c26cea5c692 18:28:49 Step 9/26 : WORKDIR /edgex-go/spire-build 18:28:49 ---> Using cache 18:28:49 ---> 27e7f185285a 18:28:49 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 18:28:49 ---> Using cache 18:28:49 ---> 42c71c7194b6 18:28:49 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 18:28:49 ---> Running in feabd40a979d 18:28:52 Removing intermediate container feabd40a979d 18:28:52 ---> e969fc6a0297 18:28:52 Step 12/26 : WORKDIR /edgex-go 18:28:52 ---> Running in ffca0e6cda24 18:28:53 Removing intermediate container ffca0e6cda24 18:28:53 ---> ddd866eb7f1d 18:28:53 18:28:53 Step 13/26 : FROM alpine:3.17 18:28:53 ---> 51e60588ff2c 18:28:53 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:28:53 ---> Using cache 18:28:53 ---> 98520cbb3894 18:28:53 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:28:53 ---> Using cache 18:28:53 ---> cf5be753189e 18:28:53 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:53 ---> Using cache 18:28:53 ---> 322023c14f65 18:28:53 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 18:28:53 ---> Using cache 18:28:53 ---> 7f35401b822b 18:28:53 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:28:59 ---> 706e07c5bf73 18:28:59 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 18:29:00 ---> caaf75be38d6 18:29:00 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 18:29:01 ---> bf519b989cad 18:29:01 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 18:29:02 ---> 4041b680fdc9 18:29:02 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:29:02 ---> Running in 662176fe73f8 18:29:03 Removing intermediate container 662176fe73f8 18:29:03 ---> 01b23e4a8625 18:29:03 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:29:03 ---> Running in 9c22c52d4454 18:29:03 Removing intermediate container 9c22c52d4454 18:29:03 ---> 8f73425292b5 18:29:03 Step 24/26 : LABEL arch=arm64 18:29:03 ---> Running in ac7c9ec0df2f 18:29:04 Removing intermediate container ac7c9ec0df2f 18:29:04 ---> d4184b7a2efd 18:29:04 Step 25/26 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:29:04 ---> Running in 1959615df9ca 18:29:04 Removing intermediate container 1959615df9ca 18:29:04 ---> 16f78925c30d 18:29:04 Step 26/26 : LABEL version=0.0.0 18:29:04 ---> Running in d304af4e298f 18:29:07 Removing intermediate container d304af4e298f 18:29:07 ---> 1ac446dedaea 18:29:07 18:29:07 Successfully built 1ac446dedaea 18:29:07 Successfully tagged security-spire-server-arm64:latest 18:30:58  Building security-spire-server ... done Removing intermediate container 2eb36e8dcb7e 18:30:58 ---> 48166c1ed915 18:30:58 18:30:58 Step 10/23 : FROM alpine:3.17 18:30:58 ---> 51e60588ff2c 18:30:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:30:58 ---> Using cache 18:30:58 ---> c4d10ec381f2 18:30:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:30:58 ---> Using cache 18:30:58 ---> cee31e6f4d3a 18:30:58 Step 13/23 : ENV APP_PORT=59861 18:30:58 ---> Running in cb396c4920ec 18:30:58 Removing intermediate container cb396c4920ec 18:30:58 ---> 0a89341a8ec2 18:30:58 Step 14/23 : EXPOSE $APP_PORT 18:30:58 ---> Running in cf40b71cdd80 18:30:58 Removing intermediate container cf40b71cdd80 18:30:58 ---> 4a316ab228de 18:30:58 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:30:58 ---> fe2922ab5ffa 18:30:58 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:30:58 ---> e215ee864d64 18:30:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:30:58 ---> cfc19bf163c4 18:30:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 18:30:58 ---> 651a849f7f10 18:30:58 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 18:30:58 ---> Running in ea0344604008 18:30:59 Removing intermediate container ea0344604008 18:30:59 ---> e679cb72642f 18:30:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:30:59 ---> Running in 36120ae68061 18:31:00 Removing intermediate container 36120ae68061 18:31:00 ---> 79e3664cd827 18:31:00 Step 21/23 : LABEL arch=arm64 18:31:00 ---> Running in d7655da087a3 18:31:00 Removing intermediate container d7655da087a3 18:31:00 ---> 7b868582d05f 18:31:00 Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:31:00 ---> Running in 00b03b806c24 18:31:01 Removing intermediate container 00b03b806c24 18:31:01 ---> db54f3431434 18:31:01 Step 23/23 : LABEL version=0.0.0 18:31:01 ---> Running in 50bf1fd641c0 18:31:02 Removing intermediate container 50bf1fd641c0 18:31:02 ---> 6c6ee0b163fc 18:31:02 18:31:02 Successfully built 6c6ee0b163fc 18:31:02 Successfully tagged support-scheduler-arm64:latest 18:32:54  Building support-scheduler ... done Removing intermediate container 412d2326c31f 18:32:54 ---> 34faa27b8c79 18:32:54 18:32:54 Step 10/23 : FROM alpine:3.17 18:32:54 ---> 51e60588ff2c 18:32:54 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 18:32:54 ---> Running in 51f72da7c1b7 18:32:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:32:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:32:54 (1/2) Installing ca-certificates (20230506-r0) 18:32:54 (2/2) Installing dumb-init (1.2.5-r2) 18:32:54 Executing busybox-1.35.0-r29.trigger 18:32:54 Executing ca-certificates-20230506-r0.trigger 18:32:54 OK: 8 MiB in 17 packages 18:32:54 Removing intermediate container 51f72da7c1b7 18:32:54 ---> 7c91dadcfdd9 18:32:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 18:32:54 ---> Running in 7d69dc46744a 18:32:54 Removing intermediate container 7d69dc46744a 18:32:54 ---> 1f0e97977058 18:32:54 Step 13/23 : ENV APP_PORT=59860 18:32:54 ---> Running in 0ef4fcaf3491 18:32:54 Removing intermediate container 0ef4fcaf3491 18:32:54 ---> 5b3be62d6031 18:32:54 Step 14/23 : EXPOSE $APP_PORT 18:32:54 ---> Running in 6efcc7b5d7a9 18:32:54 Removing intermediate container 6efcc7b5d7a9 18:32:54 ---> d990f3ae7abc 18:32:54 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:32:54 ---> fc1a515e63d6 18:32:54 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:32:54 ---> d63749671503 18:32:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:32:54 ---> 748fa7cde0f6 18:32:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 18:32:54 ---> 2c7956e6f0f5 18:32:54 Step 19/23 : ENTRYPOINT ["/support-notifications"] 18:32:54 ---> Running in 0b6fce30edf1 18:32:55 Removing intermediate container 0b6fce30edf1 18:32:55 ---> ae9e2919884e 18:32:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:32:55 ---> Running in 82e98ee6fe12 18:32:56 Removing intermediate container 82e98ee6fe12 18:32:56 ---> 353b803c53f9 18:32:56 Step 21/23 : LABEL arch=arm64 18:32:56 ---> Running in 99e3ddee8b01 18:32:56 Removing intermediate container 99e3ddee8b01 18:32:56 ---> cb4cd47d4909 18:32:56 Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:32:56 ---> Running in b7119ed7db3e 18:32:57 Removing intermediate container b7119ed7db3e 18:32:57 ---> af3e058874cc 18:32:57 Step 23/23 : LABEL version=0.0.0 18:32:57 ---> Running in 3ceed22177ce 18:32:58 Removing intermediate container 3ceed22177ce 18:32:58 ---> d4b949695ae6 18:32:58 18:32:58 Successfully built d4b949695ae6 18:32:58 Successfully tagged support-notifications-arm64:latest 18:33:20  Building support-notifications ... done Removing intermediate container 0ed4575b6ad8 18:33:20 ---> 210c7e1c6f2f 18:33:20 18:33:20 Step 10/24 : FROM alpine:3.17 18:33:20 ---> 51e60588ff2c 18:33:20 Step 11/24 : RUN apk add --update --no-cache dumb-init 18:33:20 ---> Using cache 18:33:20 ---> c4d10ec381f2 18:33:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:33:20 ---> Using cache 18:33:20 ---> cee31e6f4d3a 18:33:20 Step 13/24 : ENV APP_PORT=59882 18:33:20 ---> Running in c3d2ee0320d8 18:33:20 Removing intermediate container c3d2ee0320d8 18:33:20 ---> 325c34a8f241 18:33:20 Step 14/24 : EXPOSE $APP_PORT 18:33:20 ---> Running in bdbc1d564ccc 18:33:20 Removing intermediate container bdbc1d564ccc 18:33:20 ---> 5e82b501d4e0 18:33:20 Step 15/24 : WORKDIR / 18:33:20 ---> Running in d6431dea1ee8 18:33:20 Removing intermediate container d6431dea1ee8 18:33:20 ---> 2a4c5ff3d804 18:33:20 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:33:21 ---> 58fa922942ef 18:33:21 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 18:33:22 ---> 4849eeab0c31 18:33:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:33:24 ---> d4890f791a93 18:33:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 18:33:25 Removing intermediate container e7340967408b 18:33:25 ---> fd27ffea875f 18:33:25 18:33:25 Step 9/20 : FROM alpine:3.17 18:33:25 ---> 51e60588ff2c 18:33:25 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 18:33:25 ---> Using cache 18:33:25 ---> b2656ec50ec5 18:33:25 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 18:33:25 ---> Running in abeb2b893b26 18:33:25 ---> 00a3b27dfb89 18:33:25 Step 20/24 : ENTRYPOINT ["/core-command"] 18:33:25 ---> Running in fb05c2345fa4 18:33:25 Removing intermediate container fb05c2345fa4 18:33:25 ---> 7f843fb03e22 18:33:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:33:25 ---> Running in d8a4541243d3 18:33:26 Removing intermediate container d8a4541243d3 18:33:26 ---> 7eb5b04b1b8e 18:33:26 Step 22/24 : LABEL arch=arm64 18:33:26 ---> Running in b16ab06ee589 18:33:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:33:26 Removing intermediate container b16ab06ee589 18:33:26 ---> 170254437bf1 18:33:26 Step 23/24 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:33:26 ---> Running in 1dc72948a8b7 18:33:27 Removing intermediate container 1dc72948a8b7 18:33:27 ---> 63580c0928eb 18:33:27 Step 24/24 : LABEL version=0.0.0 18:33:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:33:27 ---> Running in 8d5ac4e9516a 18:33:27 Removing intermediate container 8d5ac4e9516a 18:33:27 ---> 0168cc34a69f 18:33:27 18:33:27 Successfully built 0168cc34a69f 18:33:27 Successfully tagged core-command-arm64:latest 18:33:28  Building core-command ... done v3.17.3-206-gfbe2944ce8c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:33:28 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:33:28 OK: 17694 distinct packages available 18:33:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:33:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:33:30 (1/9) Installing ca-certificates (20230506-r0) 18:33:30 (2/9) Installing brotli-libs (1.0.9-r9) 18:33:30 (3/9) Installing nghttp2-libs (1.51.0-r0) 18:33:30 (4/9) Installing libcurl (8.1.1-r0) 18:33:30 (5/9) Installing curl (8.1.1-r0) 18:33:30 (6/9) Installing dumb-init (1.2.5-r2) 18:33:30 (7/9) Installing musl-obstack (1.2.3-r0) 18:33:30 (8/9) Installing libucontext (1.2-r0) 18:33:30 (9/9) Installing gcompat (1.1.0-r0) 18:33:30 Executing busybox-1.35.0-r29.trigger 18:33:30 Executing ca-certificates-20230506-r0.trigger 18:33:31 OK: 11 MiB in 24 packages 18:33:32 Removing intermediate container abeb2b893b26 18:33:32 ---> f41aeef343d0 18:33:32 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 18:33:33 ---> 198f498066d7 18:33:33 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 18:33:33 ---> c161fe4e3995 18:33:33 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 18:33:35 ---> d447f4a75c9e 18:33:35 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 18:33:35 ---> 52d7f3cdd355 18:33:35 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 18:33:35 ---> Running in fea11b8c14f8 18:33:36 Removing intermediate container fea11b8c14f8 18:33:36 ---> d6ac8e6b1cb6 18:33:36 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 18:33:36 ---> Running in 1accde13572f 18:33:36 Removing intermediate container 1accde13572f 18:33:36 ---> 2633893d2385 18:33:36 Step 18/20 : LABEL arch=arm64 18:33:36 ---> Running in 1a4aa735359d 18:33:36 Removing intermediate container 1a4aa735359d 18:33:36 ---> 0bdbb1e3280f 18:33:36 Step 19/20 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 18:33:36 ---> Running in 313ccf24b37e 18:33:37 Removing intermediate container 313ccf24b37e 18:33:37 ---> d78c2edde1af 18:33:37 Step 20/20 : LABEL version=0.0.0 18:33:37 ---> Running in 5b02b5379e52 18:33:37 Removing intermediate container 5b02b5379e52 18:33:37 ---> a11c9a30e86c 18:33:37 18:33:37 Successfully built a11c9a30e86c 18:33:37 Successfully tagged security-spiffe-token-provider-arm64:latest 18:33:38  Building security-spiffe-token-provider ... done  [Pipeline] } 18:33:38 $ docker stop --time=1 588741588f74f6024bc69fb702a4d37fde59212f1646b39bbdbf52fe1a4e15de 18:33:39 $ docker rm -f --volumes 588741588f74f6024bc69fb702a4d37fde59212f1646b39bbdbf52fe1a4e15de [Pipeline] // withDockerContainer [Pipeline] sh 18:33:40 + docker images 18:33:40 REPOSITORY TAG IMAGE ID CREATED SIZE 18:33:40 security-spiffe-token-provider-arm64 latest a11c9a30e86c 3 seconds ago 32.7MB 18:33:40 core-command-arm64 latest 0168cc34a69f 13 seconds ago 19.7MB 18:33:40 fd27ffea875f 18 seconds ago 1.57GB 18:33:40 210c7e1c6f2f 23 seconds ago 1.53GB 18:33:40 support-notifications-arm64 latest d4b949695ae6 43 seconds ago 31.9MB 18:33:40 34faa27b8c79 About a minute ago 1.59GB 18:33:40 support-scheduler-arm64 latest 6c6ee0b163fc 2 minutes ago 31.2MB 18:33:40 48166c1ed915 2 minutes ago 1.59GB 18:33:40 security-spire-server-arm64 latest 1ac446dedaea 4 minutes ago 97MB 18:33:40 ddd866eb7f1d 4 minutes ago 1.39GB 18:33:40 core-metadata-arm64 latest 7e9a64660cb6 5 minutes ago 20.2MB 18:33:40 b5c3dedc44d8 5 minutes ago 1.53GB 18:33:40 security-secretstore-setup-arm64 latest f4b04ace2403 5 minutes ago 32.2MB 18:33:40 92cbd450bc49 6 minutes ago 1.52GB 18:33:40 security-spire-config-arm64 latest 32aee2b23299 9 minutes ago 96.1MB 18:33:40 5c75bd559e53 10 minutes ago 1.39GB 18:33:40 security-bootstrapper-arm64 latest 7abd92dbd2fb 13 minutes ago 21.9MB 18:33:40 core-data-arm64 latest aed394e9c1ad 13 minutes ago 19.9MB 18:33:40 core-common-config-bootstrapper-arm64 latest 8e8590f81c3d 13 minutes ago 17.2MB 18:33:40 53c90b10a5d2 13 minutes ago 1.53GB 18:33:40 2fe6116b3e3e 13 minutes ago 1.51GB 18:33:40 security-proxy-setup-arm64 latest edbe94ce7086 14 minutes ago 18.7MB 18:33:40 security-proxy-auth-arm64 latest 6867b05f69bf 14 minutes ago 18.1MB 18:33:40 2aba3000c927 14 minutes ago 1.52GB 18:33:40 3cc840973f04 14 minutes ago 1.51GB 18:33:40 67bc3c9af855 14 minutes ago 1.51GB 18:33:40 security-spire-agent-arm64 latest a3f53ffa84e0 21 minutes ago 153MB 18:33:40 c5556d054abc 21 minutes ago 1.39GB 18:33:40 ci-base-image-arm64 latest 8e464e6927ec 38 minutes ago 899MB 18:33:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 4 weeks ago 681MB 18:33:40 alpine 3.17 51e60588ff2c 8 weeks ago 7.46MB 18:33:40 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 18:33:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:33:41 18:33:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:33:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:33:42 arm64: Pulling from edgex-lftools-log-publisher 18:33:42 8998bd30e6a1: Pulling fs layer 18:33:42 04944245beec: Pulling fs layer 18:33:42 699f458cf7ca: Pulling fs layer 18:33:42 765212b225bb: Pulling fs layer 18:33:42 f23df028b6ca: Pulling fs layer 18:33:42 d65c8cfc05b1: Pulling fs layer 18:33:42 2437ff75d9bd: Pulling fs layer 18:33:42 d65c8cfc05b1: Waiting 18:33:42 f23df028b6ca: Waiting 18:33:42 765212b225bb: Waiting 18:33:42 2437ff75d9bd: Waiting 18:33:42 04944245beec: Verifying Checksum 18:33:42 04944245beec: Download complete 18:33:42 765212b225bb: Verifying Checksum 18:33:42 765212b225bb: Download complete 18:33:42 f23df028b6ca: Verifying Checksum 18:33:42 f23df028b6ca: Download complete 18:33:42 d65c8cfc05b1: Verifying Checksum 18:33:42 d65c8cfc05b1: Download complete 18:33:42 699f458cf7ca: Verifying Checksum 18:33:42 699f458cf7ca: Download complete 18:33:42 8998bd30e6a1: Download complete 18:33:45 2437ff75d9bd: Verifying Checksum 18:33:45 2437ff75d9bd: Download complete 18:33:46 8998bd30e6a1: Pull complete 18:33:47 04944245beec: Pull complete 18:33:48 699f458cf7ca: Pull complete 18:33:48 765212b225bb: Pull complete 18:33:49 f23df028b6ca: Pull complete 18:33:49 d65c8cfc05b1: Pull complete 18:34:04 2437ff75d9bd: Pull complete 18:34:04 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:34:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:34:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:34:05 prd-ubuntu20.04-docker-arm64-4c-16g-16740 does not seem to be running inside a container 18:34:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:34:08 $ docker top d50ac735ae7374c9cab926b52ed90cf4963d434e4d3f6a5d8c4c8de9e289e310 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:34:09 ---> job-cost.sh 18:34:09 lf-activate-venv: SKIPPING 18:34:09 INFO: No Stack... 18:34:10 INFO: Retrieving Pricing Info for: v3-standard-4 18:34:11 INFO: Archiving Costs [Pipeline] sh 18:34:11 + cat /w/workspace/edgex-go/1/archives/cost.csv+ 18:34:11 cut -d, -f6 [Pipeline] lock 18:34:11 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4578-1-stack-cost] 18:34:11 Resource [jenkins-edgexfoundry-edgex-go-PR-4578-1-stack-cost] did not exist. Created. 18:34:11 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4578-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:34:12 + echo total: 0.10999999940395355 [Pipeline] stash 18:34:12 Stashed 1 file(s) [Pipeline] } 18:34:12 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4578-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:34:12 $ docker stop --time=1 d50ac735ae7374c9cab926b52ed90cf4963d434e4d3f6a5d8c4c8de9e289e310 18:34:14 $ docker rm -f --volumes d50ac735ae7374c9cab926b52ed90cf4963d434e4d3f6a5d8c4c8de9e289e310 [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 18:34:15 provisioning config files... 18:34:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config12136377675015109698tmp [Pipeline] { [Pipeline] sh 18:34:15 + set +x 18:34:15 + curl -s https://codecov.io/bash 18:34:15 + bash -s -- 18:34:15 18:34:15 _____ _ 18:34:15 / ____| | | 18:34:15 | | ___ __| | ___ ___ _____ __ 18:34:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:34:15 | |___| (_) | (_| | __/ (_| (_) \ V / 18:34:15 \_____\___/ \__,_|\___|\___\___/ \_/ 18:34:15 Bash-1.0.6 18:34:15 18:34:15 18:34:15 ==> git version 2.25.1 found 18:34:15 ==> 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 18:34:15 Release-Date: 2020-01-08 18:34:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:34:15 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:34:15 ==> Jenkins CI detected. 18:34:15 current dir:  /w/workspace/edgex-go/1 18:34:15 project root: . 18:34:15 --> token set from env 18:34:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:34:15 ==> Running gcov in . (disable via -X gcov) 18:34:15 ==> Python coveragepy not found 18:34:15 ==> Searching for coverage reports in: 18:34:15 + . 18:34:16 -> Found 1 reports 18:34:16 ==> Detecting git/mercurial file structure 18:34:16 ==> Reading reports 18:34:16 + ./coverage.out bytes=447731 18:34:16 ==> Appending adjustments 18:34:16 https://docs.codecov.io/docs/fixing-reports 18:34:17 + Found adjustments 18:34:17 ==> Gzipping contents 18:34:17 60K /tmp/codecov.eyQi1c.gz 18:34:17 ==> Uploading reports 18:34:17 url: https://codecov.io 18:34:17 query: branch=PR-4578&commit=d560f776934a437f410fb6d52a44107f197ead06&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4578%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4578&job=&cmd_args= 18:34:17 -> Pinging Codecov 18:34:17 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4578&commit=d560f776934a437f410fb6d52a44107f197ead06&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4578%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4578&job=&cmd_args= 18:34:17 -> Uploading to 18:34:17 https://storage.googleapis.com/codecov/v4/raw/2023-05-24/00271124DB129430A58F1EEE437C3FCB/d560f776934a437f410fb6d52a44107f197ead06/1975046b-51b7-4b08-b2b4-e81a227b3790.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230524%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230524T183417Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d4fb5830fe926ebe5217ee6f2416cbf2ea7813bc1b32f0c5a756e08ca4603e1f 18:34:17 % Total % Received % Xferd Average Speed Time Time Time Current 18:34:17 Dload Upload Total Spent Left Speed 18:34:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57411 0 0 100 57411 0 230k --:--:-- --:--:-- --:--:-- 231k 18:34:17 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/d560f776934a437f410fb6d52a44107f197ead06 [Pipeline] } 18:34:17 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 18:34:19 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 18:34:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:34:20 ---> package-listing.sh 18:34:20 ++ facter osfamily 18:34:20 ++ tr '[:upper:]' '[:lower:]' 18:34:20 + OS_FAMILY=debian 18:34:20 + workspace=/w/workspace/edgex-go/1 18:34:20 + START_PACKAGES=/tmp/packages_start.txt 18:34:20 + END_PACKAGES=/tmp/packages_end.txt 18:34:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:34:20 + PACKAGES=/tmp/packages_start.txt 18:34:20 + '[' /w/workspace/edgex-go/1 ']' 18:34:20 + PACKAGES=/tmp/packages_end.txt 18:34:20 + case "${OS_FAMILY}" in 18:34:20 + dpkg -l 18:34:20 + grep '^ii' 18:34:20 + '[' -f /tmp/packages_start.txt ']' 18:34:20 + '[' -f /tmp/packages_end.txt ']' 18:34:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:34:20 + '[' /w/workspace/edgex-go/1 ']' 18:34:20 + mkdir -p /w/workspace/edgex-go/1/archives/ 18:34:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 18:34:20 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 18:34:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:34:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:34:21 18:34:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:34:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:34:21 latest: Pulling from edgex-lftools-log-publisher 18:34:21 5eb5b503b376: Pulling fs layer 18:34:21 5c69ac0246d0: Pulling fs layer 18:34:21 ec43610c2a17: Pulling fs layer 18:34:21 3a2ae6a8a46f: Pulling fs layer 18:34:21 33b1e0a273af: Pulling fs layer 18:34:21 3a2ae6a8a46f: Waiting 18:34:21 5d3b04190fa2: Pulling fs layer 18:34:21 2f39f015ded8: Pulling fs layer 18:34:21 33b1e0a273af: Waiting 18:34:21 5d3b04190fa2: Waiting 18:34:21 2f39f015ded8: Waiting 18:34:21 5c69ac0246d0: Verifying Checksum 18:34:21 5c69ac0246d0: Download complete 18:34:21 3a2ae6a8a46f: Verifying Checksum 18:34:21 3a2ae6a8a46f: Download complete 18:34:22 33b1e0a273af: Verifying Checksum 18:34:22 33b1e0a273af: Download complete 18:34:22 5d3b04190fa2: Verifying Checksum 18:34:22 5d3b04190fa2: Download complete 18:34:22 ec43610c2a17: Verifying Checksum 18:34:22 ec43610c2a17: Download complete 18:34:22 5eb5b503b376: Verifying Checksum 18:34:22 5eb5b503b376: Download complete 18:34:22 2f39f015ded8: Verifying Checksum 18:34:22 2f39f015ded8: Download complete 18:34:23 5eb5b503b376: Pull complete 18:34:23 5c69ac0246d0: Pull complete 18:34:23 ec43610c2a17: Pull complete 18:34:23 3a2ae6a8a46f: Pull complete 18:34:23 33b1e0a273af: Pull complete 18:34:23 5d3b04190fa2: Pull complete 18:34:28 2f39f015ded8: Pull complete 18:34:28 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:34:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:34:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:34:28 prd-ubuntu20.04-docker-8c-8g-16737 does not seem to be running inside a container 18:34:28 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:34:33 $ docker top 72e3d801d7eedd9a467151fc660ef0a503cb93bd35e0acf87f8829bd5b088a02 -eo pid,comm [Pipeline] { [Pipeline] sh 18:34:33 + touch /tmp/pre-build-complete [Pipeline] sh 18:34:34 + mkdir -p /var/log/sysstat [Pipeline] sh 18:34:34 + ls /var/log/sa-host 18:34:34 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:34:34 provisioning config files... 18:34:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config15730773985136365950tmp [Pipeline] { [Pipeline] echo 18:34:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:34:35 ---> create-netrc.sh [Pipeline] } 18:34:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:34:35 ---> python-tools-install.sh [Pipeline] echo 18:34:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:34:35 ---> sudo-logs.sh 18:34:35 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:34:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:34:36 ---> job-cost.sh 18:34:36 lf-activate-venv: SKIPPING 18:34:36 DEBUG: total: 0.10999999940395355 18:34:36 INFO: Retrieving Stack Cost... 18:34:36 INFO: Retrieving Pricing Info for: v3-standard-8 18:34:36 INFO: Archiving Costs [Pipeline] echo 18:34:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:34:37 ---> logs-deploy.sh 18:34:37 lf-activate-venv: SKIPPING 18:34:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4578/1 18:34:37 INFO: archiving workspace using pattern(s): 18:34:38 Archives upload complete. 18:34:38 INFO: archiving logs to Nexus