Pull request #4573 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch main at 32cb5413f266176248a0713c2644b680483ab760 rather than 6d279947a99938422b6909b09f8eab4500d83dc0 Obtained Jenkinsfile from 32cb5413f266176248a0713c2644b680483ab760 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-ssh17923074024949518306.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-ssh4186985515287922860.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-4573/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-4573/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14260496803005416250.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-4573/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2463085961122083584.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-ssh8962177870669193112.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-4573/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-4573/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10560771753952333096.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-16252 in /w/workspace/edgexfoundry_edgex-go_PR-4573 [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/4573/head:refs/remotes/origin/PR-4573 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 32cb5413f266176248a0713c2644b680483ab760 into PR head commit 6d279947a99938422b6909b09f8eab4500d83dc0 Merge succeeded, producing 6d279947a99938422b6909b09f8eab4500d83dc0 Checking out Revision 6d279947a99938422b6909b09f8eab4500d83dc0 (PR-4573) > git config core.sparsecheckout # timeout=10 > git checkout -f 6d279947a99938422b6909b09f8eab4500d83dc0 # 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 32cb5413f266176248a0713c2644b680483ab760 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6d279947a99938422b6909b09f8eab4500d83dc0 # timeout=10 Commit message: "fix: Remove all references to v2" 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 03:45:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:45:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:45:23 ========================================================= 03:45:23 EdgeX Global Pipelines Version Info 03:45:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:45:24 ------------------- 03:45:24 stable info: 03:45:24 ------------------- 03:45:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:45:24 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 03:45:24 Message: update stable to v1.0.249 03:45:24 ------------------- 03:45:24 experimental info: 03:45:24 ------------------- 03:45:24 Commited By: **** collab-it+edgex@linuxfoundation.org 03:45:24 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 03:45:24 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:45:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 03:45:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:45:26 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:45:26 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:45:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4573 [Pipeline] echo 03:45:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4573 [Pipeline] echo 03:45:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4573 [Pipeline] echo 03:45:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6d279947a99938422b6909b09f8eab4500d83dc0 [Pipeline] echo 03:45:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6d27994 [Pipeline] echo 03:45:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:45:26 provisioning config files... 03:45:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13340237255241463602tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:45:26 ---> docker-login.sh 03:45:26 nexus3.edgexfoundry.org:10001 03:45:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:27 Configure a credential helper to remove this warning. See 03:45:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:27 03:45:27 Login Succeeded 03:45:27 nexus3.edgexfoundry.org:10002 03:45:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:27 Configure a credential helper to remove this warning. See 03:45:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:27 03:45:27 Login Succeeded 03:45:27 nexus3.edgexfoundry.org:10003 03:45:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:27 Configure a credential helper to remove this warning. See 03:45:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:27 03:45:27 Login Succeeded 03:45:27 nexus3.edgexfoundry.org:10004 03:45:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:27 Configure a credential helper to remove this warning. See 03:45:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:27 03:45:27 Login Succeeded 03:45:27 docker.io 03:45:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:45:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:45:27 Configure a credential helper to remove this warning. See 03:45:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:45:27 03:45:27 Login Succeeded 03:45:27 ---> docker-login.sh ends [Pipeline] } 03:45:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:45:28 + 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 03:45:28 + dirname cmd/core-command/Dockerfile 03:45:28 + cut -d/ -f2 03:45:28 + echo core-command,cmd/core-command/Dockerfile 03:45:28 + dirname cmd/core-common-config-bootstrapper/Dockerfile 03:45:28 + cut -d/ -f2 03:45:28 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 03:45:28 + dirname cmd/core-data/Dockerfile 03:45:28 + cut -d/ -f2 03:45:28 + echo core-data,cmd/core-data/Dockerfile 03:45:28 + dirname cmd/core-metadata/Dockerfile 03:45:28 + cut -d/ -f2 03:45:28 + echo core-metadata,cmd/core-metadata/Dockerfile 03:45:28 + dirname cmd/security-bootstrapper/Dockerfile 03:45:28 + cut -d/ -f2 03:45:28 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:45:28 + dirname cmd/security-proxy-auth/Dockerfile 03:45:28 + cut -d/ -f2 03:45:28 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 03:45:28 + dirname cmd/security-proxy-setup/Dockerfile 03:45:28 + cut -d/ -f2 03:45:28 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:45:28 + dirname cmd/security-secretstore-setup/Dockerfile 03:45:28 + cut -d/ -f2 03:45:28 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:45:28 + dirname cmd/security-spiffe-token-provider/Dockerfile 03:45:28 + cut -d/ -f2 03:45:28 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 03:45:28 + dirname cmd/security-spire-agent/Dockerfile 03:45:28 + cut -d/ -f2 03:45:28 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 03:45:28 + dirname cmd/security-spire-config/Dockerfile 03:45:28 + cut -d/ -f2 03:45:28 + echo security-spire-config,cmd/security-spire-config/Dockerfile 03:45:28 + dirname cmd/security-spire-server/Dockerfile 03:45:28 + cut -d/ -f2 03:45:28 + echo security-spire-server,cmd/security-spire-server/Dockerfile 03:45:28 + dirname cmd/support-notifications/Dockerfile 03:45:28 + cut -d/ -f2 03:45:28 + echo support-notifications,cmd/support-notifications/Dockerfile 03:45:28 + dirname cmd/support-scheduler/Dockerfile 03:45:28 + cut -d/ -f2 03:45:28 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 03:45:28 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 03:45:29 + git rev-list -1 --merges 6d279947a99938422b6909b09f8eab4500d83dc0~1..6d279947a99938422b6909b09f8eab4500d83dc0 [Pipeline] echo 03:45:29 -----------> git rev-list -1 --merges 6d279947a99938422b6909b09f8eab4500d83dc0~1..6d279947a99938422b6909b09f8eab4500d83dc0 6d279947a99938422b6909b09f8eab4500d83dc0 [false] [Pipeline] sh 03:45:29 + git log --format=format:%s -1 6d279947a99938422b6909b09f8eab4500d83dc0 [Pipeline] echo 03:45:29 ========================================================= 03:45:29 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:45:29 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 03:45:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:45:29 + grep -v github /etc/ssh/ssh_known_hosts 03:45:29 + [ -e /tmp/ssh_known_hosts ] 03:45:29 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:45:29 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:45:29 + sudo tee -a /etc/ssh/ssh_known_hosts 03:45:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:45:30 03:45:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:45:30 0.1.4: Pulling from edgex-devops/py-git-semver 03:45:30 b85a868b505f: Pulling fs layer 03:45:30 e2be974225ed: Pulling fs layer 03:45:30 339a4e72a1f5: Pulling fs layer 03:45:30 988bab9f4d93: Pulling fs layer 03:45:30 1469e6f7b9e6: Pulling fs layer 03:45:30 eaf3925da568: Pulling fs layer 03:45:30 bab4dde63d76: Pulling fs layer 03:45:30 bde34c3a00c8: Pulling fs layer 03:45:30 b352a97aabf1: Pulling fs layer 03:45:30 4872d77fe225: Pulling fs layer 03:45:30 5851b861e8e6: Pulling fs layer 03:45:30 eaf3925da568: Waiting 03:45:30 bab4dde63d76: Waiting 03:45:30 988bab9f4d93: Waiting 03:45:30 4872d77fe225: Waiting 03:45:30 5851b861e8e6: Waiting 03:45:30 b352a97aabf1: Waiting 03:45:30 bde34c3a00c8: Waiting 03:45:30 1469e6f7b9e6: Waiting 03:45:30 e2be974225ed: Verifying Checksum 03:45:30 e2be974225ed: Download complete 03:45:30 988bab9f4d93: Verifying Checksum 03:45:30 988bab9f4d93: Download complete 03:45:31 1469e6f7b9e6: Download complete 03:45:31 eaf3925da568: Verifying Checksum 03:45:31 eaf3925da568: Download complete 03:45:31 339a4e72a1f5: Verifying Checksum 03:45:31 339a4e72a1f5: Download complete 03:45:31 bde34c3a00c8: Verifying Checksum 03:45:31 bde34c3a00c8: Download complete 03:45:31 b352a97aabf1: Download complete 03:45:31 4872d77fe225: Download complete 03:45:31 5851b861e8e6: Verifying Checksum 03:45:31 5851b861e8e6: Download complete 03:45:31 b85a868b505f: Verifying Checksum 03:45:31 b85a868b505f: Download complete 03:45:31 bab4dde63d76: Verifying Checksum 03:45:31 bab4dde63d76: Download complete 03:45:32 b85a868b505f: Pull complete 03:45:32 e2be974225ed: Pull complete 03:45:32 339a4e72a1f5: Pull complete 03:45:33 988bab9f4d93: Pull complete 03:45:33 1469e6f7b9e6: Pull complete 03:45:33 eaf3925da568: Pull complete 03:45:36 bab4dde63d76: Pull complete 03:45:36 bde34c3a00c8: Pull complete 03:45:36 b352a97aabf1: Pull complete 03:45:36 4872d77fe225: Pull complete 03:45:36 5851b861e8e6: Pull complete 03:45:36 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 03:45:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:45:36 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:45:36 prd-ubuntu20.04-docker-8c-8g-16252 does not seem to be running inside a container 03:45:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:45:39 $ docker top 1fbbcceb174d59b388a1289d94751e2521aedf3cd8cc2644075fb657e1693a56 -eo pid,comm 03:45:39 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). 03:45:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:45:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:45:39 [ssh-agent] Looking for ssh-agent implementation... 03:45:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:45:39 $ docker exec 1fbbcceb174d59b388a1289d94751e2521aedf3cd8cc2644075fb657e1693a56 ssh-agent 03:45:39 SSH_AUTH_SOCK=/tmp/ssh-qkNbP8NBkNDR/agent.33 03:45:39 SSH_AGENT_PID=39 03:45:39 Running ssh-add (command line suppressed) 03:45:40 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7927819346882593311.key (/w/workspace/edgex-go/1@tmp/private_key_7927819346882593311.key) 03:45:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:45:40 + git tag --points-at HEAD [Pipeline] } 03:45:40 $ docker exec --env ******** --env ******** 1fbbcceb174d59b388a1289d94751e2521aedf3cd8cc2644075fb657e1693a56 ssh-agent -k 03:45:40 unset SSH_AUTH_SOCK; 03:45:40 unset SSH_AGENT_PID; 03:45:40 echo Agent pid 39 killed; 03:45:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:45:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:45:40 [ssh-agent] Looking for ssh-agent implementation... 03:45:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:45:40 $ docker exec 1fbbcceb174d59b388a1289d94751e2521aedf3cd8cc2644075fb657e1693a56 ssh-agent 03:45:40 SSH_AUTH_SOCK=/tmp/ssh-6Cbc16GIENcy/agent.71 03:45:40 SSH_AGENT_PID=77 03:45:40 Running ssh-add (command line suppressed) 03:45:40 Identity added: /w/workspace/edgex-go/1@tmp/private_key_16537848578201797287.key (/w/workspace/edgex-go/1@tmp/private_key_16537848578201797287.key) 03:45:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:45:41 + git semver init 03:45:41 2023-05-22 03:45:41,547 [run_init] DEBUG init version:0.0.0 force:False 03:45:41 2023-05-22 03:45:41,548 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 03:45:41 2023-05-22 03:45:41,548 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 03:45:41 2023-05-22 03:45:41,549 [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) 03:45:47 2023-05-22 03:45:47,386 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 03:45:47 2023-05-22 03:45:47,387 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4573 with force:False 03:45:47 2023-05-22 03:45:47,387 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4573 03:45:47 2023-05-22 03:45:47,391 [execute] INFO git cat-file --batch-check 03:45:47 2023-05-22 03:45:47,392 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 03:45:47 2023-05-22 03:45:47,398 [execute] INFO git cat-file --batch 03:45:47 2023-05-22 03:45:47,398 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 03:45:47 2023-05-22 03:45:47,404 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4573 03:45:47 0.0.0 [Pipeline] } 03:45:47 $ docker exec --env ******** --env ******** 1fbbcceb174d59b388a1289d94751e2521aedf3cd8cc2644075fb657e1693a56 ssh-agent -k 03:45:47 unset SSH_AUTH_SOCK; 03:45:47 unset SSH_AGENT_PID; 03:45:47 echo Agent pid 77 killed; 03:45:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:45:48 + git semver [Pipeline] } 03:45:48 $ docker stop --time=1 1fbbcceb174d59b388a1289d94751e2521aedf3cd8cc2644075fb657e1693a56 03:45:50 $ docker rm -f --volumes 1fbbcceb174d59b388a1289d94751e2521aedf3cd8cc2644075fb657e1693a56 [Pipeline] // withDockerContainer [Pipeline] sh 03:45:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:45:50 Stashed 1 file(s) [Pipeline] echo 03:45:50 [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 03:45:51 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 03:45:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:45:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:45:51 ========================================================= 03:45:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 03:45:51 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:45:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 03:45:52 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 03:45:52 f56be85fc22e: Pulling fs layer 03:45:52 85791d961cd3: Pulling fs layer 03:45:52 d694b5ae8c79: Pulling fs layer 03:45:52 9f32a84ed3da: Pulling fs layer 03:45:52 4d19c01a9841: Pulling fs layer 03:45:52 9325e15d5711: Pulling fs layer 03:45:52 556b6ee489ea: Pulling fs layer 03:45:52 c5a4b2cf53e6: Pulling fs layer 03:45:52 9f32a84ed3da: Waiting 03:45:52 9325e15d5711: Waiting 03:45:52 4d19c01a9841: Waiting 03:45:52 556b6ee489ea: Waiting 03:45:52 c5a4b2cf53e6: Waiting 03:45:52 85791d961cd3: Download complete 03:45:52 9f32a84ed3da: Verifying Checksum 03:45:52 9f32a84ed3da: Download complete 03:45:52 4d19c01a9841: Download complete 03:45:52 f56be85fc22e: Verifying Checksum 03:45:52 f56be85fc22e: Download complete 03:45:52 9325e15d5711: Verifying Checksum 03:45:52 9325e15d5711: Download complete 03:45:52 f56be85fc22e: Pull complete 03:45:52 85791d961cd3: Pull complete 03:45:52 c5a4b2cf53e6: Download complete 03:45:53 d694b5ae8c79: Verifying Checksum 03:45:53 d694b5ae8c79: Download complete 03:45:53 556b6ee489ea: Verifying Checksum 03:45:53 556b6ee489ea: Download complete 03:45:56 d694b5ae8c79: Pull complete 03:45:56 9f32a84ed3da: Pull complete 03:45:56 4d19c01a9841: Pull complete 03:45:56 9325e15d5711: Pull complete 03:45:59 556b6ee489ea: Pull complete 03:45:59 c5a4b2cf53e6: Pull complete 03:45:59 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 03:45:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 03:45:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 03:46:00 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 03:46:00 WORKDIR /edgex 03:46:00 COPY go.mod . 03:46:00 RUN go mod download 03:46:00 + docker build -t ci-base-image-x86_64 -f - . 03:46:00 Sending build context to Docker daemon 170.7MB 03:46:00 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 03:46:00 ---> c4be618373d6 03:46:00 Step 2/4 : WORKDIR /edgex 03:46:04 ---> Running in 51bf4bfabd2d 03:46:04 Removing intermediate container 51bf4bfabd2d 03:46:04 ---> 521d7d51fd0d 03:46:04 Step 3/4 : COPY go.mod . 03:46:04 ---> c207cdfc9e56 03:46:04 Step 4/4 : RUN go mod download 03:46:04 ---> Running in 316b3d677288 03:46:06 Still waiting to schedule task 03:46:06 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 03:46:19 Removing intermediate container 316b3d677288 03:46:19 ---> e5903d0fbbf3 03:46:19 Successfully built e5903d0fbbf3 03:46:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:20 + docker inspect -f . ci-base-image-x86_64 03:46:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:46:20 prd-ubuntu20.04-docker-8c-8g-16252 does not seem to be running inside a container 03:46:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:46:21 $ docker top bd1b3ec4d447eea2ba9408eb630161f0959a691ee611f7300b88c63dfc944fbd -eo pid,comm [Pipeline] { [Pipeline] sh 03:46:21 + go version 03:46:21 go version go1.20.2 linux/amd64 [Pipeline] } 03:46:21 $ docker stop --time=1 bd1b3ec4d447eea2ba9408eb630161f0959a691ee611f7300b88c63dfc944fbd 03:46:22 $ docker rm -f --volumes bd1b3ec4d447eea2ba9408eb630161f0959a691ee611f7300b88c63dfc944fbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:23 + docker inspect -f . ci-base-image-x86_64 03:46:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:46:23 prd-ubuntu20.04-docker-8c-8g-16252 does not seem to be running inside a container 03:46:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:46:23 $ docker top 61058e2038cba5d5c193fbc3c2100ad9cb96daa3b2c663cc637af2e661679348 -eo pid,comm [Pipeline] { [Pipeline] echo 03:46:24 ========================================================= 03:46:24 [edgeXBuildGoParallel] Running Tests and Build... 03:46:24 ========================================================= [Pipeline] sh 03:46:24 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 03:46:24 + make test 03:46:24 go test -race -coverprofile=coverage.out ./... 03:46:31 ? github.com/edgexfoundry/edgex-go [no test files] 03:46:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:46:43 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 03:46:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:46:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:46:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:46:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:46:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:46:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 03:46:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:46:45 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 03:46:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:46:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:46:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:46:45 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 03:46:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:46:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:46:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.050s coverage: 28.7% of statements 03:46:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.070s coverage: 98.5% of statements 03:46:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 03:46:48 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 03:46:48 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 03:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:46:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 03:46:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 03:46:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 03:46:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:46:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 03:46:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.082s coverage: 71.5% of statements 03:46:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.069s coverage: 54.0% of statements 03:46:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:46:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:46:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.612s coverage: 88.5% of statements 03:46:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.063s coverage: 3.8% of statements 03:46:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 03:46:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 03:46:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 03:46:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.321s coverage: 95.6% of statements 03:46:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:46:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 03:46:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 03:46:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:46:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:46:54 ok github.com/edgexfoundry/edgex-go/internal/io 0.053s coverage: 72.2% of statements 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:46:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.062s coverage: 65.9% of statements 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:46:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.063s coverage: 0.9% of statements 03:46:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.056s coverage: 29.0% of statements 03:46:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 42.9% of statements 03:46:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 82.9% of statements 03:46:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements 03:46:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements 03:46:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 03:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:46:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:46:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 03:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:47:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:47:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:47:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 03:47:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 03:47:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 03:47:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:47:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:47:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:47:05 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 03:47:05 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 03:47:05 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 03:47:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 03:47:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 03:47:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 03:47:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:47:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 03:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 03:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 03:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 03:47:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements 03:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 03:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.264s coverage: 79.9% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.108s coverage: 92.9% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 64.4% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.072s coverage: 62.3% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.045s coverage: 20.0% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 81.8% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.099s coverage: 82.1% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.047s coverage: 86.0% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.165s coverage: 63.1% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 89.4% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.182s coverage: 38.4% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.055s coverage: 89.5% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.047s coverage: 84.8% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.120s coverage: 92.3% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.059s coverage: 61.5% of statements 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.071s coverage: 97.7% of statements 03:47:21 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 03:47:21 running golangci-lint 03:47:21 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 03:47:21 go version go1.20.2 linux/amd64 03:47:21 level=info msg="[config_reader] Used config file .golangci.yml" 03:47:21 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 03:47:35 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|name|deps|exports_file|imports|types_sizes) took 13.704922941s" 03:47:35 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 34.395796ms" 03:47:37 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16253 in /w/workspace/edgexfoundry_edgex-go_PR-4573 [Pipeline] { [Pipeline] ws 03:47:37 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 03:47:37 The recommended git tool is: git 03:47:42 level=info msg="[linters_context/goanalysis] analyzers took 56.269230569s with top 10 stages: buildir: 33.113243919s, fact_deprecated: 1.599009826s, inspect: 1.571610254s, gosec: 1.229166739s, S1038: 897.815451ms, fact_purity: 892.061753ms, nilness: 878.171716ms, printf: 863.133238ms, ctrlflow: 705.349431ms, typedness: 639.00266ms" 03:47:42 level=info msg="[runner] Issues before processing: 203, after processing: 0" 03:47:42 level=info msg="[runner] Processors filtering stat (out/in): identifier_marker: 203/203, autogenerated_exclude: 203/203, exclude-rules: 23/203, nolint: 0/23, skip_files: 203/203, filename_unadjuster: 203/203, skip_dirs: 203/203, cgo: 203/203, exclude: 203/203, path_prettifier: 203/203" 03:47:42 level=info msg="[runner] processing took 21.560062ms with stages: nolint: 11.443483ms, identifier_marker: 4.955324ms, exclude-rules: 1.92255ms, autogenerated_exclude: 1.357485ms, path_prettifier: 1.247044ms, skip_dirs: 525.165µs, cgo: 64.231µs, filename_unadjuster: 38.74µs, max_same_issues: 1.3µs, uniq_by_line: 750ns, diff: 690ns, exclude: 610ns, max_per_file_from_linter: 470ns, skip_files: 440ns, max_from_linter: 430ns, severity-rules: 390ns, sort_results: 290ns, source_code: 280ns, path_shortener: 280ns, path_prefixer: 110ns" 03:47:42 level=info msg="[runner] linters took 7.960633613s with stages: goanalysis_metalinter: 7.93894528s" 03:47:42 level=info msg="File cache stats: 0 entries of total size 0B" 03:47:42 level=info msg="Memory: 219 samples, avg is 205.7MB, max is 810.6MB" 03:47:42 level=info msg="Execution took 21.709527246s" 03:47:42 go vet ./... 03:47:43 using credential edgex-jenkins-ssh 03:47:43 Cloning the remote Git repository 03:47:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:47:43 > git init /w/workspace/edgex-go/1 # timeout=10 03:47:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:47:44 > git --version # timeout=10 03:47:44 > git --version # 'git version 2.25.1' 03:47:44 using GIT_SSH to set credentials SSH Credentials for GitHub 03:47:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:47:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:47:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:47:47 ./bin/test-attribution-txt.sh [Pipeline] echo 03:47:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 03:47:47 + ls -al . 03:47:47 total 704 03:47:47 drwxrwxr-x 11 1001 1001 4096 May 22 03:46 . 03:47:47 drwxr-xr-x 4 root root 4096 May 22 03:46 .. 03:47:47 drwxrwxr-x 2 1001 1001 4096 May 22 03:45 .blubracket 03:47:47 -rw-rw-r-- 1 1001 1001 16 May 22 03:45 .dockerignore 03:47:47 drwxrwxr-x 8 1001 1001 4096 May 22 03:45 .git 03:47:47 drwxrwxr-x 3 1001 1001 4096 May 22 03:45 .github 03:47:47 -rw-rw-r-- 1 1001 1001 1133 May 22 03:45 .gitignore 03:47:47 -rw-rw-r-- 1 1001 1001 42 May 22 03:45 .golangci.yml 03:47:47 -rw-rw-r-- 1 1001 1001 87 May 22 03:45 .hadolint.yml 03:47:47 drwxr-xr-x 3 1001 1001 4096 May 22 03:45 .semver 03:47:47 -rw-rw-r-- 1 1001 1001 166 May 22 03:45 .sonarcloud.properties 03:47:47 -rw-rw-r-- 1 1001 1001 1171 May 22 03:45 ADOPTERS.md 03:47:47 -rw-rw-r-- 1 1001 1001 10835 May 22 03:45 Attribution.txt 03:47:47 -rw-rw-r-- 1 1001 1001 73765 May 22 03:45 CHANGELOG.md 03:47:47 -rw-rw-r-- 1 1001 1001 3804 May 22 03:45 CONTRIBUTING.md 03:47:47 -rw-rw-r-- 1 1001 1001 677 May 22 03:45 GOVERNANCE.md 03:47:47 -rw-rw-r-- 1 1001 1001 883 May 22 03:45 Jenkinsfile 03:47:47 -rw-rw-r-- 1 1001 1001 10775 May 22 03:45 LICENSE 03:47:47 -rw-rw-r-- 1 1001 1001 14368 May 22 03:45 Makefile 03:47:47 -rw-rw-r-- 1 1001 1001 582 May 22 03:45 OWNERS.md 03:47:47 -rw-rw-r-- 1 1001 1001 9902 May 22 03:45 README.md 03:47:47 -rw-rw-r-- 1 1001 1001 789 May 22 03:45 SECURITY.md 03:47:47 -rw-rw-r-- 1 1001 1001 5 May 22 03:45 VERSION 03:47:47 drwxrwxr-x 2 1001 1001 4096 May 22 03:45 bin 03:47:47 drwxrwxr-x 18 1001 1001 4096 May 22 03:45 cmd 03:47:47 -rw-r--r-- 1 root root 447731 May 22 03:47 coverage.out 03:47:47 -rw-rw-r-- 1 1001 1001 3200 May 22 03:45 go.mod 03:47:47 -rw-rw-r-- 1 1001 1001 31040 May 22 03:45 go.sum 03:47:47 drwxrwxr-x 7 1001 1001 4096 May 22 03:45 internal 03:47:47 drwxrwxr-x 3 1001 1001 4096 May 22 03:45 openapi 03:47:47 -rw-rw-r-- 1 1001 1001 594 May 22 03:45 security.txt 03:47:47 drwxrwxr-x 4 1001 1001 4096 May 22 03:45 snap 03:47:47 -rw-rw-r-- 1 1001 1001 204 May 22 03:45 version.go [Pipeline] sh 03:47:48 + '[' -e coverage.out ] 03:47:48 + chown 1001:1001 coverage.out [Pipeline] stash 03:47:48 Stashed 1 file(s) [Pipeline] sh 03:47:48 + make build 03:47:48 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 03:48:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:48:01 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 03:48:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:48:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:48:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:48:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:48:01 using GIT_SSH to set credentials SSH Credentials for GitHub 03:48:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4573/head:refs/remotes/origin/PR-4573 +refs/heads/main:refs/remotes/origin/main # timeout=10 03:48:02 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 03:48:02 Merging remotes/origin/main commit 32cb5413f266176248a0713c2644b680483ab760 into PR head commit 6d279947a99938422b6909b09f8eab4500d83dc0 03:48:03 Merge succeeded, producing 6d279947a99938422b6909b09f8eab4500d83dc0 03:48:03 Checking out Revision 6d279947a99938422b6909b09f8eab4500d83dc0 (PR-4573) 03:48:03 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 03:48:02 > git config core.sparsecheckout # timeout=10 03:48:02 > git checkout -f 6d279947a99938422b6909b09f8eab4500d83dc0 # timeout=10 03:48:02 > git remote # timeout=10 03:48:02 > git config --get remote.origin.url # timeout=10 03:48:02 using GIT_SSH to set credentials SSH Credentials for GitHub 03:48:02 > git merge 32cb5413f266176248a0713c2644b680483ab760 # timeout=10 03:48:03 > git rev-parse HEAD^{commit} # timeout=10 03:48:03 > git config core.sparsecheckout # timeout=10 03:48:03 > git checkout -f 6d279947a99938422b6909b09f8eab4500d83dc0 # timeout=10 03:48:06 Commit message: "fix: Remove all references to v2" 03:48:06 > git --version # timeout=10 03:48:06 > git --version # 'git version 2.25.1' 03:48:06 fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:48:07 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:48:07 % Total % Received % Xferd Average Speed Time Time Time Current 03:48:07 Dload Upload Total Spent Left Speed 03:48:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 102k 0 --:--:-- --:--:-- --:--:-- 102k [Pipeline] sh 03:48:08 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:48:09 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:48:09 + sudo tee /etc/docker/daemon.new 03:48:09 { 03:48:09 "registry-mirrors": [ 03:48:09 "https://nexus3.edgexfoundry.org:10001" 03:48:09 ], 03:48:09 "bip": "10.250.0.254/24", 03:48:09 "hosts": [ 03:48:09 "tcp://0.0.0.0:5555", 03:48:09 "unix:///var/run/docker.sock" 03:48:09 ], 03:48:09 "mtu": 1458, 03:48:09 "selinux-enabled": true, 03:48:09 "seccomp-profile": "/etc/docker/seccomp.json" 03:48:09 } [Pipeline] sh 03:48:09 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:48:09 + sudo service docker restart 03:48:10 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 03:48:11 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 03:48:12 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:48:13 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 03:48:14 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 03:48:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:48:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 03:48:18 $ docker stop --time=1 61058e2038cba5d5c193fbc3c2100ad9cb96daa3b2c663cc637af2e661679348 03:48:22 $ docker rm -f --volumes 61058e2038cba5d5c193fbc3c2100ad9cb96daa3b2c663cc637af2e661679348 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:48:23 03:48:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:48:24 latest: Pulling from edgex-devops/edgex-compose 03:48:24 cbdbe7a5bc2a: Pulling fs layer 03:48:24 ca9280d653b3: Pulling fs layer 03:48:24 7e9c9ca2126c: Pulling fs layer 03:48:24 cbdbe7a5bc2a: Verifying Checksum 03:48:24 cbdbe7a5bc2a: Download complete 03:48:24 cbdbe7a5bc2a: Pull complete 03:48:24 ca9280d653b3: Verifying Checksum 03:48:24 ca9280d653b3: Download complete 03:48:24 7e9c9ca2126c: Verifying Checksum 03:48:24 ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:48:28 provisioning config files... 03:48:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15241505660517778685tmp 03:48:28 7e9c9ca2126c: Pull complete 03:48:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:48:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:48:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:48:28 prd-ubuntu20.04-docker-8c-8g-16252 does not seem to be running inside a container 03:48:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:48:28 ---> docker-login.sh 03:48:28 nexus3.edgexfoundry.org:10001 03:48:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:48:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:48:29 Configure a credential helper to remove this warning. See 03:48:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:48:29 03:48:29 Login Succeeded 03:48:29 nexus3.edgexfoundry.org:10002 03:48:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:48:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:48:29 Configure a credential helper to remove this warning. See 03:48:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:48:29 03:48:29 Login Succeeded 03:48:29 nexus3.edgexfoundry.org:10003 03:48:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:48:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:48:29 Configure a credential helper to remove this warning. See 03:48:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:48:29 03:48:29 Login Succeeded 03:48:29 nexus3.edgexfoundry.org:10004 03:48:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:48:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:48:30 Configure a credential helper to remove this warning. See 03:48:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:48:30 03:48:30 Login Succeeded 03:48:30 docker.io 03:48:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:48:30 $ docker top 3edf20c4a1cd61fc90e9831a5218bed5c6b515d79cc605f8624c95edb8eadab2 -eo pid,comm [Pipeline] { 03:48:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:48:30 Configure a credential helper to remove this warning. See 03:48:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:48:30 03:48:30 Login Succeeded 03:48:30 ---> docker-login.sh ends [Pipeline] } 03:48:30 Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 03:48:31 + + grepdocker-compose parallel build 03:48:31 --help [Pipeline] sh 03:48:31 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 03:48:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:48:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:48:31 ========================================================= 03:48:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 03:48:31 ========================================================= 03:48:31 --parallel Build images in parallel. [Pipeline] fileExists [Pipeline] sh [Pipeline] } 03:48:31 $ docker stop --time=1 3edf20c4a1cd61fc90e9831a5218bed5c6b515d79cc605f8624c95edb8eadab2 03:48:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 03:48:32 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:48:32 c41833b44d91: Pulling fs layer 03:48:32 ed15518f5707: Pulling fs layer 03:48:32 feae8fd75edb: Pulling fs layer 03:48:32 242c74f7c9fa: Pulling fs layer 03:48:32 3cdef696dda3: Pulling fs layer 03:48:32 2ced38df9373: Pulling fs layer 03:48:32 58f1dce35555: Pulling fs layer 03:48:32 3cdef696dda3: Waiting 03:48:32 2ced38df9373: Waiting 03:48:32 242c74f7c9fa: Waiting 03:48:32 58f1dce35555: Waiting 03:48:32 ed15518f5707: Verifying Checksum 03:48:32 ed15518f5707: Download complete 03:48:32 242c74f7c9fa: Verifying Checksum 03:48:32 242c74f7c9fa: Download complete 03:48:32 3cdef696dda3: Verifying Checksum 03:48:32 3cdef696dda3: Download complete 03:48:32 c41833b44d91: Verifying Checksum 03:48:32 c41833b44d91: Download complete 03:48:33 $ docker rm -f --volumes 3edf20c4a1cd61fc90e9831a5218bed5c6b515d79cc605f8624c95edb8eadab2 [Pipeline] // withDockerContainer [Pipeline] writeFile 03:48:33 c41833b44d91: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:33 58f1dce35555: Verifying Checksum 03:48:33 58f1dce35555: Download complete 03:48:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:48:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:48:33 prd-ubuntu20.04-docker-8c-8g-16252 does not seem to be running inside a container 03:48:33 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:48:34 ed15518f5707: Pull complete 03:48:34 $ docker top 1cc98ebbd9e73cd9f1b3e90b41b90bc79d43008d9e784d0b76b2f6f19115de81 -eo pid,comm [Pipeline] { [Pipeline] sh 03:48:34 + docker-compose -f ./docker-compose-build.yml build --parallel 03:48:34 feae8fd75edb: Verifying Checksum 03:48:34 feae8fd75edb: Download complete 03:48:35 2ced38df9373: Verifying Checksum 03:48:35 2ced38df9373: Download complete 03:48:35 Building core-command ... 03:48:35 Building core-common-config-bootstrapper ... 03:48:35 Building core-data ... 03:48:35 Building core-metadata ... 03:48:35 Building security-bootstrapper ... 03:48:35 Building security-proxy-auth ... 03:48:35 Building security-proxy-setup ... 03:48:35 Building security-secretstore-setup ... 03:48:35 Building security-spiffe-token-provider ... 03:48:35 Building security-spire-agent ... 03:48:35 Building security-spire-config ... 03:48:35 Building security-spire-server ... 03:48:35 Building support-notifications ... 03:48:35 Building support-scheduler ... 03:48:35 Building security-secretstore-setup 03:48:35 Building core-metadata 03:48:35 Building security-proxy-auth 03:48:35 Building core-data 03:48:35 Building security-proxy-setup 03:48:47 feae8fd75edb: Pull complete 03:48:47 242c74f7c9fa: Pull complete 03:48:47 3cdef696dda3: Pull complete 03:48:47 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 03:48:47 Step 2/25 : FROM ${BUILDER_BASE} AS builder 03:48:47 ---> e5903d0fbbf3 03:48:47 Step 3/25 : WORKDIR /edgex-go 03:48:47 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 03:48:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:48:47 ---> e5903d0fbbf3 03:48:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 03:48:47 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 03:48:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:48:47 ---> e5903d0fbbf3 03:48:47 Step 3/22 : WORKDIR /edgex-go 03:48:47 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 03:48:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:48:47 ---> e5903d0fbbf3 03:48:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 03:48:47 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 03:48:47 Step 2/25 : FROM ${BUILDER_BASE} AS builder 03:48:47 ---> e5903d0fbbf3 03:48:47 Step 3/25 : ARG ADD_BUILD_TAGS="" 03:48:52 2ced38df9373: Pull complete 03:48:55 58f1dce35555: Pull complete 03:48:55 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 03:48:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 03:48:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 03:48:55 ---> Running in 815633436a0f 03:48:55 ---> Running in 0fbb9d957d21 03:48:55 ---> Running in 12d3d7a2d22a 03:48:55 ---> Running in 45e30dabbfce 03:48:55 ---> Running in da43d4163d71 03:48:55 Removing intermediate container 0fbb9d957d21 03:48:55 ---> 9032c998789d 03:48:55 Step 4/23 : WORKDIR /edgex-go 03:48:55 Removing intermediate container 815633436a0f 03:48:55 ---> 0a37f5aec923 03:48:55 Step 4/25 : WORKDIR /edgex-go ---> Running in 1276770087a9 03:48:55 03:48:55 Removing intermediate container 12d3d7a2d22a 03:48:55 ---> 96d4c25fe5fe 03:48:55 Step 4/25 : RUN apk add --update --no-cache make git 03:48:55 Removing intermediate container 45e30dabbfce 03:48:55 ---> 8626432c8981 03:48:55 Step 4/23 : WORKDIR /edgex-go 03:48:55 ---> Running in f63dd9dd50cc 03:48:55 Removing intermediate container da43d4163d71 03:48:55 ---> 7ff4e3257aaf 03:48:55 Step 4/22 : RUN apk add --update --no-cache make git 03:48:55 ---> Running in edecf9701c94 03:48:55 ---> Running in f619c9748217 03:48:55 ---> Running in 61ec81f290a2 03:48:55 Removing intermediate container 1276770087a9 03:48:55 ---> 292933ba926a 03:48:55 Step 5/23 : RUN apk add --update --no-cache make git 03:48:55 Removing intermediate container f63dd9dd50cc 03:48:55 ---> cff52176245c 03:48:55 Step 5/25 : RUN apk add --update --no-cache make git 03:48:55 ---> Running in 43ff37fe995e 03:48:55 Removing intermediate container f619c9748217 03:48:55 ---> e195b0e01427 03:48:55 Step 5/23 : RUN apk add --update --no-cache make git 03:48:55 ---> Running in 0cbbf5e4e011 03:48:55 ---> Running in 55a0446dcaf1 03:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:48:55 OK: 265 MiB in 53 packages 03:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:48:55 OK: 265 MiB in 53 packages 03:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:48:55 OK: 265 MiB in 53 packages 03:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:48:55 Removing intermediate container edecf9701c94 03:48:55 ---> d3b160fbf552 03:48:55 Step 5/25 : COPY go.mod vendor* ./ 03:48:55 Removing intermediate container 61ec81f290a2 03:48:55 ---> 8e4f91ce450a 03:48:55 Step 5/22 : COPY go.mod vendor* ./ 03:48:55 ---> 759f6c0a69c0 03:48:55 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:48:55 OK: 265 MiB in 53 packages 03:48:55 ---> Running in 41e4a9486adf 03:48:55 OK: 265 MiB in 53 packages 03:48:55 ---> e0070adcf80c 03:48:55 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:48:55 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 03:48:55 WORKDIR /edgex 03:48:55 COPY go.mod . 03:48:55 RUN go mod download+ 03:48:55 docker build -t ci-base-image-arm64 -f - . 03:48:56 Removing intermediate container 43ff37fe995e 03:48:56 ---> 51cc05ae83f2 03:48:56 Step 6/23 : COPY go.mod vendor* ./ 03:48:56 ---> Running in 35ccab5d9de2 03:48:56 ---> dd0075bf9549 03:48:56 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:48:56 ---> Running in 1b4d66c127f5 03:48:56 Removing intermediate container 0cbbf5e4e011 03:48:56 ---> 671ba55cb080 03:48:56 Step 6/25 : COPY go.mod vendor* ./ 03:48:56 Sending build context to Docker daemon 2.928MB 03:48:56 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 03:48:56 ---> fadd8f120f05 03:48:56 Step 2/4 : WORKDIR /edgex 03:48:56 Removing intermediate container 55a0446dcaf1 03:48:56 ---> 4e5debfb2c25 03:48:56 Step 6/23 : COPY go.mod vendor* ./ 03:48:56 ---> 8b2f29d41ede 03:48:56 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:48:56 ---> Running in dde07aeec9ea 03:48:56 ---> 77972298e26c 03:48:56 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:48:56 ---> Running in 42acfeb3fc28 03:48:58 ---> Running in cda03cd7f7f8 03:48:58 Removing intermediate container cda03cd7f7f8 03:48:58 ---> 9c40cfb15834 03:48:58 Step 3/4 : COPY go.mod . 03:48:59 ---> 4de5b390f2c8 03:48:59 Step 4/4 : RUN go mod download 03:48:59 ---> Running in 71beb89de759 03:49:31 Removing intermediate container 71beb89de759 03:49:31 ---> 1a4db108efea 03:49:31 Successfully built 1a4db108efea 03:49:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:31 + docker inspect -f . ci-base-image-arm64 03:49:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:49:32 prd-ubuntu20.04-docker-arm64-4c-16g-16253 does not seem to be running inside a container 03:49:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:49:33 $ docker top c87e89cd9511bffb365d3b5bc9e1d19d39a2ec65dd47748cf74d35ea24d286b7 -eo pid,comm [Pipeline] { [Pipeline] sh 03:49:34 + go version 03:49:34 go version go1.20.2 linux/arm64 [Pipeline] } 03:49:34 $ docker stop --time=1 c87e89cd9511bffb365d3b5bc9e1d19d39a2ec65dd47748cf74d35ea24d286b7 03:49:35 $ docker rm -f --volumes c87e89cd9511bffb365d3b5bc9e1d19d39a2ec65dd47748cf74d35ea24d286b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:36 + docker inspect -f . ci-base-image-arm64 03:49:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:49:37 prd-ubuntu20.04-docker-arm64-4c-16g-16253 does not seem to be running inside a container 03:49:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:49:38 $ docker top 1c9368eb0685aa684fe04465c6ac590a24d597c7af00fd2fa7649458a161efef -eo pid,comm [Pipeline] { [Pipeline] echo 03:49:38 ========================================================= 03:49:38 [edgeXBuildGoParallel] Running Tests and Build... 03:49:38 ========================================================= [Pipeline] sh 03:49:38 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 03:49:39 + make test 03:49:39 go test -race -coverprofile=coverage.out ./... 03:50:18 ? github.com/edgexfoundry/edgex-go [no test files] 03:50:20 Removing intermediate container 42acfeb3fc28 03:50:20 ---> 20d388fcb157 03:50:20 Step 8/23 : COPY . . 03:50:20 Removing intermediate container 41e4a9486adf 03:50:20 ---> a08bcd9574a9 03:50:20 Step 7/25 : COPY . . 03:50:20 Removing intermediate container 35ccab5d9de2 03:50:20 Removing intermediate container 1b4d66c127f5 03:50:20 ---> c146a00f902b 03:50:20 ---> b5e39cb12efa 03:50:20 Step 7/22 : COPY . . 03:50:20 Step 8/23 : COPY . . 03:50:20 Removing intermediate container dde07aeec9ea 03:50:20 ---> 2325ca2b36ef 03:50:20 Step 8/25 : COPY . . 03:50:46 ---> 222cc6f9f972 03:50:46 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 03:50:46 ---> 16f561791f81 03:50:46 Step 8/22 : RUN make cmd/secrets-config/secrets-config 03:50:46 ---> e6c5d8462bef 03:50:46 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 03:50:46 ---> d32b58a297a6 03:50:46 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:50:46 ---> b296fd3de0f5 03:50:46 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 03:50:46 ---> Running in 359bab76c222 03:50:46 ---> Running in 11285e82d871 03:50:46 ---> Running in 427cb1471cda 03:50:46 ---> Running in a802fca20cc5 03:50:46 ---> Running in a4d869c71737 03:50:46 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 03:50:46 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 03:50:46 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 03:50:47 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 03:50:47 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 03:51:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:51:32 Removing intermediate container a802fca20cc5 03:51:32 ---> 75293ff11f1e 03:51:32 03:51:32 Step 9/25 : FROM alpine:3.17 03:51:32 Removing intermediate container 359bab76c222 03:51:32 ---> 44f31e61dc9f 03:51:32 03:51:32 Step 9/22 : FROM alpine:3.17 03:51:32 Removing intermediate container a4d869c71737 03:51:32 ---> a7b0028d4590 03:51:32 03:51:32 Step 10/25 : FROM alpine:3.17 03:51:32 Removing intermediate container 11285e82d871 03:51:32 ---> 0260d884a1b9 03:51:32 03:51:32 Step 10/23 : FROM alpine:3.17 03:51:32 Removing intermediate container 427cb1471cda 03:51:32 ---> 9272c54d6eb5 03:51:32 03:51:32 Step 10/23 : FROM alpine:3.17 03:51:32 3.17: Pulling from library/alpine 03:51:33 3.17: Pulling from library/alpine 03:51:33 3.17: Pulling from library/alpine 03:51:34 3.17: Pulling from library/alpine 03:51:34 3.17: Pulling from library/alpine 03:51:36 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 03:51:36 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 03:51:36 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 03:51:36 Status: Downloaded newer image for alpine:3.17 03:51:36 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 03:51:36 Status: Image is up to date for alpine:3.17 03:51:36 Status: Downloaded newer image for alpine:3.17 03:51:36 Status: Image is up to date for alpine:3.17 03:51:36 ---> 9ed4aefc74f6 03:51:36 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 03:51:36 ---> 9ed4aefc74f6 03:51:36 Step 11/25 : RUN apk add --update --no-cache dumb-init 03:51:36 ---> 9ed4aefc74f6 03:51:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' ---> 9ed4aefc74f6 03:51:36 03:51:36 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 03:51:36 Status: Image is up to date for alpine:3.17 03:51:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 03:51:36 ---> 9ed4aefc74f6 03:51:36 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 03:51:36 ---> Running in adea6cb98d6a 03:51:36 ---> Running in 303415e73221 03:51:36 ---> Running in cea577711fd5 03:51:36 ---> Running in d40301a00f1e 03:51:36 ---> Running in 6a6eb09da0bf 03:51:36 Removing intermediate container 303415e73221 03:51:36 ---> e4c684e06afb 03:51:36 Step 12/23 : RUN apk add --update --no-cache dumb-init 03:51:36 Removing intermediate container d40301a00f1e 03:51:36 ---> ad7a7dd35830 03:51:36 Step 12/23 : ENV APP_PORT=59880 03:51:36 ---> Running in 2377893e7d47 03:51:36 ---> Running in 09f875d4a749 03:51:36 Removing intermediate container 2377893e7d47 03:51:36 ---> bd1806dfef99 03:51:36 Step 13/23 : EXPOSE $APP_PORT 03:51:36 ---> Running in af5b38040e3c 03:51:36 Removing intermediate container af5b38040e3c 03:51:36 ---> e4cff4042568 03:51:36 Step 14/23 : RUN apk add --update --no-cache dumb-init 03:51:36 ---> Running in 4f198857914c 03:51:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:51:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:51:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:51:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:51:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:51:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:51:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:51:36 (1/1) Installing dumb-init (1.2.5-r2) 03:51:36 Executing busybox-1.35.0-r29.trigger 03:51:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:51:36 OK: 7 MiB in 16 packages 03:51:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:51:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:51:37 (1/3) Installing ca-certificates (20230506-r0) 03:51:37 (2/3) Installing dumb-init (1.2.5-r2) 03:51:37 (3/3) Installing su-exec (0.2-r2) 03:51:37 Executing busybox-1.35.0-r29.trigger 03:51:37 (1/2) Installing dumb-init (1.2.5-r2) 03:51:37 Executing ca-certificates-20230506-r0.trigger 03:51:37 (2/2) Installing openssl (3.0.8-r4) 03:51:37 Executing busybox-1.35.0-r29.trigger 03:51:37 OK: 8 MiB in 17 packages 03:51:37 (1/1) Installing dumb-init (1.2.5-r2) 03:51:37 Executing busybox-1.35.0-r29.trigger 03:51:37 OK: 7 MiB in 16 packages 03:51:37 OK: 8 MiB in 18 packages 03:51:37 (1/1) Installing dumb-init (1.2.5-r2) 03:51:37 Executing busybox-1.35.0-r29.trigger 03:51:37 OK: 7 MiB in 16 packages 03:51:37 Removing intermediate container adea6cb98d6a 03:51:37 ---> 6d6d6c3477c9 03:51:37 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 03:51:37 ---> Running in 73c0a7291f1a 03:51:37 Removing intermediate container 73c0a7291f1a 03:51:37 ---> 11dd57be76ba 03:51:37 Step 13/25 : ENV APP_PORT=59881 03:51:37 ---> Running in 84679cb8fe20 03:51:37 Removing intermediate container 84679cb8fe20 03:51:37 ---> 61e1d34b839f 03:51:37 Step 14/25 : EXPOSE $APP_PORT 03:51:37 ---> Running in 1aaabb889f4b 03:51:37 Removing intermediate container 1aaabb889f4b 03:51:37 ---> 83d9e165c5b3 03:51:37 Step 15/25 : WORKDIR / 03:51:37 ---> Running in 8b90846de8da 03:51:37 Removing intermediate container 6a6eb09da0bf 03:51:37 ---> 9dcf23804cce 03:51:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 03:51:37 Removing intermediate container 8b90846de8da 03:51:37 ---> 311e000d7654 03:51:37 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 03:51:37 ---> Running in eca72c188ad3 03:51:37 Removing intermediate container 09f875d4a749 03:51:37 ---> 5be8eb82a402 03:51:37 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:51:37 Removing intermediate container eca72c188ad3 03:51:37 ---> 36b828ebef78 03:51:37 Step 12/22 : WORKDIR /edgex 03:51:37 ---> Running in c75cc8c949d3 03:51:37 Removing intermediate container 4f198857914c 03:51:37 ---> 1f5b03b4ea0f 03:51:37 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:51:37 ---> 18d426bf045b 03:51:37 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 03:51:37 ---> 890633c797ed 03:51:37 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 03:51:37 Removing intermediate container c75cc8c949d3 03:51:37 ---> ec898f651688 03:51:37 Removing intermediate container cea577711fd5 03:51:37 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / ---> 095959e046ac 03:51:37 03:51:37 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 03:51:38 ---> Running in 699c28f65f6f 03:51:38 ---> 35070d67e66e 03:51:38 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 03:51:38 ---> 4b1eaa35cd61 03:51:38 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 03:51:38 Removing intermediate container 699c28f65f6f 03:51:38 ---> c35cc55cbf76 03:51:38 Step 12/25 : WORKDIR / 03:51:38 ---> Running in 70d92164d633 03:51:38 ---> 7f032bc45d19 03:51:38 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:51:38 ---> 6e555cf5c593 03:51:38 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 03:51:38 ---> 1240a7578532 03:51:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:51:38 Removing intermediate container 70d92164d633 03:51:38 ---> a620c2b520b9 03:51:38 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 03:51:38 ---> bb6903699111 03:51:38 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 03:51:38 ---> 71078671c1e6 03:51:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:51:38 ---> 5dc107055280 03:51:38 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 03:51:39 ---> 6a2b7025e0cb 03:51:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 03:51:39 ---> 6a37c1280c82 03:51:39 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 03:51:39 ---> 922827dfb34d 03:51:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 03:51:39 ---> daafedb76011 03:51:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:51:39 ---> 8838df690b48 03:51:39 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 03:51:39 ---> 7c6ac33356fe 03:51:39 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:51:39 ---> 58dd4fce80aa 03:51:39 Step 19/23 : ENTRYPOINT ["/core-data"] 03:51:39 ---> f050bc409a68 03:51:39 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:51:39 ---> 4f622bc36f7d 03:51:39 Step 21/25 : ENTRYPOINT ["/core-metadata"] 03:51:39 ---> Running in 42b993efd842 03:51:39 ---> Running in bf29aeb47de3 03:51:39 ---> Running in 27cdd8058fad 03:51:39 ---> 3afee110074d 03:51:39 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 03:51:39 ---> 76e27ecf9caa 03:51:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:51:39 Removing intermediate container 42b993efd842 03:51:39 ---> 1dffd896e268 03:51:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:51:39 ---> Running in d12e85e8a0d3 03:51:39 Removing intermediate container 27cdd8058fad 03:51:39 ---> 48fab87aeb3a 03:51:39 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:51:39 ---> Running in 35a0deee6d7c 03:51:39 Removing intermediate container d12e85e8a0d3 03:51:39 ---> 65d72720bf33 03:51:39 Step 21/23 : LABEL arch=x86_64 03:51:39 ---> 648ab2271d0a 03:51:39 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:51:39 ---> Running in 8a18189416b8 03:51:39 ---> f82691035d14 03:51:39 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:51:39 Removing intermediate container 35a0deee6d7c 03:51:39 ---> de50f0d7298a 03:51:39 Step 23/25 : LABEL arch=x86_64 03:51:39 ---> Running in 2bdaa6049870 03:51:40 ---> Running in 3c7b8eb9eebb 03:51:40 Removing intermediate container 8a18189416b8 03:51:40 ---> 3c64bcbaffb8 03:51:40 Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 03:51:40 ---> 2dd86782b28f 03:51:40 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:51:40 ---> Running in 715d969fe8df 03:51:40 Removing intermediate container 3c7b8eb9eebb 03:51:40 ---> 92c7f9418bd4 03:51:40 Step 24/25 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 03:51:40 ---> Running in ad9202aa8600 03:51:40 Removing intermediate container 715d969fe8df 03:51:40 ---> 4e9897ed39ea 03:51:40 Step 23/23 : LABEL version=0.0.0 03:51:40 Removing intermediate container ad9202aa8600 03:51:40 ---> fa67b9a38209 03:51:40 Step 25/25 : LABEL version=0.0.0 03:51:40 Removing intermediate container bf29aeb47de3 03:51:40 ---> 279f63595ae3 03:51:40 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 03:51:40 ---> 4d7cd00ebfbb 03:51:40 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:51:40 ---> Running in 309ceb1c5fbd 03:51:40 ---> Running in 3650f2575301 03:51:40 ---> Running in 7d37bcc70da3 03:51:40 Removing intermediate container 309ceb1c5fbd 03:51:40 ---> 39a01fa0b488 03:51:40 03:51:40 Removing intermediate container 3650f2575301 03:51:40 ---> 4cfe5c8c20d8 03:51:40 03:51:40 Successfully built 39a01fa0b488 03:51:40 Removing intermediate container 7d37bcc70da3 03:51:40 ---> 0fb0c1f72c94 03:51:40 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 03:51:40 Successfully tagged core-data:latest 03:51:40  Building core-data ... done Building security-spire-agent 03:51:40 Successfully built 4cfe5c8c20d8 03:51:40 Successfully tagged core-metadata:latest 03:51:40 Building core-common-config-bootstrapper 03:51:41  Building core-metadata ... done  ---> Running in 1ab832d1e414 03:51:41 ---> 79e7d0d9d47a 03:51:41 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:51:45 Removing intermediate container 2bdaa6049870 03:51:45 ---> fa94e16541b2 03:51:45 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 03:51:45 Removing intermediate container 1ab832d1e414 03:51:45 ---> 71bd7c75457b 03:51:45 Step 21/23 : LABEL arch=x86_64 03:51:46 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 03:51:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:51:46 ---> e5903d0fbbf3 03:51:46 Step 3/23 : ARG ADD_BUILD_TAGS="" 03:51:46 ---> Using cache 03:51:46 ---> 8626432c8981 03:51:46 Step 4/23 : WORKDIR /edgex-go 03:51:46 ---> Using cache 03:51:46 ---> e195b0e01427 03:51:46 Step 5/23 : RUN apk add --update --no-cache make git 03:51:46 ---> Using cache 03:51:46 ---> 4e5debfb2c25 03:51:46 Step 6/23 : COPY go.mod vendor* ./ 03:51:46 ---> Using cache 03:51:46 ---> 77972298e26c 03:51:46 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:51:46 ---> Using cache 03:51:46 ---> 20d388fcb157 03:51:46 Step 8/23 : COPY . . 03:51:46 ---> Using cache 03:51:46 ---> e6c5d8462bef 03:51:46 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:51:46 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 03:51:46 Step 2/27 : FROM ${BUILDER_BASE} AS builder 03:51:46 ---> e5903d0fbbf3 03:51:46 Step 3/27 : WORKDIR /edgex-go 03:51:46 ---> Using cache 03:51:46 ---> 7ff4e3257aaf 03:51:46 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 03:51:47 ---> 531bc8e4acca 03:51:47 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:51:47 ---> Running in cd0616a2815a 03:51:47 ---> Running in 88f04dc7628d 03:51:47 ---> Running in 273a3162eaad 03:51:47 ---> Running in 9bfea862a1ea 03:51:47 ---> Running in 613c710e0d52 03:51:47 Removing intermediate container cd0616a2815a 03:51:47 ---> 3e8f4c5b9357 03:51:47 Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 03:51:47 ---> Running in b33a10126a27 03:51:47 Removing intermediate container 88f04dc7628d 03:51:47 ---> d171929c7020 03:51:47 Step 20/22 : LABEL arch=x86_64 03:51:47 ---> Running in e0b336e8a94d 03:51:47 Removing intermediate container b33a10126a27 03:51:47 ---> bd13d67d1b38 03:51:47 Step 23/23 : LABEL version=0.0.0 03:51:47 ---> Running in 66c0f468f54b 03:51:47 Removing intermediate container e0b336e8a94d 03:51:47 ---> 2ea20eb37814 03:51:47 Step 21/22 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 03:51:47 ---> Running in c1278bcf7aba 03:51:47 Removing intermediate container 66c0f468f54b 03:51:47 ---> 85d756bf81eb 03:51:47 03:51:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:51:48 Removing intermediate container c1278bcf7aba 03:51:48 ---> 97e684b91fd3 03:51:48 Step 22/22 : LABEL version=0.0.0 03:51:48 Successfully built 85d756bf81eb 03:51:48 Successfully tagged security-proxy-auth:latest 03:51:48 Building security-spire-config 03:51:48 ---> Running in 548ae40a4967 03:51:48  Building security-proxy-auth ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:51:48 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 03:51:48 OK: 265 MiB in 53 packages 03:51:48 Removing intermediate container 548ae40a4967 03:51:48 ---> 27d7bb2871db 03:51:48 03:51:48 Successfully built 27d7bb2871db 03:51:48 Successfully tagged security-proxy-setup:latest 03:51:48 Building security-spiffe-token-provider 03:51:52  Building security-proxy-setup ... done Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 03:51:52 Step 2/27 : FROM ${BUILDER_BASE} AS builder 03:51:52 ---> e5903d0fbbf3 03:51:52 Step 3/27 : WORKDIR /edgex-go 03:51:52 ---> Using cache 03:51:52 ---> 7ff4e3257aaf 03:51:52 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 03:51:54 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 03:51:54 Step 2/20 : FROM ${BUILDER_BASE} AS builder 03:51:54 ---> e5903d0fbbf3 03:51:54 Step 3/20 : WORKDIR /edgex-go 03:51:54 ---> Using cache 03:51:54 ---> 7ff4e3257aaf 03:51:54 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 03:51:59 ---> Running in adb3d509d56c 03:51:59 ---> Running in 311d5d30d40f 03:52:00 Removing intermediate container 613c710e0d52 03:52:00 ---> 6ab16e1753a0 03:52:00 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 03:52:00 Removing intermediate container 273a3162eaad 03:52:00 ---> e3f54d1c7f06 03:52:00 Step 5/27 : COPY go.mod vendor* ./ 03:52:00 ---> Running in 74fde3e70ece 03:52:00 ---> 259f4bcddc5d 03:52:00 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:52:00 ---> Running in 2cdb1ac4cc67 03:52:00 Removing intermediate container 74fde3e70ece 03:52:00 ---> 1cdf0db5f5e9 03:52:00 Step 23/25 : LABEL arch=x86_64 03:52:00 ---> Running in 59f99773895b 03:52:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:52:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:52:00 Removing intermediate container 59f99773895b 03:52:00 ---> 43e9394da33e 03:52:00 Step 24/25 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 03:52:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:52:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:52:00 ---> Running in 60c52466b349 03:52:00 OK: 265 MiB in 53 packages 03:52:00 v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 03:52:00 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 03:52:00 OK: 17826 distinct packages available 03:52:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:52:00 Removing intermediate container 60c52466b349 03:52:00 ---> 9f0e618def26 03:52:00 Step 25/25 : LABEL version=0.0.0 03:52:00 ---> Running in ca4d54829a55 03:52:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:52:01 Removing intermediate container ca4d54829a55 03:52:01 ---> f64dafedb985 03:52:01 03:52:01 OK: 265 MiB in 53 packages 03:52:01 Successfully built f64dafedb985 03:52:01 Successfully tagged security-secretstore-setup:latest 03:52:01  Building security-secretstore-setup ... done Building security-spire-server 03:52:05 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 03:52:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:52:05 ---> e5903d0fbbf3 03:52:05 Step 3/26 : WORKDIR /edgex-go 03:52:05 ---> Using cache 03:52:05 ---> 7ff4e3257aaf 03:52:05 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 03:52:05 ---> Using cache 03:52:05 ---> 5db767724f0a 03:52:05 Step 5/26 : COPY go.mod vendor* ./ 03:52:07 Removing intermediate container 311d5d30d40f 03:52:07 ---> 5db767724f0a 03:52:07 Step 5/27 : COPY go.mod vendor* ./ 03:52:09 ---> 5cf7e7e640ef 03:52:09 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:52:09 ---> b3539990fa98 03:52:09 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:52:09 ---> Running in 8a831227ee6d 03:52:09 ---> Running in b70f51b55d4d 03:52:09 Removing intermediate container adb3d509d56c 03:52:09 ---> 4e751e5fb5d1 03:52:09 Step 5/20 : COPY go.mod vendor* ./ 03:52:10 ---> 5759b3424fde 03:52:10 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:52:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:52:10 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 03:52:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:52:10 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:52:10 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:52:10 ---> Running in 2b6f60d7048a 03:52:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:52:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:52:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 03:52:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:52:12 Removing intermediate container 9bfea862a1ea 03:52:12 ---> 1e48017f9553 03:52:12 03:52:12 Step 10/23 : FROM alpine:3.17 03:52:12 ---> 9ed4aefc74f6 03:52:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 03:52:12 ---> Using cache 03:52:12 ---> e4c684e06afb 03:52:12 Step 12/23 : RUN apk add --update --no-cache dumb-init 03:52:12 ---> Using cache 03:52:12 ---> 5be8eb82a402 03:52:12 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:52:12 ---> Using cache 03:52:12 ---> 18d426bf045b 03:52:12 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 03:52:12 ---> Using cache 03:52:12 ---> 4b1eaa35cd61 03:52:12 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:52:12 ---> daee484301d5 03:52:12 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 03:52:12 ---> 035b7e2a58ab 03:52:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:52:12 ---> d57d5950120c 03:52:12 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:52:13 ---> Running in 174357e9811b 03:52:13 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 03:52:13 Removing intermediate container 174357e9811b 03:52:13 ---> 392dc8df078b 03:52:13 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 03:52:13 ---> Running in 0c308dc8edf8 03:52:13 Removing intermediate container 0c308dc8edf8 03:52:13 ---> 6ec9fe46e537 03:52:13 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 03:52:13 ---> Running in 68396983ebcf 03:52:13 Removing intermediate container 68396983ebcf 03:52:13 ---> 99fef34d7f43 03:52:13 Step 21/23 : LABEL arch=x86_64 03:52:13 ---> Running in ac129ae1ec58 03:52:13 Removing intermediate container ac129ae1ec58 03:52:13 ---> 86527597b1f6 03:52:13 Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 03:52:13 ---> Running in 6e0d367338d9 03:52:13 Removing intermediate container 6e0d367338d9 03:52:13 ---> 9c19d1c790f0 03:52:13 Step 23/23 : LABEL version=0.0.0 03:52:13 ---> Running in cccb166bec04 03:52:13 Removing intermediate container cccb166bec04 03:52:13 ---> 60d03115e8ed 03:52:13 03:52:13 Successfully built 60d03115e8ed 03:52:13 Successfully tagged core-common-config-bootstrapper:latest 03:52:13 Building core-command 03:52:15  Building core-common-config-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 03:52:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:52:15 ---> e5903d0fbbf3 03:52:15 Step 3/24 : ARG ADD_BUILD_TAGS="" 03:52:15 ---> Using cache 03:52:15 ---> 8626432c8981 03:52:15 Step 4/24 : WORKDIR /edgex-go 03:52:15 ---> Using cache 03:52:15 ---> e195b0e01427 03:52:15 Step 5/24 : RUN apk add --update --no-cache make git 03:52:15 ---> Using cache 03:52:15 ---> 4e5debfb2c25 03:52:15 Step 6/24 : COPY go.mod vendor* ./ 03:52:15 ---> Using cache 03:52:15 ---> 77972298e26c 03:52:15 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:52:15 ---> Using cache 03:52:15 ---> 20d388fcb157 03:52:15 Step 8/24 : COPY . . 03:52:15 ---> Using cache 03:52:15 ---> e6c5d8462bef 03:52:15 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 03:52:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:52:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:52:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 03:52:17 ---> Running in 1e5d6bcb1359 03:52:17 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 03:52:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:52:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:52:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.343s coverage: 28.7% of statements 03:52:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.414s coverage: 98.5% of statements 03:52:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 03:52:46 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 03:52:46 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 03:52:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.478s coverage: 71.5% of statements 03:52:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:52:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:52:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.368s coverage: 54.0% of statements 03:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 03:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 03:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 03:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 03:53:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:53:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:53:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 17.497s coverage: 88.5% of statements 03:53:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.756s coverage: 3.8% of statements 03:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 03:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 03:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 03:53:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.530s coverage: 95.6% of statements 03:53:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:53:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 03:53:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 03:53:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:53:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:53:24 ok github.com/edgexfoundry/edgex-go/internal/io 0.194s coverage: 72.2% of statements 03:53:25 Removing intermediate container 1e5d6bcb1359 03:53:25 ---> 5ef442dbe198 03:53:25 03:53:25 Step 10/24 : FROM alpine:3.17 03:53:25 ---> 9ed4aefc74f6 03:53:25 Step 11/24 : RUN apk add --update --no-cache dumb-init 03:53:25 ---> Using cache 03:53:25 ---> 6d6d6c3477c9 03:53:25 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 03:53:25 ---> Using cache 03:53:25 ---> 11dd57be76ba 03:53:25 Step 13/24 : ENV APP_PORT=59882 03:53:25 ---> Running in be8b36d58e66 03:53:25 Removing intermediate container 2cdb1ac4cc67 03:53:25 ---> 182f52d44e3c 03:53:25 Step 7/27 : COPY . . 03:53:25 Removing intermediate container b70f51b55d4d 03:53:25 ---> e93039f7c3b7 03:53:25 Step 7/27 : COPY . . 03:53:25 Removing intermediate container 8a831227ee6d 03:53:25 ---> 61d0157eb7a4 03:53:25 Step 7/26 : COPY . . 03:53:25 Removing intermediate container 2b6f60d7048a 03:53:25 ---> 24a1f7414b8a 03:53:25 Step 7/20 : COPY . . 03:53:25 Removing intermediate container be8b36d58e66 03:53:25 ---> 64092c6bdea5 03:53:25 Step 14/24 : EXPOSE $APP_PORT 03:53:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:53:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:53:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:53:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.242s coverage: 65.9% of statements 03:53:30 ---> acbda01fd501 03:53:30 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 03:53:30 ---> c6008462ac19 03:53:30 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 03:53:30 ---> facacaae0e38 03:53:30 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:53:30 ---> 1d36863835e2 03:53:30 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 03:53:30 ---> Running in 1266aefbce16 03:53:31 ---> Running in 18e9ea455edb 03:53:31 ---> Running in bf4d0086e599 03:53:31 ---> Running in 778da631c827 03:53:31 ---> Running in d39f50af0578 03:53:31 Removing intermediate container 1266aefbce16 03:53:31 ---> 5c99d5784810 03:53:31 Step 15/24 : WORKDIR / 03:53:31 Removing intermediate container 778da631c827 03:53:31 ---> 638e4405b6be 03:53:31 Step 9/26 : WORKDIR /edgex-go/spire-build 03:53:31 Removing intermediate container d39f50af0578 03:53:31 ---> ec3ddb79bfca 03:53:31 Step 9/27 : WORKDIR /edgex-go/spire-build 03:53:31 Removing intermediate container bf4d0086e599 03:53:31 ---> d692be858a69 03:53:31 Step 9/27 : WORKDIR /edgex-go/spire-build 03:53:31 ---> Running in 568a6a3f222f 03:53:31 ---> Running in 0d96eea00c87 03:53:31 ---> Running in 5acc470f0073 03:53:31 ---> Running in d452d4710e2a 03:53:31 Removing intermediate container 568a6a3f222f 03:53:31 ---> 67ca3522d8cf 03:53:31 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:53:31 Removing intermediate container 0d96eea00c87 03:53:31 ---> 7934a5129143 03:53:31 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 03:53:31 ---> Running in 820729ce3a64 03:53:31 Removing intermediate container 5acc470f0073 03:53:31 ---> 83bd08f66fd8 03:53:31 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 03:53:31 Removing intermediate container d452d4710e2a 03:53:31 ---> a71dd5755967 03:53:31 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 03:53:31 ---> Running in 10f6ef9f3546 03:53:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:53:31 ---> c1606fd337df 03:53:31 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 03:53:31 ---> Running in aeacd7cdf6f7 03:53:31 Removing intermediate container 820729ce3a64 03:53:31 ---> d38d93056bbb 03:53:31 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 03:53:31 Removing intermediate container 10f6ef9f3546 03:53:31 ---> 96b0140a5412 03:53:31 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 03:53:31 ---> Running in 17cad46ec0df 03:53:31 Removing intermediate container aeacd7cdf6f7 03:53:31 ---> eec0fa729a67 03:53:31 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 03:53:31 ---> Running in 88a02fa11b8a 03:53:31 ---> e9251c5540a3 03:53:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:53:31 ---> Running in 76f3252a68a9 03:53:32 ---> 9e140aad2fce 03:53:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 03:53:32 ---> cb8e80531b61 03:53:32 Step 20/24 : ENTRYPOINT ["/core-command"] 03:53:32 ---> Running in 1ebbb42f9020 03:53:33 Removing intermediate container 1ebbb42f9020 03:53:33 ---> 1d356867d1a1 03:53:33 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:53:33 Removing intermediate container 17cad46ec0df 03:53:33 ---> 68c769568f6c 03:53:33 Step 12/26 : WORKDIR /edgex-go 03:53:33 ---> Running in a2a10ec34a57 03:53:33 ---> Running in 4fc91b12a202 03:53:33 Removing intermediate container 76f3252a68a9 03:53:33 ---> d6399fac9455 03:53:33 Step 12/27 : WORKDIR /edgex-go 03:53:33 Removing intermediate container 88a02fa11b8a 03:53:33 ---> 5f232b57d945 03:53:33 Step 12/27 : WORKDIR /edgex-go 03:53:33 ---> Running in 39e897b4b504 03:53:33 ---> Running in 609635b24e96 03:53:33 Removing intermediate container a2a10ec34a57 03:53:33 ---> ebecd063885f 03:53:33 Step 22/24 : LABEL arch=x86_64 03:53:33 Removing intermediate container 4fc91b12a202 03:53:33 ---> 2893877d8fb9 03:53:33 03:53:33 Step 13/26 : FROM alpine:3.17 03:53:33 ---> 9ed4aefc74f6 03:53:33 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:53:33 ---> Running in 52c39eb49da9 03:53:33 Removing intermediate container 39e897b4b504 03:53:33 ---> cd77af048388 03:53:33 03:53:33 Step 13/27 : FROM alpine:3.17 03:53:33 ---> 9ed4aefc74f6 03:53:33 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:53:33 ---> Running in 7889b00b7daa 03:53:33 Removing intermediate container 609635b24e96 03:53:33 ---> 04e2133553d5 03:53:33 03:53:33 Step 13/27 : FROM alpine:3.17 03:53:33 ---> 9ed4aefc74f6 03:53:33 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:53:33 ---> Running in 10cc952a9dcb 03:53:33 ---> Running in ab7b1e8a33cc 03:53:33 Removing intermediate container 52c39eb49da9 03:53:33 ---> 9c704f8bed20 03:53:33 Step 23/24 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 03:53:33 Removing intermediate container 7889b00b7daa 03:53:33 ---> fc772af88097 03:53:33 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:53:33 ---> Running in 70fd508e4b59 03:53:33 Removing intermediate container 10cc952a9dcb 03:53:33 ---> 360f0a0c40f1 03:53:33 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:53:33 ---> Running in 193f282c053f 03:53:33 Removing intermediate container ab7b1e8a33cc 03:53:33 ---> 4f58b07706ac 03:53:33 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 03:53:33 ---> Running in b7b8b9fdca99 03:53:33 ---> Running in 7441a1b51875 03:53:33 Removing intermediate container 70fd508e4b59 03:53:33 ---> a46c48a9cba2 03:53:33 Step 24/24 : LABEL version=0.0.0 03:53:33 ---> Running in 87f100eea3e4 03:53:33 Removing intermediate container 87f100eea3e4 03:53:33 ---> 51204bf9f449 03:53:33 03:53:33 Successfully built 51204bf9f449 03:53:33 Successfully tagged core-command:latest 03:53:33  Building core-command ... done Building support-scheduler 03:53:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:53:34 v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 03:53:34 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 03:53:34 OK: 17823 distinct packages available 03:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:53:34 v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 03:53:34 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 03:53:34 OK: 17823 distinct packages available 03:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:53:34 v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 03:53:34 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 03:53:34 OK: 17823 distinct packages available 03:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:53:34 (1/5) Installing dumb-init (1.2.5-r2) 03:53:34 (2/5) Installing musl-obstack (1.2.3-r0) 03:53:34 (3/5) Installing libucontext (1.2-r0) 03:53:34 (4/5) Installing gcompat (1.1.0-r0) 03:53:34 (5/5) Installing openssl (3.0.8-r4) 03:53:34 Executing busybox-1.35.0-r29.trigger 03:53:34 OK: 8 MiB in 20 packages 03:53:34 (1/4) Installing dumb-init (1.2.5-r2) 03:53:34 (2/4) Installing musl-obstack (1.2.3-r0) 03:53:34 (3/4) Installing libucontext (1.2-r0) 03:53:34 (4/4) Installing gcompat (1.1.0-r0) 03:53:34 Executing busybox-1.35.0-r29.trigger 03:53:34 (1/5) Installing dumb-init (1.2.5-r2) 03:53:34 (2/5) Installing musl-obstack (1.2.3-r0) 03:53:34 OK: 7 MiB in 19 packages 03:53:34 (3/5) Installing libucontext (1.2-r0) 03:53:34 (4/5) Installing gcompat (1.1.0-r0) 03:53:34 (5/5) Installing openssl (3.0.8-r4) 03:53:34 Executing busybox-1.35.0-r29.trigger 03:53:34 OK: 8 MiB in 20 packages 03:53:38 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 03:53:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:53:38 ---> e5903d0fbbf3 03:53:38 Step 3/23 : ARG ADD_BUILD_TAGS="" 03:53:38 ---> Using cache 03:53:38 ---> 8626432c8981 03:53:38 Step 4/23 : WORKDIR /edgex-go 03:53:38 ---> Using cache 03:53:38 ---> e195b0e01427 03:53:38 Step 5/23 : RUN apk add --update --no-cache make git 03:53:38 ---> Using cache 03:53:38 ---> 4e5debfb2c25 03:53:38 Step 6/23 : COPY go.mod vendor* ./ 03:53:38 ---> Using cache 03:53:38 ---> 77972298e26c 03:53:38 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:53:38 ---> Using cache 03:53:38 ---> 20d388fcb157 03:53:38 Step 8/23 : COPY . . 03:53:38 ---> Using cache 03:53:38 ---> e6c5d8462bef 03:53:38 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 03:53:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 03:53:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:53:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.423s coverage: 0.9% of statements 03:53:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.277s coverage: 29.0% of statements 03:53:42 ---> Running in 22f80510aeb6 03:53:42 Removing intermediate container b7b8b9fdca99 03:53:42 ---> 5cde0c19afb4 03:53:42 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 03:53:42 Removing intermediate container 193f282c053f 03:53:42 ---> c3ffb81ade3c 03:53:42 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 03:53:42 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 03:53:42 Removing intermediate container 7441a1b51875 03:53:42 ---> a2aaf3048f97 03:53:42 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 03:53:42 ---> 167270c053b8 03:53:42 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 03:53:43 ---> b44068256ea9 03:53:43 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 03:53:43 ---> b25e3e43b9a4 03:53:43 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 03:53:43 ---> e547c6cdc115 03:53:43 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 03:53:43 ---> 5e566ae66fa0 03:53:43 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 03:53:43 ---> f89be6a8818c 03:53:43 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 03:53:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.268s coverage: 42.9% of statements 03:53:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.263s coverage: 82.9% of statements 03:53:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.202s coverage: 94.1% of statements 03:53:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.273s coverage: 96.3% of statements 03:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.207s coverage: 87.5% of statements 03:53:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 03:53:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:53:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:53:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:53:50 ---> 1d51953ecf1f 03:53:50 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 03:53:50 ---> 25612c15bd47 03:53:50 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:53:50 ---> 173e75b642ca 03:53:50 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:53:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:53:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 03:53:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 03:53:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 03:53:52 ---> 832aeba1cbd2 03:53:52 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 03:53:52 ---> 173897064edd 03:53:52 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:53:52 ---> Running in e1341beef0cc 03:53:52 ---> 7de52e2d60b7 03:53:52 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:53:52 ---> c504f080f891 03:53:52 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:53:52 Removing intermediate container e1341beef0cc 03:53:52 ---> bf3fa4720f5e 03:53:52 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:53:53 ---> 36db47b466c7 03:53:53 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:53:53 ---> 0d4903b0576b 03:53:53 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 03:53:53 ---> dfe0b94aa851 03:53:53 Step 22/27 : WORKDIR / 03:53:53 ---> Running in fe67ced1edc3 03:53:53 ---> Running in ed176693e593 03:53:53 Removing intermediate container fe67ced1edc3 03:53:53 ---> 456413c5ede4 03:53:53 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 03:53:53 ---> 1dda50b05828 03:53:53 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:53:53 Removing intermediate container ed176693e593 03:53:53 ---> ebb2df9de161 03:53:53 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 03:53:53 ---> Running in 0b330c7b7a45 03:53:53 ---> Running in a24050e67c30 03:53:54 ---> 21d124628fa6 03:53:54 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 03:53:54 Removing intermediate container a24050e67c30 03:53:54 ---> 32d728025376 03:53:54 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 03:53:54 Removing intermediate container 0b330c7b7a45 03:53:54 ---> d36be4147b55 03:53:54 Step 24/26 : LABEL arch=x86_64 03:53:54 ---> Running in b8d2abcaf668 03:53:54 ---> Running in 5e3b177b4ae2 03:53:54 ---> Running in c5badab4c518 03:53:54 Removing intermediate container c5badab4c518 03:53:54 ---> d5748fdb4520 03:53:54 Step 25/26 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 03:53:55 Removing intermediate container b8d2abcaf668 03:53:55 ---> c7d3189c401c 03:53:55 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 03:53:55 Removing intermediate container 5e3b177b4ae2 03:53:55 ---> f60a8ea177db 03:53:55 Step 25/27 : LABEL arch=x86_64 03:53:55 ---> Running in da3342fd0a4b 03:53:55 ---> Running in 752c6630ca65 03:53:55 ---> Running in e4694be10714 03:53:55 Removing intermediate container 752c6630ca65 03:53:55 ---> eee7a77e4d65 03:53:55 Step 25/27 : LABEL arch=x86_64 03:53:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.209s coverage: 94.4% of statements 03:53:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:53:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:53:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:53:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:53:58 Removing intermediate container da3342fd0a4b 03:53:58 ---> cbf2cccf65ee 03:53:58 Step 26/26 : LABEL version=0.0.0 03:53:58 ---> Running in 1d19bf162a24 03:53:58 Removing intermediate container e4694be10714 03:53:58 ---> 192d4a866745 03:53:58 Step 26/27 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 03:53:58 ---> Running in 97181f6976ec 03:53:58 ---> Running in 939db4a2d531 03:53:58 Removing intermediate container 1d19bf162a24 03:53:58 ---> 181d97e1ab4a 03:53:58 Step 26/27 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 03:53:58 Removing intermediate container 97181f6976ec 03:53:58 ---> 9cbd6e360043 03:53:58 03:53:58 ---> Running in 002820787e37 03:53:58 Removing intermediate container 939db4a2d531 03:53:58 ---> 06c9a2e9e885 03:53:58 Step 27/27 : LABEL version=0.0.0 03:53:58 Successfully built 9cbd6e360043 03:53:59 Successfully tagged security-spire-server:latest 03:53:59 Building support-notifications 03:53:59  Building security-spire-server ... done Removing intermediate container 18e9ea455edb 03:53:59 ---> a1c7f3a02f47 03:53:59 03:53:59 Step 9/20 : FROM alpine:3.17 03:53:59 ---> 9ed4aefc74f6 03:53:59 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 03:53:59 ---> Running in 3e818c62301d 03:53:59 ---> Running in 7874de2c3dbe 03:53:59 Removing intermediate container 002820787e37 03:53:59 ---> 78037939358f 03:53:59 Step 27/27 : LABEL version=0.0.0 03:54:02 ---> Running in 8fcd47bd9601 03:54:03 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 03:54:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:54:03 ---> e5903d0fbbf3 03:54:03 Step 3/23 : ARG ADD_BUILD_TAGS="" 03:54:03 ---> Using cache 03:54:03 ---> 8626432c8981 03:54:03 Step 4/23 : WORKDIR /edgex-go 03:54:03 ---> Using cache 03:54:03 ---> e195b0e01427 03:54:03 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 03:54:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:54:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:54:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:54:07 Removing intermediate container 7874de2c3dbe 03:54:07 ---> b2379c971e63 03:54:07 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:54:07 Removing intermediate container 3e818c62301d 03:54:07 ---> 03dd14748029 03:54:07 03:54:07 Removing intermediate container 8fcd47bd9601 03:54:07 ---> 06de5a259c8f 03:54:07 03:54:07 ---> Running in c54cc61ad67c 03:54:07 ---> Running in 484c0bdb68ae 03:54:07 Successfully built 06de5a259c8f 03:54:07 Successfully tagged security-spire-agent:latest 03:54:07 Building security-bootstrapper 03:54:07  Building security-spire-agent ... done Successfully built 03dd14748029 03:54:07 Successfully tagged security-spire-config:latest 03:54:08  Building security-spire-config ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:54:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:54:09 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 03:54:09 Step 2/33 : FROM ${BUILDER_BASE} AS builder 03:54:09 ---> e5903d0fbbf3 03:54:09 Step 3/33 : WORKDIR /edgex-go 03:54:09 ---> Using cache 03:54:09 ---> 7ff4e3257aaf 03:54:09 Step 4/33 : RUN apk add --update --no-cache make git 03:54:09 ---> Using cache 03:54:09 ---> 8e4f91ce450a 03:54:09 Step 5/33 : COPY go.mod vendor* ./ 03:54:09 ---> Using cache 03:54:09 ---> e0070adcf80c 03:54:09 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:54:09 ---> Using cache 03:54:09 ---> c146a00f902b 03:54:09 Step 7/33 : COPY . . 03:54:09 ---> Using cache 03:54:09 ---> 16f561791f81 03:54:09 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:54:09 OK: 265 MiB in 53 packages 03:54:10 ---> Running in 46882dc2c51f 03:54:10 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 03:54:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:54:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:54:11 v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 03:54:11 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 03:54:11 OK: 17823 distinct packages available 03:54:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:54:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:54:11 (1/9) Installing ca-certificates (20230506-r0) 03:54:11 (2/9) Installing brotli-libs (1.0.9-r9) 03:54:11 (3/9) Installing nghttp2-libs (1.51.0-r0) 03:54:11 (4/9) Installing libcurl (8.1.0-r2) 03:54:11 (5/9) Installing curl (8.1.0-r2) 03:54:11 (6/9) Installing dumb-init (1.2.5-r2) 03:54:11 (7/9) Installing musl-obstack (1.2.3-r0) 03:54:11 (8/9) Installing libucontext (1.2-r0) 03:54:11 (9/9) Installing gcompat (1.1.0-r0) 03:54:11 Executing busybox-1.35.0-r29.trigger 03:54:11 Executing ca-certificates-20230506-r0.trigger 03:54:11 OK: 10 MiB in 24 packages 03:54:12 Removing intermediate container c54cc61ad67c 03:54:12 ---> 155ac2c20dc4 03:54:12 Step 6/23 : COPY go.mod vendor* ./ 03:54:13 ---> c1a5e0c960d5 03:54:13 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:54:13 ---> Running in 28d4ef50a79e 03:54:13 Removing intermediate container 484c0bdb68ae 03:54:13 ---> 4509e3b06243 03:54:13 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 03:54:13 Removing intermediate container 22f80510aeb6 03:54:13 ---> 415d2df227bd 03:54:13 03:54:13 Step 10/23 : FROM alpine:3.17 03:54:13 ---> 9ed4aefc74f6 03:54:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:54:13 ---> Using cache 03:54:13 ---> 6d6d6c3477c9 03:54:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 03:54:13 ---> Using cache 03:54:13 ---> 11dd57be76ba 03:54:13 Step 13/23 : ENV APP_PORT=59861 03:54:13 ---> Running in c845c9e0a2d8 03:54:13 ---> db3883ded37d 03:54:13 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 03:54:13 Removing intermediate container c845c9e0a2d8 03:54:13 ---> 59a63201364f 03:54:13 Step 14/23 : EXPOSE $APP_PORT 03:54:13 ---> Running in bf21847a5f4f 03:54:13 ---> 52e87c50e7f9 03:54:13 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:54:13 Removing intermediate container bf21847a5f4f 03:54:13 ---> cfbc64d87478 03:54:13 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:54:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.203s coverage: 79.9% of statements 03:54:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.309s coverage: 92.9% of statements 03:54:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.080s coverage: 64.4% of statements 03:54:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.212s coverage: 62.3% of statements 03:54:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.204s coverage: 87.2% of statements 03:54:13 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.173s coverage: 20.0% of statements 03:54:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.174s coverage: 100.0% of statements 03:54:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.451s coverage: 81.8% of statements 03:54:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 03:54:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.550s coverage: 82.1% of statements 03:54:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:54:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.217s coverage: 86.0% of statements 03:54:15 ---> 9deacbafa08f 03:54:15 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 03:54:15 ---> 5fb78a8cf456 03:54:15 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 03:54:15 ---> 87bfbdfe85bd 03:54:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:54:15 ---> d2735ec9d6c7 03:54:15 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 03:54:15 ---> Running in 021ed59f444a 03:54:16 Removing intermediate container 021ed59f444a 03:54:16 ---> 57fe052b25b4 03:54:16 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 03:54:16 ---> 2f368b0b55a7 03:54:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 03:54:16 ---> Running in a578170a1a95 03:54:16 Removing intermediate container a578170a1a95 03:54:16 ---> 191f3cb4246b 03:54:16 Step 18/20 : LABEL arch=x86_64 03:54:16 ---> Running in edfcad21a9ff 03:54:17 ---> 6fba7266e9e0 03:54:17 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 03:54:17 ---> Running in 21b4a245bc16 03:54:17 Removing intermediate container edfcad21a9ff 03:54:17 ---> 8bb5be413757 03:54:17 Step 19/20 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 03:54:17 ---> Running in d03773a194f1 03:54:17 Removing intermediate container 21b4a245bc16 03:54:17 ---> ed7eb2113b17 03:54:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:54:17 ---> Running in 522f78aefbbf 03:54:17 Removing intermediate container 522f78aefbbf 03:54:17 ---> 411372242dc3 03:54:17 Step 21/23 : LABEL arch=x86_64 03:54:17 Removing intermediate container d03773a194f1 03:54:17 ---> c2bae46cdd8b 03:54:17 Step 20/20 : LABEL version=0.0.0 03:54:17 ---> Running in b65464df4923 03:54:17 ---> Running in 58740aec7789 03:54:17 Removing intermediate container 58740aec7789 03:54:17 ---> 0cba007d417f 03:54:17 03:54:17 Removing intermediate container b65464df4923 03:54:17 ---> 86904c07ba36 03:54:17 Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 03:54:17 ---> Running in eed608ea772b 03:54:17 Successfully built 0cba007d417f 03:54:17 Successfully tagged security-spiffe-token-provider:latest 03:54:18  Building security-spiffe-token-provider ... done Removing intermediate container eed608ea772b 03:54:18 ---> 43dd51a6684f 03:54:18 Step 23/23 : LABEL version=0.0.0 03:54:18 ---> Running in edf5158c5230 03:54:18 Removing intermediate container edf5158c5230 03:54:18 ---> 8f6d3839f9f8 03:54:18 03:54:18 Successfully built 8f6d3839f9f8 03:54:18 Successfully tagged support-scheduler:latest 03:54:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:54:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:54:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.056s coverage: 63.1% of statements 03:54:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.253s coverage: 100.0% of statements 03:54:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.127s coverage: 89.4% of statements 03:54:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.083s coverage: 100.0% of statements 03:54:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements 03:54:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 03:54:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 03:54:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 03:54:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.078s coverage: 100.0% of statements 03:54:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:54:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:54:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:54:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.024s coverage: 38.4% of statements 03:54:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.245s coverage: 89.5% of statements 03:54:33  Building support-scheduler ... done Removing intermediate container 46882dc2c51f 03:54:33 ---> dd1018e8b23e 03:54:33 03:54:33 Step 9/33 : FROM alpine:3.17 03:54:33 ---> 9ed4aefc74f6 03:54:33 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 03:54:33 ---> Using cache 03:54:33 ---> b2379c971e63 03:54:33 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 03:54:33 ---> Running in c9a4e5794137 03:54:33 Removing intermediate container 28d4ef50a79e 03:54:33 ---> 793fb63516fd 03:54:33 Step 8/23 : COPY . . 03:54:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:54:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:54:33 (1/2) Installing dumb-init (1.2.5-r2) 03:54:33 (2/2) Installing su-exec (0.2-r2) 03:54:33 Executing busybox-1.35.0-r29.trigger 03:54:33 OK: 7 MiB in 17 packages 03:54:37 ---> f9c2935ed80c 03:54:37 Step 9/23 : RUN make cmd/support-notifications/support-notifications 03:54:37 Removing intermediate container c9a4e5794137 03:54:37 ---> 7ad0fe82b57f 03:54:37 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 03:54:37 ---> Running in 83bced3e4a29 03:54:37 ---> Running in eee39aed2161 03:54:37 Removing intermediate container eee39aed2161 03:54:37 ---> 7a156c0ea42c 03:54:37 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 03:54:37 ---> Running in ebed1fa01334 03:54:37 Removing intermediate container ebed1fa01334 03:54:37 ---> 10e8e8d8c4ee 03:54:37 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 03:54:37 ---> Running in d740bb67adda 03:54:37 Removing intermediate container d740bb67adda 03:54:37 ---> 05a5b53640b5 03:54:37 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 03:54:37 ---> Running in b7ae66defa2f 03:54:37 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:54:37 Removing intermediate container b7ae66defa2f 03:54:37 ---> 6a565a40ed06 03:54:37 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 03:54:37 ---> Running in 8f95b90bdbf7 03:54:37 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 03:54:37 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 03:54:37 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 03:54:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 03:54:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.232s coverage: 84.8% of statements 03:54:38 Removing intermediate container 8f95b90bdbf7 03:54:38 ---> e22478157dbb 03:54:38 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 03:54:38 ---> Running in d205a203bae2 03:54:38 Removing intermediate container d205a203bae2 03:54:38 ---> 1ef233a270c6 03:54:38 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 03:54:38 ---> 57fe13956677 03:54:38 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 03:54:38 ---> Running in 928677647b13 03:54:38 Removing intermediate container 928677647b13 03:54:38 ---> db8d60ebfcf6 03:54:38 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 03:54:38 ---> 0caa8a84a4f5 03:54:38 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 03:54:39 ---> d82be16afaec 03:54:39 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:54:40 ---> 2742744a8caa 03:54:40 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:54:40 ---> 571f2729f1a6 03:54:40 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 03:54:40 ---> 7ad7f43ff3a3 03:54:40 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 03:54:40 ---> 4384d7c1d61d 03:54:40 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 03:54:40 ---> 0b1b84ba7fc6 03:54:40 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:54:41 ---> eedbe5102b7b 03:54:41 Step 28/33 : RUN chmod +x /entrypoint.sh 03:54:41 ---> Running in 6ece9c2e5e32 03:54:42 Removing intermediate container 6ece9c2e5e32 03:54:42 ---> 36edd13c0b3d 03:54:42 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 03:54:42 ---> Running in 483a29824f29 03:54:42 Removing intermediate container 483a29824f29 03:54:42 ---> 33773f6742ac 03:54:42 Step 30/33 : CMD ["gate"] 03:54:42 ---> Running in d1d070b1746c 03:54:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 03:54:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 03:54:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:54:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:54:43 Removing intermediate container d1d070b1746c 03:54:43 ---> 9c2e11a0ebda 03:54:43 Step 31/33 : LABEL arch=x86_64 03:54:43 ---> Running in 560bd85d0c67 03:54:43 Removing intermediate container 560bd85d0c67 03:54:43 ---> 09cb69de2cd6 03:54:43 Step 32/33 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 03:54:43 ---> Running in 910c66a81cea 03:54:43 Removing intermediate container 910c66a81cea 03:54:43 ---> c9c650b68293 03:54:43 Step 33/33 : LABEL version=0.0.0 03:54:43 ---> Running in 4537872cd780 03:54:43 Removing intermediate container 4537872cd780 03:54:43 ---> f950d8e184fe 03:54:43 03:54:43 Successfully built f950d8e184fe 03:54:43 Successfully tagged security-bootstrapper:latest 03:54:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.371s coverage: 17.7% of statements 03:54:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 03:54:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 03:54:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 03:54:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 03:54:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.579s coverage: 92.3% of statements 03:54:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:54:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:54:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.296s coverage: 61.5% of statements 03:54:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 03:54:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 03:54:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.361s coverage: 97.7% of statements 03:54:57 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 03:54:57 WARNING: Linting skipped (not on x86_64 or linter not installed) 03:54:57 go vet ./... 03:54:58  Building security-bootstrapper ... done Removing intermediate container 83bced3e4a29 03:54:58 ---> ef829e3a9271 03:54:58 03:54:58 Step 10/23 : FROM alpine:3.17 03:54:58 ---> 9ed4aefc74f6 03:54:58 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 03:54:58 ---> Running in d7f94c9e0c73 03:54:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:54:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:54:58 (1/2) Installing ca-certificates (20230506-r0) 03:54:58 (2/2) Installing dumb-init (1.2.5-r2) 03:54:58 Executing busybox-1.35.0-r29.trigger 03:54:58 Executing ca-certificates-20230506-r0.trigger 03:54:58 OK: 8 MiB in 17 packages 03:54:58 Removing intermediate container d7f94c9e0c73 03:54:58 ---> ffb66c84a6ac 03:54:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 03:54:58 ---> Running in 58fa8777aebe 03:54:58 Removing intermediate container 58fa8777aebe 03:54:58 ---> 7d00a35e4bc9 03:54:58 Step 13/23 : ENV APP_PORT=59860 03:54:58 ---> Running in fa8c7478e570 03:54:58 Removing intermediate container fa8c7478e570 03:54:58 ---> 611a36860928 03:54:58 Step 14/23 : EXPOSE $APP_PORT 03:54:58 ---> Running in 1190d056ea2a 03:54:58 Removing intermediate container 1190d056ea2a 03:54:58 ---> dd34b7856e3b 03:54:58 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:54:58 ---> 61ffd48f1a1b 03:54:58 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 03:54:58 ---> a8cac09c3802 03:54:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:54:59 ---> 1c43e0915ee3 03:54:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:54:59 ---> 8f8964e54be8 03:54:59 Step 19/23 : ENTRYPOINT ["/support-notifications"] 03:54:59 ---> Running in 68afabe4e544 03:54:59 Removing intermediate container 68afabe4e544 03:54:59 ---> de1c3df5df6d 03:54:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:54:59 ---> Running in 253d5cfd87a3 03:54:59 Removing intermediate container 253d5cfd87a3 03:54:59 ---> 2c6af88ea028 03:54:59 Step 21/23 : LABEL arch=x86_64 03:55:00 ---> Running in 752e783a0d37 03:55:00 Removing intermediate container 752e783a0d37 03:55:00 ---> 26963dac9933 03:55:00 Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 03:55:00 ---> Running in 942a4976d19b 03:55:00 Removing intermediate container 942a4976d19b 03:55:00 ---> be17f48f12ae 03:55:00 Step 23/23 : LABEL version=0.0.0 03:55:00 ---> Running in 6b90020b5960 03:55:00 Removing intermediate container 6b90020b5960 03:55:00 ---> f3e6e7ec4900 03:55:00 03:55:00 Successfully built f3e6e7ec4900 03:55:00 Successfully tagged support-notifications:latest 03:55:00  Building support-notifications ... done  [Pipeline] } 03:55:00 $ docker stop --time=1 1cc98ebbd9e73cd9f1b3e90b41b90bc79d43008d9e784d0b76b2f6f19115de81 03:55:01 $ docker rm -f --volumes 1cc98ebbd9e73cd9f1b3e90b41b90bc79d43008d9e784d0b76b2f6f19115de81 [Pipeline] // withDockerContainer [Pipeline] sh 03:55:02 + docker images 03:55:02 REPOSITORY TAG IMAGE ID CREATED SIZE 03:55:02 support-notifications latest f3e6e7ec4900 1 second ago 32.4MB 03:55:02 ef829e3a9271 6 seconds ago 1.79GB 03:55:02 security-bootstrapper latest f950d8e184fe 18 seconds ago 22.2MB 03:55:02 dd1018e8b23e 30 seconds ago 1.71GB 03:55:02 support-scheduler latest 8f6d3839f9f8 43 seconds ago 31.8MB 03:55:02 security-spiffe-token-provider latest 0cba007d417f 44 seconds ago 32.8MB 03:55:02 415d2df227bd 48 seconds ago 1.79GB 03:55:02 security-spire-agent latest 06de5a259c8f 55 seconds ago 161MB 03:55:02 security-spire-config latest 03dd14748029 About a minute ago 102MB 03:55:02 a1c7f3a02f47 About a minute ago 1.76GB 03:55:02 security-spire-server latest 9cbd6e360043 About a minute ago 103MB 03:55:02 core-command latest 51204bf9f449 About a minute ago 19.9MB 03:55:02 cd77af048388 About a minute ago 1.58GB 03:55:02 2893877d8fb9 About a minute ago 1.58GB 03:55:02 04e2133553d5 About a minute ago 1.58GB 03:55:02 5ef442dbe198 2 minutes ago 1.72GB 03:55:02 core-common-config-bootstrapper latest 60d03115e8ed 2 minutes ago 17.2MB 03:55:02 1e48017f9553 2 minutes ago 1.72GB 03:55:02 security-secretstore-setup latest f64dafedb985 3 minutes ago 32.8MB 03:55:02 security-proxy-setup latest 27d7bb2871db 3 minutes ago 18.7MB 03:55:02 security-proxy-auth latest 85d756bf81eb 3 minutes ago 18.3MB 03:55:02 core-data latest 39a01fa0b488 3 minutes ago 20.1MB 03:55:02 core-metadata latest 4cfe5c8c20d8 3 minutes ago 20.4MB 03:55:02 9272c54d6eb5 3 minutes ago 1.73GB 03:55:02 0260d884a1b9 3 minutes ago 1.7GB 03:55:02 44f31e61dc9f 3 minutes ago 1.7GB 03:55:02 75293ff11f1e 3 minutes ago 1.72GB 03:55:02 a7b0028d4590 3 minutes ago 1.73GB 03:55:02 ci-base-image-x86_64 latest e5903d0fbbf3 8 minutes ago 918MB 03:55:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 3 weeks ago 700MB 03:55:02 alpine 3.17 9ed4aefc74f6 7 weeks ago 7.05MB 03:55:02 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 10 months ago 253MB 03:55:02 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] } 03:57:34 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:57:34 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:57:34 ./bin/test-attribution-txt.sh [Pipeline] echo 03:57:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 03:57:34 + ls -al . 03:57:34 total 700 03:57:34 drwxrwxr-x 10 1001 1001 4096 May 22 03:49 . 03:57:34 drwxr-xr-x 4 root root 4096 May 22 03:49 .. 03:57:34 drwxrwxr-x 2 1001 1001 4096 May 22 03:48 .blubracket 03:57:34 -rw-rw-r-- 1 1001 1001 16 May 22 03:48 .dockerignore 03:57:34 drwxrwxr-x 8 1001 1001 4096 May 22 03:48 .git 03:57:34 drwxrwxr-x 3 1001 1001 4096 May 22 03:48 .github 03:57:34 -rw-rw-r-- 1 1001 1001 1133 May 22 03:48 .gitignore 03:57:34 -rw-rw-r-- 1 1001 1001 42 May 22 03:48 .golangci.yml 03:57:34 -rw-rw-r-- 1 1001 1001 87 May 22 03:48 .hadolint.yml 03:57:34 -rw-rw-r-- 1 1001 1001 166 May 22 03:48 .sonarcloud.properties 03:57:34 -rw-rw-r-- 1 1001 1001 1171 May 22 03:48 ADOPTERS.md 03:57:34 -rw-rw-r-- 1 1001 1001 10835 May 22 03:48 Attribution.txt 03:57:34 -rw-rw-r-- 1 1001 1001 73765 May 22 03:48 CHANGELOG.md 03:57:34 -rw-rw-r-- 1 1001 1001 3804 May 22 03:48 CONTRIBUTING.md 03:57:34 -rw-rw-r-- 1 1001 1001 677 May 22 03:48 GOVERNANCE.md 03:57:34 -rw-rw-r-- 1 1001 1001 883 May 22 03:48 Jenkinsfile 03:57:34 -rw-rw-r-- 1 1001 1001 10775 May 22 03:48 LICENSE 03:57:34 -rw-rw-r-- 1 1001 1001 14368 May 22 03:48 Makefile 03:57:34 -rw-rw-r-- 1 1001 1001 582 May 22 03:48 OWNERS.md 03:57:34 -rw-rw-r-- 1 1001 1001 9902 May 22 03:48 README.md 03:57:34 -rw-rw-r-- 1 1001 1001 789 May 22 03:48 SECURITY.md 03:57:34 -rw-rw-r-- 1 1001 1001 5 May 22 03:45 VERSION 03:57:34 drwxrwxr-x 2 1001 1001 4096 May 22 03:48 bin 03:57:34 drwxrwxr-x 18 1001 1001 4096 May 22 03:48 cmd 03:57:34 -rw-r--r-- 1 root root 447731 May 22 03:54 coverage.out 03:57:34 -rw-rw-r-- 1 1001 1001 3200 May 22 03:48 go.mod 03:57:34 -rw-rw-r-- 1 1001 1001 31040 May 22 03:48 go.sum 03:57:34 drwxrwxr-x 7 1001 1001 4096 May 22 03:48 internal 03:57:34 drwxrwxr-x 3 1001 1001 4096 May 22 03:48 openapi 03:57:34 -rw-rw-r-- 1 1001 1001 594 May 22 03:48 security.txt 03:57:34 drwxrwxr-x 4 1001 1001 4096 May 22 03:48 snap 03:57:34 -rw-rw-r-- 1 1001 1001 204 May 22 03:48 version.go [Pipeline] sh 03:57:35 + '[' -e coverage.out ] 03:57:35 + chown 1001:1001 coverage.out [Pipeline] stash 03:57:35 Warning: overwriting stash ‘coverage-report’ 03:57:36 Stashed 1 file(s) [Pipeline] sh 03:57:37 + make build 03:57:37 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 03:59:13 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 03:59:13 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 03:59:13 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 03:59:16 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 04:00:04 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 04:00:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:00:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:00:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:00:23 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 04: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:00:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 04:00:41 $ docker stop --time=1 1c9368eb0685aa684fe04465c6ac590a24d597c7af00fd2fa7649458a161efef 04:00:43 $ docker rm -f --volumes 1c9368eb0685aa684fe04465c6ac590a24d597c7af00fd2fa7649458a161efef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:00:45 04:00:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:00:46 latest: Pulling from edgex-devops/edgex-compose-arm64 04:00:46 29e5d40040c1: Pulling fs layer 04:00:46 1ce36da41761: Pulling fs layer 04:00:46 25b303627fd3: Pulling fs layer 04:00:46 29e5d40040c1: Download complete 04:00:46 1ce36da41761: Verifying Checksum 04:00:46 1ce36da41761: Download complete 04:00:47 29e5d40040c1: Pull complete 04:00:48 25b303627fd3: Verifying Checksum 04:00:48 25b303627fd3: Download complete 04:00:48 1ce36da41761: Pull complete 04:00:58 25b303627fd3: Pull complete 04:00:58 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:00:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:00:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:00:58 prd-ubuntu20.04-docker-arm64-4c-16g-16253 does not seem to be running inside a container 04:00:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:01:01 $ docker top 95cf7648b24e83594ab307fc03cae643bdc33358c603492e22f566515b9d69f3 -eo pid,comm [Pipeline] { [Pipeline] sh 04:01:02 + + grep paralleldocker-compose 04:01:02 build --help 04:01:06 --parallel Build images in parallel. [Pipeline] } 04:01:06 $ docker stop --time=1 95cf7648b24e83594ab307fc03cae643bdc33358c603492e22f566515b9d69f3 04:01:07 $ docker rm -f --volumes 95cf7648b24e83594ab307fc03cae643bdc33358c603492e22f566515b9d69f3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:01:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:01:09 prd-ubuntu20.04-docker-arm64-4c-16g-16253 does not seem to be running inside a container 04:01:09 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:01:10 $ docker top 5b9afebffdaadfab90a9e5416ac7eb3f0c56f45e08a88535cdc24ba43355b995 -eo pid,comm [Pipeline] { [Pipeline] sh 04:01:10 + docker-compose -f ./docker-compose-build.yml build --parallel 04:01:16 Building core-command ... 04:01:16 Building core-common-config-bootstrapper ... 04:01:16 Building core-data ... 04:01:16 Building core-metadata ... 04:01:16 Building security-bootstrapper ... 04:01:16 Building security-proxy-auth ... 04:01:16 Building security-proxy-setup ... 04:01:16 Building security-secretstore-setup ... 04:01:16 Building security-spiffe-token-provider ... 04:01:16 Building security-spire-agent ... 04:01:16 Building security-spire-config ... 04:01:16 Building security-spire-server ... 04:01:16 Building support-notifications ... 04:01:16 Building support-scheduler ... 04:01:16 Building security-bootstrapper 04:01:16 Building support-scheduler 04:01:16 Building core-metadata 04:01:16 Building core-command 04:01:16 Building security-spire-server 04:02:03 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 04:02:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:02:03 ---> 1a4db108efea 04:02:03 Step 3/26 : WORKDIR /edgex-go 04:02:03 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 04:02:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:02:03 ---> 1a4db108efea 04:02:03 Step 3/24 : ARG ADD_BUILD_TAGS="" 04:02:03 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 04:02:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:02:03 ---> 1a4db108efea 04:02:03 Step 3/23 : ARG ADD_BUILD_TAGS="" 04:02:03 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 04:02:03 Step 2/33 : FROM ${BUILDER_BASE} AS builder 04:02:03 ---> 1a4db108efea 04:02:03 Step 3/33 : WORKDIR /edgex-go 04:02:03 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 04:02:03 Step 2/25 : FROM ${BUILDER_BASE} AS builder 04:02:03 ---> 1a4db108efea 04:02:03 Step 3/25 : ARG ADD_BUILD_TAGS="" 04:02:03 ---> Running in f26ff5b18d49 04:02:03 ---> Running in 4916814bd012 04:02:03 ---> Running in 25e5bcf506dd 04:02:03 ---> Running in 2e96c08f478d 04:02:03 ---> Running in 3f07e4ffae4e 04:02:03 Removing intermediate container f26ff5b18d49 04:02:03 ---> 199078051192 04:02:03 Step 4/25 : WORKDIR /edgex-go 04:02:03 Removing intermediate container 25e5bcf506dd 04:02:03 ---> f50146885b94 04:02:03 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 04:02:03 Removing intermediate container 4916814bd012 04:02:03 ---> 4c679b780ca3 04:02:03 Step 4/23 : WORKDIR /edgex-go 04:02:03 ---> Running in bb41390c9402 04:02:03 ---> Running in 001eb0394ad3 04:02:03 Removing intermediate container 3f07e4ffae4e 04:02:03 ---> df7128650d2f 04:02:03 Step 4/33 : RUN apk add --update --no-cache make git 04:02:03 Removing intermediate container 2e96c08f478d 04:02:03 ---> 60820dcdbcf0 04:02:03 Step 4/24 : WORKDIR /edgex-go 04:02:03 ---> Running in 3d9f75cc462b 04:02:03 ---> Running in 6a5d3857f185 04:02:03 ---> Running in 06e930a1cba9 04:02:03 Removing intermediate container 001eb0394ad3 04:02:03 ---> 61dac62980b6 04:02:03 Step 5/25 : RUN apk add --update --no-cache make git 04:02:03 Removing intermediate container 3d9f75cc462b 04:02:03 ---> ac1d01dd4e39 04:02:03 Step 5/23 : RUN apk add --update --no-cache make git 04:02:03 Removing intermediate container 06e930a1cba9 04:02:03 ---> d74aa6ba37cc 04:02:03 Step 5/24 : RUN apk add --update --no-cache make git 04:02:03 ---> Running in 207bf20e051c 04:02:04 ---> Running in 5e48870514fc 04:02:04 ---> Running in 776e1a1880c2 04:02:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:02:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:02:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:02:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:02:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:02:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:02:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:02:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:02:07 OK: 263 MiB in 53 packages 04:02:07 OK: 263 MiB in 53 packages 04:02:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:02:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:02:08 OK: 263 MiB in 53 packages 04:02:08 Removing intermediate container bb41390c9402 04:02:08 ---> 4e06edea0d53 04:02:08 Step 5/26 : COPY go.mod vendor* ./ 04:02:08 OK: 263 MiB in 53 packages 04:02:09 OK: 263 MiB in 53 packages 04:02:09 Removing intermediate container 6a5d3857f185 04:02:09 ---> f41e2165ee23 04:02:09 Step 5/33 : COPY go.mod vendor* ./ 04:02:10 ---> 979f99a16826 04:02:10 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:02:10 ---> Running in 838b5275e414 04:02:10 ---> b074738a9720 04:02:10 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:02:10 Removing intermediate container 776e1a1880c2 04:02:10 ---> 6fdd220ee63a 04:02:10 Step 6/24 : COPY go.mod vendor* ./ 04:02:10 ---> Running in 246596b9b493 04:02:10 Removing intermediate container 207bf20e051c 04:02:10 ---> 3f9815751a29 04:02:10 Step 6/25 : COPY go.mod vendor* ./ 04:02:10 Removing intermediate container 5e48870514fc 04:02:10 ---> 93b74fc6f0c5 04:02:10 Step 6/23 : COPY go.mod vendor* ./ 04:02:12 ---> 93922f1d2f55 04:02:12 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:02:12 ---> 77693e803a4e 04:02:12 ---> 230562d8223c 04:02:12 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:02:12 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:02:12 ---> Running in 71ef3d416a39 04:02:13 ---> Running in d13a598f552d 04:02:13 ---> Running in cd94da16388d 04:04:04 Removing intermediate container cd94da16388d 04:04:04 ---> 98b616464591 04:04:04 Step 8/23 : COPY . .Removing intermediate container 71ef3d416a39 04:04:04 04:04:04 ---> 8efbffffb4b2 04:04:04 Step 8/24 : COPY . . 04:04:04 Removing intermediate container d13a598f552d 04:04:04 ---> 60c203401e87 04:04:04 Step 8/25 : COPY . . 04:04:04 Removing intermediate container 246596b9b493 04:04:04 ---> 0d9cc064b4b5 04:04:04 Step 7/33 : COPY . . 04:04:04 Removing intermediate container 838b5275e414 04:04:04 ---> 901c0eeeec6c 04:04:04 Step 7/26 : COPY . . 04:04:10 ---> bedbcd2f577e 04:04:10 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 04:04:10 ---> 0fdbbbfe7480 04:04:10 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 04:04:10 ---> 2c487b48efbf 04:04:10 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 04:04:10 ---> Running in bf0ad8871dbd 04:04:10 ---> acb7e0492b64 04:04:10 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 04:04:10 ---> Running in 76640f99c9e6 04:04:12 ---> 2a67dea42905 04:04:12 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 04:04:12 ---> Running in 6f2598678461 04:04:12 ---> Running in 2242c6b13e2c 04:04:12 ---> Running in 8333018666e8 04:04:13 Removing intermediate container 8333018666e8 04:04:13 ---> 77480533da8b 04:04:13 Step 9/26 : WORKDIR /edgex-go/spire-build 04:04:13 ---> Running in 64302f8f21f9 04:04:14 Removing intermediate container 64302f8f21f9 04:04:14 ---> c412c3a3100a 04:04:14 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 04:04:14 ---> Running in 4531015d2a9c 04:04:14 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 04:04:14 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 04:04:14 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 04:04:14 Removing intermediate container 4531015d2a9c 04:04:14 ---> 759180eb35e0 04:04:14 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 04:04:14 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 04:04:14 ---> Running in 97048ab965b0 04:04:17 Removing intermediate container 97048ab965b0 04:04:17 ---> 0f00c2b4b883 04:04:17 Step 12/26 : WORKDIR /edgex-go 04:04:17 ---> Running in 3a5aa63880a1 04:04:18 Removing intermediate container 3a5aa63880a1 04:04:18 ---> 40f030ab26d0 04:04:18 04:04:18 Step 13/26 : FROM alpine:3.17 04:04:18 3.17: Pulling from library/alpine 04:04:18 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 04:04:18 Status: Downloaded newer image for alpine:3.17 04:04:18 ---> 51e60588ff2c 04:04:18 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 04:04:19 ---> Running in 4767f4402cf5 04:04:19 Removing intermediate container 4767f4402cf5 04:04:19 ---> abd58c48d1a9 04:04:19 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:04:19 ---> Running in f8d8107c98b4 04:04:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:04:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:04:23 v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 04:04:23 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 04:04:23 OK: 17694 distinct packages available 04:04:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:04:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:04:25 (1/5) Installing dumb-init (1.2.5-r2) 04:04:25 (2/5) Installing musl-obstack (1.2.3-r0) 04:04:25 (3/5) Installing libucontext (1.2-r0) 04:04:25 (4/5) Installing gcompat (1.1.0-r0) 04:04:25 (5/5) Installing openssl (3.0.8-r4) 04:04:25 Executing busybox-1.35.0-r29.trigger 04:04:25 OK: 9 MiB in 20 packages 04:04:27 Removing intermediate container f8d8107c98b4 04:04:27 ---> 71b1043d38bb 04:04:27 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 04:04:28 ---> 340096460159 04:04:28 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 04:04:29 ---> 66274e565251 04:04:29 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 04:04:36 ---> 5db05b2d236d 04:04:36 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:04:36 ---> 486fd42ae380 04:04:36 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:04:40 ---> 88893ddf7b83 04:04:40 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:04:40 ---> 6c4afd18c8a1 04:04:40 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 04:04:40 ---> Running in c17c098a7ed7 04:04:41 Removing intermediate container c17c098a7ed7 04:04:41 ---> c3b700de1ad6 04:04:41 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 04:04:41 ---> Running in bb5abcae9cdf 04:04:41 Removing intermediate container bb5abcae9cdf 04:04:41 ---> 8377e4f529f5 04:04:41 Step 24/26 : LABEL arch=arm64 04:04:41 ---> Running in feb043c20c9c 04:04:42 Removing intermediate container feb043c20c9c 04:04:42 ---> dfd1f8de13dc 04:04:42 Step 25/26 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 04:04:42 ---> Running in 92c717696eb3 04:04:42 Removing intermediate container 92c717696eb3 04:04:42 ---> 1655f0de0f58 04:04:42 Step 26/26 : LABEL version=0.0.0 04:04:42 ---> Running in 8abd1b0f855d 04:04:43 Removing intermediate container 8abd1b0f855d 04:04:43 ---> 6fe1943b61ff 04:04:43 04:04:43 Successfully built 6fe1943b61ff 04:04:43 Successfully tagged security-spire-server-arm64:latest 04:04:43  Building security-spire-server ... done Building support-notifications 04:05:01 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 04:05:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:05:01 ---> 1a4db108efea 04:05:01 Step 3/23 : ARG ADD_BUILD_TAGS="" 04:05:01 ---> Using cache 04:05:01 ---> 60820dcdbcf0 04:05:01 Step 4/23 : WORKDIR /edgex-go 04:05:01 ---> Using cache 04:05:01 ---> d74aa6ba37cc 04:05:01 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 04:05:01 ---> Running in e8e5d116625d 04:05:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:05:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:05:03 OK: 263 MiB in 53 packages 04:05:05 Removing intermediate container e8e5d116625d 04:05:05 ---> cce89e69646a 04:05:05 Step 6/23 : COPY go.mod vendor* ./ 04:05:06 ---> ace0bf8829d1 04:05:06 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:07 ---> Running in 2b42d2514b6d 04:06:43 Removing intermediate container 2b42d2514b6d 04:06:43 ---> 9c407af883cd 04:06:43 Step 8/23 : COPY . . 04:06:47 ---> 0fd8309097a6 04:06:47 Step 9/23 : RUN make cmd/support-notifications/support-notifications 04:06:47 ---> Running in 1d84223c1275 04:06:49 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 04:10:40 Removing intermediate container 6f2598678461 04:10:40 ---> 1bf2852bb515 04:10:40 04:10:40 Step 9/33 : FROM alpine:3.17 04:10:40 ---> 51e60588ff2c 04:10:40 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 04:10:40 ---> Running in 8aa3ce3f7454 04:10:40 Removing intermediate container 8aa3ce3f7454 04:10:40 ---> 71ca7d482033 04:10:40 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 04:10:40 ---> Running in 7ee132791625 04:10:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:10:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:10:40 (1/2) Installing dumb-init (1.2.5-r2) 04:10:40 (2/2) Installing su-exec (0.2-r2) 04:10:40 Executing busybox-1.35.0-r29.trigger 04:10:40 OK: 8 MiB in 17 packages 04:10:40 Removing intermediate container 7ee132791625 04:10:40 ---> 216a98b9a9ae 04:10:40 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 04:10:40 ---> Running in b469eee161b5 04:10:40 Removing intermediate container b469eee161b5 04:10:40 ---> dfa18b86107f 04:10:40 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 04:10:40 ---> Running in 2a7a9703c6b2 04:10:40 Removing intermediate container 2a7a9703c6b2 04:10:40 ---> 05289169e401 04:10:40 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 04:10:40 ---> Running in 3ef782c82fcf 04:10:40 Removing intermediate container 3ef782c82fcf 04:10:40 ---> 952ac96c7213 04:10:40 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 04:10:40 ---> Running in 9d026fb86a65 04:10:40 Removing intermediate container 9d026fb86a65 04:10:40 ---> 33fe91e68a81 04:10:40 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 04:10:40 ---> Running in be5655cca3eb 04:10:43 Removing intermediate container be5655cca3eb 04:10:43 ---> ebed18c56082 04:10:43 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 04:10:43 ---> Running in 0d66c2841bfb 04:10:43 Removing intermediate container 0d66c2841bfb 04:10:43 ---> 0fd5286f7fe0 04:10:43 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 04:10:44 ---> 61c3601f7a56 04:10:44 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 04:10:44 ---> Running in 487fdf371390 04:10:48 Removing intermediate container 487fdf371390 04:10:48 ---> c664323ec040 04:10:48 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 04:10:48 ---> fce033a0ba28 04:10:48 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 04:10:49 ---> 1eed06854ae0 04:10:49 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:10:51 ---> d9ff1f0baaa2 04:10:51 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 04:10:52 ---> 5bae022eabe9 04:10:52 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 04:10:53 ---> a22090956084 04:10:53 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 04:10:55 ---> fdb708f57464 04:10:56 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 04:10:57 ---> d6819abeba8f 04:10:57 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:10:58 ---> 27b24323e60a 04:10:58 Step 28/33 : RUN chmod +x /entrypoint.sh 04:10:58 ---> Running in 2e9c4d52c52a 04:11:03 Removing intermediate container 2e9c4d52c52a 04:11:03 ---> 7110f8873b4c 04:11:03 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 04:11:03 ---> Running in 5f8597484cf1 04:11:03 Removing intermediate container 5f8597484cf1 04:11:03 ---> a67bdfdec605 04:11:03 Step 30/33 : CMD ["gate"] 04:11:04 ---> Running in 1f72ce4e7075 04:11:04 Removing intermediate container 1f72ce4e7075 04:11:04 ---> 38827e0dc1e2 04:11:04 Step 31/33 : LABEL arch=arm64 04:11:05 ---> Running in 74a9241a3d13 04:11:06 Removing intermediate container 74a9241a3d13 04:11:06 ---> 643e16276850 04:11:06 Step 32/33 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 04:11:06 ---> Running in 1d5e44158fa5 04:11:07 Removing intermediate container 1d5e44158fa5 04:11:07 ---> 4014df730477 04:11:07 Step 33/33 : LABEL version=0.0.0 04:11:07 ---> Running in 84bd772e9230 04:11:08 Removing intermediate container 84bd772e9230 04:11:08 ---> 23c62b96e083 04:11:08 04:11:09 Successfully built 23c62b96e083 04:11:09 Successfully tagged security-bootstrapper-arm64:latest 04:11:09  Building security-bootstrapper ... done Building core-data 04:11:10 Removing intermediate container 2242c6b13e2c 04:11:10 ---> f80fc3d597c4 04:11:10 04:11:10 Step 10/24 : FROM alpine:3.17 04:11:10 ---> 51e60588ff2c 04:11:10 Step 11/24 : RUN apk add --update --no-cache dumb-init 04:11:10 ---> Running in f2955b1b2852 04:11:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:11:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:11:16 (1/1) Installing dumb-init (1.2.5-r2) 04:11:16 Executing busybox-1.35.0-r29.trigger 04:11:16 OK: 8 MiB in 16 packages 04:11:18 Removing intermediate container f2955b1b2852 04:11:18 ---> 260fc80c194f 04:11:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 04:11:19 ---> Running in d43f3a360bdd 04:11:19 Removing intermediate container bf0ad8871dbd 04:11:19 ---> d431a7f53519 04:11:19 04:11:19 Step 10/25 : FROM alpine:3.17 04:11:19 ---> 51e60588ff2c 04:11:19 Step 11/25 : RUN apk add --update --no-cache dumb-init 04:11:19 ---> Using cache 04:11:19 ---> 260fc80c194f 04:11:19 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 04:11:19 ---> Running in b1dd34775989 04:11:23 Removing intermediate container d43f3a360bdd 04:11:23 ---> 2d65df43651d 04:11:23 Step 13/24 : ENV APP_PORT=59882 04:11:23 Removing intermediate container b1dd34775989 04:11:23 ---> ad113c40791f 04:11:23 Step 13/25 : ENV APP_PORT=59881 04:11:23 ---> Running in ce88e69739b4 04:11:23 ---> Running in 0e414f6a95a3 04:11:23 Removing intermediate container ce88e69739b4 04:11:23 ---> f7eb5d92b51f 04:11:23 Step 14/24 : EXPOSE $APP_PORT 04:11:24 ---> Running in 25b5f30407d0 04:11:24 Removing intermediate container 0e414f6a95a3 04:11:24 ---> 401219b711ad 04:11:24 Step 14/25 : EXPOSE $APP_PORT 04:11:24 ---> Running in 9c875967a03d 04:11:24 Removing intermediate container 25b5f30407d0 04:11:24 ---> 2d46ea844384 04:11:24 Step 15/24 : WORKDIR / 04:11:24 ---> Running in 1b94771a7379 04:11:25 Removing intermediate container 9c875967a03d 04:11:25 ---> e12aa0e26fbe 04:11:25 Step 15/25 : WORKDIR / 04:11:25 ---> Running in 158824b4c210 04:11:25 Removing intermediate container 1b94771a7379 04:11:25 ---> e484892701e3 04:11:25 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:11:26 Removing intermediate container 158824b4c210 04:11:26 ---> 9754156073d9 04:11:26 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 04:11:27 ---> 85c533fd567a 04:11:27 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 04:11:28 ---> 3b37e965606c 04:11:28 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 04:11:28 ---> 4eab4eb84466 04:11:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:11:29 ---> 595697ccf429 04:11:29 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:11:29 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 04:11:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:11:29 ---> 1a4db108efea 04:11:29 Step 3/23 : ARG ADD_BUILD_TAGS="" 04:11:29 ---> Using cache 04:11:29 ---> 60820dcdbcf0 04:11:29 Step 4/23 : WORKDIR /edgex-go 04:11:29 ---> Using cache 04:11:29 ---> d74aa6ba37cc 04:11:29 Step 5/23 : RUN apk add --update --no-cache make git 04:11:29 ---> Using cache 04:11:29 ---> 6fdd220ee63a 04:11:29 Step 6/23 : COPY go.mod vendor* ./ 04:11:29 ---> Using cache 04:11:29 ---> 93922f1d2f55 04:11:29 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:11:29 ---> Using cache 04:11:29 ---> 8efbffffb4b2 04:11:29 Step 8/23 : COPY . . 04:11:29 ---> Using cache 04:11:29 ---> 2c487b48efbf 04:11:29 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 04:11:29 ---> Running in eff9390c9503 04:11:32 ---> 373ee5d63192 04:11:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 04:11:32 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 04:11:32 ---> 43029a9377b8 04:11:32 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 04:11:33 ---> dcb6ce5d76f2 04:11:33 Step 20/24 : ENTRYPOINT ["/core-command"] 04:11:33 ---> Running in d9275613b207 04:11:36 ---> 5ccd91e5fec1 04:11:36 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 04:11:36 Removing intermediate container d9275613b207 04:11:36 ---> 653f1d2c3936 04:11:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 04:11:36 ---> Running in 1a09c90ec92f 04:11:37 Removing intermediate container 1a09c90ec92f 04:11:37 ---> c36b547fc3d9 04:11:37 Step 22/24 : LABEL arch=arm64 04:11:37 ---> b02d85d2b717 04:11:37 Step 21/25 : ENTRYPOINT ["/core-metadata"] 04:11:37 ---> Running in a44be311d4a9 04:11:37 ---> Running in 5bde457603bb 04:11:37 Removing intermediate container 5bde457603bb 04:11:37 ---> fd3a6f7e29a5 04:11:37 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 04:11:38 Removing intermediate container a44be311d4a9 04:11:38 ---> c747e586e25f 04:11:38 Step 23/24 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 04:11:38 ---> Running in 126fd176470c 04:11:38 ---> Running in c39212780b41 04:11:38 Removing intermediate container c39212780b41 04:11:38 ---> 39c5095bb902 04:11:38 Step 24/24 : LABEL version=0.0.0 04:11:38 ---> Running in bb426c6e1a17 04:11:38 Removing intermediate container 126fd176470c 04:11:38 ---> 96723ece4969 04:11:38 Step 23/25 : LABEL arch=arm64 04:11:38 ---> Running in 861eb6027843 04:11:39 Removing intermediate container 861eb6027843 04:11:39 ---> eb2bb2d308d3 04:11:39 Step 24/25 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 04:11:39 Removing intermediate container bb426c6e1a17 04:11:39 ---> 714b6b5da973 04:11:39 04:11:39 ---> Running in acb34bd56949 04:11:40 Successfully built 714b6b5da973 04:11:40 Successfully tagged core-command-arm64:latest 04:11:40  Building core-command ... done Building security-spire-config 04:11:40 Removing intermediate container acb34bd56949 04:11:40 ---> 5c31b20bdcff 04:11:40 Step 25/25 : LABEL version=0.0.0 04:11:40 ---> Running in 2d6e964db499 04:11:40 Removing intermediate container 2d6e964db499 04:11:40 ---> c81678f21fcf 04:11:40 04:11:40 Successfully built c81678f21fcf 04:11:40 Successfully tagged core-metadata-arm64:latest 04:11:40  Building core-metadata ... done Building security-proxy-auth 04:12:07 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 04:12:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:12:07 ---> 1a4db108efea 04:12:07 Step 3/23 : ARG ADD_BUILD_TAGS="" 04:12:07 ---> Using cache 04:12:07 ---> 60820dcdbcf0 04:12:07 Step 4/23 : WORKDIR /edgex-go 04:12:07 ---> Using cache 04:12:07 ---> d74aa6ba37cc 04:12:07 Step 5/23 : RUN apk add --update --no-cache make git 04:12:07 ---> Using cache 04:12:07 ---> 6fdd220ee63a 04:12:07 Step 6/23 : COPY go.mod vendor* ./ 04:12:07 ---> Using cache 04:12:07 ---> 93922f1d2f55 04:12:07 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:12:07 ---> Using cache 04:12:07 ---> 8efbffffb4b2 04:12:07 Step 8/23 : COPY . . 04:12:07 ---> Using cache 04:12:07 ---> 2c487b48efbf 04:12:07 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 04:12:07 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 04:12:07 Step 2/27 : FROM ${BUILDER_BASE} AS builder 04:12:07 ---> 1a4db108efea 04:12:07 Step 3/27 : WORKDIR /edgex-go 04:12:07 ---> Using cache 04:12:07 ---> df7128650d2f 04:12:07 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 04:12:08 ---> Running in d919d17a813a 04:12:08 ---> Running in be5c963cc1c2 04:12:10 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 04:12:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:12:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:12:13 OK: 263 MiB in 53 packages 04:12:15 Removing intermediate container d919d17a813a 04:12:15 ---> 79daa123d831 04:12:15 Step 5/27 : COPY go.mod vendor* ./ 04:12:16 ---> cd73953af9de 04:12:16 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:12:16 ---> Running in db0b7eb0ae22 04:13:53 Removing intermediate container 76640f99c9e6 04:13:53 ---> d7d009161727 04:13:53 04:13:53 Step 10/23 : FROM alpine:3.17 04:13:53 ---> 51e60588ff2c 04:13:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:13:53 ---> Using cache 04:13:53 ---> 260fc80c194f 04:13:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 04:13:53 ---> Using cache 04:13:53 ---> ad113c40791f 04:13:53 Step 13/23 : ENV APP_PORT=59861 04:13:53 ---> Running in 49e08ab35c1b 04:13:53 Removing intermediate container 49e08ab35c1b 04:13:53 ---> 4ba7a51cd097 04:13:53 Step 14/23 : EXPOSE $APP_PORT 04:13:53 ---> Running in f154ba4d6ecd 04:13:53 Removing intermediate container f154ba4d6ecd 04:13:53 ---> 4f2d5eb4178a 04:13:53 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:13:53 ---> 883de850adfc 04:13:53 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 04:13:53 ---> 52ebef626236 04:13:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:13:54 ---> 7f05041d5e7d 04:13:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 04:13:55 ---> f5567588de47 04:13:55 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 04:13:55 ---> Running in 6c97e43eaa1d 04:13:56 Removing intermediate container 6c97e43eaa1d 04:13:56 ---> 7813698e75d2 04:13:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 04:13:56 ---> Running in 78a8918ad729 04:13:56 Removing intermediate container db0b7eb0ae22 04:13:56 ---> d0fe53fffc05 04:13:56 Step 7/27 : COPY . .Removing intermediate container 78a8918ad729 04:13:56 04:13:56 ---> e21c38c85db0 04:13:56 Step 21/23 : LABEL arch=arm64 04:13:57 ---> Running in 4792fadf2c47 04:13:58 Removing intermediate container 4792fadf2c47 04:13:58 ---> 486cdd5d7e0b 04:13:58 Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 04:13:58 ---> Running in 25fec54f09e4 04:13:59 Removing intermediate container 25fec54f09e4 04:13:59 ---> ab3edf76e12b 04:13:59 Step 23/23 : LABEL version=0.0.0 04:13:59 ---> Running in f1e52b050552 04:14:00 Removing intermediate container f1e52b050552 04:14:00 ---> 8b9770abd357 04:14:00 04:14:00 Successfully built 8b9770abd357 04:14:00 Successfully tagged support-scheduler-arm64:latest 04:14:00  Building support-scheduler ... done Building security-spiffe-token-provider 04:14:11 ---> bc6eea5a5eb1 04:14:11 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 04:14:11 ---> Running in a0dfd0dc0dbb 04:14:12 Removing intermediate container a0dfd0dc0dbb 04:14:12 ---> 90350f1e32c0 04:14:12 Step 9/27 : WORKDIR /edgex-go/spire-build 04:14:12 ---> Running in 133f111684f3 04:14:13 Removing intermediate container 133f111684f3 04:14:13 ---> dea4f0819d01 04:14:13 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 04:14:13 ---> Running in 806c79458aa2 04:14:14 Removing intermediate container 806c79458aa2 04:14:14 ---> 5c61a2c4d00c 04:14:14 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 04:14:14 ---> Running in 538ddfac46c5 04:14:18 Removing intermediate container 538ddfac46c5 04:14:18 ---> 172d40098f24 04:14:18 Step 12/27 : WORKDIR /edgex-go 04:14:18 ---> Running in 991a1f804de8 04:14:18 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 04:14:18 Step 2/20 : FROM ${BUILDER_BASE} AS builder 04:14:18 ---> 1a4db108efea 04:14:18 Step 3/20 : WORKDIR /edgex-go 04:14:18 ---> Using cache 04:14:18 ---> df7128650d2f 04:14:18 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 04:14:18 ---> Running in b447e4e19448 04:14:19 Removing intermediate container 991a1f804de8 04:14:19 ---> 34261b13f35d 04:14:19 04:14:19 Step 13/27 : FROM alpine:3.17 04:14:19 ---> 51e60588ff2c 04:14:19 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 04:14:19 ---> Using cache 04:14:19 ---> abd58c48d1a9 04:14:19 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 04:14:19 ---> Running in bceca287de75 04:14:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:14:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:14:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:14:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:14:23 v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 04:14:23 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 04:14:23 OK: 17697 distinct packages available 04:14:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:14:23 v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 04:14:23 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 04:14:23 OK: 17694 distinct packages available 04:14:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:14:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:14:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:14:25 OK: 263 MiB in 53 packages 04:14:26 (1/4) Installing dumb-init (1.2.5-r2) 04:14:26 (2/4) Installing musl-obstack (1.2.3-r0) 04:14:26 (3/4) Installing libucontext (1.2-r0) 04:14:26 (4/4) Installing gcompat (1.1.0-r0) 04:14:26 Executing busybox-1.35.0-r29.trigger 04:14:26 OK: 8 MiB in 19 packages 04:14:26 Removing intermediate container b447e4e19448 04:14:26 ---> 1897a37f82d9 04:14:26 Step 5/20 : COPY go.mod vendor* ./ 04:14:28 ---> 2491749265d3 04:14:28 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:14:28 ---> Running in 38baa2e37430 04:14:29 Removing intermediate container bceca287de75 04:14:29 ---> 36730f98b47e 04:14:29 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 04:14:31 ---> 8934ff331604 04:14:31 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 04:14:32 ---> 2bd5f05c2953 04:14:32 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 04:14:38 ---> e4fc2d82112d 04:14:38 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 04:14:39 ---> 0ac91d1a2584 04:14:39 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 04:14:39 ---> Running in 42cd2bc58803 04:14:40 Removing intermediate container 42cd2bc58803 04:14:40 ---> 69bb59acf0f3 04:14:40 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 04:14:41 ---> 6f2997b0b71e 04:14:41 Step 22/27 : WORKDIR / 04:14:41 ---> Running in 9c3c97b6950d 04:14:41 Removing intermediate container 9c3c97b6950d 04:14:41 ---> 589f04d3d5a8 04:14:41 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 04:14:41 ---> Running in f018ff50329d 04:14:42 Removing intermediate container f018ff50329d 04:14:42 ---> 820b0b24091a 04:14:42 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 04:14:42 ---> Running in b79b4612887f 04:14:45 Removing intermediate container b79b4612887f 04:14:45 ---> 21c6bcc405f4 04:14:45 Step 25/27 : LABEL arch=arm64 04:14:45 ---> Running in 78c0049d4643 04:14:45 Removing intermediate container 78c0049d4643 04:14:45 ---> d145278ecb9c 04:14:45 Step 26/27 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 04:14:45 ---> Running in e32513a8cb8d 04:14:45 Removing intermediate container e32513a8cb8d 04:14:45 ---> 451a4bf93e05 04:14:45 Step 27/27 : LABEL version=0.0.0 04:14:45 ---> Running in 5da3f29081aa 04:14:46 Removing intermediate container 5da3f29081aa 04:14:46 ---> 3c87b28fc29d 04:14:46 04:14:46 Successfully built 3c87b28fc29d 04:14:46 Successfully tagged security-spire-config-arm64:latest 04:14:46 Building core-common-config-bootstrapper 04:15:05  Building security-spire-config ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 04:15:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:15:05 ---> 1a4db108efea 04:15:05 Step 3/23 : ARG ADD_BUILD_TAGS="" 04:15:05 ---> Using cache 04:15:05 ---> 60820dcdbcf0 04:15:05 Step 4/23 : WORKDIR /edgex-go 04:15:05 ---> Using cache 04:15:05 ---> d74aa6ba37cc 04:15:05 Step 5/23 : RUN apk add --update --no-cache make git 04:15:05 ---> Using cache 04:15:05 ---> 6fdd220ee63a 04:15:05 Step 6/23 : COPY go.mod vendor* ./ 04:15:05 ---> Using cache 04:15:05 ---> 93922f1d2f55 04:15:05 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:15:05 ---> Using cache 04:15:05 ---> 8efbffffb4b2 04:15:05 Step 8/23 : COPY . . 04:15:05 ---> Using cache 04:15:05 ---> 2c487b48efbf 04:15:05 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:15:05 ---> Running in bfec6ba10aa1 04:15:06 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 04:16:05 Removing intermediate container 38baa2e37430 04:16:05 ---> e5f718b4a193 04:16:05 Step 7/20 : COPY . . 04:16:12 Removing intermediate container 1d84223c1275 04:16:12 ---> d81b041f2202 04:16:12 04:16:12 Step 10/23 : FROM alpine:3.17 04:16:12 ---> 51e60588ff2c 04:16:12 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 04:16:12 ---> Running in f87be33d2675 04:16:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:16:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:16:16 (1/2) Installing ca-certificates (20230506-r0) 04:16:16 (2/2) Installing dumb-init (1.2.5-r2) 04:16:16 Executing busybox-1.35.0-r29.trigger 04:16:16 Executing ca-certificates-20230506-r0.trigger 04:16:17 OK: 8 MiB in 17 packages 04:16:19 ---> 9ff8abd4f8cf 04:16:19 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:16:21 ---> Running in 22d617ba03b0 04:16:21 Removing intermediate container f87be33d2675 04:16:21 ---> aa88082ba9df 04:16:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 04:16:22 ---> Running in 01525c6813ec 04:16:23 Removing intermediate container 01525c6813ec 04:16:23 ---> 204290d3a69f 04:16:23 Step 13/23 : ENV APP_PORT=59860 04:16:23 ---> Running in 94e30a81f950 04:16:23 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 04:16:23 Removing intermediate container 94e30a81f950 04:16:23 ---> ae5b9e17b264 04:16:23 Step 14/23 : EXPOSE $APP_PORT 04:16:23 ---> Running in 8724193b2b00 04:16:24 Removing intermediate container 8724193b2b00 04:16:24 ---> abbbde418520 04:16:24 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:16:24 ---> c733d2556705 04:16:24 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 04:16:25 ---> ac2885f5f32a 04:16:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:16:29 ---> 11827cd9b442 04:16:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 04:16:29 ---> 6fa231489651 04:16:29 Step 19/23 : ENTRYPOINT ["/support-notifications"] 04:16:29 ---> Running in f846670fe4fa 04:16:29 Removing intermediate container f846670fe4fa 04:16:29 ---> c11788df80fc 04:16:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 04:16:29 ---> Running in 0067d3c55c29 04:16:30 Removing intermediate container 0067d3c55c29 04:16:30 ---> 937e4109d53d 04:16:30 Step 21/23 : LABEL arch=arm64 04:16:30 ---> Running in 29890f86dabd 04:16:31 Removing intermediate container 29890f86dabd 04:16:31 ---> c8619bf6136c 04:16:31 Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 04:16:31 ---> Running in d780d23eec2f 04:16:31 Removing intermediate container d780d23eec2f 04:16:31 ---> 7f8d2c84ab97 04:16:31 Step 23/23 : LABEL version=0.0.0 04:16:31 ---> Running in 032dbe6f2707 04:16:31 Removing intermediate container 032dbe6f2707 04:16:31 ---> a36474bb353d 04:16:31 04:16:32 Successfully built a36474bb353d 04:16:32 Successfully tagged support-notifications-arm64:latest 04:16:32  Building support-notifications ... done Building security-spire-agent 04:16:50 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 04:16:50 Step 2/27 : FROM ${BUILDER_BASE} AS builder 04:16:50 ---> 1a4db108efea 04:16:50 Step 3/27 : WORKDIR /edgex-go 04:16:50 ---> Using cache 04:16:50 ---> df7128650d2f 04:16:50 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 04:16:50 ---> Using cache 04:16:50 ---> 79daa123d831 04:16:50 Step 5/27 : COPY go.mod vendor* ./ 04:16:50 ---> Using cache 04:16:50 ---> cd73953af9de 04:16:50 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:16:50 ---> Using cache 04:16:50 ---> d0fe53fffc05 04:16:50 Step 7/27 : COPY . . 04:16:50 ---> Using cache 04:16:50 ---> bc6eea5a5eb1 04:16:50 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 04:16:50 ---> Using cache 04:16:50 ---> 90350f1e32c0 04:16:50 Step 9/27 : WORKDIR /edgex-go/spire-build 04:16:50 ---> Using cache 04:16:50 ---> dea4f0819d01 04:16:50 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 04:16:50 ---> Using cache 04:16:50 ---> 5c61a2c4d00c 04:16: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 04:16:50 ---> Using cache 04:16:50 ---> 172d40098f24 04:16:50 Step 12/27 : WORKDIR /edgex-go 04:16:50 ---> Using cache 04:16:50 ---> 34261b13f35d 04:16:50 04:16:50 Step 13/27 : FROM alpine:3.17 04:16:50 ---> 51e60588ff2c 04:16:50 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 04:16:50 ---> Using cache 04:16:50 ---> abd58c48d1a9 04:16:50 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:16:50 ---> Using cache 04:16:50 ---> 71b1043d38bb 04:16:50 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 04:16:50 ---> Using cache 04:16:50 ---> 340096460159 04:16:50 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 04:16:50 ---> Using cache 04:16:50 ---> 66274e565251 04:16:50 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 04:16:53 ---> b94e10bf76a7 04:16:53 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 04:16:59 ---> 79d115220f81 04:16:59 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 04:17:03 ---> bd3a54d172b1 04:17:03 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 04:17:03 ---> 1fc96b0788d9 04:17:03 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 04:17:04 ---> 64be83fdae7e 04:17:04 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 04:17:04 ---> Running in 3d9536ce4da3 04:17:05 Removing intermediate container 3d9536ce4da3 04:17:05 ---> 684a909fa828 04:17:05 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 04:17:05 ---> Running in aea9d9e50a3c 04:17:05 Removing intermediate container aea9d9e50a3c 04:17:05 ---> 9223426eeeee 04:17:05 Step 25/27 : LABEL arch=arm64 04:17:05 ---> Running in 5d5820b37630 04:17:06 Removing intermediate container 5d5820b37630 04:17:06 ---> 20a4142617f9 04:17:06 Step 26/27 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 04:17:06 ---> Running in 6815f5ca5abe 04:17:06 Removing intermediate container 6815f5ca5abe 04:17:06 ---> 1886dce54b27 04:17:06 Step 27/27 : LABEL version=0.0.0 04:17:07 ---> Running in a957b7722416 04:17:07 Removing intermediate container a957b7722416 04:17:07 ---> e268acdfb593 04:17:07 04:17:07 Successfully built e268acdfb593 04:17:07 Successfully tagged security-spire-agent-arm64:latest 04:17:07  Building security-spire-agent ... done Building security-proxy-setup 04:17:26 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 04:17:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:17:26 ---> 1a4db108efea 04:17:26 Step 3/22 : WORKDIR /edgex-go 04:17:26 ---> Using cache 04:17:26 ---> df7128650d2f 04:17:26 Step 4/22 : RUN apk add --update --no-cache make git 04:17:26 ---> Using cache 04:17:26 ---> f41e2165ee23 04:17:26 Step 5/22 : COPY go.mod vendor* ./ 04:17:26 ---> Using cache 04:17:26 ---> b074738a9720 04:17:26 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:17:26 ---> Using cache 04:17:26 ---> 0d9cc064b4b5 04:17:26 Step 7/22 : COPY . . 04:17:26 ---> Using cache 04:17:26 ---> acb7e0492b64 04:17:26 Step 8/22 : RUN make cmd/secrets-config/secrets-config 04:17:26 ---> Running in a5dff9ff94bf 04:17:27 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 04:18:35 Removing intermediate container be5c963cc1c2 04:18:35 ---> 2997bfd31366 04:18:35 04:18:35 Step 10/23 : FROM alpine:3.17 04:18:35 ---> 51e60588ff2c 04:18:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 04:18:35 ---> Running in e89b5df32067 04:18:35 Removing intermediate container e89b5df32067 04:18:35 ---> c99e60acfc4e 04:18:35 Step 12/23 : RUN apk add --update --no-cache dumb-init 04:18:35 ---> Running in d502875fed22 04:18:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:35 (1/1) Installing dumb-init (1.2.5-r2) 04:18:35 Executing busybox-1.35.0-r29.trigger 04:18:35 OK: 8 MiB in 16 packages 04:18:35 Removing intermediate container d502875fed22 04:18:35 ---> 626c6e67c97d 04:18:35 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:18:35 ---> 8c06f4b883bf 04:18:35 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 04:18:36 ---> ffd6e30a9aa1 04:18:36 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 04:18:39 ---> f66fa7e0341a 04:18:39 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 04:18:41 ---> 8dac206e8c72 04:18:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 04:18:43 ---> 110136f1a234 04:18:43 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:18:43 ---> Running in 1a402a694470 04:18:44 Removing intermediate container eff9390c9503 04:18:44 ---> 653f908822c7 04:18:44 04:18:44 Step 10/23 : FROM alpine:3.17 04:18:44 ---> 51e60588ff2c 04:18:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 04:18:44 ---> Running in ee4d00ac268a 04:18:45 Removing intermediate container ee4d00ac268a 04:18:45 ---> 8b2111e31dde 04:18:45 Step 12/23 : ENV APP_PORT=59880 04:18:45 ---> Running in 4723600f3dde 04:18:46 Removing intermediate container 4723600f3dde 04:18:46 ---> 94b8b6d72c96 04:18:46 Step 13/23 : EXPOSE $APP_PORT 04:18:46 ---> Running in 7218a29b6e07 04:18:46 Removing intermediate container 1a402a694470 04:18:46 ---> ddb62fd55aca 04:18:46 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 04:18:47 ---> Running in fe35182839e1 04:18:47 Removing intermediate container 7218a29b6e07 04:18:47 ---> 98f34294a3f3 04:18:47 Step 14/23 : RUN apk add --update --no-cache dumb-init 04:18:47 ---> Running in 1aeaca0fb572 04:18:47 Removing intermediate container fe35182839e1 04:18:47 ---> 7ca5ba74d70e 04:18:47 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 04:18:47 ---> Running in a54d6c9b61c1 04:18:48 Removing intermediate container a54d6c9b61c1 04:18:48 ---> 3b6189de974d 04:18:48 Step 21/23 : LABEL arch=arm64 04:18:48 ---> Running in dd905b76188f 04:18:49 Removing intermediate container dd905b76188f 04:18:49 ---> 11f1ecb4894d 04:18:49 Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 04:18:49 ---> Running in c3484368b8aa 04:18:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:18:50 Removing intermediate container c3484368b8aa 04:18:50 ---> 1c67a898fce8 04:18:50 Step 23/23 : LABEL version=0.0.0 04:18:50 ---> Running in 8809d8f7d835 04:18:51 Removing intermediate container 8809d8f7d835 04:18:51 ---> 4486d70713f9 04:18:51 04:18:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:18:51 Successfully built 4486d70713f9 04:18:51 Successfully tagged security-proxy-auth-arm64:latest 04:18:51  Building security-proxy-auth ... done Building security-secretstore-setup 04:18:52 (1/1) Installing dumb-init (1.2.5-r2) 04:18:52 Executing busybox-1.35.0-r29.trigger 04:18:52 OK: 8 MiB in 16 packages 04:18:54 Removing intermediate container 1aeaca0fb572 04:18:54 ---> 064910e0fd59 04:18:54 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:18:55 ---> 319d2c0447b7 04:18:55 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 04:18:56 ---> 1ff7157fb4a3 04:18:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:18:57 ---> 166baaf56dde 04:18:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 04:18:58 ---> 2953a9cff13d 04:18:58 Step 19/23 : ENTRYPOINT ["/core-data"] 04:18:58 ---> Running in 459d424fd6b6 04:18:59 Removing intermediate container 459d424fd6b6 04:18:59 ---> 6e10446efa23 04:18:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 04:18:59 ---> Running in 88dbe712f3c4 04:19:03 Removing intermediate container 88dbe712f3c4 04:19:03 ---> 076369ca69de 04:19:03 Step 21/23 : LABEL arch=arm64 04:19:03 ---> Running in f0cb3f406707 04:19:03 Removing intermediate container f0cb3f406707 04:19:03 ---> eef87ab4e8c0 04:19:03 Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 04:19:03 ---> Running in 7ece8efbf362 04:19:04 Removing intermediate container 7ece8efbf362 04:19:04 ---> 2e47a7118d67 04:19:04 Step 23/23 : LABEL version=0.0.0 04:19:04 ---> Running in 53941011963e 04:19:05 Removing intermediate container 53941011963e 04:19:05 ---> c5bfa3c59c21 04:19:05 04:19:05 Successfully built c5bfa3c59c21 04:19:05 Successfully tagged core-data-arm64:latest 04:19:10  Building core-data ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 04:19:10 Step 2/25 : FROM ${BUILDER_BASE} AS builder 04:19:10 ---> 1a4db108efea 04:19:10 Step 3/25 : WORKDIR /edgex-go 04:19:10 ---> Using cache 04:19:10 ---> df7128650d2f 04:19:10 Step 4/25 : RUN apk add --update --no-cache make git 04:19:10 ---> Using cache 04:19:10 ---> f41e2165ee23 04:19:10 Step 5/25 : COPY go.mod vendor* ./ 04:19:10 ---> Using cache 04:19:10 ---> b074738a9720 04:19:10 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:19:10 ---> Using cache 04:19:10 ---> 0d9cc064b4b5 04:19:10 Step 7/25 : COPY . . 04:19:10 ---> Using cache 04:19:10 ---> acb7e0492b64 04:19:10 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:19:10 ---> Running in 9c39840f8d9b 04:19:11 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 04:21:33 Removing intermediate container bfec6ba10aa1 04:21:33 ---> 00ae66a717b2 04:21:33 04:21:33 Step 10/23 : FROM alpine:3.17 04:21:33 ---> 51e60588ff2c 04:21:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 04:21:33 ---> Using cache 04:21:33 ---> c99e60acfc4e 04:21:33 Step 12/23 : RUN apk add --update --no-cache dumb-init 04:21:33 ---> Using cache 04:21:33 ---> 626c6e67c97d 04:21:33 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:21:33 ---> Using cache 04:21:33 ---> 8c06f4b883bf 04:21:33 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 04:21:33 ---> Using cache 04:21:33 ---> ffd6e30a9aa1 04:21:33 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 04:21:33 ---> a0487529da1e 04:21:33 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 04:21:33 ---> 270c145ada1b 04:21:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 04:21:33 ---> 05935b55bb3f 04:21:33 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:21:33 ---> Running in ead3786de83f 04:21:33 Removing intermediate container ead3786de83f 04:21:33 ---> 8b89da84e882 04:21:33 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 04:21:33 ---> Running in d0c60f595c70 04:21:33 Removing intermediate container d0c60f595c70 04:21:33 ---> 353deeebaa8c 04:21:33 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 04:21:33 ---> Running in ad6354378a2f 04:21:33 Removing intermediate container ad6354378a2f 04:21:33 ---> 5ff886305232 04:21:33 Step 21/23 : LABEL arch=arm64 04:21:33 ---> Running in 100933131a80 04:21:33 Removing intermediate container 100933131a80 04:21:33 ---> db4b749337d1 04:21:33 Step 22/23 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 04:21:33 ---> Running in bedbe9d78604 04:21:33 Removing intermediate container bedbe9d78604 04:21:33 ---> 19ba2b1d15d8 04:21:33 Step 23/23 : LABEL version=0.0.0 04:21:33 ---> Running in e051a808c883 04:21:33 Removing intermediate container e051a808c883 04:21:33 ---> cbb5cf8209e8 04:21:33 04:21:33 Successfully built cbb5cf8209e8 04:21:33 Successfully tagged core-common-config-bootstrapper-arm64:latest 04:22:40  Building core-common-config-bootstrapper ... done Removing intermediate container a5dff9ff94bf 04:22:40 ---> cc7cdef0b11a 04:22:40 04:22:40 Step 9/22 : FROM alpine:3.17 04:22:40 ---> 51e60588ff2c 04:22:40 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 04:22:40 ---> Running in df814316dfe1 04:22:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:22:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:22:40 (1/2) Installing dumb-init (1.2.5-r2) 04:22:40 (2/2) Installing openssl (3.0.8-r4) 04:22:40 Executing busybox-1.35.0-r29.trigger 04:22:40 OK: 8 MiB in 17 packages 04:22:41 Removing intermediate container df814316dfe1 04:22:41 ---> e695bf38d6df 04:22:41 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 04:22:41 ---> Running in 3d593081df9d 04:22:42 Removing intermediate container 3d593081df9d 04:22:42 ---> c53419110dc9 04:22:42 Step 12/22 : WORKDIR /edgex 04:22:42 ---> Running in 03f2f620075e 04:22:43 Removing intermediate container 03f2f620075e 04:22:43 ---> 551e8450f0b8 04:22:43 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:22:43 ---> c8b1b6dc5411 04:22:43 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 04:22:44 ---> 4d66ec26fc36 04:22:44 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 04:22:45 ---> 5a8c71e7de04 04:22:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:22:46 ---> 551e7c7eb8c4 04:22:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 04:22:47 ---> de74ea8ba884 04:22:47 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:22:47 ---> Running in 6f3f22b5ae75 04:22:50 Removing intermediate container 6f3f22b5ae75 04:22:50 ---> 3cc7a79169af 04:22:50 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 04:22:50 ---> Running in b167e8289cd4 04:22:51 Removing intermediate container b167e8289cd4 04:22:51 ---> 5f83eda03753 04:22:51 Step 20/22 : LABEL arch=arm64 04:22:51 ---> Running in d36efd32b615 04:22:54 Removing intermediate container d36efd32b615 04:22:54 ---> bab80ccacd76 04:22:54 Step 21/22 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 04:22:54 ---> Running in 612b33b8655a 04:22:54 Removing intermediate container 612b33b8655a 04:22:54 ---> 81e319f6ca29 04:22:55 Step 22/22 : LABEL version=0.0.0 04:22:55 ---> Running in 7a7f6df15f87 04:22:55 Removing intermediate container 7a7f6df15f87 04:22:55 ---> 09aa454363d1 04:22:55 04:22:55 Successfully built 09aa454363d1 04:22:55 Successfully tagged security-proxy-setup-arm64:latest 04:23:10  Building security-proxy-setup ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:23:10 Removing intermediate container 22d617ba03b0 04:23:10 ---> 0d98e32c0a56 04:23:10 04:23:10 Step 9/20 : FROM alpine:3.17 04:23:10 ---> 51e60588ff2c 04:23:10 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 04:23:10 ---> Using cache 04:23:10 ---> 71ca7d482033 04:23:10 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:23:10 ---> Running in 96e92419f66d 04:23:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:23:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:23:12 v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 04:23:12 v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 04:23:12 OK: 17694 distinct packages available 04:23:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:23:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:23:14 (1/9) Installing ca-certificates (20230506-r0) 04:23:14 (2/9) Installing brotli-libs (1.0.9-r9) 04:23:14 (3/9) Installing nghttp2-libs (1.51.0-r0) 04:23:14 (4/9) Installing libcurl (8.1.0-r2) 04:23:14 (5/9) Installing curl (8.1.0-r2) 04:23:14 (6/9) Installing dumb-init (1.2.5-r2) 04:23:14 (7/9) Installing musl-obstack (1.2.3-r0) 04:23:14 (8/9) Installing libucontext (1.2-r0) 04:23:14 (9/9) Installing gcompat (1.1.0-r0) 04:23:14 Executing busybox-1.35.0-r29.trigger 04:23:14 Executing ca-certificates-20230506-r0.trigger 04:23:15 OK: 11 MiB in 24 packages 04:23:17 Removing intermediate container 96e92419f66d 04:23:17 ---> 274e0724d50d 04:23:17 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 04:23:18 ---> d4d3f4cbf370 04:23:18 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 04:23:18 ---> b982da49c4b6 04:23:18 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 04:23:18 Removing intermediate container 9c39840f8d9b 04:23:18 ---> 47ecd0c5e65a 04:23:18 04:23:18 Step 9/25 : FROM alpine:3.17 04:23:18 ---> 51e60588ff2c 04:23:18 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 04:23:18 ---> Running in 38abd5211b49 04:23:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:23:20 ---> f31fc380ee57 04:23:20 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 04:23:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:23:21 ---> 8e91288439f9 04:23:21 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 04:23:21 ---> Running in e8d656a0eeeb 04:23:21 Removing intermediate container e8d656a0eeeb 04:23:21 ---> f9a57e14fa82 04:23:21 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 04:23:21 ---> Running in 4cfcac192988 04:23:21 (1/3) Installing ca-certificates (20230506-r0) 04:23:21 (2/3) Installing dumb-init (1.2.5-r2) 04:23:21 (3/3) Installing su-exec (0.2-r2) 04:23:21 Executing busybox-1.35.0-r29.trigger 04:23:21 Executing ca-certificates-20230506-r0.trigger 04:23:22 Removing intermediate container 4cfcac192988 04:23:22 ---> f9f7961e7b2d 04:23:22 Step 18/20 : LABEL arch=arm64 04:23:22 ---> Running in 8f1081572105 04:23:22 OK: 8 MiB in 18 packages 04:23:22 Removing intermediate container 8f1081572105 04:23:22 ---> 4faef6b23138 04:23:22 Step 19/20 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 04:23:22 ---> Running in 691d7eadf8e9 04:23:23 Removing intermediate container 691d7eadf8e9 04:23:23 ---> a894ee0f4364 04:23:23 Step 20/20 : LABEL version=0.0.0 04:23:23 ---> Running in 5ebea1353420 04:23:23 Removing intermediate container 5ebea1353420 04:23:23 ---> 9de49e9aa753 04:23:23 04:23:23 Removing intermediate container 38abd5211b49 04:23:23 ---> fb514714efcd 04:23:23 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 04:23:23 ---> Running in 45699ecce332 04:23:23 Successfully built 9de49e9aa753 04:23:23 Successfully tagged security-spiffe-token-provider-arm64:latest 04:23:23  Building security-spiffe-token-provider ... done Removing intermediate container 45699ecce332 04:23:23 ---> cd82c30690ca 04:23:23 Step 12/25 : WORKDIR / 04:23:24 ---> Running in 45c5595d5af5 04:23:24 Removing intermediate container 45c5595d5af5 04:23:24 ---> 3c994557d6c7 04:23:24 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 04:23:25 ---> 83e27df6ce9c 04:23:25 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 04:23:25 ---> 4c97e69f953a 04:23:25 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:23:25 ---> 93555721d2ec 04:23:25 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 04:23:26 ---> 0c7d4cf449ce 04:23:26 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 04:23:27 ---> 4730542f376e 04:23:27 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:23:28 ---> fe899c6e2ab3 04:23:28 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:23:29 ---> bc563ea397a1 04:23:29 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:23:29 ---> a071e6ce6ef4 04:23:29 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:23:29 ---> Running in e523a8f32c57 04:23:31 Removing intermediate container e523a8f32c57 04:23:31 ---> 13d5bf27829b 04:23:31 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 04:23:31 ---> Running in 57a5e0f5eebf 04:23:31 Removing intermediate container 57a5e0f5eebf 04:23:31 ---> 24e11b29081b 04:23:31 Step 23/25 : LABEL arch=arm64 04:23:31 ---> Running in c40e65c8860d 04:23:31 Removing intermediate container c40e65c8860d 04:23:31 ---> f975c02e1b58 04:23:31 Step 24/25 : LABEL git_sha=6d279947a99938422b6909b09f8eab4500d83dc0 04:23:31 ---> Running in d11461306a5c 04:23:32 Removing intermediate container d11461306a5c 04:23:32 ---> f1727a394ae5 04:23:32 Step 25/25 : LABEL version=0.0.0 04:23:32 ---> Running in 65b29699fb24 04:23:32 Removing intermediate container 65b29699fb24 04:23:32 ---> 012851007519 04:23:32 04:23:32 Successfully built 012851007519 04:23:32 Successfully tagged security-secretstore-setup-arm64:latest 04:23:33  Building security-secretstore-setup ... done  [Pipeline] } 04:23:33 $ docker stop --time=1 5b9afebffdaadfab90a9e5416ac7eb3f0c56f45e08a88535cdc24ba43355b995 04:23:34 $ docker rm -f --volumes 5b9afebffdaadfab90a9e5416ac7eb3f0c56f45e08a88535cdc24ba43355b995 [Pipeline] // withDockerContainer [Pipeline] sh 04:23:35 + docker images 04:23:35 REPOSITORY TAG IMAGE ID CREATED SIZE 04:23:35 security-secretstore-setup-arm64 latest 012851007519 3 seconds ago 32.2MB 04:23:35 security-spiffe-token-provider-arm64 latest 9de49e9aa753 12 seconds ago 32.7MB 04:23:35 47ecd0c5e65a 17 seconds ago 1.52GB 04:23:35 0d98e32c0a56 27 seconds ago 1.57GB 04:23:35 security-proxy-setup-arm64 latest 09aa454363d1 40 seconds ago 18.7MB 04:23:35 cc7cdef0b11a About a minute ago 1.51GB 04:23:35 core-common-config-bootstrapper-arm64 latest cbb5cf8209e8 2 minutes ago 17.2MB 04:23:35 00ae66a717b2 2 minutes ago 1.52GB 04:23:35 core-data-arm64 latest c5bfa3c59c21 4 minutes ago 19.9MB 04:23:35 security-proxy-auth-arm64 latest 4486d70713f9 4 minutes ago 18.1MB 04:23:35 653f908822c7 4 minutes ago 1.53GB 04:23:35 2997bfd31366 5 minutes ago 1.51GB 04:23:35 security-spire-agent-arm64 latest e268acdfb593 6 minutes ago 153MB 04:23:35 support-notifications-arm64 latest a36474bb353d 7 minutes ago 32MB 04:23:35 d81b041f2202 7 minutes ago 1.59GB 04:23:35 security-spire-config-arm64 latest 3c87b28fc29d 8 minutes ago 96.1MB 04:23:35 34261b13f35d 9 minutes ago 1.39GB 04:23:35 support-scheduler-arm64 latest 8b9770abd357 9 minutes ago 31.2MB 04:23:35 d7d009161727 9 minutes ago 1.59GB 04:23:35 core-metadata-arm64 latest c81678f21fcf 11 minutes ago 20.2MB 04:23:35 core-command-arm64 latest 714b6b5da973 11 minutes ago 19.7MB 04:23:35 d431a7f53519 12 minutes ago 1.53GB 04:23:35 f80fc3d597c4 12 minutes ago 1.53GB 04:23:35 security-bootstrapper-arm64 latest 23c62b96e083 12 minutes ago 21.9MB 04:23:35 1bf2852bb515 13 minutes ago 1.51GB 04:23:35 security-spire-server-arm64 latest 6fe1943b61ff 18 minutes ago 97MB 04:23:35 40f030ab26d0 19 minutes ago 1.39GB 04:23:35 ci-base-image-arm64 latest 1a4db108efea 34 minutes ago 899MB 04:23:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 3 weeks ago 681MB 04:23:35 alpine 3.17 51e60588ff2c 7 weeks ago 7.46MB 04:23:35 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 04:23:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:23:36 04:23:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:23:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:23:37 arm64: Pulling from edgex-lftools-log-publisher 04:23:37 8998bd30e6a1: Pulling fs layer 04:23:37 04944245beec: Pulling fs layer 04:23:37 699f458cf7ca: Pulling fs layer 04:23:37 765212b225bb: Pulling fs layer 04:23:37 f23df028b6ca: Pulling fs layer 04:23:37 d65c8cfc05b1: Pulling fs layer 04:23:37 2437ff75d9bd: Pulling fs layer 04:23:37 765212b225bb: Waiting 04:23:37 f23df028b6ca: Waiting 04:23:37 d65c8cfc05b1: Waiting 04:23:37 2437ff75d9bd: Waiting 04:23:37 04944245beec: Verifying Checksum 04:23:37 765212b225bb: Verifying Checksum 04:23:37 765212b225bb: Download complete 04:23:37 f23df028b6ca: Verifying Checksum 04:23:37 f23df028b6ca: Download complete 04:23:37 d65c8cfc05b1: Verifying Checksum 04:23:37 d65c8cfc05b1: Download complete 04:23:37 699f458cf7ca: Verifying Checksum 04:23:37 699f458cf7ca: Download complete 04:23:37 8998bd30e6a1: Verifying Checksum 04:23:37 8998bd30e6a1: Download complete 04:23:40 2437ff75d9bd: Verifying Checksum 04:23:40 2437ff75d9bd: Download complete 04:23:42 8998bd30e6a1: Pull complete 04:23:42 04944245beec: Pull complete 04:23:43 699f458cf7ca: Pull complete 04:23:44 765212b225bb: Pull complete 04:23:45 f23df028b6ca: Pull complete 04:23:45 d65c8cfc05b1: Pull complete 04:24:00 2437ff75d9bd: Pull complete 04:24:00 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:24:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:24:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:24:00 prd-ubuntu20.04-docker-arm64-4c-16g-16253 does not seem to be running inside a container 04:24:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:24:05 $ docker top 018c922a62c28f7b9ae31da3a0e83b973c25fe46f7e7a1730208594983214aed -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:24:06 ---> job-cost.sh 04:24:06 lf-activate-venv: SKIPPING 04:24:06 INFO: No Stack... 04:24:07 INFO: Retrieving Pricing Info for: v3-standard-4 04:24:08 INFO: Archiving Costs [Pipeline] sh 04:24:08 + + cat /w/workspace/edgex-go/1/archives/cost.csv 04:24:08 cut -d, -f6 [Pipeline] lock 04:24:08 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4573-1-stack-cost] 04:24:08 Resource [jenkins-edgexfoundry-edgex-go-PR-4573-1-stack-cost] did not exist. Created. 04:24:08 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4573-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:24:09 + echo total: 0.10999999940395355 [Pipeline] stash 04:24:09 Stashed 1 file(s) [Pipeline] } 04:24:09 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4573-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:24:09 $ docker stop --time=1 018c922a62c28f7b9ae31da3a0e83b973c25fe46f7e7a1730208594983214aed 04:24:11 $ docker rm -f --volumes 018c922a62c28f7b9ae31da3a0e83b973c25fe46f7e7a1730208594983214aed [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 04:24:12 provisioning config files... 04:24:12 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config8519317583573710209tmp [Pipeline] { [Pipeline] sh 04:24:12 + set +x 04:24:12 + + curl -s https://codecov.io/bash 04:24:12 bash -s -- 04:24:12 04:24:12 _____ _ 04:24:12 / ____| | | 04:24:12 | | ___ __| | ___ ___ _____ __ 04:24:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:24:12 | |___| (_) | (_| | __/ (_| (_) \ V / 04:24:12 \_____\___/ \__,_|\___|\___\___/ \_/ 04:24:12 Bash-1.0.6 04:24:12 04:24:12 04:24:12 ==> git version 2.25.1 found 04:24:12 ==> 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 04:24:12 Release-Date: 2020-01-08 04:24:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:24:12 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:24:12 ==> Jenkins CI detected. 04:24:12 current dir:  /w/workspace/edgex-go/1 04:24:12 project root: . 04:24:12 --> token set from env 04:24:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:24:12 ==> Running gcov in . (disable via -X gcov) 04:24:12 ==> Python coveragepy not found 04:24:12 ==> Searching for coverage reports in: 04:24:12 + . 04:24:12 -> Found 1 reports 04:24:12 ==> Detecting git/mercurial file structure 04:24:13 ==> Reading reports 04:24:13 + ./coverage.out bytes=447731 04:24:13 ==> Appending adjustments 04:24:13 https://docs.codecov.io/docs/fixing-reports 04:24:13 + Found adjustments 04:24:13 ==> Gzipping contents 04:24:13 60K /tmp/codecov.GVu7xd.gz 04:24:13 ==> Uploading reports 04:24:13 url: https://codecov.io 04:24:13 query: branch=PR-4573&commit=6d279947a99938422b6909b09f8eab4500d83dc0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4573%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4573&job=&cmd_args= 04:24:13 -> Pinging Codecov 04:24:13 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4573&commit=6d279947a99938422b6909b09f8eab4500d83dc0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4573%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4573&job=&cmd_args= 04:24:14 -> Uploading to 04:24:14 https://storage.googleapis.com/codecov/v4/raw/2023-05-22/00271124DB129430A58F1EEE437C3FCB/6d279947a99938422b6909b09f8eab4500d83dc0/d7631679-959b-4f87-bdd5-583d3ffbd8eb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230522%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230522T042413Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=99670c4a505e5d37f00df74b23a79df07482df644a59042b20acceace625ba83 04:24:14 % Total % Received % Xferd Average Speed Time Time Time Current 04:24:14 Dload Upload Total Spent Left Speed 04:24:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57432 0 0 100 57432 0 260k --:--:-- --:--:-- --:--:-- 260k 04:24:14 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/6d279947a99938422b6909b09f8eab4500d83dc0 [Pipeline] } 04:24:14 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 04:24:15 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 04:24:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:24:17 ---> package-listing.sh 04:24:17 ++ facter osfamily 04:24:17 ++ tr '[:upper:]' '[:lower:]' 04:24:17 + OS_FAMILY=debian 04:24:17 + workspace=/w/workspace/edgex-go/1 04:24:17 + START_PACKAGES=/tmp/packages_start.txt 04:24:17 + END_PACKAGES=/tmp/packages_end.txt 04:24:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:24:17 + PACKAGES=/tmp/packages_start.txt 04:24:17 + '[' /w/workspace/edgex-go/1 ']' 04:24:17 + PACKAGES=/tmp/packages_end.txt 04:24:17 + case "${OS_FAMILY}" in 04:24:17 + dpkg -l 04:24:17 + grep '^ii' 04:24:17 + '[' -f /tmp/packages_start.txt ']' 04:24:17 + '[' -f /tmp/packages_end.txt ']' 04:24:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:24:17 + '[' /w/workspace/edgex-go/1 ']' 04:24:17 + mkdir -p /w/workspace/edgex-go/1/archives/ 04:24:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 04:24:17 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 04:24:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:24:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:24:18 04:24:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:24:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:24:18 latest: Pulling from edgex-lftools-log-publisher 04:24:18 5eb5b503b376: Pulling fs layer 04:24:18 5c69ac0246d0: Pulling fs layer 04:24:18 ec43610c2a17: Pulling fs layer 04:24:18 3a2ae6a8a46f: Pulling fs layer 04:24:18 33b1e0a273af: Pulling fs layer 04:24:18 5d3b04190fa2: Pulling fs layer 04:24:18 2f39f015ded8: Pulling fs layer 04:24:18 33b1e0a273af: Waiting 04:24:18 5d3b04190fa2: Waiting 04:24:18 2f39f015ded8: Waiting 04:24:18 3a2ae6a8a46f: Waiting 04:24:18 5c69ac0246d0: Download complete 04:24:18 3a2ae6a8a46f: Verifying Checksum 04:24:18 3a2ae6a8a46f: Download complete 04:24:19 33b1e0a273af: Verifying Checksum 04:24:19 33b1e0a273af: Download complete 04:24:19 5d3b04190fa2: Verifying Checksum 04:24:19 5d3b04190fa2: Download complete 04:24:19 ec43610c2a17: Download complete 04:24:19 5eb5b503b376: Download complete 04:24:19 2f39f015ded8: Download complete 04:24:20 5eb5b503b376: Pull complete 04:24:20 5c69ac0246d0: Pull complete 04:24:20 ec43610c2a17: Pull complete 04:24:21 3a2ae6a8a46f: Pull complete 04:24:21 33b1e0a273af: Pull complete 04:24:21 5d3b04190fa2: Pull complete 04:24:25 2f39f015ded8: Pull complete 04:24:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:24:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:24:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:24:25 prd-ubuntu20.04-docker-8c-8g-16252 does not seem to be running inside a container 04:24:25 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:24:29 $ docker top f5e4174184d4865851f30108100b17eb782a5446786c3fd9651f15c39002c348 -eo pid,comm [Pipeline] { [Pipeline] sh 04:24:30 + touch /tmp/pre-build-complete [Pipeline] sh 04:24:30 + mkdir -p /var/log/sysstat [Pipeline] sh 04:24:30 + ls /var/log/sa-host 04:24:30 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:24:31 provisioning config files... 04:24:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config14478691002135548952tmp [Pipeline] { [Pipeline] echo 04:24:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:24:31 ---> create-netrc.sh [Pipeline] } 04:24:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:24:31 ---> python-tools-install.sh [Pipeline] echo 04:24:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:24:32 ---> sudo-logs.sh 04:24:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:24:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:24:32 ---> job-cost.sh 04:24:32 lf-activate-venv: SKIPPING 04:24:32 DEBUG: total: 0.10999999940395355 04:24:32 INFO: Retrieving Stack Cost... 04:24:32 INFO: Retrieving Pricing Info for: v3-standard-8 04:24:33 INFO: Archiving Costs [Pipeline] echo 04:24:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:24:33 ---> logs-deploy.sh 04:24:33 lf-activate-venv: SKIPPING 04:24:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4573/1 04:24:33 INFO: archiving workspace using pattern(s): 04:24:34 Archives upload complete. 04:24:34 INFO: archiving logs to Nexus