Pull request #4549 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 40f4ace58678a4c1a16f98a321cb5c1be702fd0b+47e5a6d2aeb3e105d26e4efa2c2ccb6ce5c919e1 (ed9cccd6ae94332be65ee931e26f013f3ccb8be3) 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-ssh8952264977844933615.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6880392791821394964.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4549/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-4549/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2059414943875127843.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-4549/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1630946175750593104.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13622316746859159207.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-4549/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-4549/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8076970181949362611.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-12619 in /w/workspace/edgexfoundry_edgex-go_PR-4549 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 47e5a6d2aeb3e105d26e4efa2c2ccb6ce5c919e1 into PR head commit 40f4ace58678a4c1a16f98a321cb5c1be702fd0b Merge succeeded, producing 40f4ace58678a4c1a16f98a321cb5c1be702fd0b Checking out Revision 40f4ace58678a4c1a16f98a321cb5c1be702fd0b (PR-4549) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-03T19:59:18.682Z] Timeout set to expire in 6 hr 0 min > 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/4549/head:refs/remotes/origin/PR-4549 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 40f4ace58678a4c1a16f98a321cb5c1be702fd0b # 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 47e5a6d2aeb3e105d26e4efa2c2ccb6ce5c919e1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 40f4ace58678a4c1a16f98a321cb5c1be702fd0b # timeout=10 [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-03T19:59:18.862Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-03T19:59:18.966Z] ========================================================= [2023-05-03T19:59:18.966Z] EdgeX Global Pipelines Version Info [2023-05-03T19:59:18.966Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-03T19:59:19.690Z] ------------------- [2023-05-03T19:59:19.690Z] stable info: [2023-05-03T19:59:19.690Z] ------------------- [2023-05-03T19:59:19.690Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-05-03T19:59:19.690Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-03T19:59:19.690Z] Message: update stable to v1.0.248 [2023-05-03T19:59:20.261Z] ------------------- [2023-05-03T19:59:20.261Z] experimental info: [2023-05-03T19:59:20.261Z] ------------------- [2023-05-03T19:59:20.261Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-03T19:59:20.261Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-03T19:59:20.261Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-03T19:59:20.588Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-05-03T19:59:20.633Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-05-03T19:59:20.676Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-03T19:59:20.715Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-03T19:59:20.752Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-03T19:59:20.792Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-03T19:59:20.832Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-03T19:59:20.868Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-05-03T19:59:20.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-05-03T19:59:20.955Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-05-03T19:59:20.997Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-03T19:59:21.037Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-03T19:59:21.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-03T19:59:21.119Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-03T19:59:21.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-03T19:59:21.199Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-03T19:59:21.238Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-03T19:59:21.276Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-03T19:59:21.318Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-05-03T19:59:21.356Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-05-03T19:59:21.396Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-03T19:59:21.439Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-03T19:59:21.477Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-03T19:59:21.512Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4549 [Pipeline] echo [2023-05-03T19:59:21.553Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4549 [Pipeline] echo [2023-05-03T19:59:21.597Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4549 [Pipeline] echo [2023-05-03T19:59:21.638Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 40f4ace58678a4c1a16f98a321cb5c1be702fd0b [Pipeline] echo [2023-05-03T19:59:21.682Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 40f4ace [Pipeline] echo [2023-05-03T19:59:21.722Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T19:59:21.844Z] provisioning config files... [2023-05-03T19:59:21.872Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config12697983474073029421tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T19:59:22.239Z] ---> docker-login.sh [2023-05-03T19:59:22.239Z] nexus3.edgexfoundry.org:10001 [2023-05-03T19:59:22.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T19:59:22.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T19:59:22.499Z] Configure a credential helper to remove this warning. See [2023-05-03T19:59:22.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T19:59:22.499Z] [2023-05-03T19:59:22.759Z] Login Succeeded [2023-05-03T19:59:22.759Z] nexus3.edgexfoundry.org:10002 [2023-05-03T19:59:22.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T19:59:22.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T19:59:22.759Z] Configure a credential helper to remove this warning. See [2023-05-03T19:59:22.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T19:59:22.759Z] [2023-05-03T19:59:22.759Z] Login Succeeded [2023-05-03T19:59:22.759Z] nexus3.edgexfoundry.org:10003 [2023-05-03T19:59:22.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T19:59:22.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T19:59:22.759Z] Configure a credential helper to remove this warning. See [2023-05-03T19:59:22.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T19:59:22.759Z] [2023-05-03T19:59:22.759Z] Login Succeeded [2023-05-03T19:59:22.759Z] nexus3.edgexfoundry.org:10004 [2023-05-03T19:59:23.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T19:59:23.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T19:59:23.020Z] Configure a credential helper to remove this warning. See [2023-05-03T19:59:23.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T19:59:23.020Z] [2023-05-03T19:59:23.020Z] Login Succeeded [2023-05-03T19:59:23.020Z] docker.io [2023-05-03T19:59:23.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T19:59:23.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T19:59:23.280Z] Configure a credential helper to remove this warning. See [2023-05-03T19:59:23.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T19:59:23.280Z] [2023-05-03T19:59:23.280Z] Login Succeeded [2023-05-03T19:59:23.280Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T19:59:23.309Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-03T19:59:23.734Z] + 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 [2023-05-03T19:59:23.734Z] + + cut -d/ -f2 [2023-05-03T19:59:23.734Z] dirname cmd/core-command/Dockerfile [2023-05-03T19:59:23.734Z] + echo core-command,cmd/core-command/Dockerfile [2023-05-03T19:59:23.734Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-05-03T19:59:23.734Z] + cut -d/ -f2 [2023-05-03T19:59:23.734Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-05-03T19:59:23.734Z] + + cut -d/ -f2 [2023-05-03T19:59:23.734Z] dirname cmd/core-data/Dockerfile [2023-05-03T19:59:23.734Z] + echo core-data,cmd/core-data/Dockerfile [2023-05-03T19:59:23.734Z] + dirname cmd/core-metadata/Dockerfile [2023-05-03T19:59:23.734Z] + cut -d/ -f2 [2023-05-03T19:59:23.734Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-05-03T19:59:23.734Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-05-03T19:59:23.734Z] + cut -d/ -f2 [2023-05-03T19:59:23.734Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-05-03T19:59:23.734Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-05-03T19:59:23.734Z] + cut -d/ -f2 [2023-05-03T19:59:23.734Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-05-03T19:59:23.734Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-05-03T19:59:23.734Z] + cut -d/ -f2 [2023-05-03T19:59:23.734Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-05-03T19:59:23.734Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-05-03T19:59:23.734Z] + cut -d/ -f2 [2023-05-03T19:59:23.734Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-05-03T19:59:23.734Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-05-03T19:59:23.734Z] + cut -d/ -f2 [2023-05-03T19:59:23.734Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-05-03T19:59:23.734Z] + dirname cmd/security-spire-agent/Dockerfile [2023-05-03T19:59:23.734Z] + cut -d/ -f2 [2023-05-03T19:59:23.734Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-05-03T19:59:23.734Z] + dirname cmd/security-spire-config/Dockerfile [2023-05-03T19:59:23.734Z] + cut -d/ -f2 [2023-05-03T19:59:23.734Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-05-03T19:59:23.734Z] + dirname cmd/security-spire-server/Dockerfile [2023-05-03T19:59:23.734Z] + cut -d/ -f2 [2023-05-03T19:59:23.734Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-05-03T19:59:23.734Z] + dirname cmd/support-notifications/Dockerfile [2023-05-03T19:59:23.734Z] + cut -d/ -f2 [2023-05-03T19:59:23.734Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-05-03T19:59:23.734Z] + dirname+ cmd/support-scheduler/Dockerfile [2023-05-03T19:59:23.734Z] cut -d/ -f2 [2023-05-03T19:59:23.734Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-05-03T19:59:23.812Z] 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 [2023-05-03T19:59:24.321Z] + git rev-list -1 --merges 40f4ace58678a4c1a16f98a321cb5c1be702fd0b~1..40f4ace58678a4c1a16f98a321cb5c1be702fd0b [Pipeline] echo [2023-05-03T19:59:24.349Z] -----------> git rev-list -1 --merges 40f4ace58678a4c1a16f98a321cb5c1be702fd0b~1..40f4ace58678a4c1a16f98a321cb5c1be702fd0b 40f4ace58678a4c1a16f98a321cb5c1be702fd0b [false] [Pipeline] sh [2023-05-03T19:59:24.657Z] + git log --format=format:%s -1 40f4ace58678a4c1a16f98a321cb5c1be702fd0b [Pipeline] echo [2023-05-03T19:59:24.692Z] ========================================================= [2023-05-03T19:59:24.692Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-03T19:59:24.692Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-05-03T19:59:25.209Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-03T19:59:25.209Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-03T19:59:25.209Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-03T19:59:25.209Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-03T19:59:25.209Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-03T19:59:25.209Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-03T19:59:25.209Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T19:59:25.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T19:59:25.715Z] [2023-05-03T19:59:25.715Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T19:59:26.097Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T19:59:26.098Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-03T19:59:26.098Z] b85a868b505f: Pulling fs layer [2023-05-03T19:59:26.098Z] e2be974225ed: Pulling fs layer [2023-05-03T19:59:26.098Z] 339a4e72a1f5: Pulling fs layer [2023-05-03T19:59:26.098Z] 988bab9f4d93: Pulling fs layer [2023-05-03T19:59:26.098Z] 1469e6f7b9e6: Pulling fs layer [2023-05-03T19:59:26.098Z] eaf3925da568: Pulling fs layer [2023-05-03T19:59:26.098Z] bab4dde63d76: Pulling fs layer [2023-05-03T19:59:26.098Z] bde34c3a00c8: Pulling fs layer [2023-05-03T19:59:26.098Z] b352a97aabf1: Pulling fs layer [2023-05-03T19:59:26.098Z] 4872d77fe225: Pulling fs layer [2023-05-03T19:59:26.098Z] 5851b861e8e6: Pulling fs layer [2023-05-03T19:59:26.098Z] 988bab9f4d93: Waiting [2023-05-03T19:59:26.098Z] 1469e6f7b9e6: Waiting [2023-05-03T19:59:26.098Z] eaf3925da568: Waiting [2023-05-03T19:59:26.098Z] bab4dde63d76: Waiting [2023-05-03T19:59:26.098Z] bde34c3a00c8: Waiting [2023-05-03T19:59:26.098Z] b352a97aabf1: Waiting [2023-05-03T19:59:26.098Z] 4872d77fe225: Waiting [2023-05-03T19:59:26.098Z] 5851b861e8e6: Waiting [2023-05-03T19:59:26.098Z] e2be974225ed: Download complete [2023-05-03T19:59:26.098Z] 988bab9f4d93: Verifying Checksum [2023-05-03T19:59:26.098Z] 988bab9f4d93: Download complete [2023-05-03T19:59:26.359Z] 339a4e72a1f5: Verifying Checksum [2023-05-03T19:59:26.360Z] 339a4e72a1f5: Download complete [2023-05-03T19:59:26.360Z] 1469e6f7b9e6: Verifying Checksum [2023-05-03T19:59:26.360Z] 1469e6f7b9e6: Download complete [2023-05-03T19:59:26.360Z] eaf3925da568: Download complete [2023-05-03T19:59:26.360Z] bde34c3a00c8: Verifying Checksum [2023-05-03T19:59:26.360Z] bde34c3a00c8: Download complete [2023-05-03T19:59:26.360Z] b352a97aabf1: Verifying Checksum [2023-05-03T19:59:26.360Z] b352a97aabf1: Download complete [2023-05-03T19:59:26.360Z] 4872d77fe225: Download complete [2023-05-03T19:59:26.360Z] 5851b861e8e6: Verifying Checksum [2023-05-03T19:59:26.360Z] 5851b861e8e6: Download complete [2023-05-03T19:59:26.360Z] b85a868b505f: Verifying Checksum [2023-05-03T19:59:26.360Z] b85a868b505f: Download complete [2023-05-03T19:59:26.620Z] bab4dde63d76: Verifying Checksum [2023-05-03T19:59:26.620Z] bab4dde63d76: Download complete [2023-05-03T19:59:28.013Z] b85a868b505f: Pull complete [2023-05-03T19:59:28.273Z] e2be974225ed: Pull complete [2023-05-03T19:59:29.213Z] 339a4e72a1f5: Pull complete [2023-05-03T19:59:29.474Z] 988bab9f4d93: Pull complete [2023-05-03T19:59:30.058Z] 1469e6f7b9e6: Pull complete [2023-05-03T19:59:30.320Z] eaf3925da568: Pull complete [2023-05-03T19:59:32.239Z] bab4dde63d76: Pull complete [2023-05-03T19:59:32.499Z] bde34c3a00c8: Pull complete [2023-05-03T19:59:33.068Z] b352a97aabf1: Pull complete [2023-05-03T19:59:33.329Z] 4872d77fe225: Pull complete [2023-05-03T19:59:33.591Z] 5851b861e8e6: Pull complete [2023-05-03T19:59:33.852Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-03T19:59:33.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T19:59:33.852Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T19:59:34.094Z] prd-ubuntu20.04-docker-8c-8g-12619 does not seem to be running inside a container [2023-05-03T19:59:34.132Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-03T19:59:37.403Z] $ docker top bfa53a1c46931004542a171c7af984a76948a558c5b1b60c3fcd5343d29931cc -eo pid,comm [2023-05-03T19:59:37.454Z] 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). [2023-05-03T19:59:37.454Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-03T19:59:37.573Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-03T19:59:37.573Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-03T19:59:37.691Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-03T19:59:37.692Z] $ docker exec bfa53a1c46931004542a171c7af984a76948a558c5b1b60c3fcd5343d29931cc ssh-agent [2023-05-03T19:59:37.796Z] SSH_AUTH_SOCK=/tmp/ssh-whHbIGspdrcl/agent.32 [2023-05-03T19:59:37.796Z] SSH_AGENT_PID=38 [2023-05-03T19:59:37.803Z] Running ssh-add (command line suppressed) [2023-05-03T19:59:37.916Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_10203932349390767268.key (/w/workspace/edgex-go/1@tmp/private_key_10203932349390767268.key) [2023-05-03T19:59:37.934Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-03T19:59:38.262Z] + git tag --points-at HEAD [Pipeline] } [2023-05-03T19:59:38.286Z] $ docker exec --env ******** --env ******** bfa53a1c46931004542a171c7af984a76948a558c5b1b60c3fcd5343d29931cc ssh-agent -k [2023-05-03T19:59:38.384Z] unset SSH_AUTH_SOCK; [2023-05-03T19:59:38.385Z] unset SSH_AGENT_PID; [2023-05-03T19:59:38.385Z] echo Agent pid 38 killed; [2023-05-03T19:59:38.394Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-03T19:59:38.468Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-03T19:59:38.468Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-03T19:59:38.580Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-03T19:59:38.583Z] $ docker exec bfa53a1c46931004542a171c7af984a76948a558c5b1b60c3fcd5343d29931cc ssh-agent [2023-05-03T19:59:38.692Z] SSH_AUTH_SOCK=/tmp/ssh-8zKoFuVafqWf/agent.70 [2023-05-03T19:59:38.692Z] SSH_AGENT_PID=76 [2023-05-03T19:59:38.696Z] Running ssh-add (command line suppressed) [2023-05-03T19:59:38.801Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_11477831505683130359.key (/w/workspace/edgex-go/1@tmp/private_key_11477831505683130359.key) [2023-05-03T19:59:38.814Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-03T19:59:39.140Z] + git semver init [2023-05-03T19:59:39.401Z] 2023-05-03 19:59:39,327 [run_init] DEBUG init version:0.0.0 force:False [2023-05-03T19:59:39.401Z] 2023-05-03 19:59:39,328 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-05-03T19:59:39.401Z] 2023-05-03 19:59:39,329 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-05-03T19:59:39.401Z] 2023-05-03 19:59:39,329 [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) [2023-05-03T19:59:46.026Z] 2023-05-03 19:59:45,153 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-05-03T19:59:46.026Z] 2023-05-03 19:59:45,153 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4549 with force:False [2023-05-03T19:59:46.026Z] 2023-05-03 19:59:45,153 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4549 [2023-05-03T19:59:46.026Z] 2023-05-03 19:59:45,157 [execute] INFO git cat-file --batch-check [2023-05-03T19:59:46.026Z] 2023-05-03 19:59:45,158 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-05-03T19:59:46.026Z] 2023-05-03 19:59:45,165 [execute] INFO git cat-file --batch [2023-05-03T19:59:46.027Z] 2023-05-03 19:59:45,165 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-05-03T19:59:46.027Z] 2023-05-03 19:59:45,171 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4549 [2023-05-03T19:59:46.027Z] 0.0.0 [Pipeline] } [2023-05-03T19:59:46.056Z] $ docker exec --env ******** --env ******** bfa53a1c46931004542a171c7af984a76948a558c5b1b60c3fcd5343d29931cc ssh-agent -k [2023-05-03T19:59:46.152Z] unset SSH_AUTH_SOCK; [2023-05-03T19:59:46.153Z] unset SSH_AGENT_PID; [2023-05-03T19:59:46.153Z] echo Agent pid 76 killed; [2023-05-03T19:59:46.164Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-03T19:59:46.570Z] + git semver [Pipeline] } [2023-05-03T19:59:46.853Z] $ docker stop --time=1 bfa53a1c46931004542a171c7af984a76948a558c5b1b60c3fcd5343d29931cc [2023-05-03T19:59:48.143Z] $ docker rm -f --volumes bfa53a1c46931004542a171c7af984a76948a558c5b1b60c3fcd5343d29931cc [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T19:59:48.536Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-03T19:59:48.813Z] Stashed 1 file(s) [Pipeline] echo [2023-05-03T19:59:48.830Z] [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 [2023-05-03T19:59:49.622Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-05-03T19:59:49.663Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T19:59:49.698Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T19:59:49.737Z] ========================================================= [2023-05-03T19:59:49.737Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-03T19:59:49.737Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-05-03T19:59:50.078Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-03T19:59:50.078Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-03T19:59:50.078Z] f56be85fc22e: Pulling fs layer [2023-05-03T19:59:50.078Z] 85791d961cd3: Pulling fs layer [2023-05-03T19:59:50.078Z] d694b5ae8c79: Pulling fs layer [2023-05-03T19:59:50.078Z] 9f32a84ed3da: Pulling fs layer [2023-05-03T19:59:50.078Z] 4d19c01a9841: Pulling fs layer [2023-05-03T19:59:50.078Z] 9325e15d5711: Pulling fs layer [2023-05-03T19:59:50.078Z] 556b6ee489ea: Pulling fs layer [2023-05-03T19:59:50.078Z] c5a4b2cf53e6: Pulling fs layer [2023-05-03T19:59:50.078Z] 9325e15d5711: Waiting [2023-05-03T19:59:50.078Z] 9f32a84ed3da: Waiting [2023-05-03T19:59:50.078Z] 556b6ee489ea: Waiting [2023-05-03T19:59:50.078Z] 4d19c01a9841: Waiting [2023-05-03T19:59:50.078Z] c5a4b2cf53e6: Waiting [2023-05-03T19:59:50.078Z] 85791d961cd3: Download complete [2023-05-03T19:59:50.078Z] 9f32a84ed3da: Verifying Checksum [2023-05-03T19:59:50.078Z] 9f32a84ed3da: Download complete [2023-05-03T19:59:50.078Z] 4d19c01a9841: Download complete [2023-05-03T19:59:50.078Z] f56be85fc22e: Verifying Checksum [2023-05-03T19:59:50.078Z] f56be85fc22e: Download complete [2023-05-03T19:59:50.078Z] 9325e15d5711: Verifying Checksum [2023-05-03T19:59:50.078Z] 9325e15d5711: Download complete [2023-05-03T19:59:50.338Z] f56be85fc22e: Pull complete [2023-05-03T19:59:50.338Z] 85791d961cd3: Pull complete [2023-05-03T19:59:50.916Z] d694b5ae8c79: Verifying Checksum [2023-05-03T19:59:50.916Z] d694b5ae8c79: Download complete [2023-05-03T19:59:50.916Z] c5a4b2cf53e6: Verifying Checksum [2023-05-03T19:59:51.175Z] 556b6ee489ea: Verifying Checksum [2023-05-03T19:59:51.175Z] 556b6ee489ea: Download complete [2023-05-03T19:59:53.709Z] d694b5ae8c79: Pull complete [2023-05-03T19:59:53.969Z] 9f32a84ed3da: Pull complete [2023-05-03T19:59:53.969Z] 4d19c01a9841: Pull complete [2023-05-03T19:59:53.969Z] 9325e15d5711: Pull complete [2023-05-03T19:59:56.497Z] 556b6ee489ea: Pull complete [2023-05-03T19:59:57.434Z] c5a4b2cf53e6: Pull complete [2023-05-03T19:59:57.434Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-03T19:59:57.434Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-03T19:59:57.434Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-05-03T19:59:57.807Z] + docker build -t ci-base-image-x86_64 -f - . [2023-05-03T19:59:57.807Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-03T19:59:57.807Z] WORKDIR /edgex [2023-05-03T19:59:57.807Z] COPY go.mod . [2023-05-03T19:59:57.807Z] RUN go mod download [2023-05-03T19:59:58.375Z] Sending build context to Docker daemon 170.7MB [2023-05-03T19:59:58.375Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-03T19:59:58.375Z] ---> c4be618373d6 [2023-05-03T19:59:58.375Z] Step 2/4 : WORKDIR /edgex [2023-05-03T20:00:04.146Z] Still waiting to schedule task [2023-05-03T20:00:04.147Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-05-03T20:00:04.952Z] ---> Running in c39b8b4727dd [2023-05-03T20:00:04.952Z] Removing intermediate container c39b8b4727dd [2023-05-03T20:00:04.952Z] ---> 3689cac81922 [2023-05-03T20:00:04.952Z] Step 3/4 : COPY go.mod . [2023-05-03T20:00:04.952Z] ---> e209b6395dc5 [2023-05-03T20:00:04.952Z] Step 4/4 : RUN go mod download [2023-05-03T20:00:04.952Z] ---> Running in ff909c0ef08a [2023-05-03T20:00:19.866Z] Removing intermediate container ff909c0ef08a [2023-05-03T20:00:19.866Z] ---> 1af8f619d727 [2023-05-03T20:00:19.866Z] Successfully built 1af8f619d727 [2023-05-03T20:00:19.866Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T20:00:20.249Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-03T20:00:20.249Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T20:00:20.400Z] prd-ubuntu20.04-docker-8c-8g-12619 does not seem to be running inside a container [2023-05-03T20:00:20.425Z] $ 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 ******** ci-base-image-x86_64 cat [2023-05-03T20:00:20.933Z] $ docker top bf44e8de27d9c17e0d2fc90b1993be6771c291b8c8282ea736ae20aa91cd4cce -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T20:00:21.326Z] + go version [2023-05-03T20:00:21.326Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-03T20:00:21.357Z] $ docker stop --time=1 bf44e8de27d9c17e0d2fc90b1993be6771c291b8c8282ea736ae20aa91cd4cce [2023-05-03T20:00:22.650Z] $ docker rm -f --volumes bf44e8de27d9c17e0d2fc90b1993be6771c291b8c8282ea736ae20aa91cd4cce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T20:00:23.378Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-03T20:00:23.378Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T20:00:23.524Z] prd-ubuntu20.04-docker-8c-8g-12619 does not seem to be running inside a container [2023-05-03T20:00:23.549Z] $ 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 ******** ci-base-image-x86_64 cat [2023-05-03T20:00:23.883Z] $ docker top 58e94deadfcaa90f41307ee70ec8ec868e47065244abfe452e5d703968323d87 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-03T20:00:23.996Z] ========================================================= [2023-05-03T20:00:23.996Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-05-03T20:00:23.996Z] ========================================================= [Pipeline] sh [2023-05-03T20:00:24.287Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-03T20:00:26.679Z] + make test [2023-05-03T20:00:26.679Z] go test -race -coverprofile=coverage.out ./... [2023-05-03T20:00:31.958Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-05-03T20:00:46.845Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-05-03T20:00:46.845Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-05-03T20:00:46.845Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-05-03T20:00:46.845Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-05-03T20:00:47.420Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-05-03T20:00:48.387Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-05-03T20:00:48.387Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-05-03T20:00:48.647Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-05-03T20:00:48.647Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-05-03T20:00:48.910Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-05-03T20:00:49.481Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-05-03T20:00:50.050Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-05-03T20:00:50.050Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-05-03T20:00:50.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-05-03T20:00:50.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-05-03T20:00:50.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-05-03T20:00:50.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.053s coverage: 28.7% of statements [2023-05-03T20:00:52.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.073s coverage: 98.5% of statements [2023-05-03T20:00:52.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-05-03T20:00:52.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-05-03T20:00:52.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-05-03T20:00:53.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-05-03T20:00:53.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-05-03T20:00:54.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-05-03T20:00:54.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-05-03T20:00:54.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-05-03T20:00:54.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-05-03T20:00:54.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-05-03T20:00:55.416Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.100s coverage: 71.5% of statements [2023-05-03T20:00:55.416Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.078s coverage: 54.0% of statements [2023-05-03T20:00:55.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-05-03T20:00:55.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-05-03T20:00:57.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.863s coverage: 88.5% of statements [2023-05-03T20:00:57.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.083s coverage: 3.8% of statements [2023-05-03T20:00:58.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-05-03T20:00:58.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-05-03T20:00:58.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-05-03T20:00:58.758Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.386s coverage: 95.6% of statements [2023-05-03T20:00:58.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-05-03T20:00:58.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-05-03T20:00:58.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-05-03T20:00:58.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-05-03T20:00:58.758Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-05-03T20:00:58.758Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.065s coverage: 72.2% of statements [2023-05-03T20:00:59.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-05-03T20:00:59.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-05-03T20:00:59.696Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-05-03T20:00:59.957Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.060s coverage: 65.9% of statements [2023-05-03T20:01:00.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-05-03T20:01:00.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-05-03T20:01:00.474Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.072s coverage: 0.9% of statements [2023-05-03T20:01:00.474Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.057s coverage: 29.0% of statements [2023-05-03T20:01:00.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 42.9% of statements [2023-05-03T20:01:00.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 82.9% of statements [2023-05-03T20:01:00.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2023-05-03T20:01:00.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements [2023-05-03T20:01:01.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements [2023-05-03T20:01:01.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-05-03T20:01:01.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-05-03T20:01:01.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-05-03T20:01:01.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-05-03T20:01:01.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-05-03T20:01:01.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-05-03T20:01:01.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-05-03T20:01:01.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-05-03T20:01:02.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-05-03T20:01:02.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-05-03T20:01:02.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-05-03T20:01:02.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-05-03T20:01:03.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-05-03T20:01:03.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-05-03T20:01:03.898Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-05-03T20:01:04.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-05-03T20:01:04.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-05-03T20:01:06.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-05-03T20:01:06.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-05-03T20:01:07.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-05-03T20:01:07.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-05-03T20:01:07.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-05-03T20:01:08.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-05-03T20:01:08.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-05-03T20:01:09.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-05-03T20:01:10.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-05-03T20:01:10.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-05-03T20:01:10.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-05-03T20:01:10.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-05-03T20:01:10.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-05-03T20:01:10.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-05-03T20:01:10.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-05-03T20:01:10.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-05-03T20:01:12.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-05-03T20:01:12.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-05-03T20:01:12.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-05-03T20:01:12.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-05-03T20:01:13.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-05-03T20:01:13.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-05-03T20:01:13.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.059s coverage: 94.4% of statements [2023-05-03T20:01:14.233Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-05-03T20:01:14.233Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.290s coverage: 79.9% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.071s coverage: 92.9% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 64.4% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.061s coverage: 62.3% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.058s coverage: 87.2% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.045s coverage: 20.0% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 81.8% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 82.1% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.060s coverage: 86.0% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.1% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 89.4% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.178s coverage: 38.4% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.066s coverage: 17.7% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.123s coverage: 92.3% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.061s coverage: 61.5% of statements [2023-05-03T20:01:26.473Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.093s coverage: 97.7% of statements [2023-05-03T20:01:26.473Z] 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 [2023-05-03T20:01:26.473Z] running golangci-lint [2023-05-03T20:01:26.473Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-05-03T20:01:26.473Z] go version go1.20.2 linux/amd64 [2023-05-03T20:01:26.473Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-05-03T20:01:26.473Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-05-03T20:01:40.522Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-12620 in /w/workspace/edgexfoundry_edgex-go_PR-4549 [Pipeline] { [Pipeline] ws [2023-05-03T20:01:40.583Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-05-03T20:01:40.662Z] The recommended git tool is: git [2023-05-03T20:01:41.379Z] level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|exports_file|files|imports|name) took 13.617682712s" [2023-05-03T20:01:41.379Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 40.003961ms" [2023-05-03T20:01:46.030Z] using credential edgex-jenkins-ssh [2023-05-03T20:01:46.045Z] Cloning the remote Git repository [2023-05-03T20:01:46.063Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-05-03T20:01:46.176Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-05-03T20:01:46.330Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-05-03T20:01:46.331Z] > git --version # timeout=10 [2023-05-03T20:01:46.350Z] > git --version # 'git version 2.25.1' [2023-05-03T20:01:46.352Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T20:01:46.507Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-03T20:01:47.939Z] level=info msg="[linters_context/goanalysis] analyzers took 51.947431338s with top 10 stages: buildir: 28.630373652s, fact_deprecated: 1.449155475s, ctrlflow: 1.244190962s, printf: 1.222633268s, inspect: 1.079638468s, gosec: 1.037419197s, S1038: 781.238007ms, fact_purity: 780.679033ms, nilness: 713.082299ms, typedness: 458.711848ms" [2023-05-03T20:01:47.939Z] level=info msg="[runner] Issues before processing: 203, after processing: 0" [2023-05-03T20:01:47.939Z] level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 203/203, path_prettifier: 203/203, skip_dirs: 203/203, exclude: 203/203, cgo: 203/203, autogenerated_exclude: 203/203, nolint: 0/23, exclude-rules: 23/203, skip_files: 203/203, identifier_marker: 203/203" [2023-05-03T20:01:47.939Z] level=info msg="[runner] processing took 16.861983ms with stages: nolint: 7.611989ms, identifier_marker: 3.843045ms, path_prettifier: 1.774266ms, autogenerated_exclude: 1.442663ms, exclude-rules: 1.234951ms, skip_dirs: 886.998µs, cgo: 40.571µs, filename_unadjuster: 21.98µs, max_same_issues: 830ns, skip_files: 820ns, diff: 650ns, source_code: 500ns, uniq_by_line: 480ns, severity-rules: 480ns, exclude: 470ns, path_prefixer: 400ns, sort_results: 400ns, path_shortener: 190ns, max_from_linter: 180ns, max_per_file_from_linter: 120ns" [2023-05-03T20:01:47.939Z] level=info msg="[runner] linters took 6.668537345s with stages: goanalysis_metalinter: 6.651567451s" [2023-05-03T20:01:47.939Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-05-03T20:01:47.939Z] level=info msg="Memory: 205 samples, avg is 181.3MB, max is 785.9MB" [2023-05-03T20:01:47.939Z] level=info msg="Execution took 20.335638335s" [2023-05-03T20:01:47.939Z] go vet ./... [2023-05-03T20:01:51.219Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-03T20:01:51.219Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-03T20:01:51.479Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-03T20:01:51.534Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-05-03T20:01:51.855Z] + ls -al . [2023-05-03T20:01:51.855Z] total 704 [2023-05-03T20:01:51.855Z] drwxrwxr-x 11 1001 1001 4096 May 3 20:00 . [2023-05-03T20:01:51.855Z] drwxr-xr-x 4 root root 4096 May 3 20:00 .. [2023-05-03T20:01:51.855Z] drwxrwxr-x 2 1001 1001 4096 May 3 19:59 .blubracket [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 16 May 3 19:59 .dockerignore [2023-05-03T20:01:51.855Z] drwxrwxr-x 8 1001 1001 4096 May 3 19:59 .git [2023-05-03T20:01:51.855Z] drwxrwxr-x 3 1001 1001 4096 May 3 19:59 .github [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 1133 May 3 19:59 .gitignore [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 42 May 3 19:59 .golangci.yml [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 87 May 3 19:59 .hadolint.yml [2023-05-03T20:01:51.855Z] drwxr-xr-x 3 1001 1001 4096 May 3 19:59 .semver [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 166 May 3 19:59 .sonarcloud.properties [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 1171 May 3 19:59 ADOPTERS.md [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 10835 May 3 19:59 Attribution.txt [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 73765 May 3 19:59 CHANGELOG.md [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 3804 May 3 19:59 CONTRIBUTING.md [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 677 May 3 19:59 GOVERNANCE.md [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 883 May 3 19:59 Jenkinsfile [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 10775 May 3 19:59 LICENSE [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 14368 May 3 19:59 Makefile [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 582 May 3 19:59 OWNERS.md [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 9403 May 3 19:59 README.md [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 789 May 3 19:59 SECURITY.md [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 5 May 3 19:59 VERSION [2023-05-03T20:01:51.855Z] drwxrwxr-x 2 1001 1001 4096 May 3 19:59 bin [2023-05-03T20:01:51.855Z] drwxrwxr-x 18 1001 1001 4096 May 3 19:59 cmd [2023-05-03T20:01:51.855Z] -rw-r--r-- 1 root root 448352 May 3 20:01 coverage.out [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 3200 May 3 19:59 go.mod [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 31040 May 3 19:59 go.sum [2023-05-03T20:01:51.855Z] drwxrwxr-x 7 1001 1001 4096 May 3 19:59 internal [2023-05-03T20:01:51.855Z] drwxrwxr-x 3 1001 1001 4096 May 3 19:59 openapi [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 594 May 3 19:59 security.txt [2023-05-03T20:01:51.855Z] drwxrwxr-x 4 1001 1001 4096 May 3 19:59 snap [2023-05-03T20:01:51.855Z] -rw-rw-r-- 1 1001 1001 204 May 3 19:59 version.go [Pipeline] sh [2023-05-03T20:01:52.182Z] + '[' -e coverage.out ] [2023-05-03T20:01:52.182Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-05-03T20:01:52.323Z] Stashed 1 file(s) [Pipeline] sh [2023-05-03T20:01:52.623Z] + make build [2023-05-03T20:01:52.623Z] 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 [2023-05-03T20:02:04.833Z] 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 [2023-05-03T20:02:04.833Z] 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 [2023-05-03T20:02:05.092Z] 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 [2023-05-03T20:02:06.025Z] 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 [2023-05-03T20:02:05.791Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-05-03T20:02:05.812Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-03T20:02:06.665Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-05-03T20:02:06.704Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-05-03T20:02:06.705Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T20:02:06.724Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4549/head:refs/remotes/origin/PR-4549 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-03T20:02:07.470Z] Merging remotes/origin/main commit 47e5a6d2aeb3e105d26e4efa2c2ccb6ce5c919e1 into PR head commit 40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:02:07.911Z] Merge succeeded, producing 40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:02:07.912Z] Checking out Revision 40f4ace58678a4c1a16f98a321cb5c1be702fd0b (PR-4549) [2023-05-03T20:02:08.603Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" [2023-05-03T20:02:08.647Z] > git --version # timeout=10 [2023-05-03T20:02:08.659Z] > git --version # 'git version 2.25.1' [2023-05-03T20:02:08.673Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [2023-05-03T20:02:07.484Z] > git config core.sparsecheckout # timeout=10 [2023-05-03T20:02:07.569Z] > git checkout -f 40f4ace58678a4c1a16f98a321cb5c1be702fd0b # timeout=10 [2023-05-03T20:02:07.798Z] > git remote # timeout=10 [2023-05-03T20:02:07.817Z] > git config --get remote.origin.url # timeout=10 [2023-05-03T20:02:07.847Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T20:02:07.861Z] > git merge 47e5a6d2aeb3e105d26e4efa2c2ccb6ce5c919e1 # timeout=10 [2023-05-03T20:02:07.889Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-03T20:02:07.912Z] > git config core.sparsecheckout # timeout=10 [2023-05-03T20:02:07.936Z] > git checkout -f 40f4ace58678a4c1a16f98a321cb5c1be702fd0b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-03T20:02:09.858Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-03T20:02:09.858Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-03T20:02:09.858Z] Dload Upload Total Spent Left Speed [2023-05-03T20:02:09.858Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 75005 0 --:--:-- --:--:-- --:--:-- 75005 [Pipeline] sh [2023-05-03T20:02:10.477Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-03T20:02:10.828Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-03T20:02:10.828Z] + sudo tee /etc/docker/daemon.new [2023-05-03T20:02:10.828Z] { [2023-05-03T20:02:10.828Z] "registry-mirrors": [ [2023-05-03T20:02:10.828Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-03T20:02:10.828Z] ], [2023-05-03T20:02:10.828Z] "bip": "10.250.0.254/24", [2023-05-03T20:02:10.828Z] "hosts": [ [2023-05-03T20:02:10.828Z] "tcp://0.0.0.0:5555", [2023-05-03T20:02:10.828Z] "unix:///var/run/docker.sock" [2023-05-03T20:02:10.828Z] ], [2023-05-03T20:02:10.828Z] "mtu": 1458, [2023-05-03T20:02:10.828Z] "selinux-enabled": true, [2023-05-03T20:02:10.828Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-03T20:02:10.828Z] } [Pipeline] sh [2023-05-03T20:02:11.185Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-03T20:02:11.527Z] + sudo service docker restart [2023-05-03T20:02:12.581Z] 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 [2023-05-03T20:02:13.516Z] 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 [2023-05-03T20:02:14.460Z] 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 [2023-05-03T20:02:15.393Z] 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 [2023-05-03T20:02:16.332Z] 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 [2023-05-03T20:02:16.899Z] 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 [2023-05-03T20:02:17.836Z] 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] } [2023-05-03T20:02:19.234Z] $ docker stop --time=1 58e94deadfcaa90f41307ee70ec8ec868e47065244abfe452e5d703968323d87 [2023-05-03T20:02:23.115Z] $ docker rm -f --volumes 58e94deadfcaa90f41307ee70ec8ec868e47065244abfe452e5d703968323d87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T20:02:24.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-03T20:02:24.298Z] [2023-05-03T20:02:24.298Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T20:02:24.677Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-03T20:02:24.677Z] latest: Pulling from edgex-devops/edgex-compose [2023-05-03T20:02:24.677Z] cbdbe7a5bc2a: Pulling fs layer [2023-05-03T20:02:24.677Z] ca9280d653b3: Pulling fs layer [2023-05-03T20:02:24.677Z] 7e9c9ca2126c: Pulling fs layer [2023-05-03T20:02:24.677Z] cbdbe7a5bc2a: Download complete [2023-05-03T20:02:24.935Z] ca9280d653b3: Verifying Checksum [2023-05-03T20:02:24.935Z] ca9280d653b3: Download complete [2023-05-03T20:02:24.935Z] cbdbe7a5bc2a: Pull complete [2023-05-03T20:02:25.195Z] 7e9c9ca2126c: Download complete [2023-05-03T20:02:25.195Z] ca9280d653b3: Pull complete [2023-05-03T20:02:28.477Z] 7e9c9ca2126c: Pull complete [2023-05-03T20:02:28.477Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-05-03T20:02:28.477Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-03T20:02:28.477Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T20:02:28.698Z] prd-ubuntu20.04-docker-8c-8g-12619 does not seem to be running inside a container [2023-05-03T20:02:28.726Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-05-03T20:02:31.104Z] $ docker top 7d389d71103da9bdda9716b24a44e4c53a80ae49efa254e0cf29737d6bdfee1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider [2023-05-03T20:02:31.284Z] provisioning config files... [2023-05-03T20:02:31.315Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16291242826039386295tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T20:02:31.513Z] + docker-compose build --help [2023-05-03T20:02:31.513Z] + grep parallel [2023-05-03T20:02:31.704Z] ---> docker-login.sh [2023-05-03T20:02:31.704Z] nexus3.edgexfoundry.org:10001 [2023-05-03T20:02:31.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T20:02:32.081Z] --parallel Build images in parallel. [Pipeline] } [2023-05-03T20:02:32.116Z] $ docker stop --time=1 7d389d71103da9bdda9716b24a44e4c53a80ae49efa254e0cf29737d6bdfee1b [2023-05-03T20:02:32.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T20:02:32.261Z] Configure a credential helper to remove this warning. See [2023-05-03T20:02:32.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T20:02:32.261Z] [2023-05-03T20:02:32.261Z] Login Succeeded [2023-05-03T20:02:32.261Z] nexus3.edgexfoundry.org:10002 [2023-05-03T20:02:32.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T20:02:32.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T20:02:32.801Z] Configure a credential helper to remove this warning. See [2023-05-03T20:02:32.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T20:02:32.801Z] [2023-05-03T20:02:32.801Z] Login Succeeded [2023-05-03T20:02:32.801Z] nexus3.edgexfoundry.org:10003 [2023-05-03T20:02:33.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T20:02:33.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T20:02:33.073Z] Configure a credential helper to remove this warning. See [2023-05-03T20:02:33.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T20:02:33.073Z] [2023-05-03T20:02:33.073Z] Login Succeeded [2023-05-03T20:02:33.073Z] nexus3.edgexfoundry.org:10004 [2023-05-03T20:02:33.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T20:02:33.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T20:02:33.343Z] Configure a credential helper to remove this warning. See [2023-05-03T20:02:33.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T20:02:33.343Z] [2023-05-03T20:02:33.343Z] Login Succeeded [2023-05-03T20:02:33.343Z] docker.io [2023-05-03T20:02:33.420Z] $ docker rm -f --volumes 7d389d71103da9bdda9716b24a44e4c53a80ae49efa254e0cf29737d6bdfee1b [2023-05-03T20:02:33.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2023-05-03T20:02:33.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T20:02:33.884Z] Configure a credential helper to remove this warning. See [2023-05-03T20:02:33.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T20:02:33.884Z] [2023-05-03T20:02:33.884Z] Login Succeeded [2023-05-03T20:02:33.884Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T20:02:33.921Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-05-03T20:02:34.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-03T20:02:34.212Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T20:02:34.398Z] prd-ubuntu20.04-docker-8c-8g-12619 does not seem to be running inside a container [2023-05-03T20:02:34.422Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-05-03T20:02:34.745Z] $ docker top e8f285fee5e3a53b7c09b1accc04e7732e81ad92900cd928787ef9f4d1f4ba09 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-05-03T20:02:35.161Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [2023-05-03T20:02:35.199Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] echo [2023-05-03T20:02:35.204Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T20:02:35.264Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T20:02:35.300Z] ========================================================= [2023-05-03T20:02:35.300Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-03T20:02:35.300Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-05-03T20:02:35.687Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-03T20:02:35.687Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-03T20:02:35.687Z] c41833b44d91: Pulling fs layer [2023-05-03T20:02:35.687Z] ed15518f5707: Pulling fs layer [2023-05-03T20:02:36.051Z] feae8fd75edb: Pulling fs layer [2023-05-03T20:02:36.051Z] 242c74f7c9fa: Pulling fs layer [2023-05-03T20:02:36.051Z] 3cdef696dda3: Pulling fs layer [2023-05-03T20:02:36.051Z] 2ced38df9373: Pulling fs layer [2023-05-03T20:02:36.051Z] 58f1dce35555: Pulling fs layer [2023-05-03T20:02:36.051Z] 3cdef696dda3: Waiting [2023-05-03T20:02:36.051Z] 2ced38df9373: Waiting [2023-05-03T20:02:36.051Z] 58f1dce35555: Waiting [2023-05-03T20:02:36.051Z] 242c74f7c9fa: Waiting [2023-05-03T20:02:36.051Z] ed15518f5707: Verifying Checksum [2023-05-03T20:02:36.051Z] ed15518f5707: Download complete [2023-05-03T20:02:36.051Z] 242c74f7c9fa: Verifying Checksum [2023-05-03T20:02:36.051Z] 242c74f7c9fa: Download complete [2023-05-03T20:02:36.051Z] 3cdef696dda3: Verifying Checksum [2023-05-03T20:02:36.051Z] 3cdef696dda3: Download complete [2023-05-03T20:02:36.051Z] c41833b44d91: Verifying Checksum [2023-05-03T20:02:36.066Z] Building core-command ... [2023-05-03T20:02:36.066Z] Building core-common-config-bootstrapper ... [2023-05-03T20:02:36.066Z] Building core-data ... [2023-05-03T20:02:36.066Z] Building core-metadata ... [2023-05-03T20:02:36.066Z] Building security-bootstrapper ... [2023-05-03T20:02:36.066Z] Building security-proxy-auth ... [2023-05-03T20:02:36.066Z] Building security-proxy-setup ... [2023-05-03T20:02:36.066Z] Building security-secretstore-setup ... [2023-05-03T20:02:36.066Z] Building security-spiffe-token-provider ... [2023-05-03T20:02:36.066Z] Building security-spire-agent ... [2023-05-03T20:02:36.066Z] Building security-spire-config ... [2023-05-03T20:02:36.066Z] Building security-spire-server ... [2023-05-03T20:02:36.066Z] Building support-notifications ... [2023-05-03T20:02:36.066Z] Building support-scheduler ... [2023-05-03T20:02:36.066Z] Building security-bootstrapper [2023-05-03T20:02:36.066Z] Building core-data [2023-05-03T20:02:36.066Z] Building security-proxy-auth [2023-05-03T20:02:36.066Z] Building core-common-config-bootstrapper [2023-05-03T20:02:36.066Z] Building security-secretstore-setup [2023-05-03T20:02:37.098Z] c41833b44d91: Pull complete [2023-05-03T20:02:37.716Z] 58f1dce35555: Verifying Checksum [2023-05-03T20:02:37.716Z] 58f1dce35555: Download complete [2023-05-03T20:02:37.716Z] ed15518f5707: Pull complete [2023-05-03T20:02:38.684Z] feae8fd75edb: Verifying Checksum [2023-05-03T20:02:38.684Z] feae8fd75edb: Download complete [2023-05-03T20:02:38.953Z] 2ced38df9373: Verifying Checksum [2023-05-03T20:02:38.953Z] 2ced38df9373: Download complete [2023-05-03T20:02:46.258Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:02:46.258Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:02:46.258Z] ---> 1af8f619d727 [2023-05-03T20:02:46.258Z] Step 3/25 : WORKDIR /edgex-go [2023-05-03T20:02:46.258Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:02:46.258Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:02:46.258Z] ---> 1af8f619d727 [2023-05-03T20:02:46.258Z] Step 3/33 : WORKDIR /edgex-go [2023-05-03T20:02:46.258Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:02:46.258Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:02:46.258Z] ---> 1af8f619d727 [2023-05-03T20:02:46.258Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-03T20:02:46.258Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:02:46.258Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:02:46.258Z] ---> 1af8f619d727 [2023-05-03T20:02:46.258Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-03T20:02:47.727Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:02:47.727Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:02:47.727Z] ---> 1af8f619d727 [2023-05-03T20:02:47.727Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-03T20:02:51.308Z] feae8fd75edb: Pull complete [2023-05-03T20:02:51.308Z] 242c74f7c9fa: Pull complete [2023-05-03T20:02:51.308Z] 3cdef696dda3: Pull complete [2023-05-03T20:02:56.665Z] 2ced38df9373: Pull complete [2023-05-03T20:02:58.210Z] ---> Running in c9d0ecbe473d [2023-05-03T20:02:58.210Z] ---> Running in 2471416f0a9f [2023-05-03T20:02:58.210Z] ---> Running in 828c91d01512 [2023-05-03T20:02:58.210Z] ---> Running in d31615c0978a [2023-05-03T20:02:58.210Z] ---> Running in 1d6a16fda105 [2023-05-03T20:02:58.210Z] Removing intermediate container 828c91d01512 [2023-05-03T20:02:58.210Z] ---> 2dbe2e4c1be4 [2023-05-03T20:02:58.210Z] Step 4/23 : WORKDIR /edgex-go [2023-05-03T20:02:58.210Z] Removing intermediate container c9d0ecbe473d [2023-05-03T20:02:58.210Z] ---> 0fd601f66a55 [2023-05-03T20:02:58.210Z] Step 4/23 : WORKDIR /edgex-go [2023-05-03T20:02:58.210Z] Removing intermediate container d31615c0978a [2023-05-03T20:02:58.210Z] ---> 6dca03658f7d [2023-05-03T20:02:58.210Z] Step 4/23 : WORKDIR /edgex-go [2023-05-03T20:02:58.210Z] Removing intermediate container 2471416f0a9f [2023-05-03T20:02:58.210Z] ---> e5e8e44d91d3 [2023-05-03T20:02:58.210Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-05-03T20:02:58.210Z] Removing intermediate container 1d6a16fda105 [2023-05-03T20:02:58.210Z] ---> f6c125144220 [2023-05-03T20:02:58.210Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-05-03T20:02:58.210Z] ---> Running in 14abf6857f05 [2023-05-03T20:02:58.210Z] ---> Running in 34c1aefa05d8 [2023-05-03T20:02:58.210Z] ---> Running in c24deb27ba18 [2023-05-03T20:02:58.210Z] ---> Running in fc6c1eedc82d [2023-05-03T20:02:58.210Z] ---> Running in 550f566a98ae [2023-05-03T20:02:58.210Z] Removing intermediate container 34c1aefa05d8 [2023-05-03T20:02:58.210Z] ---> 07c801e940db [2023-05-03T20:02:58.210Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-03T20:02:58.210Z] Removing intermediate container 14abf6857f05 [2023-05-03T20:02:58.210Z] ---> 43c96950e515 [2023-05-03T20:02:58.210Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-03T20:02:58.210Z] ---> Running in b25effd2ae5a [2023-05-03T20:02:58.210Z] ---> Running in 76a8aea53d87 [2023-05-03T20:02:58.210Z] Removing intermediate container c24deb27ba18 [2023-05-03T20:02:58.210Z] ---> 98a102819225 [2023-05-03T20:02:58.210Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-03T20:02:58.210Z] ---> Running in 61e52a0eb88d [2023-05-03T20:02:58.210Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:02:58.210Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:02:58.469Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:02:58.469Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:02:58.469Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:02:58.469Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:02:58.469Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:02:58.623Z] 58f1dce35555: Pull complete [2023-05-03T20:02:58.623Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-03T20:02:58.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-03T20:02:58.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:02:58.727Z] OK: 265 MiB in 53 packages [2023-05-03T20:02:58.727Z] OK: 265 MiB in 53 packages [2023-05-03T20:02:58.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:02:58.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:02:58.727Z] OK: 265 MiB in 53 packages [2023-05-03T20:02:58.890Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-05-03T20:02:58.984Z] OK: 265 MiB in 53 packages [2023-05-03T20:02:58.984Z] OK: 265 MiB in 53 packages [2023-05-03T20:02:59.277Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-03T20:02:59.277Z] WORKDIR /edgex [2023-05-03T20:02:59.277Z] COPY go.mod . [2023-05-03T20:02:59.277Z] RUN go mod download [2023-05-03T20:02:59.277Z] + docker build -t ci-base-image-arm64 -f - . [2023-05-03T20:02:59.552Z] Removing intermediate container 550f566a98ae [2023-05-03T20:02:59.552Z] ---> f14652e9bff1 [2023-05-03T20:02:59.552Z] Step 5/25 : COPY go.mod vendor* ./ [2023-05-03T20:02:59.552Z] Removing intermediate container fc6c1eedc82d [2023-05-03T20:02:59.552Z] ---> f8bde41c23e6 [2023-05-03T20:02:59.552Z] Step 5/33 : COPY go.mod vendor* ./ [2023-05-03T20:02:59.552Z] Removing intermediate container b25effd2ae5a [2023-05-03T20:02:59.552Z] ---> 639d0cd3fd83 [2023-05-03T20:02:59.552Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-03T20:02:59.552Z] ---> 1fb137f4d0eb [2023-05-03T20:02:59.552Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:02:59.867Z] Sending build context to Docker daemon 2.931MB [2023-05-03T20:02:59.867Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-03T20:02:59.867Z] ---> fadd8f120f05 [2023-05-03T20:02:59.867Z] Step 2/4 : WORKDIR /edgex [2023-05-03T20:03:00.185Z] ---> Running in 8dc4f80e8209 [2023-05-03T20:03:00.185Z] ---> 7e3a6e83857a [2023-05-03T20:03:00.185Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:03:00.185Z] ---> Running in 710cf8b50b4f [2023-05-03T20:03:00.185Z] Removing intermediate container 61e52a0eb88d [2023-05-03T20:03:00.185Z] ---> a2b160358fcd [2023-05-03T20:03:00.185Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-03T20:03:00.185Z] Removing intermediate container 76a8aea53d87 [2023-05-03T20:03:00.185Z] ---> b18c3b14759a [2023-05-03T20:03:00.185Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-03T20:03:00.185Z] ---> 10b340353bd8 [2023-05-03T20:03:00.185Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:03:00.185Z] ---> Running in cf1eee47b617 [2023-05-03T20:03:00.185Z] ---> 894843981a57 [2023-05-03T20:03:00.185Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:03:00.185Z] ---> bd7604d654a1 [2023-05-03T20:03:00.185Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:03:00.185Z] ---> Running in 312bc8588769 [2023-05-03T20:03:00.185Z] ---> Running in d7b8ee7fb6ba [2023-05-03T20:03:01.817Z] ---> Running in db1b113f7a81 [2023-05-03T20:03:01.817Z] Removing intermediate container db1b113f7a81 [2023-05-03T20:03:01.817Z] ---> 142247cfd793 [2023-05-03T20:03:01.817Z] Step 3/4 : COPY go.mod . [2023-05-03T20:03:02.412Z] ---> 8427bd74d288 [2023-05-03T20:03:02.412Z] Step 4/4 : RUN go mod download [2023-05-03T20:03:02.412Z] ---> Running in 5b95b7c53862 [2023-05-03T20:03:34.674Z] Removing intermediate container 5b95b7c53862 [2023-05-03T20:03:34.674Z] ---> 8c2617a08568 [2023-05-03T20:03:34.674Z] Successfully built 8c2617a08568 [2023-05-03T20:03:34.674Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T20:03:35.090Z] + docker inspect -f . ci-base-image-arm64 [2023-05-03T20:03:35.090Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T20:03:35.370Z] prd-ubuntu20.04-docker-arm64-4c-16g-12620 does not seem to be running inside a container [2023-05-03T20:03:35.438Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-03T20:03:36.645Z] $ docker top 46997075af5d28cb954d0860487bfc80d2e19093531fafbc314e18194ff4f06e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T20:03:37.535Z] + go version [2023-05-03T20:03:37.535Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-03T20:03:37.570Z] $ docker stop --time=1 46997075af5d28cb954d0860487bfc80d2e19093531fafbc314e18194ff4f06e [2023-05-03T20:03:39.210Z] $ docker rm -f --volumes 46997075af5d28cb954d0860487bfc80d2e19093531fafbc314e18194ff4f06e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T20:03:40.078Z] + docker inspect -f . ci-base-image-arm64 [2023-05-03T20:03:40.078Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T20:03:40.333Z] prd-ubuntu20.04-docker-arm64-4c-16g-12620 does not seem to be running inside a container [2023-05-03T20:03:40.395Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-03T20:03:41.579Z] $ docker top a17e87c09883ebd466f65b455009e9e1397e05a73a47be794c8d83a225dc5db0 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-03T20:03:41.829Z] ========================================================= [2023-05-03T20:03:41.829Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-05-03T20:03:41.829Z] ========================================================= [Pipeline] sh [2023-05-03T20:03:42.150Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-03T20:03:42.539Z] + make test [2023-05-03T20:03:42.808Z] go test -race -coverprofile=coverage.out ./... [2023-05-03T20:04:07.888Z] Removing intermediate container cf1eee47b617 [2023-05-03T20:04:07.888Z] ---> 2613d15b5f2a [2023-05-03T20:04:07.888Z] Step 8/23 : COPY . . [2023-05-03T20:04:07.888Z] Removing intermediate container 312bc8588769 [2023-05-03T20:04:07.888Z] ---> dffbff3010ae [2023-05-03T20:04:07.888Z] Step 8/23 : COPY . . [2023-05-03T20:04:07.888Z] Removing intermediate container 710cf8b50b4f [2023-05-03T20:04:07.888Z] ---> 183543cb8231 [2023-05-03T20:04:07.888Z] Step 7/33 : COPY . . [2023-05-03T20:04:07.888Z] Removing intermediate container d7b8ee7fb6ba [2023-05-03T20:04:07.888Z] ---> a55b0a166227 [2023-05-03T20:04:07.888Z] Step 8/23 : COPY . . [2023-05-03T20:04:07.888Z] Removing intermediate container 8dc4f80e8209 [2023-05-03T20:04:07.888Z] ---> e7d20e081b5a [2023-05-03T20:04:07.888Z] Step 7/25 : COPY . . [2023-05-03T20:04:21.687Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-05-03T20:04:40.601Z] ---> 94f0a31907b8 [2023-05-03T20:04:40.601Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-05-03T20:04:40.601Z] ---> 5a193d2b87b6 [2023-05-03T20:04:40.601Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-05-03T20:04:40.601Z] ---> 9aa330d48c23 [2023-05-03T20:04:40.601Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-05-03T20:04:40.601Z] ---> f9a1e8e2d373 [2023-05-03T20:04:40.601Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-05-03T20:04:40.601Z] ---> 71f404665600 [2023-05-03T20:04:40.601Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-05-03T20:04:40.601Z] ---> Running in 22557e1c94cd [2023-05-03T20:04:40.601Z] ---> Running in e05e2f639e93 [2023-05-03T20:04:40.601Z] ---> Running in 0c488bbced62 [2023-05-03T20:04:40.601Z] ---> Running in 8e5e925047f1 [2023-05-03T20:04:40.601Z] ---> Running in 39296e7ca570 [2023-05-03T20:04:40.601Z] 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 [2023-05-03T20:04:40.601Z] 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 [2023-05-03T20:04:40.601Z] 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 [2023-05-03T20:04:40.601Z] 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 [2023-05-03T20:04:40.601Z] 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 [2023-05-03T20:05:08.659Z] 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 [2023-05-03T20:05:26.835Z] Removing intermediate container 22557e1c94cd [2023-05-03T20:05:26.835Z] ---> 92f87ceaddbb [2023-05-03T20:05:26.835Z] [2023-05-03T20:05:26.835Z] Step 10/23 : FROM alpine:3.17 [2023-05-03T20:05:26.836Z] Removing intermediate container 0c488bbced62 [2023-05-03T20:05:26.836Z] ---> 1ca387a14bcd [2023-05-03T20:05:26.836Z] [2023-05-03T20:05:26.836Z] Step 10/23 : FROM alpine:3.17 [2023-05-03T20:05:26.836Z] Removing intermediate container 8e5e925047f1 [2023-05-03T20:05:26.836Z] ---> 98ba5e2d6489 [2023-05-03T20:05:26.836Z] [2023-05-03T20:05:26.836Z] Step 10/23 : FROM alpine:3.17 [2023-05-03T20:05:26.836Z] Removing intermediate container e05e2f639e93 [2023-05-03T20:05:26.836Z] ---> f873864e7672 [2023-05-03T20:05:26.836Z] [2023-05-03T20:05:26.836Z] Step 9/25 : FROM alpine:3.17 [2023-05-03T20:05:26.836Z] Removing intermediate container 39296e7ca570 [2023-05-03T20:05:26.836Z] ---> 4af2f65014ed [2023-05-03T20:05:26.836Z] [2023-05-03T20:05:26.836Z] Step 9/33 : FROM alpine:3.17 [2023-05-03T20:05:26.836Z] 3.17: Pulling from library/alpine [2023-05-03T20:05:26.836Z] 3.17: Pulling from library/alpine [2023-05-03T20:05:26.836Z] 3.17: Pulling from library/alpine [2023-05-03T20:05:26.836Z] 3.17: Pulling from library/alpine [2023-05-03T20:05:26.836Z] 3.17: Pulling from library/alpine [2023-05-03T20:05:28.754Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-03T20:05:28.754Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-03T20:05:28.754Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-03T20:05:28.754Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-03T20:05:28.754Z] Status: Downloaded newer image for alpine:3.17 [2023-05-03T20:05:28.754Z] Status: Downloaded newer image for alpine:3.17 [2023-05-03T20:05:28.754Z] Status: Downloaded newer image for alpine:3.17 [2023-05-03T20:05:28.754Z] Status: Image is up to date for alpine:3.17 [2023-05-03T20:05:28.754Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-03T20:05:28.754Z] Status: Image is up to date for alpine:3.17 [2023-05-03T20:05:28.754Z] ---> 9ed4aefc74f6 [2023-05-03T20:05:28.754Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-05-03T20:05:28.754Z] ---> 9ed4aefc74f6 [2023-05-03T20:05:28.754Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-03T20:05:28.754Z] ---> 9ed4aefc74f6 [2023-05-03T20:05:28.754Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-03T20:05:28.754Z] ---> 9ed4aefc74f6 [2023-05-03T20:05:28.754Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-03T20:05:28.754Z] ---> 9ed4aefc74f6 [2023-05-03T20:05:28.754Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-03T20:05:29.013Z] ---> Running in 0f577f21e507 [2023-05-03T20:05:29.013Z] ---> Running in f391608b037c [2023-05-03T20:05:29.013Z] ---> Running in a066594e7ac3 [2023-05-03T20:05:29.013Z] ---> Running in 9bf6e5a46c94 [2023-05-03T20:05:29.013Z] ---> Running in fea16a0c2e88 [2023-05-03T20:05:29.584Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:05:29.584Z] Removing intermediate container a066594e7ac3 [2023-05-03T20:05:29.584Z] ---> 3774b41d8e6c [2023-05-03T20:05:29.584Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-03T20:05:29.584Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:05:29.584Z] Removing intermediate container f391608b037c [2023-05-03T20:05:29.584Z] ---> 62db1bc90934 [2023-05-03T20:05:29.584Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-05-03T20:05:29.584Z] Removing intermediate container 9bf6e5a46c94 [2023-05-03T20:05:29.584Z] ---> a84603a423c1 [2023-05-03T20:05:29.584Z] Step 12/23 : ENV APP_PORT=59880 [2023-05-03T20:05:29.584Z] Removing intermediate container fea16a0c2e88 [2023-05-03T20:05:29.584Z] ---> b95f5d3667c2 [2023-05-03T20:05:29.584Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-03T20:05:29.845Z] (1/3) Installing ca-certificates (20220614-r4) [2023-05-03T20:05:29.845Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-05-03T20:05:29.845Z] (3/3) Installing su-exec (0.2-r2) [2023-05-03T20:05:29.845Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:05:29.845Z] Executing ca-certificates-20220614-r4.trigger [2023-05-03T20:05:29.845Z] ---> Running in b0a0fb379ee4 [2023-05-03T20:05:29.845Z] ---> Running in 195d92f4957a [2023-05-03T20:05:29.845Z] OK: 8 MiB in 18 packages [2023-05-03T20:05:30.105Z] ---> Running in 08a20677f68d [2023-05-03T20:05:30.105Z] ---> Running in b16a15edf19f [2023-05-03T20:05:30.677Z] Removing intermediate container 08a20677f68d [2023-05-03T20:05:30.677Z] ---> 147895fe9a53 [2023-05-03T20:05:30.677Z] Step 13/23 : EXPOSE $APP_PORT [2023-05-03T20:05:30.938Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:05:30.938Z] ---> Running in 253aa60da87f [2023-05-03T20:05:30.938Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:05:31.198Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-03T20:05:31.198Z] (2/2) Installing su-exec (0.2-r2) [2023-05-03T20:05:31.198Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:05:31.198Z] OK: 7 MiB in 17 packages [2023-05-03T20:05:31.459Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:05:31.459Z] Removing intermediate container 253aa60da87f [2023-05-03T20:05:31.459Z] ---> 50d6c5e43d7a [2023-05-03T20:05:31.459Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-05-03T20:05:31.459Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:05:31.720Z] Removing intermediate container 0f577f21e507 [2023-05-03T20:05:31.720Z] ---> 8133fd2d28f1 [2023-05-03T20:05:31.720Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-03T20:05:31.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:05:31.720Z] ---> Running in 859871bae8ec [2023-05-03T20:05:31.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:05:31.720Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T20:05:31.720Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:05:31.720Z] OK: 7 MiB in 16 packages [2023-05-03T20:05:31.985Z] ---> Running in e7a78d2b4e3b [2023-05-03T20:05:31.985Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T20:05:31.985Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:05:31.985Z] OK: 7 MiB in 16 packages [2023-05-03T20:05:32.246Z] Removing intermediate container e7a78d2b4e3b [2023-05-03T20:05:32.246Z] ---> 1ef674b74afc [2023-05-03T20:05:32.246Z] Step 12/25 : WORKDIR / [2023-05-03T20:05:32.246Z] Removing intermediate container b0a0fb379ee4 [2023-05-03T20:05:32.246Z] ---> 182c71028f57 [2023-05-03T20:05:32.246Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-05-03T20:05:32.506Z] ---> Running in 595ce5a8aa78 [2023-05-03T20:05:32.506Z] ---> Running in b55987d35857 [2023-05-03T20:05:32.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:05:32.765Z] Removing intermediate container 595ce5a8aa78 [2023-05-03T20:05:32.765Z] ---> 4874d81d1aa1 [2023-05-03T20:05:32.765Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-05-03T20:05:32.765Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:05:32.765Z] Removing intermediate container b55987d35857 [2023-05-03T20:05:32.765Z] ---> 5dbc184399aa [2023-05-03T20:05:32.765Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:05:32.765Z] Removing intermediate container 195d92f4957a [2023-05-03T20:05:32.765Z] ---> d7def669c6d7 [2023-05-03T20:05:32.765Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:05:32.765Z] Removing intermediate container b16a15edf19f [2023-05-03T20:05:32.765Z] ---> 7d4db8dbd4cb [2023-05-03T20:05:32.765Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:05:33.025Z] ---> Running in a4bab1993bad [2023-05-03T20:05:33.025Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T20:05:33.025Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:05:33.025Z] OK: 7 MiB in 16 packages [2023-05-03T20:05:33.286Z] ---> 04dfe43471a6 [2023-05-03T20:05:33.286Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:05:33.286Z] Removing intermediate container a4bab1993bad [2023-05-03T20:05:33.286Z] ---> 0b63a9e72759 [2023-05-03T20:05:33.286Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-05-03T20:05:33.286Z] ---> a9b2e09aa1e2 [2023-05-03T20:05:33.286Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:05:33.546Z] ---> 8986df74122c [2023-05-03T20:05:33.546Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:05:33.546Z] ---> Running in 544e9a32b8fc [2023-05-03T20:05:33.546Z] ---> 08ba35a369be [2023-05-03T20:05:33.546Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-05-03T20:05:33.805Z] ---> c24e16572b3e [2023-05-03T20:05:33.805Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-05-03T20:05:33.805Z] Removing intermediate container 544e9a32b8fc [2023-05-03T20:05:33.805Z] ---> 0ae12a41371e [2023-05-03T20:05:33.805Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-05-03T20:05:34.376Z] Removing intermediate container 859871bae8ec [2023-05-03T20:05:34.376Z] ---> 4be666a09ff8 [2023-05-03T20:05:34.376Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:05:34.636Z] ---> 8a6480814dd4 [2023-05-03T20:05:34.636Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-05-03T20:05:34.636Z] ---> 1d3d884563d4 [2023-05-03T20:05:34.636Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-05-03T20:05:34.897Z] ---> Running in 688af6375963 [2023-05-03T20:05:34.897Z] ---> fb327c7584ea [2023-05-03T20:05:34.897Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-05-03T20:05:34.897Z] ---> 2102cd43d593 [2023-05-03T20:05:34.897Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:05:34.897Z] ---> eb9b87e4dbe9 [2023-05-03T20:05:34.897Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-05-03T20:05:35.157Z] Removing intermediate container 688af6375963 [2023-05-03T20:05:35.157Z] ---> 4c90218059e4 [2023-05-03T20:05:35.157Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-05-03T20:05:35.157Z] ---> e1949ffb504f [2023-05-03T20:05:35.157Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-05-03T20:05:35.157Z] ---> Running in 6174deaa7d53 [2023-05-03T20:05:35.157Z] ---> 3363001c118e [2023-05-03T20:05:35.157Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-05-03T20:05:35.157Z] ---> 9b1829fd5d05 [2023-05-03T20:05:35.157Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-05-03T20:05:35.157Z] ---> 5a3fa0be1093 [2023-05-03T20:05:35.157Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-05-03T20:05:35.157Z] ---> 0b3af4977003 [2023-05-03T20:05:35.157Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-05-03T20:05:35.157Z] ---> 287a17792fd8 [2023-05-03T20:05:35.157Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-03T20:05:35.456Z] ---> Running in c99b5730d703 [2023-05-03T20:05:36.054Z] ---> 6a0a1db7d606 [2023-05-03T20:05:36.054Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-03T20:05:36.054Z] ---> Running in d0ac1e0c73ef [2023-05-03T20:05:36.054Z] ---> 7e4c85499b1c [2023-05-03T20:05:36.054Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-05-03T20:05:36.054Z] ---> 72201907753d [2023-05-03T20:05:36.054Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-05-03T20:05:36.313Z] ---> 15c0e323f3f8 [2023-05-03T20:05:36.313Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-05-03T20:05:36.313Z] ---> Running in 4ec8046eb746 [2023-05-03T20:05:36.570Z] Removing intermediate container 6174deaa7d53 [2023-05-03T20:05:36.570Z] ---> e963bd63a071 [2023-05-03T20:05:36.570Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-05-03T20:05:36.570Z] ---> bbdd2f6b777e [2023-05-03T20:05:36.570Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-05-03T20:05:36.570Z] Removing intermediate container 4ec8046eb746 [2023-05-03T20:05:36.570Z] ---> fb2846d278cc [2023-05-03T20:05:36.570Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-03T20:05:36.570Z] ---> Running in 14b4c46f8c71 [2023-05-03T20:05:36.570Z] ---> Running in 72ab32bb8fbb [2023-05-03T20:05:36.570Z] Removing intermediate container c99b5730d703 [2023-05-03T20:05:36.570Z] ---> 0dbb42a2247a [2023-05-03T20:05:36.570Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-03T20:05:36.570Z] ---> Running in ae5fb3bdb0d3 [2023-05-03T20:05:36.570Z] Removing intermediate container 14b4c46f8c71 [2023-05-03T20:05:36.570Z] ---> 9fdc97acdc88 [2023-05-03T20:05:36.570Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-05-03T20:05:36.570Z] ---> f42175350fcd [2023-05-03T20:05:36.570Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-03T20:05:36.828Z] Removing intermediate container 72ab32bb8fbb [2023-05-03T20:05:36.828Z] ---> c39c2f039e1f [2023-05-03T20:05:36.828Z] Step 21/23 : LABEL arch=x86_64 [2023-05-03T20:05:36.828Z] ---> Running in b7483bffb280 [2023-05-03T20:05:36.828Z] Removing intermediate container ae5fb3bdb0d3 [2023-05-03T20:05:36.828Z] ---> d318a1ab761d [2023-05-03T20:05:36.828Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-03T20:05:36.828Z] ---> Running in 753767bfb8c9 [2023-05-03T20:05:36.828Z] ---> Running in 264583d91e4f [2023-05-03T20:05:36.828Z] ---> 27bee281a9d3 [2023-05-03T20:05:36.828Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-05-03T20:05:36.828Z] Removing intermediate container 753767bfb8c9 [2023-05-03T20:05:36.828Z] ---> cb7b63c70234 [2023-05-03T20:05:36.828Z] Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:05:36.828Z] ---> Running in fc02c3859734 [2023-05-03T20:05:37.087Z] Removing intermediate container 264583d91e4f [2023-05-03T20:05:37.087Z] ---> f504dd27cb50 [2023-05-03T20:05:37.087Z] Step 21/23 : LABEL arch=x86_64 [2023-05-03T20:05:37.087Z] ---> Running in 4f7a16db3baa [2023-05-03T20:05:37.087Z] Removing intermediate container d0ac1e0c73ef [2023-05-03T20:05:37.087Z] ---> 2dfa37fe4a3d [2023-05-03T20:05:37.087Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-03T20:05:37.087Z] ---> Running in 59bbdfba2654 [2023-05-03T20:05:37.087Z] ---> Running in 44125300a412 [2023-05-03T20:05:37.087Z] Removing intermediate container 4f7a16db3baa [2023-05-03T20:05:37.087Z] ---> fd0866bca235 [2023-05-03T20:05:37.087Z] Step 23/23 : LABEL version=0.0.0 [2023-05-03T20:05:37.087Z] Removing intermediate container 59bbdfba2654 [2023-05-03T20:05:37.087Z] ---> d0ff83a6a738 [2023-05-03T20:05:37.087Z] Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:05:37.087Z] ---> Running in ba5dc259d481 [2023-05-03T20:05:37.087Z] ---> Running in 8715704bd4ce [2023-05-03T20:05:37.380Z] Removing intermediate container 44125300a412 [2023-05-03T20:05:37.380Z] ---> cb376647b9d4 [2023-05-03T20:05:37.380Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-03T20:05:37.380Z] ---> Running in 86d13920b394 [2023-05-03T20:05:37.380Z] Removing intermediate container ba5dc259d481 [2023-05-03T20:05:37.380Z] ---> 459408fdc30e [2023-05-03T20:05:37.380Z] [2023-05-03T20:05:37.380Z] Removing intermediate container 8715704bd4ce [2023-05-03T20:05:37.380Z] ---> fcd7d9d21861 [2023-05-03T20:05:37.380Z] Step 23/23 : LABEL version=0.0.0 [2023-05-03T20:05:37.380Z] ---> Running in b4c4400a81c3 [2023-05-03T20:05:37.380Z] Successfully built 459408fdc30e [2023-05-03T20:05:37.380Z] Successfully tagged core-data:latest [2023-05-03T20:05:37.380Z] Building support-scheduler [2023-05-03T20:05:37.380Z] Removing intermediate container 86d13920b394 [2023-05-03T20:05:37.380Z] ---> 319491e44813 [2023-05-03T20:05:37.380Z] Step 21/23 : LABEL arch=x86_64 [2023-05-03T20:05:37.380Z]  Building core-data ... done  ---> Running in 157e7bd11918 [2023-05-03T20:05:37.639Z] Removing intermediate container b4c4400a81c3 [2023-05-03T20:05:37.639Z] ---> 88ecb4250ab2 [2023-05-03T20:05:37.639Z] [2023-05-03T20:05:37.639Z] Successfully built 88ecb4250ab2 [2023-05-03T20:05:40.926Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:05:40.926Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:05:43.482Z] ---> 1af8f619d727 [2023-05-03T20:05:43.482Z] Successfully tagged security-proxy-auth:latest [2023-05-03T20:05:43.482Z] Step 3/23 : ARG ADD_BUILD_TAGS="" Building security-proxy-auth ... done Building security-spiffe-token-provider [2023-05-03T20:05:43.482Z] [2023-05-03T20:05:43.482Z] ---> Using cache [2023-05-03T20:05:43.482Z] ---> 6dca03658f7d [2023-05-03T20:05:43.482Z] Step 4/23 : WORKDIR /edgex-go [2023-05-03T20:05:43.482Z] ---> Using cache [2023-05-03T20:05:43.482Z] ---> 07c801e940db [2023-05-03T20:05:43.482Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-03T20:05:43.482Z] ---> Using cache [2023-05-03T20:05:43.482Z] ---> 639d0cd3fd83 [2023-05-03T20:05:43.482Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-03T20:05:43.482Z] ---> Using cache [2023-05-03T20:05:43.482Z] ---> 10b340353bd8 [2023-05-03T20:05:43.482Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:05:43.482Z] ---> Using cache [2023-05-03T20:05:43.482Z] ---> 2613d15b5f2a [2023-05-03T20:05:43.482Z] Step 8/23 : COPY . . [2023-05-03T20:05:43.482Z] ---> Using cache [2023-05-03T20:05:43.482Z] ---> f9a1e8e2d373 [2023-05-03T20:05:43.482Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-05-03T20:05:44.063Z] Removing intermediate container 157e7bd11918 [2023-05-03T20:05:44.063Z] ---> 3008b923f1f7 [2023-05-03T20:05:44.063Z] Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:05:48.250Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:05:48.250Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:05:48.250Z] ---> 1af8f619d727 [2023-05-03T20:05:48.250Z] Step 3/20 : WORKDIR /edgex-go [2023-05-03T20:05:48.250Z] ---> Using cache [2023-05-03T20:05:48.250Z] ---> e5e8e44d91d3 [2023-05-03T20:05:48.250Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-05-03T20:05:51.572Z] Removing intermediate container b7483bffb280 [2023-05-03T20:05:51.572Z] ---> 90df462846f3 [2023-05-03T20:05:51.572Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-05-03T20:05:51.572Z] ---> Running in 14217aab0a48 [2023-05-03T20:05:51.572Z] ---> Running in 3fde1feb4868 [2023-05-03T20:05:51.572Z] ---> Running in 4c44aabd8fd9 [2023-05-03T20:05:51.572Z] ---> Running in ed87a2c70b40 [2023-05-03T20:05:51.572Z] Removing intermediate container fc02c3859734 [2023-05-03T20:05:51.572Z] ---> 55ff9b58b6e3 [2023-05-03T20:05:51.572Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:05:51.572Z] Removing intermediate container 14217aab0a48 [2023-05-03T20:05:51.572Z] ---> 29f315da7119 [2023-05-03T20:05:51.572Z] Step 23/23 : LABEL version=0.0.0 [2023-05-03T20:05:51.572Z] ---> Running in d3715803c2cb [2023-05-03T20:05:51.572Z] Removing intermediate container ed87a2c70b40 [2023-05-03T20:05:51.572Z] ---> 877f4e163c7e [2023-05-03T20:05:51.572Z] Step 23/25 : LABEL arch=x86_64 [2023-05-03T20:05:51.572Z] ---> Running in e478987680a0 [2023-05-03T20:05:51.572Z] Removing intermediate container d3715803c2cb [2023-05-03T20:05:51.572Z] ---> ac1244905828 [2023-05-03T20:05:51.572Z] [2023-05-03T20:05:51.572Z] ---> d2324a58cf9d [2023-05-03T20:05:51.572Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:05:51.572Z] Removing intermediate container e478987680a0 [2023-05-03T20:05:51.572Z] ---> 7733c159e742 [2023-05-03T20:05:51.572Z] Step 24/25 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:05:51.572Z] ---> Running in 6fcd0f0445b8 [2023-05-03T20:05:51.572Z] Successfully built ac1244905828 [2023-05-03T20:05:51.573Z] Successfully tagged core-common-config-bootstrapper:latest [2023-05-03T20:05:51.573Z]  Building core-common-config-bootstrapper ... done Building support-notifications [2023-05-03T20:05:51.573Z] Removing intermediate container 6fcd0f0445b8 [2023-05-03T20:05:51.573Z] ---> 8be800c65c95 [2023-05-03T20:05:51.573Z] Step 25/25 : LABEL version=0.0.0 [2023-05-03T20:05:51.573Z] ---> 9a2365589605 [2023-05-03T20:05:51.573Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-05-03T20:05:51.573Z] 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 [2023-05-03T20:05:52.964Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:05:52.964Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:05:53.225Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-03T20:05:53.225Z] v3.17.3-149-g91cc19e37a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-03T20:05:53.225Z] OK: 17819 distinct packages available [2023-05-03T20:05:53.225Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:05:53.225Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:05:53.487Z] OK: 265 MiB in 53 packages [2023-05-03T20:05:56.038Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:05:56.039Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:05:56.039Z] ---> 1af8f619d727 [2023-05-03T20:05:56.039Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-03T20:05:56.039Z] ---> Using cache [2023-05-03T20:05:56.039Z] ---> 6dca03658f7d [2023-05-03T20:05:56.039Z] Step 4/23 : WORKDIR /edgex-go [2023-05-03T20:05:56.039Z] ---> Using cache [2023-05-03T20:05:56.039Z] ---> 07c801e940db [2023-05-03T20:05:56.039Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-05-03T20:06:00.320Z] ---> Running in 30970c500ed6 [2023-05-03T20:06:00.580Z] ---> Running in b237b8be8d69 [2023-05-03T20:06:00.580Z] ---> 2d9d2f684924 [2023-05-03T20:06:00.581Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-05-03T20:06:00.581Z] Removing intermediate container 30970c500ed6 [2023-05-03T20:06:00.581Z] ---> cf241872972d [2023-05-03T20:06:00.581Z] [2023-05-03T20:06:00.581Z] Successfully built cf241872972d [2023-05-03T20:06:00.581Z] Successfully tagged security-secretstore-setup:latest [2023-05-03T20:06:00.581Z]  Building security-secretstore-setup ... done Building security-spire-config [2023-05-03T20:06:00.841Z] Removing intermediate container 4c44aabd8fd9 [2023-05-03T20:06:00.841Z] ---> 42d4dac2f18a [2023-05-03T20:06:00.841Z] Step 5/20 : COPY go.mod vendor* ./ [2023-05-03T20:06:02.756Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:06:02.756Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:06:02.756Z] OK: 265 MiB in 53 packages [2023-05-03T20:06:03.329Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:06:03.329Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:06:03.329Z] ---> 1af8f619d727 [2023-05-03T20:06:03.329Z] Step 3/27 : WORKDIR /edgex-go [2023-05-03T20:06:03.329Z] ---> Using cache [2023-05-03T20:06:03.329Z] ---> e5e8e44d91d3 [2023-05-03T20:06:03.329Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-03T20:06:07.537Z] ---> bd7645c97b43 [2023-05-03T20:06:07.537Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-05-03T20:06:07.537Z] ---> bb75d263a475 [2023-05-03T20:06:07.537Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:06:07.537Z] ---> Running in cd5883b93e28 [2023-05-03T20:06:07.537Z] ---> Running in b89c7dd1cd3e [2023-05-03T20:06:07.537Z] ---> c4c45799b1c2 [2023-05-03T20:06:07.537Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-05-03T20:06:07.537Z] Removing intermediate container b237b8be8d69 [2023-05-03T20:06:07.537Z] ---> 4fb78d71ff15 [2023-05-03T20:06:07.537Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-03T20:06:07.798Z] ---> 7dfcea983270 [2023-05-03T20:06:07.798Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-05-03T20:06:07.798Z] ---> 0861a1182251 [2023-05-03T20:06:07.798Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:06:07.798Z] ---> Running in 02238c48868f [2023-05-03T20:06:07.798Z] ---> 77805cd6b808 [2023-05-03T20:06:07.798Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-05-03T20:06:08.059Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:06:08.059Z] ---> 2951d4e86ba8 [2023-05-03T20:06:08.059Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-05-03T20:06:08.059Z] ---> Running in 793f02545561 [2023-05-03T20:06:08.059Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:06:08.320Z] OK: 265 MiB in 53 packages [2023-05-03T20:06:08.889Z] Removing intermediate container cd5883b93e28 [2023-05-03T20:06:08.889Z] ---> b2e29753e6d1 [2023-05-03T20:06:08.889Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-03T20:06:09.461Z] Removing intermediate container 793f02545561 [2023-05-03T20:06:09.461Z] ---> 16ad198fceca [2023-05-03T20:06:09.461Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-05-03T20:06:09.461Z] ---> 003444a32fcb [2023-05-03T20:06:09.461Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:06:09.461Z] ---> Running in 04dc27a201c0 [2023-05-03T20:06:09.461Z] ---> Running in 4c0951d5ad8a [2023-05-03T20:06:09.720Z] Removing intermediate container 04dc27a201c0 [2023-05-03T20:06:09.720Z] ---> 809615eb560f [2023-05-03T20:06:09.720Z] Step 30/33 : CMD ["gate"] [2023-05-03T20:06:09.720Z] ---> Running in aaba933aebba [2023-05-03T20:06:09.980Z] Removing intermediate container aaba933aebba [2023-05-03T20:06:09.980Z] ---> 112e46df3ea4 [2023-05-03T20:06:09.980Z] Step 31/33 : LABEL arch=x86_64 [2023-05-03T20:06:09.980Z] ---> Running in 840f6ad7fafb [2023-05-03T20:06:10.239Z] Removing intermediate container 840f6ad7fafb [2023-05-03T20:06:10.239Z] ---> c9eaf4e54ce3 [2023-05-03T20:06:10.239Z] Step 32/33 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:06:10.239Z] ---> Running in 7d6897f2343e [2023-05-03T20:06:10.499Z] Removing intermediate container 7d6897f2343e [2023-05-03T20:06:10.499Z] ---> f7a79e3c1e44 [2023-05-03T20:06:10.499Z] Step 33/33 : LABEL version=0.0.0 [2023-05-03T20:06:10.499Z] ---> Running in 82c1abaa7ce2 [2023-05-03T20:06:10.759Z] Removing intermediate container 82c1abaa7ce2 [2023-05-03T20:06:10.759Z] ---> 7e1dbde678ca [2023-05-03T20:06:10.759Z] [2023-05-03T20:06:10.759Z] Successfully built 7e1dbde678ca [2023-05-03T20:06:10.759Z] Successfully tagged security-bootstrapper:latest [2023-05-03T20:06:10.759Z] Building security-proxy-setup [2023-05-03T20:06:13.297Z]  Building security-bootstrapper ... done Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:06:13.297Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:06:13.297Z] ---> 1af8f619d727 [2023-05-03T20:06:13.297Z] Step 3/22 : WORKDIR /edgex-go [2023-05-03T20:06:13.297Z] ---> Using cache [2023-05-03T20:06:13.297Z] ---> e5e8e44d91d3 [2023-05-03T20:06:13.297Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-05-03T20:06:13.297Z] ---> Using cache [2023-05-03T20:06:13.297Z] ---> f8bde41c23e6 [2023-05-03T20:06:13.297Z] Step 5/22 : COPY go.mod vendor* ./ [2023-05-03T20:06:13.297Z] ---> Using cache [2023-05-03T20:06:13.297Z] ---> 7e3a6e83857a [2023-05-03T20:06:13.297Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:06:13.297Z] ---> Using cache [2023-05-03T20:06:13.297Z] ---> 183543cb8231 [2023-05-03T20:06:13.297Z] Step 7/22 : COPY . . [2023-05-03T20:06:13.297Z] ---> Using cache [2023-05-03T20:06:13.297Z] ---> 9aa330d48c23 [2023-05-03T20:06:13.297Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-05-03T20:06:13.368Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-05-03T20:06:13.368Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-05-03T20:06:13.368Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-05-03T20:06:13.368Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-05-03T20:06:13.368Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-05-03T20:06:13.959Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-05-03T20:06:14.229Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-05-03T20:06:14.500Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-05-03T20:06:14.500Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-05-03T20:06:16.459Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-05-03T20:06:19.820Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-05-03T20:06:19.820Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-05-03T20:06:19.820Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-05-03T20:06:19.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-05-03T20:06:31.489Z] ---> Running in de6b0c4d49a4 [2023-05-03T20:06:31.489Z] 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 [2023-05-03T20:06:34.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-05-03T20:06:34.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-05-03T20:06:34.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.288s coverage: 28.7% of statements [2023-05-03T20:06:44.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.292s coverage: 98.5% of statements [2023-05-03T20:06:50.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-05-03T20:06:50.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-05-03T20:06:50.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-05-03T20:06:53.587Z] Removing intermediate container 3fde1feb4868 [2023-05-03T20:06:53.587Z] ---> 54f3cc0ac0bf [2023-05-03T20:06:53.587Z] [2023-05-03T20:06:53.587Z] Step 10/23 : FROM alpine:3.17 [2023-05-03T20:06:53.587Z] ---> 9ed4aefc74f6 [2023-05-03T20:06:53.587Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-05-03T20:06:53.587Z] ---> Running in 0420958dc909 [2023-05-03T20:06:53.587Z] Removing intermediate container 02238c48868f [2023-05-03T20:06:53.587Z] ---> c55fc2c44d4b [2023-05-03T20:06:53.587Z] Step 8/23 : COPY . . [2023-05-03T20:06:53.587Z] Removing intermediate container b89c7dd1cd3e [2023-05-03T20:06:53.587Z] ---> 8ac211be4b8e [2023-05-03T20:06:53.587Z] Step 7/20 : COPY . . [2023-05-03T20:06:53.587Z] Removing intermediate container 4c0951d5ad8a [2023-05-03T20:06:53.587Z] ---> 8df1f59adb09 [2023-05-03T20:06:53.587Z] Step 7/27 : COPY . . [2023-05-03T20:06:53.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:06:53.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:06:53.587Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T20:06:53.587Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:06:53.587Z] OK: 7 MiB in 16 packages [2023-05-03T20:06:53.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.448s coverage: 71.5% of statements [2023-05-03T20:06:56.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-05-03T20:06:56.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-05-03T20:06:56.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.340s coverage: 54.0% of statements [2023-05-03T20:07:01.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-05-03T20:07:01.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-05-03T20:07:01.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-05-03T20:07:01.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-05-03T20:07:01.572Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-05-03T20:07:08.900Z] ---> bc63bd3f2a75 [2023-05-03T20:07:08.900Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-03T20:07:08.900Z] ---> bc46a91e5a69 [2023-05-03T20:07:08.900Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-05-03T20:07:08.900Z] ---> 0b6793440c16 [2023-05-03T20:07:08.900Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-05-03T20:07:08.900Z] Removing intermediate container 0420958dc909 [2023-05-03T20:07:08.900Z] ---> 76d1d43a74b3 [2023-05-03T20:07:08.900Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-03T20:07:08.900Z] ---> Running in 6fb1a3587b71 [2023-05-03T20:07:08.900Z] ---> Running in 0bc88a5eacfe [2023-05-03T20:07:08.900Z] ---> Running in 29ece3951551 [2023-05-03T20:07:08.900Z] ---> Running in 02daf786b18d [2023-05-03T20:07:09.158Z] Removing intermediate container 6fb1a3587b71 [2023-05-03T20:07:09.158Z] ---> 5525e3f4a0e3 [2023-05-03T20:07:09.158Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-03T20:07:09.724Z] Removing intermediate container 02daf786b18d [2023-05-03T20:07:09.724Z] ---> 1e1980323db4 [2023-05-03T20:07:09.724Z] Step 13/23 : ENV APP_PORT=59861 [2023-05-03T20:07:09.983Z] ---> Running in e92a53fd9983 [2023-05-03T20:07:09.983Z] ---> Running in 83c52d646eda [2023-05-03T20:07:10.257Z] Removing intermediate container de6b0c4d49a4 [2023-05-03T20:07:10.257Z] ---> ae4b8fcfb7ed [2023-05-03T20:07:10.257Z] [2023-05-03T20:07:10.257Z] Step 9/22 : FROM alpine:3.17 [2023-05-03T20:07:10.257Z] Removing intermediate container e92a53fd9983 [2023-05-03T20:07:10.257Z] ---> 84f44fdd8070 [2023-05-03T20:07:10.257Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-03T20:07:10.257Z] ---> 9ed4aefc74f6 [2023-05-03T20:07:10.257Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-05-03T20:07:10.257Z] Removing intermediate container 83c52d646eda [2023-05-03T20:07:10.257Z] ---> f9186de63202 [2023-05-03T20:07:10.257Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-03T20:07:10.257Z] ---> Running in 445022162ed1 [2023-05-03T20:07:10.257Z] ---> Running in b359d2d686ac [2023-05-03T20:07:10.257Z] ---> Running in 778ae0038b37 [2023-05-03T20:07:10.257Z] 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 [2023-05-03T20:07:10.257Z] 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 [2023-05-03T20:07:10.515Z] Removing intermediate container 445022162ed1 [2023-05-03T20:07:10.515Z] ---> a1bcceb886d8 [2023-05-03T20:07:10.515Z] 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 [2023-05-03T20:07:10.515Z] Removing intermediate container 778ae0038b37 [2023-05-03T20:07:10.515Z] ---> c19e930bc95b [2023-05-03T20:07:10.515Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:07:10.515Z] ---> Running in efd921e63d59 [2023-05-03T20:07:10.515Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:07:10.773Z] ---> 648f470d6cde [2023-05-03T20:07:10.773Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:07:10.773Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:07:11.052Z] ---> d2223cdedc48 [2023-05-03T20:07:11.052Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-05-03T20:07:11.052Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-03T20:07:11.052Z] (2/2) Installing openssl (3.0.8-r4) [2023-05-03T20:07:11.052Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:07:11.052Z] OK: 8 MiB in 17 packages [2023-05-03T20:07:11.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-05-03T20:07:11.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-05-03T20:07:11.989Z] Removing intermediate container efd921e63d59 [2023-05-03T20:07:11.989Z] ---> 140f602dcbef [2023-05-03T20:07:11.989Z] Step 12/27 : WORKDIR /edgex-go [2023-05-03T20:07:11.989Z] ---> 79c4c3b5758a [2023-05-03T20:07:11.989Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-05-03T20:07:12.246Z] ---> Running in 93b95832aca1 [2023-05-03T20:07:12.246Z] Removing intermediate container b359d2d686ac [2023-05-03T20:07:12.246Z] ---> 9b2f5fa7cdcf [2023-05-03T20:07:12.246Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-03T20:07:12.246Z] Removing intermediate container 93b95832aca1 [2023-05-03T20:07:12.246Z] ---> f3766eccb7ff [2023-05-03T20:07:12.246Z] [2023-05-03T20:07:12.246Z] Step 13/27 : FROM alpine:3.17 [2023-05-03T20:07:12.246Z] ---> 9ed4aefc74f6 [2023-05-03T20:07:12.246Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-03T20:07:12.246Z] ---> Running in 9a89c0b9a2dd [2023-05-03T20:07:12.246Z] ---> 18f2116c31c2 [2023-05-03T20:07:12.246Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-05-03T20:07:12.246Z] ---> Running in d72a76568e81 [2023-05-03T20:07:12.246Z] ---> Running in e57c600a5868 [2023-05-03T20:07:12.502Z] Removing intermediate container 9a89c0b9a2dd [2023-05-03T20:07:12.502Z] ---> 5c3bcea17797 [2023-05-03T20:07:12.502Z] Step 12/22 : WORKDIR /edgex [2023-05-03T20:07:12.502Z] Removing intermediate container d72a76568e81 [2023-05-03T20:07:12.502Z] ---> 6af4a7341ba4 [2023-05-03T20:07:12.502Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-05-03T20:07:12.502Z] ---> Running in 778a67c1810a [2023-05-03T20:07:12.502Z] Removing intermediate container e57c600a5868 [2023-05-03T20:07:12.502Z] ---> f59c7cec1968 [2023-05-03T20:07:12.502Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-03T20:07:12.502Z] ---> Running in f325c41c5b19 [2023-05-03T20:07:12.502Z] ---> Running in 64871b4b055d [2023-05-03T20:07:12.502Z] Removing intermediate container 778a67c1810a [2023-05-03T20:07:12.502Z] ---> 1984464ed41a [2023-05-03T20:07:12.502Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:07:12.759Z] Removing intermediate container 64871b4b055d [2023-05-03T20:07:12.759Z] ---> 5787caee5b50 [2023-05-03T20:07:12.759Z] Step 21/23 : LABEL arch=x86_64 [2023-05-03T20:07:12.759Z] ---> Running in 4e0e159033b9 [2023-05-03T20:07:12.759Z] ---> 362d2e6dec28 [2023-05-03T20:07:12.759Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:07:12.759Z] Removing intermediate container 4e0e159033b9 [2023-05-03T20:07:12.759Z] ---> fbee75f8fb12 [2023-05-03T20:07:12.759Z] Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:07:12.759Z] ---> Running in 83807b66bedc [2023-05-03T20:07:13.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:07:13.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:07:13.290Z] Removing intermediate container 83807b66bedc [2023-05-03T20:07:13.290Z] ---> 044d37bc5578 [2023-05-03T20:07:13.290Z] Step 23/23 : LABEL version=0.0.0 [2023-05-03T20:07:13.290Z] ---> 49cceea58af9 [2023-05-03T20:07:13.290Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-05-03T20:07:13.290Z] ---> Running in c0e19e9a3119 [2023-05-03T20:07:13.290Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-03T20:07:13.290Z] v3.17.3-149-g91cc19e37a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-03T20:07:13.290Z] OK: 17820 distinct packages available [2023-05-03T20:07:13.290Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:07:13.290Z] Removing intermediate container c0e19e9a3119 [2023-05-03T20:07:13.290Z] ---> feef4f2d32f4 [2023-05-03T20:07:13.290Z] [2023-05-03T20:07:13.290Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:07:13.562Z] Successfully built feef4f2d32f4 [2023-05-03T20:07:13.562Z] Successfully tagged support-scheduler:latest [2023-05-03T20:07:13.562Z]  Building support-scheduler ... done Building security-spire-server [2023-05-03T20:07:13.562Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-05-03T20:07:13.562Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-05-03T20:07:13.562Z] (3/4) Installing libucontext (1.2-r0) [2023-05-03T20:07:13.562Z] (4/4) Installing gcompat (1.1.0-r0) [2023-05-03T20:07:13.562Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:07:13.562Z] OK: 7 MiB in 19 packages [2023-05-03T20:07:15.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 13.334s coverage: 88.5% of statements [2023-05-03T20:07:15.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.771s coverage: 3.8% of statements [2023-05-03T20:07:16.966Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:07:16.967Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:07:16.967Z] ---> 1af8f619d727 [2023-05-03T20:07:16.967Z] Step 3/26 : WORKDIR /edgex-go [2023-05-03T20:07:16.967Z] ---> Using cache [2023-05-03T20:07:16.967Z] ---> e5e8e44d91d3 [2023-05-03T20:07:16.967Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-05-03T20:07:16.967Z] ---> Using cache [2023-05-03T20:07:16.967Z] ---> b2e29753e6d1 [2023-05-03T20:07:16.967Z] Step 5/26 : COPY go.mod vendor* ./ [2023-05-03T20:07:16.967Z] ---> Using cache [2023-05-03T20:07:16.967Z] ---> 003444a32fcb [2023-05-03T20:07:16.967Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:07:16.967Z] ---> Using cache [2023-05-03T20:07:16.967Z] ---> 8df1f59adb09 [2023-05-03T20:07:16.967Z] Step 7/26 : COPY . . [2023-05-03T20:07:16.967Z] ---> Using cache [2023-05-03T20:07:16.967Z] ---> bc63bd3f2a75 [2023-05-03T20:07:16.967Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-05-03T20:07:16.967Z] ---> Using cache [2023-05-03T20:07:16.967Z] ---> 5525e3f4a0e3 [2023-05-03T20:07:16.967Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-05-03T20:07:16.967Z] ---> Using cache [2023-05-03T20:07:16.967Z] ---> 84f44fdd8070 [2023-05-03T20:07:16.967Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-03T20:07:16.967Z] ---> Using cache [2023-05-03T20:07:16.967Z] ---> a1bcceb886d8 [2023-05-03T20:07:16.967Z] 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 [2023-05-03T20:07:17.537Z] ---> 195c343e133c [2023-05-03T20:07:17.537Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-05-03T20:07:25.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-05-03T20:07:25.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-05-03T20:07:25.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-05-03T20:07:26.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.553s coverage: 95.6% of statements [2023-05-03T20:07:26.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-05-03T20:07:26.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-05-03T20:07:26.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-05-03T20:07:26.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-05-03T20:07:26.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-05-03T20:07:27.110Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.199s coverage: 72.2% of statements [2023-05-03T20:07:27.814Z] ---> Running in 12ecf4f32630 [2023-05-03T20:07:27.814Z] ---> 25fef167ee93 [2023-05-03T20:07:27.814Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-05-03T20:07:27.814Z] Removing intermediate container f325c41c5b19 [2023-05-03T20:07:27.814Z] ---> 84901123f595 [2023-05-03T20:07:27.814Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:07:27.814Z] ---> d38e48485c4f [2023-05-03T20:07:27.814Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-03T20:07:27.814Z] ---> Running in 5bb7e87ddf72 [2023-05-03T20:07:27.814Z] ---> caf1ebdd0d5e [2023-05-03T20:07:27.814Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:07:27.814Z] ---> ec560160d634 [2023-05-03T20:07:27.814Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-03T20:07:28.073Z] Removing intermediate container 12ecf4f32630 [2023-05-03T20:07:28.073Z] ---> 74efdbff2f67 [2023-05-03T20:07:28.073Z] Step 12/26 : WORKDIR /edgex-go [2023-05-03T20:07:28.073Z] ---> Running in d8b1fff3f80c [2023-05-03T20:07:28.073Z] Removing intermediate container d8b1fff3f80c [2023-05-03T20:07:28.073Z] ---> cdef41fc6f81 [2023-05-03T20:07:28.073Z] [2023-05-03T20:07:28.073Z] Step 13/26 : FROM alpine:3.17 [2023-05-03T20:07:28.073Z] ---> 9ed4aefc74f6 [2023-05-03T20:07:28.073Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-03T20:07:28.073Z] ---> Using cache [2023-05-03T20:07:28.073Z] ---> 6af4a7341ba4 [2023-05-03T20:07:28.073Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-03T20:07:28.073Z] ---> Running in dd0642b6c5f8 [2023-05-03T20:07:29.977Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:07:30.234Z] Removing intermediate container 5bb7e87ddf72 [2023-05-03T20:07:30.234Z] ---> 8d8fb7712e1c [2023-05-03T20:07:30.234Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-05-03T20:07:30.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:07:30.492Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-03T20:07:30.492Z] v3.17.3-149-g91cc19e37a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-03T20:07:30.492Z] OK: 17820 distinct packages available [2023-05-03T20:07:30.492Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:07:30.492Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:07:30.751Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-03T20:07:30.751Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-03T20:07:30.751Z] (3/5) Installing libucontext (1.2-r0) [2023-05-03T20:07:30.751Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-03T20:07:30.751Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-03T20:07:30.751Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:07:30.751Z] OK: 8 MiB in 20 packages [2023-05-03T20:07:32.443Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-05-03T20:07:32.443Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-05-03T20:07:32.443Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-05-03T20:07:32.443Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.230s coverage: 65.9% of statements [2023-05-03T20:07:32.707Z] ---> 6013d5d40a11 [2023-05-03T20:07:32.707Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-05-03T20:07:32.707Z] ---> Running in 6e84e6749cdd [2023-05-03T20:07:32.707Z] Removing intermediate container 6e84e6749cdd [2023-05-03T20:07:32.707Z] ---> 533b821cd911 [2023-05-03T20:07:32.707Z] Step 20/22 : LABEL arch=x86_64 [2023-05-03T20:07:32.707Z] ---> Running in b7a75ed74d4d [2023-05-03T20:07:32.965Z] Removing intermediate container dd0642b6c5f8 [2023-05-03T20:07:32.965Z] ---> 22c7eeaa1600 [2023-05-03T20:07:32.965Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:07:32.965Z] ---> 7a9961dd242e [2023-05-03T20:07:32.965Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-05-03T20:07:32.965Z] Removing intermediate container b7a75ed74d4d [2023-05-03T20:07:32.965Z] ---> 29c5ee59007d [2023-05-03T20:07:32.965Z] Step 21/22 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:07:32.965Z] ---> Running in 7012823bb74a [2023-05-03T20:07:32.965Z] ---> Running in fb1df9d849f5 [2023-05-03T20:07:33.536Z] Removing intermediate container 7012823bb74a [2023-05-03T20:07:33.536Z] ---> 517b4100bcbf [2023-05-03T20:07:33.536Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-05-03T20:07:34.105Z] ---> 5c164d75dddc [2023-05-03T20:07:34.105Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:07:34.105Z] Removing intermediate container fb1df9d849f5 [2023-05-03T20:07:34.105Z] ---> 9974df265975 [2023-05-03T20:07:34.105Z] Step 22/22 : LABEL version=0.0.0 [2023-05-03T20:07:34.367Z] ---> 8c9bbdf67c57 [2023-05-03T20:07:34.367Z] Step 22/27 : WORKDIR / [2023-05-03T20:07:34.625Z] ---> Running in a9bc552e76d2 [2023-05-03T20:07:34.625Z] ---> Running in 799010471b12 [2023-05-03T20:07:34.895Z] ---> 97f21cc70a18 [2023-05-03T20:07:34.895Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-03T20:07:34.895Z] Removing intermediate container a9bc552e76d2 [2023-05-03T20:07:34.895Z] ---> bf2a170d1d53 [2023-05-03T20:07:34.895Z] [2023-05-03T20:07:35.153Z] Removing intermediate container 799010471b12 [2023-05-03T20:07:35.153Z] ---> 2113400876c5 [2023-05-03T20:07:35.153Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-03T20:07:35.153Z] Successfully built bf2a170d1d53 [2023-05-03T20:07:35.153Z] Successfully tagged security-proxy-setup:latest [2023-05-03T20:07:35.153Z]  Building security-proxy-setup ... done Building security-spire-agent [2023-05-03T20:07:35.727Z] ---> Running in 2739a4ceafb3 [2023-05-03T20:07:40.000Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:07:40.000Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:07:40.000Z] ---> 1af8f619d727 [2023-05-03T20:07:40.000Z] Step 3/27 : WORKDIR /edgex-go [2023-05-03T20:07:40.000Z] ---> Using cache [2023-05-03T20:07:40.000Z] ---> e5e8e44d91d3 [2023-05-03T20:07:40.000Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-03T20:07:40.000Z] ---> Using cache [2023-05-03T20:07:40.000Z] ---> b2e29753e6d1 [2023-05-03T20:07:40.000Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-03T20:07:40.000Z] ---> Using cache [2023-05-03T20:07:40.000Z] ---> 003444a32fcb [2023-05-03T20:07:40.000Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:07:40.000Z] ---> Using cache [2023-05-03T20:07:40.000Z] ---> 8df1f59adb09 [2023-05-03T20:07:40.000Z] Step 7/27 : COPY . . [2023-05-03T20:07:40.000Z] ---> Using cache [2023-05-03T20:07:40.000Z] ---> bc63bd3f2a75 [2023-05-03T20:07:40.000Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-03T20:07:40.000Z] ---> Using cache [2023-05-03T20:07:40.000Z] ---> 5525e3f4a0e3 [2023-05-03T20:07:40.000Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-03T20:07:40.000Z] ---> Using cache [2023-05-03T20:07:40.000Z] ---> 84f44fdd8070 [2023-05-03T20:07:40.000Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-03T20:07:40.000Z] ---> Using cache [2023-05-03T20:07:40.000Z] ---> a1bcceb886d8 [2023-05-03T20:07:40.000Z] 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 [2023-05-03T20:07:40.000Z] ---> Using cache [2023-05-03T20:07:40.000Z] ---> 140f602dcbef [2023-05-03T20:07:40.000Z] Step 12/27 : WORKDIR /edgex-go [2023-05-03T20:07:40.000Z] ---> Using cache [2023-05-03T20:07:40.000Z] ---> f3766eccb7ff [2023-05-03T20:07:40.000Z] [2023-05-03T20:07:40.000Z] Step 13/27 : FROM alpine:3.17 [2023-05-03T20:07:40.000Z] ---> 9ed4aefc74f6 [2023-05-03T20:07:40.000Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-03T20:07:40.000Z] ---> Using cache [2023-05-03T20:07:40.000Z] ---> 6af4a7341ba4 [2023-05-03T20:07:40.000Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-03T20:07:40.000Z] ---> Using cache [2023-05-03T20:07:40.000Z] ---> 22c7eeaa1600 [2023-05-03T20:07:40.000Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:07:40.000Z] ---> Using cache [2023-05-03T20:07:42.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-05-03T20:07:42.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-05-03T20:07:42.503Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.418s coverage: 0.9% of statements [2023-05-03T20:07:42.503Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.265s coverage: 29.0% of statements [2023-05-03T20:07:43.337Z] ---> 5c164d75dddc [2023-05-03T20:07:43.337Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:07:43.337Z] ---> Using cache [2023-05-03T20:07:43.337Z] Removing intermediate container 2739a4ceafb3 [2023-05-03T20:07:43.337Z] ---> 6435c81da6ad [2023-05-03T20:07:43.337Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-03T20:07:43.337Z] ---> 97f21cc70a18 [2023-05-03T20:07:43.337Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-05-03T20:07:43.337Z] ---> 13f20f331004 [2023-05-03T20:07:43.337Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-05-03T20:07:43.337Z] ---> Running in f0dc3032e6fc [2023-05-03T20:07:43.915Z] Removing intermediate container f0dc3032e6fc [2023-05-03T20:07:43.915Z] ---> 705473bb2d21 [2023-05-03T20:07:43.915Z] Step 25/27 : LABEL arch=x86_64 [2023-05-03T20:07:45.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.301s coverage: 42.9% of statements [2023-05-03T20:07:45.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.273s coverage: 82.9% of statements [2023-05-03T20:07:45.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.211s coverage: 94.1% of statements [2023-05-03T20:07:45.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.283s coverage: 96.3% of statements [2023-05-03T20:07:49.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.237s coverage: 87.5% of statements [2023-05-03T20:07:49.201Z] ---> 074df142ad31 [2023-05-03T20:07:49.201Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-05-03T20:07:49.201Z] ---> Running in 33da55b14a78 [2023-05-03T20:07:49.751Z] ---> bcaac81df408 [2023-05-03T20:07:49.751Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-03T20:07:50.013Z] Removing intermediate container 29ece3951551 [2023-05-03T20:07:50.013Z] ---> 4462ab0ae91d [2023-05-03T20:07:50.013Z] [2023-05-03T20:07:50.013Z] Step 9/20 : FROM alpine:3.17 [2023-05-03T20:07:50.013Z] ---> 9ed4aefc74f6 [2023-05-03T20:07:50.013Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-03T20:07:50.013Z] ---> Using cache [2023-05-03T20:07:50.013Z] ---> 62db1bc90934 [2023-05-03T20:07:50.013Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-05-03T20:07:50.013Z] Removing intermediate container 0bc88a5eacfe [2023-05-03T20:07:50.013Z] ---> cc0c661f2050 [2023-05-03T20:07:50.013Z] [2023-05-03T20:07:50.013Z] Step 10/23 : FROM alpine:3.17 [2023-05-03T20:07:50.013Z] ---> 9ed4aefc74f6 [2023-05-03T20:07:50.013Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-03T20:07:51.400Z] ---> e1c6c21e298e [2023-05-03T20:07:51.400Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-05-03T20:07:51.400Z] ---> Running in ecdeedb86970 [2023-05-03T20:07:51.400Z] ---> Running in 6d4cd33445ff [2023-05-03T20:07:51.400Z] Removing intermediate container 33da55b14a78 [2023-05-03T20:07:51.400Z] ---> 20202d20a64c [2023-05-03T20:07:51.400Z] Step 26/27 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:07:51.400Z] ---> 65cb28822700 [2023-05-03T20:07:51.400Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-05-03T20:07:51.400Z] ---> Running in 9220a5c0c4cc [2023-05-03T20:07:51.663Z] ---> 6e7c16501965 [2023-05-03T20:07:51.663Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-03T20:07:51.663Z] Removing intermediate container 9220a5c0c4cc [2023-05-03T20:07:51.663Z] ---> b43858c837e0 [2023-05-03T20:07:51.663Z] Step 27/27 : LABEL version=0.0.0 [2023-05-03T20:07:51.663Z] ---> Running in 4c0922ba7d8f [2023-05-03T20:07:51.663Z] ---> Running in feb67fb496c2 [2023-05-03T20:07:51.663Z] ---> fd05f1c42f58 [2023-05-03T20:07:51.663Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-05-03T20:07:51.663Z] Removing intermediate container 4c0922ba7d8f [2023-05-03T20:07:51.663Z] ---> 7fe588a19425 [2023-05-03T20:07:51.663Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-03T20:07:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-05-03T20:07:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-05-03T20:07:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-05-03T20:07:51.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-05-03T20:07:51.923Z] Removing intermediate container feb67fb496c2 [2023-05-03T20:07:51.923Z] ---> 9e485621b843 [2023-05-03T20:07:51.923Z] [2023-05-03T20:07:51.923Z] ---> Running in 7be96ffffeff [2023-05-03T20:07:51.923Z] ---> db294441de28 [2023-05-03T20:07:51.923Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-05-03T20:07:51.923Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:07:51.923Z] Successfully built 9e485621b843 [2023-05-03T20:07:51.923Z] Successfully tagged security-spire-config:latest [2023-05-03T20:07:51.923Z] Building core-command [2023-05-03T20:07:51.923Z]  Building security-spire-config ... done Removing intermediate container 7be96ffffeff [2023-05-03T20:07:51.923Z] ---> 3e31ad455f71 [2023-05-03T20:07:51.923Z] Step 24/26 : LABEL arch=x86_64 [2023-05-03T20:07:51.923Z] ---> Running in c06106ac4a2a [2023-05-03T20:07:51.923Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:07:52.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:07:52.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:07:52.183Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-03T20:07:52.183Z] v3.17.3-149-g91cc19e37a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-03T20:07:52.183Z] OK: 17820 distinct packages available [2023-05-03T20:07:52.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T20:07:52.443Z] (1/2) Installing ca-certificates (20220614-r4) [2023-05-03T20:07:52.443Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-03T20:07:52.443Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:07:52.443Z] Executing ca-certificates-20220614-r4.trigger [2023-05-03T20:07:52.443Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T20:07:52.444Z] OK: 8 MiB in 17 packages [2023-05-03T20:07:52.704Z] (1/9) Installing ca-certificates (20220614-r4) [2023-05-03T20:07:52.704Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-05-03T20:07:52.704Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-05-03T20:07:52.704Z] (4/9) Installing libcurl (8.0.1-r0) [2023-05-03T20:07:52.704Z] (5/9) Installing curl (8.0.1-r0) [2023-05-03T20:07:52.704Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-05-03T20:07:52.704Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-05-03T20:07:52.704Z] (8/9) Installing libucontext (1.2-r0) [2023-05-03T20:07:52.704Z] (9/9) Installing gcompat (1.1.0-r0) [2023-05-03T20:07:52.704Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:07:52.704Z] Executing ca-certificates-20220614-r4.trigger [2023-05-03T20:07:52.704Z] OK: 10 MiB in 24 packages [2023-05-03T20:07:53.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-05-03T20:07:53.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-05-03T20:07:53.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-05-03T20:07:53.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-05-03T20:07:54.626Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:07:54.626Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:07:54.626Z] ---> 1af8f619d727 [2023-05-03T20:07:54.626Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-03T20:07:54.626Z] ---> Using cache [2023-05-03T20:07:54.626Z] ---> 6dca03658f7d [2023-05-03T20:07:54.626Z] Step 4/24 : WORKDIR /edgex-go [2023-05-03T20:07:54.626Z] ---> Using cache [2023-05-03T20:07:54.626Z] ---> 07c801e940db [2023-05-03T20:07:54.626Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-05-03T20:07:54.626Z] ---> Using cache [2023-05-03T20:07:54.626Z] ---> 639d0cd3fd83 [2023-05-03T20:07:54.626Z] Step 6/24 : COPY go.mod vendor* ./ [2023-05-03T20:07:54.626Z] ---> Using cache [2023-05-03T20:07:54.626Z] ---> 10b340353bd8 [2023-05-03T20:07:54.626Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:07:54.626Z] ---> Using cache [2023-05-03T20:07:54.626Z] ---> 2613d15b5f2a [2023-05-03T20:07:54.626Z] Step 8/24 : COPY . . [2023-05-03T20:07:54.627Z] ---> Using cache [2023-05-03T20:07:54.627Z] ---> f9a1e8e2d373 [2023-05-03T20:07:54.627Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-05-03T20:07:57.932Z] ---> 9aa35a41d54b [2023-05-03T20:07:57.932Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-03T20:07:57.932Z] Removing intermediate container c06106ac4a2a [2023-05-03T20:07:57.932Z] ---> 428731470ba5 [2023-05-03T20:07:57.932Z] Step 25/26 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:07:57.932Z] ---> Running in 7974308f2d72 [2023-05-03T20:07:57.932Z] ---> Running in 89d3e7ca13e1 [2023-05-03T20:07:57.932Z] ---> Running in b8fe85ef67ad [2023-05-03T20:07:57.932Z] Removing intermediate container 89d3e7ca13e1 [2023-05-03T20:07:57.932Z] ---> 2191fae7ab93 [2023-05-03T20:07:57.932Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-03T20:07:57.932Z] Removing intermediate container b8fe85ef67ad [2023-05-03T20:07:57.932Z] ---> bac6d8c72265 [2023-05-03T20:07:57.932Z] Step 26/26 : LABEL version=0.0.0 [2023-05-03T20:07:57.932Z] ---> Running in a2a06d2ad53a [2023-05-03T20:07:57.932Z] ---> Running in 2e9be4d0bab1 [2023-05-03T20:07:57.932Z] Removing intermediate container 6d4cd33445ff [2023-05-03T20:07:57.932Z] ---> bfc2a091b943 [2023-05-03T20:07:57.932Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-03T20:07:57.932Z] ---> Running in dccc5526a7c6 [2023-05-03T20:07:58.202Z] Removing intermediate container a2a06d2ad53a [2023-05-03T20:07:58.202Z] ---> b9248cffeadb [2023-05-03T20:07:58.202Z] Step 25/27 : LABEL arch=x86_64 [2023-05-03T20:07:58.202Z] ---> Running in 27d6f4630759 [2023-05-03T20:07:58.202Z] Removing intermediate container 2e9be4d0bab1 [2023-05-03T20:07:58.202Z] ---> f0bc3f69d23e [2023-05-03T20:07:58.202Z] [2023-05-03T20:07:58.202Z] Removing intermediate container dccc5526a7c6 [2023-05-03T20:07:58.202Z] ---> 2a28934cbca7 [2023-05-03T20:07:58.202Z] Step 13/23 : ENV APP_PORT=59860 [2023-05-03T20:07:58.202Z] 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 [2023-05-03T20:07:58.202Z] Removing intermediate container ecdeedb86970 [2023-05-03T20:07:58.202Z] ---> a2e0d64a16dd [2023-05-03T20:07:58.202Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:07:58.202Z] ---> Running in 899c7f972d41 [2023-05-03T20:07:58.202Z] Successfully built f0bc3f69d23e [2023-05-03T20:07:58.202Z] Successfully tagged security-spire-server:latest [2023-05-03T20:07:58.202Z]  Building security-spire-server ... done Building core-metadata [2023-05-03T20:07:58.464Z] Removing intermediate container 27d6f4630759 [2023-05-03T20:07:58.464Z] ---> 6493281cdf1b [2023-05-03T20:07:58.464Z] Step 26/27 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:08:01.757Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:08:01.757Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:08:01.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.212s coverage: 94.4% of statements [2023-05-03T20:08:01.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-05-03T20:08:01.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-05-03T20:08:01.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-05-03T20:08:01.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-05-03T20:08:02.326Z] ---> 1af8f619d727 [2023-05-03T20:08:02.326Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-03T20:08:03.796Z] ---> Using cache [2023-05-03T20:08:03.796Z] ---> 6dca03658f7d [2023-05-03T20:08:03.796Z] Step 4/25 : WORKDIR /edgex-go [2023-05-03T20:08:03.796Z] ---> Using cache [2023-05-03T20:08:03.796Z] ---> 07c801e940db [2023-05-03T20:08:03.796Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-05-03T20:08:03.796Z] ---> Using cache [2023-05-03T20:08:03.796Z] ---> 639d0cd3fd83 [2023-05-03T20:08:03.796Z] Step 6/25 : COPY go.mod vendor* ./ [2023-05-03T20:08:03.796Z] ---> Using cache [2023-05-03T20:08:03.796Z] ---> 10b340353bd8 [2023-05-03T20:08:03.796Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:08:03.796Z] ---> Using cache [2023-05-03T20:08:03.796Z] ---> 2613d15b5f2a [2023-05-03T20:08:03.796Z] Step 8/25 : COPY . . [2023-05-03T20:08:03.796Z] ---> Using cache [2023-05-03T20:08:03.796Z] ---> f9a1e8e2d373 [2023-05-03T20:08:03.796Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-05-03T20:08:05.809Z] ---> Running in 011f0c728be1 [2023-05-03T20:08:06.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-05-03T20:08:06.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-05-03T20:08:07.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-05-03T20:08:07.845Z] ---> d2a94e50a783 [2023-05-03T20:08:07.845Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:08:07.845Z] Removing intermediate container 899c7f972d41 [2023-05-03T20:08:07.845Z] ---> cbac0bf59e72 [2023-05-03T20:08:07.845Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-03T20:08:07.845Z] ---> Running in 2b8cc08b1ff9 [2023-05-03T20:08:07.845Z] ---> Running in e977eb64c37b [2023-05-03T20:08:07.845Z] Removing intermediate container 011f0c728be1 [2023-05-03T20:08:07.845Z] ---> aeedb6b5d119 [2023-05-03T20:08:07.845Z] Step 27/27 : LABEL version=0.0.0 [2023-05-03T20:08:07.845Z] ---> Running in c6a0bb65934f [2023-05-03T20:08:08.141Z] ---> a83125209fc5 [2023-05-03T20:08:08.141Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-05-03T20:08:08.141Z] Removing intermediate container e977eb64c37b [2023-05-03T20:08:08.141Z] ---> e50df14e488f [2023-05-03T20:08:08.141Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:08:08.141Z] Removing intermediate container c6a0bb65934f [2023-05-03T20:08:08.141Z] ---> aacb67b13df7 [2023-05-03T20:08:08.141Z] [2023-05-03T20:08:08.141Z] 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 [2023-05-03T20:08:08.141Z] ---> 9f101b8d0569 [2023-05-03T20:08:08.141Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:08:08.141Z] Successfully built aacb67b13df7 [2023-05-03T20:08:08.412Z] Successfully tagged security-spire-agent:latest [2023-05-03T20:08:08.978Z]  Building security-spire-agent ... done  ---> aa13305f259a [2023-05-03T20:08:08.978Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-05-03T20:08:08.978Z] ---> a0286b5534ac [2023-05-03T20:08:08.978Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-05-03T20:08:09.952Z] ---> 3a86ab81f2c8 [2023-05-03T20:08:09.952Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-05-03T20:08:09.952Z] ---> f7844eb57423 [2023-05-03T20:08:09.952Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-05-03T20:08:09.952Z] ---> Running in 85b27974fbbf [2023-05-03T20:08:09.952Z] Removing intermediate container 85b27974fbbf [2023-05-03T20:08:09.952Z] ---> 1571f1ce923d [2023-05-03T20:08:09.952Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] [2023-05-03T20:08:09.952Z] ---> Running in abcdf880d181 [2023-05-03T20:08:10.215Z] ---> 660ffa413d61 [2023-05-03T20:08:10.215Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-05-03T20:08:10.215Z] ---> Running in 0c9634b2996d [2023-05-03T20:08:10.215Z] Removing intermediate container abcdf880d181 [2023-05-03T20:08:10.215Z] ---> 485331c238b6 [2023-05-03T20:08:10.215Z] Step 18/20 : LABEL arch=x86_64 [2023-05-03T20:08:10.215Z] ---> Running in 8b00b56ecb03 [2023-05-03T20:08:10.215Z] Removing intermediate container 0c9634b2996d [2023-05-03T20:08:10.215Z] ---> 0e35e6bed4fc [2023-05-03T20:08:10.215Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-03T20:08:10.215Z] ---> Running in 6f7d31447c69 [2023-05-03T20:08:10.215Z] Removing intermediate container 8b00b56ecb03 [2023-05-03T20:08:10.215Z] ---> 4ab3ba7b9bbd [2023-05-03T20:08:10.215Z] Step 19/20 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:08:10.215Z] ---> Running in d1722b1413d4 [2023-05-03T20:08:10.487Z] Removing intermediate container 6f7d31447c69 [2023-05-03T20:08:10.487Z] ---> dd76e7cedf10 [2023-05-03T20:08:10.487Z] Step 21/23 : LABEL arch=x86_64 [2023-05-03T20:08:10.487Z] ---> Running in 53f3d8bbb008 [2023-05-03T20:08:10.487Z] Removing intermediate container d1722b1413d4 [2023-05-03T20:08:10.487Z] ---> 40ecc25a5b56 [2023-05-03T20:08:10.487Z] Step 20/20 : LABEL version=0.0.0 [2023-05-03T20:08:10.487Z] ---> Running in b0490f763e1d [2023-05-03T20:08:10.751Z] Removing intermediate container 53f3d8bbb008 [2023-05-03T20:08:10.751Z] ---> 0c8143d40db7 [2023-05-03T20:08:10.751Z] Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:08:10.751Z] ---> Running in 21b1eadc0fdf [2023-05-03T20:08:10.751Z] Removing intermediate container b0490f763e1d [2023-05-03T20:08:10.751Z] ---> a4e45edb21da [2023-05-03T20:08:10.751Z] [2023-05-03T20:08:10.751Z] Removing intermediate container 21b1eadc0fdf [2023-05-03T20:08:10.751Z] ---> e3f436e24a91 [2023-05-03T20:08:10.751Z] Step 23/23 : LABEL version=0.0.0 [2023-05-03T20:08:11.055Z] Successfully built a4e45edb21da [2023-05-03T20:08:11.055Z] Successfully tagged security-spiffe-token-provider:latest [2023-05-03T20:08:11.055Z]  Building security-spiffe-token-provider ... done  ---> Running in 2c316439bd18 [2023-05-03T20:08:11.317Z] Removing intermediate container 2c316439bd18 [2023-05-03T20:08:11.317Z] ---> 850fc77c6d9d [2023-05-03T20:08:11.317Z] [2023-05-03T20:08:11.317Z] Successfully built 850fc77c6d9d [2023-05-03T20:08:11.317Z] Successfully tagged support-notifications:latest [2023-05-03T20:08:15.884Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-05-03T20:08:15.884Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.083s coverage: 79.9% of statements [2023-05-03T20:08:15.884Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.267s coverage: 92.9% of statements [2023-05-03T20:08:15.884Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.089s coverage: 64.4% of statements [2023-05-03T20:08:15.884Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.221s coverage: 62.3% of statements [2023-05-03T20:08:15.884Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.207s coverage: 87.2% of statements [2023-05-03T20:08:15.884Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.173s coverage: 20.0% of statements [2023-05-03T20:08:15.884Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.192s coverage: 100.0% of statements [2023-05-03T20:08:15.884Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.451s coverage: 81.8% of statements [2023-05-03T20:08:15.884Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.542s coverage: 82.1% of statements [2023-05-03T20:08:16.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-05-03T20:08:16.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.217s coverage: 86.0% of statements [2023-05-03T20:08:23.491Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-05-03T20:08:23.491Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-05-03T20:08:23.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.107s coverage: 63.1% of statements [2023-05-03T20:08:23.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.255s coverage: 100.0% of statements [2023-05-03T20:08:24.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.117s coverage: 89.4% of statements [2023-05-03T20:08:24.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.090s coverage: 100.0% of statements [2023-05-03T20:08:24.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.101s coverage: 73.7% of statements [2023-05-03T20:08:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-05-03T20:08:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-05-03T20:08:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-05-03T20:08:25.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements [2023-05-03T20:08:26.231Z]  Building support-notifications ... done Removing intermediate container 7974308f2d72 [2023-05-03T20:08:26.231Z] ---> 5b5d29e77733 [2023-05-03T20:08:26.231Z] [2023-05-03T20:08:26.231Z] Step 10/24 : FROM alpine:3.17 [2023-05-03T20:08:26.231Z] ---> 9ed4aefc74f6 [2023-05-03T20:08:26.231Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-05-03T20:08:26.231Z] ---> Using cache [2023-05-03T20:08:26.231Z] ---> 76d1d43a74b3 [2023-05-03T20:08:26.231Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-03T20:08:26.231Z] ---> Using cache [2023-05-03T20:08:26.231Z] ---> 1e1980323db4 [2023-05-03T20:08:26.231Z] Step 13/24 : ENV APP_PORT=59882 [2023-05-03T20:08:26.231Z] ---> Running in bf7a2abaff3c [2023-05-03T20:08:26.231Z] Removing intermediate container bf7a2abaff3c [2023-05-03T20:08:26.231Z] ---> 895b9ce7e60a [2023-05-03T20:08:26.231Z] Step 14/24 : EXPOSE $APP_PORT [2023-05-03T20:08:26.231Z] ---> Running in 7abd209e2b04 [2023-05-03T20:08:26.231Z] Removing intermediate container 7abd209e2b04 [2023-05-03T20:08:26.231Z] ---> 45beca9cc8ce [2023-05-03T20:08:26.231Z] Step 15/24 : WORKDIR / [2023-05-03T20:08:26.231Z] ---> Running in 2a49c6568b1a [2023-05-03T20:08:26.231Z] Removing intermediate container 2a49c6568b1a [2023-05-03T20:08:26.231Z] ---> 13b659539dfd [2023-05-03T20:08:26.231Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:08:26.231Z] Removing intermediate container 2b8cc08b1ff9 [2023-05-03T20:08:26.231Z] ---> ad6d70beeaf5 [2023-05-03T20:08:26.231Z] [2023-05-03T20:08:26.231Z] Step 10/25 : FROM alpine:3.17 [2023-05-03T20:08:26.231Z] ---> 9ed4aefc74f6 [2023-05-03T20:08:26.231Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-05-03T20:08:26.231Z] ---> Using cache [2023-05-03T20:08:26.231Z] ---> 76d1d43a74b3 [2023-05-03T20:08:26.231Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-03T20:08:26.231Z] ---> Using cache [2023-05-03T20:08:26.231Z] ---> 1e1980323db4 [2023-05-03T20:08:26.231Z] Step 13/25 : ENV APP_PORT=59881 [2023-05-03T20:08:26.490Z] ---> Running in 4b71a08673ae [2023-05-03T20:08:26.490Z] ---> cc6e03109ef3 [2023-05-03T20:08:26.490Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:08:26.490Z] Removing intermediate container 4b71a08673ae [2023-05-03T20:08:26.491Z] ---> d21f66972d0b [2023-05-03T20:08:26.491Z] Step 14/25 : EXPOSE $APP_PORT [2023-05-03T20:08:26.491Z] ---> Running in 9e3692faceac [2023-05-03T20:08:26.491Z] ---> 149faa769858 [2023-05-03T20:08:26.491Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-05-03T20:08:26.491Z] Removing intermediate container 9e3692faceac [2023-05-03T20:08:26.491Z] ---> 91ad229b7ae8 [2023-05-03T20:08:26.491Z] Step 15/25 : WORKDIR / [2023-05-03T20:08:26.750Z] ---> Running in 9eb7bfebb384 [2023-05-03T20:08:26.750Z] Removing intermediate container 9eb7bfebb384 [2023-05-03T20:08:26.750Z] ---> 4ebb8e668ac2 [2023-05-03T20:08:26.750Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:08:27.011Z] ---> 90aafb9ae1e9 [2023-05-03T20:08:27.011Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-05-03T20:08:27.011Z] ---> 1003db9788de [2023-05-03T20:08:27.011Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:08:27.384Z] ---> 2ea7879c9855 [2023-05-03T20:08:27.384Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-05-03T20:08:27.384Z] ---> Running in 6bca8d2f37a7 [2023-05-03T20:08:27.384Z] ---> 4f6a2797a5a2 [2023-05-03T20:08:27.384Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-05-03T20:08:27.384Z] Removing intermediate container 6bca8d2f37a7 [2023-05-03T20:08:27.384Z] ---> 7d17d15ee7a9 [2023-05-03T20:08:27.384Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-03T20:08:27.384Z] ---> Running in 50aad156cef4 [2023-05-03T20:08:27.645Z] Removing intermediate container 50aad156cef4 [2023-05-03T20:08:27.645Z] ---> df2ee450393d [2023-05-03T20:08:27.645Z] Step 22/24 : LABEL arch=x86_64 [2023-05-03T20:08:27.906Z] ---> Running in 7e51b85d5474 [2023-05-03T20:08:27.906Z] ---> db8962549331 [2023-05-03T20:08:27.906Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-05-03T20:08:27.906Z] Removing intermediate container 7e51b85d5474 [2023-05-03T20:08:27.906Z] ---> 02f20013cced [2023-05-03T20:08:27.906Z] Step 23/24 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:08:27.906Z] ---> Running in ae33e7b745a7 [2023-05-03T20:08:27.906Z] ---> 29135d378462 [2023-05-03T20:08:27.906Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-05-03T20:08:27.906Z] Removing intermediate container ae33e7b745a7 [2023-05-03T20:08:27.906Z] ---> 6352f45ec283 [2023-05-03T20:08:27.906Z] Step 24/24 : LABEL version=0.0.0 [2023-05-03T20:08:27.906Z] ---> Running in 1042fd59ebec [2023-05-03T20:08:28.166Z] ---> 7ac13ed12648 [2023-05-03T20:08:28.166Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-05-03T20:08:28.166Z] Removing intermediate container 1042fd59ebec [2023-05-03T20:08:28.166Z] ---> 040080e6cfa8 [2023-05-03T20:08:28.166Z] [2023-05-03T20:08:28.166Z] ---> Running in eaf333c32e51 [2023-05-03T20:08:28.166Z] Successfully built 040080e6cfa8 [2023-05-03T20:08:28.166Z] Successfully tagged core-command:latest [2023-05-03T20:08:28.166Z]  Building core-command ... done Removing intermediate container eaf333c32e51 [2023-05-03T20:08:28.167Z] ---> 63a406c1320b [2023-05-03T20:08:28.167Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-03T20:08:28.167Z] ---> Running in 1151d538d0ef [2023-05-03T20:08:28.428Z] Removing intermediate container 1151d538d0ef [2023-05-03T20:08:28.428Z] ---> 35a198d9cb0f [2023-05-03T20:08:28.428Z] Step 23/25 : LABEL arch=x86_64 [2023-05-03T20:08:28.428Z] ---> Running in f358adb53633 [2023-05-03T20:08:28.428Z] Removing intermediate container f358adb53633 [2023-05-03T20:08:28.428Z] ---> a35bb064b5d0 [2023-05-03T20:08:28.428Z] Step 24/25 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:08:28.428Z] ---> Running in adc4c67c3671 [2023-05-03T20:08:28.428Z] Removing intermediate container adc4c67c3671 [2023-05-03T20:08:28.428Z] ---> faa740026f9a [2023-05-03T20:08:28.428Z] Step 25/25 : LABEL version=0.0.0 [2023-05-03T20:08:28.428Z] ---> Running in 5ea8af793f26 [2023-05-03T20:08:28.688Z] Removing intermediate container 5ea8af793f26 [2023-05-03T20:08:28.688Z] ---> f130028c6d26 [2023-05-03T20:08:28.688Z] [2023-05-03T20:08:28.688Z] Successfully built f130028c6d26 [2023-05-03T20:08:28.688Z] Successfully tagged core-metadata:latest [2023-05-03T20:08:28.694Z]  Building core-metadata ... done  [Pipeline] } [2023-05-03T20:08:28.752Z] $ docker stop --time=1 e8f285fee5e3a53b7c09b1accc04e7732e81ad92900cd928787ef9f4d1f4ba09 [2023-05-03T20:08:30.086Z] $ docker rm -f --volumes e8f285fee5e3a53b7c09b1accc04e7732e81ad92900cd928787ef9f4d1f4ba09 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T20:08:30.495Z] + docker images [2023-05-03T20:08:30.495Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-05-03T20:08:30.495Z] core-metadata latest f130028c6d26 2 seconds ago 20.4MB [2023-05-03T20:08:30.495Z] core-command latest 040080e6cfa8 3 seconds ago 19.8MB [2023-05-03T20:08:30.495Z] ad6d70beeaf5 4 seconds ago 1.73GB [2023-05-03T20:08:30.495Z] 5b5d29e77733 9 seconds ago 1.72GB [2023-05-03T20:08:30.495Z] support-notifications latest 850fc77c6d9d 20 seconds ago 32.4MB [2023-05-03T20:08:30.495Z] security-spiffe-token-provider latest a4e45edb21da 20 seconds ago 32.8MB [2023-05-03T20:08:30.495Z] security-spire-agent latest aacb67b13df7 23 seconds ago 161MB [2023-05-03T20:08:30.495Z] security-spire-server latest f0bc3f69d23e 33 seconds ago 103MB [2023-05-03T20:08:30.495Z] security-spire-config latest 9e485621b843 39 seconds ago 102MB [2023-05-03T20:08:30.495Z] cc0c661f2050 41 seconds ago 1.79GB [2023-05-03T20:08:30.495Z] 4462ab0ae91d 41 seconds ago 1.76GB [2023-05-03T20:08:30.495Z] security-proxy-setup latest bf2a170d1d53 56 seconds ago 18.7MB [2023-05-03T20:08:30.495Z] cdef41fc6f81 About a minute ago 1.58GB [2023-05-03T20:08:30.495Z] support-scheduler latest feef4f2d32f4 About a minute ago 31.8MB [2023-05-03T20:08:30.495Z] f3766eccb7ff About a minute ago 1.58GB [2023-05-03T20:08:30.495Z] ae4b8fcfb7ed About a minute ago 1.7GB [2023-05-03T20:08:30.495Z] 54f3cc0ac0bf About a minute ago 1.79GB [2023-05-03T20:08:30.495Z] security-bootstrapper latest 7e1dbde678ca 2 minutes ago 22.2MB [2023-05-03T20:08:30.495Z] security-secretstore-setup latest cf241872972d 2 minutes ago 32.8MB [2023-05-03T20:08:30.495Z] core-common-config-bootstrapper latest ac1244905828 2 minutes ago 17.2MB [2023-05-03T20:08:30.495Z] core-data latest 459408fdc30e 2 minutes ago 20MB [2023-05-03T20:08:30.495Z] security-proxy-auth latest 88ecb4250ab2 2 minutes ago 18.3MB [2023-05-03T20:08:30.495Z] 1ca387a14bcd 3 minutes ago 1.73GB [2023-05-03T20:08:30.495Z] f873864e7672 3 minutes ago 1.72GB [2023-05-03T20:08:30.495Z] 92f87ceaddbb 3 minutes ago 1.72GB [2023-05-03T20:08:30.495Z] 4af2f65014ed 3 minutes ago 1.71GB [2023-05-03T20:08:30.495Z] 98ba5e2d6489 3 minutes ago 1.7GB [2023-05-03T20:08:30.495Z] ci-base-image-x86_64 latest 1af8f619d727 8 minutes ago 918MB [2023-05-03T20:08:30.495Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 9 days ago 700MB [2023-05-03T20:08:30.495Z] alpine 3.17 9ed4aefc74f6 5 weeks ago 7.05MB [2023-05-03T20:08:30.495Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB [2023-05-03T20:08:30.495Z] 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] } [2023-05-03T20:08:33.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-05-03T20:08:33.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-05-03T20:08:33.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-05-03T20:08:33.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.959s coverage: 38.4% of statements [2023-05-03T20:08:33.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.235s coverage: 89.5% of statements [2023-05-03T20:08:38.194Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-05-03T20:08:38.194Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-05-03T20:08:38.194Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-05-03T20:08:38.194Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-05-03T20:08:38.194Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.217s coverage: 84.8% of statements [2023-05-03T20:08:44.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-05-03T20:08:44.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-05-03T20:08:44.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-05-03T20:08:44.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-05-03T20:08:50.173Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.298s coverage: 17.7% of statements [2023-05-03T20:08:50.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-05-03T20:08:50.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-05-03T20:08:50.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-05-03T20:08:50.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-05-03T20:08:50.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.537s coverage: 92.3% of statements [2023-05-03T20:08:54.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-05-03T20:08:54.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-05-03T20:08:54.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.305s coverage: 61.5% of statements [2023-05-03T20:08:56.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-05-03T20:08:56.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-05-03T20:08:56.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.361s coverage: 97.7% of statements [2023-05-03T20:08:57.830Z] 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 [2023-05-03T20:08:57.830Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-03T20:08:57.830Z] go vet ./... [2023-05-03T20:11:34.531Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-03T20:11:34.531Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-03T20:11:34.531Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-03T20:11:34.571Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-05-03T20:11:35.227Z] + ls -al . [2023-05-03T20:11:35.227Z] total 700 [2023-05-03T20:11:35.227Z] drwxrwxr-x 10 1001 1001 4096 May 3 20:03 . [2023-05-03T20:11:35.227Z] drwxr-xr-x 4 root root 4096 May 3 20:03 .. [2023-05-03T20:11:35.227Z] drwxrwxr-x 2 1001 1001 4096 May 3 20:02 .blubracket [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 16 May 3 20:02 .dockerignore [2023-05-03T20:11:35.227Z] drwxrwxr-x 8 1001 1001 4096 May 3 20:02 .git [2023-05-03T20:11:35.227Z] drwxrwxr-x 3 1001 1001 4096 May 3 20:02 .github [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 1133 May 3 20:02 .gitignore [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 42 May 3 20:02 .golangci.yml [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 87 May 3 20:02 .hadolint.yml [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 166 May 3 20:02 .sonarcloud.properties [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 1171 May 3 20:02 ADOPTERS.md [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 10835 May 3 20:02 Attribution.txt [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 73765 May 3 20:02 CHANGELOG.md [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 3804 May 3 20:02 CONTRIBUTING.md [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 677 May 3 20:02 GOVERNANCE.md [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 883 May 3 20:02 Jenkinsfile [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 10775 May 3 20:02 LICENSE [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 14368 May 3 20:02 Makefile [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 582 May 3 20:02 OWNERS.md [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 9403 May 3 20:02 README.md [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 789 May 3 20:02 SECURITY.md [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 5 May 3 19:59 VERSION [2023-05-03T20:11:35.227Z] drwxrwxr-x 2 1001 1001 4096 May 3 20:02 bin [2023-05-03T20:11:35.227Z] drwxrwxr-x 18 1001 1001 4096 May 3 20:02 cmd [2023-05-03T20:11:35.227Z] -rw-r--r-- 1 root root 448352 May 3 20:08 coverage.out [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 3200 May 3 20:02 go.mod [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 31040 May 3 20:02 go.sum [2023-05-03T20:11:35.227Z] drwxrwxr-x 7 1001 1001 4096 May 3 20:02 internal [2023-05-03T20:11:35.227Z] drwxrwxr-x 3 1001 1001 4096 May 3 20:02 openapi [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 594 May 3 20:02 security.txt [2023-05-03T20:11:35.227Z] drwxrwxr-x 4 1001 1001 4096 May 3 20:02 snap [2023-05-03T20:11:35.227Z] -rw-rw-r-- 1 1001 1001 204 May 3 20:02 version.go [Pipeline] sh [2023-05-03T20:11:35.875Z] + '[' -e coverage.out ] [2023-05-03T20:11:35.875Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-05-03T20:11:35.919Z] Warning: overwriting stash ‘coverage-report’ [2023-05-03T20:11:36.672Z] Stashed 1 file(s) [Pipeline] sh [2023-05-03T20:11:37.314Z] + make build [2023-05-03T20:11:37.314Z] 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 [2023-05-03T20:13:13.961Z] 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 [2023-05-03T20:13:13.961Z] 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 [2023-05-03T20:13:13.961Z] 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 [2023-05-03T20:13:15.905Z] 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 [2023-05-03T20:14:02.744Z] 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 [2023-05-03T20:14:05.323Z] 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 [2023-05-03T20:14:11.970Z] 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 [2023-05-03T20:14:16.229Z] 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 [2023-05-03T20:14:20.490Z] 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 [2023-05-03T20:14:24.757Z] 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 [2023-05-03T20:14:30.097Z] 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] } [2023-05-03T20:14:36.773Z] $ docker stop --time=1 a17e87c09883ebd466f65b455009e9e1397e05a73a47be794c8d83a225dc5db0 [2023-05-03T20:14:38.854Z] $ docker rm -f --volumes a17e87c09883ebd466f65b455009e9e1397e05a73a47be794c8d83a225dc5db0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T20:14:41.408Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-03T20:14:41.408Z] [2023-05-03T20:14:41.408Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T20:14:41.811Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-03T20:14:42.079Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-05-03T20:14:42.079Z] 29e5d40040c1: Pulling fs layer [2023-05-03T20:14:42.079Z] 1ce36da41761: Pulling fs layer [2023-05-03T20:14:42.079Z] 25b303627fd3: Pulling fs layer [2023-05-03T20:14:42.079Z] 29e5d40040c1: Verifying Checksum [2023-05-03T20:14:42.079Z] 29e5d40040c1: Download complete [2023-05-03T20:14:42.664Z] 1ce36da41761: Verifying Checksum [2023-05-03T20:14:42.664Z] 1ce36da41761: Download complete [2023-05-03T20:14:42.664Z] 29e5d40040c1: Pull complete [2023-05-03T20:14:44.074Z] 1ce36da41761: Pull complete [2023-05-03T20:14:44.074Z] 25b303627fd3: Download complete [2023-05-03T20:14:54.277Z] 25b303627fd3: Pull complete [2023-05-03T20:14:54.277Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-05-03T20:14:54.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-03T20:14:54.277Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T20:14:54.612Z] prd-ubuntu20.04-docker-arm64-4c-16g-12620 does not seem to be running inside a container [2023-05-03T20:14:54.703Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-05-03T20:14:57.004Z] $ docker top f2e73091ed24fa85ea092b1fec173fb9502663a3ecfc7b81792a11478fa7a862 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T20:14:57.849Z] + grep parallel [2023-05-03T20:14:57.849Z] + docker-compose build --help [2023-05-03T20:15:02.100Z] --parallel Build images in parallel. [Pipeline] } [2023-05-03T20:15:02.137Z] $ docker stop --time=1 f2e73091ed24fa85ea092b1fec173fb9502663a3ecfc7b81792a11478fa7a862 [2023-05-03T20:15:03.779Z] $ docker rm -f --volumes f2e73091ed24fa85ea092b1fec173fb9502663a3ecfc7b81792a11478fa7a862 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T20:15:04.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-03T20:15:04.523Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T20:15:04.788Z] prd-ubuntu20.04-docker-arm64-4c-16g-12620 does not seem to be running inside a container [2023-05-03T20:15:04.851Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-05-03T20:15:06.058Z] $ docker top b4ae9528f71508520ab0fdba9ed95d2a9ad193e3a8ceaf7defdb5013204e568d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T20:15:06.937Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-05-03T20:15:11.186Z] Building core-command ... [2023-05-03T20:15:11.186Z] Building core-common-config-bootstrapper ... [2023-05-03T20:15:11.186Z] Building core-data ... [2023-05-03T20:15:11.186Z] Building core-metadata ... [2023-05-03T20:15:11.186Z] Building security-bootstrapper ... [2023-05-03T20:15:11.186Z] Building security-proxy-auth ... [2023-05-03T20:15:11.186Z] Building security-proxy-setup ... [2023-05-03T20:15:11.186Z] Building security-secretstore-setup ... [2023-05-03T20:15:11.186Z] Building security-spiffe-token-provider ... [2023-05-03T20:15:11.186Z] Building security-spire-agent ... [2023-05-03T20:15:11.186Z] Building security-spire-config ... [2023-05-03T20:15:11.186Z] Building security-spire-server ... [2023-05-03T20:15:11.186Z] Building support-notifications ... [2023-05-03T20:15:11.186Z] Building support-scheduler ... [2023-05-03T20:15:11.186Z] Building support-scheduler [2023-05-03T20:15:11.186Z] Building security-bootstrapper [2023-05-03T20:15:11.186Z] Building support-notifications [2023-05-03T20:15:11.186Z] Building security-spire-config [2023-05-03T20:15:11.186Z] Building core-data [2023-05-03T20:15:58.009Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:15:58.009Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:15:58.009Z] ---> 8c2617a08568 [2023-05-03T20:15:58.009Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-03T20:15:58.009Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:15:58.009Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:15:58.009Z] ---> 8c2617a08568 [2023-05-03T20:15:58.009Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-03T20:15:58.009Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:15:58.009Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:15:58.009Z] ---> 8c2617a08568 [2023-05-03T20:15:58.009Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-03T20:15:58.009Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:15:58.009Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:15:58.009Z] ---> 8c2617a08568 [2023-05-03T20:15:58.009Z] Step 3/27 : WORKDIR /edgex-go [2023-05-03T20:15:58.009Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:15:58.009Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:15:58.009Z] ---> 8c2617a08568 [2023-05-03T20:15:58.009Z] Step 3/33 : WORKDIR /edgex-go [2023-05-03T20:15:58.009Z] ---> Running in a449f8658475 [2023-05-03T20:15:58.009Z] ---> Running in ce644ab946c6 [2023-05-03T20:15:58.009Z] ---> Running in eac3b9bfe056 [2023-05-03T20:15:58.009Z] ---> Running in 535fb26cacc8 [2023-05-03T20:15:58.009Z] ---> Running in 9fe8edaf259e [2023-05-03T20:15:58.279Z] Removing intermediate container ce644ab946c6 [2023-05-03T20:15:58.279Z] ---> 263e733c4523 [2023-05-03T20:15:58.279Z] Step 4/23 : WORKDIR /edgex-go [2023-05-03T20:15:58.279Z] Removing intermediate container 9fe8edaf259e [2023-05-03T20:15:58.279Z] ---> 8ecc9d60a389 [2023-05-03T20:15:58.279Z] Step 4/23 : WORKDIR /edgex-go [2023-05-03T20:15:58.551Z] Removing intermediate container eac3b9bfe056 [2023-05-03T20:15:58.551Z] ---> d082fed88918 [2023-05-03T20:15:58.551Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-03T20:15:58.551Z] ---> Running in 20f386ab3444 [2023-05-03T20:15:58.551Z] ---> Running in df570dd4272c [2023-05-03T20:15:58.551Z] Removing intermediate container a449f8658475 [2023-05-03T20:15:58.551Z] ---> 689dfee883ef [2023-05-03T20:15:58.551Z] Step 4/23 : WORKDIR /edgex-go [2023-05-03T20:15:58.551Z] Removing intermediate container 535fb26cacc8 [2023-05-03T20:15:58.551Z] ---> 4a40c40f89f9 [2023-05-03T20:15:58.551Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-05-03T20:15:58.819Z] ---> Running in c41b56cbb385 [2023-05-03T20:15:58.819Z] ---> Running in ffc0d1c52cdf [2023-05-03T20:15:58.819Z] ---> Running in 8c517b67e548 [2023-05-03T20:15:59.403Z] Removing intermediate container 20f386ab3444 [2023-05-03T20:15:59.403Z] ---> 480201f12291 [2023-05-03T20:15:59.403Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-05-03T20:15:59.672Z] Removing intermediate container df570dd4272c [2023-05-03T20:15:59.672Z] ---> b372fbabddcc [2023-05-03T20:15:59.672Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-03T20:15:59.672Z] ---> Running in 6e57986eb3d9 [2023-05-03T20:15:59.672Z] ---> Running in 3ade80f2943e [2023-05-03T20:15:59.672Z] Removing intermediate container ffc0d1c52cdf [2023-05-03T20:15:59.672Z] ---> 248f744d8870 [2023-05-03T20:15:59.672Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-03T20:15:59.939Z] ---> Running in 2d37975231d7 [2023-05-03T20:16:01.346Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:16:01.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:16:01.879Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:16:01.879Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:16:02.149Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:16:02.150Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:16:02.150Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:16:02.734Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:16:02.734Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:16:03.000Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:16:03.266Z] OK: 263 MiB in 53 packages [2023-05-03T20:16:03.846Z] OK: 263 MiB in 53 packages [2023-05-03T20:16:04.129Z] OK: 263 MiB in 53 packages [2023-05-03T20:16:04.397Z] OK: 263 MiB in 53 packages [2023-05-03T20:16:04.664Z] OK: 263 MiB in 53 packages [2023-05-03T20:16:04.933Z] Removing intermediate container c41b56cbb385 [2023-05-03T20:16:04.933Z] ---> 1f2dda9459bb [2023-05-03T20:16:04.933Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-03T20:16:08.283Z] ---> 458cc2729bb9 [2023-05-03T20:16:08.284Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:16:08.284Z] Removing intermediate container 8c517b67e548 [2023-05-03T20:16:08.284Z] ---> 63df69885f7b [2023-05-03T20:16:08.284Z] Step 5/33 : COPY go.mod vendor* ./ [2023-05-03T20:16:08.550Z] ---> Running in 51fc7f0ab6c9 [2023-05-03T20:16:08.821Z] Removing intermediate container 2d37975231d7 [2023-05-03T20:16:08.821Z] ---> 999c3eafd021 [2023-05-03T20:16:08.821Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-03T20:16:08.821Z] Removing intermediate container 6e57986eb3d9 [2023-05-03T20:16:09.087Z] ---> d3dbadb58be3 [2023-05-03T20:16:09.087Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-03T20:16:09.087Z] Removing intermediate container 3ade80f2943e [2023-05-03T20:16:09.087Z] ---> 9082096dc175 [2023-05-03T20:16:09.087Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-03T20:16:09.671Z] ---> bae2769a0f1b [2023-05-03T20:16:09.671Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:16:09.940Z] ---> 88dc6391648e [2023-05-03T20:16:09.940Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." ---> Running in 974ac03ee2e8 [2023-05-03T20:16:09.940Z] [2023-05-03T20:16:10.208Z] ---> Running in c961dece06f8 [2023-05-03T20:16:10.208Z] ---> b5f6714c7871 [2023-05-03T20:16:10.208Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:16:10.208Z] ---> 4b35f88687be [2023-05-03T20:16:10.208Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:16:10.476Z] ---> Running in 578b89268e76 [2023-05-03T20:16:10.476Z] ---> Running in cdd9d8d3ae5a [2023-05-03T20:18:02.129Z] Removing intermediate container 974ac03ee2e8 [2023-05-03T20:18:02.129Z] ---> fc73c9470323 [2023-05-03T20:18:02.129Z] Step 7/33 : COPY . . [2023-05-03T20:18:02.129Z] Removing intermediate container 51fc7f0ab6c9 [2023-05-03T20:18:02.129Z] ---> a7b6a9f0fee4 [2023-05-03T20:18:02.129Z] Step 7/27 : COPY . . [2023-05-03T20:18:02.129Z] Removing intermediate container 578b89268e76 [2023-05-03T20:18:02.129Z] ---> 7672bdd406a7 [2023-05-03T20:18:02.129Z] Step 8/23 : COPY . . [2023-05-03T20:18:02.129Z] Removing intermediate container cdd9d8d3ae5a [2023-05-03T20:18:02.129Z] ---> 5439017f5fd0 [2023-05-03T20:18:02.129Z] Step 8/23 : COPY . . [2023-05-03T20:18:02.129Z] Removing intermediate container c961dece06f8 [2023-05-03T20:18:02.129Z] ---> 94689ac9b09e [2023-05-03T20:18:02.129Z] Step 8/23 : COPY . . [2023-05-03T20:18:08.773Z] ---> 6eba6358923a [2023-05-03T20:18:08.773Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-05-03T20:18:08.773Z] ---> f8ceb37a0337 [2023-05-03T20:18:08.773Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-03T20:18:08.773Z] ---> Running in 53d6cbfb6689 [2023-05-03T20:18:08.773Z] ---> cfe68167584c [2023-05-03T20:18:08.773Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-05-03T20:18:08.773Z] ---> d87a36a447b0 [2023-05-03T20:18:08.773Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-05-03T20:18:08.773Z] ---> 684587f26c01 [2023-05-03T20:18:08.773Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-05-03T20:18:09.041Z] ---> Running in 1b34774c09bc [2023-05-03T20:18:09.041Z] ---> Running in d36d31f99fe2 [2023-05-03T20:18:09.041Z] ---> Running in 74789bb37385 [2023-05-03T20:18:09.041Z] ---> Running in f80a2acb3140 [2023-05-03T20:18:10.011Z] Removing intermediate container d36d31f99fe2 [2023-05-03T20:18:10.011Z] ---> 38ac8cdd9678 [2023-05-03T20:18:10.011Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-03T20:18:10.011Z] ---> Running in 884f692cd454 [2023-05-03T20:18:10.611Z] Removing intermediate container 884f692cd454 [2023-05-03T20:18:10.611Z] ---> 46e0849be788 [2023-05-03T20:18:10.611Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-03T20:18:10.611Z] ---> Running in ca7a3be125fd [2023-05-03T20:18:11.204Z] 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 [2023-05-03T20:18:11.204Z] Removing intermediate container ca7a3be125fd [2023-05-03T20:18:11.204Z] ---> 9e16f9ff4231 [2023-05-03T20:18:11.204Z] 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 [2023-05-03T20:18:11.472Z] ---> Running in 6ba0c1ed6dfc [2023-05-03T20:18:11.753Z] 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 [2023-05-03T20:18:11.753Z] 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 [2023-05-03T20:18:11.753Z] 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 [2023-05-03T20:18:15.112Z] Removing intermediate container 6ba0c1ed6dfc [2023-05-03T20:18:15.112Z] ---> 770e57286e74 [2023-05-03T20:18:15.112Z] Step 12/27 : WORKDIR /edgex-go [2023-05-03T20:18:15.112Z] ---> Running in d80d061259b0 [2023-05-03T20:18:15.112Z] Removing intermediate container d80d061259b0 [2023-05-03T20:18:15.112Z] ---> 69b754bd8b73 [2023-05-03T20:18:15.112Z] [2023-05-03T20:18:15.380Z] Step 13/27 : FROM alpine:3.17 [2023-05-03T20:18:15.380Z] 3.17: Pulling from library/alpine [2023-05-03T20:18:15.669Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-03T20:18:15.669Z] Status: Downloaded newer image for alpine:3.17 [2023-05-03T20:18:15.669Z] ---> 51e60588ff2c [2023-05-03T20:18:15.669Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-03T20:18:15.669Z] ---> Running in 0b6df9e10a2f [2023-05-03T20:18:16.253Z] Removing intermediate container 0b6df9e10a2f [2023-05-03T20:18:16.253Z] ---> 7fd2c694f23f [2023-05-03T20:18:16.253Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-05-03T20:18:16.253Z] ---> Running in 8a407438b53a [2023-05-03T20:18:18.198Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:18:19.158Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:18:20.565Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-03T20:18:20.565Z] v3.17.3-149-g91cc19e37a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-03T20:18:20.565Z] OK: 17691 distinct packages available [2023-05-03T20:18:20.565Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:18:21.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:18:22.551Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-05-03T20:18:22.551Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-05-03T20:18:22.551Z] (3/4) Installing libucontext (1.2-r0) [2023-05-03T20:18:22.551Z] (4/4) Installing gcompat (1.1.0-r0) [2023-05-03T20:18:22.551Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:18:22.551Z] OK: 8 MiB in 19 packages [2023-05-03T20:18:24.484Z] Removing intermediate container 8a407438b53a [2023-05-03T20:18:24.484Z] ---> 83f512da1ec2 [2023-05-03T20:18:24.484Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:18:25.064Z] ---> 83a6aa9a9594 [2023-05-03T20:18:25.064Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:18:26.468Z] ---> 07a1442e6c7d [2023-05-03T20:18:26.468Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-03T20:18:33.100Z] ---> db83c3d7250f [2023-05-03T20:18:33.100Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-05-03T20:18:33.686Z] ---> ea39ab0bc669 [2023-05-03T20:18:33.686Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-05-03T20:18:33.953Z] ---> Running in 86eb7f34e637 [2023-05-03T20:18:34.551Z] Removing intermediate container 86eb7f34e637 [2023-05-03T20:18:34.551Z] ---> 534afb0bf545 [2023-05-03T20:18:34.551Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-05-03T20:18:35.520Z] ---> ee5aeddf5e67 [2023-05-03T20:18:35.520Z] Step 22/27 : WORKDIR / [2023-05-03T20:18:35.520Z] ---> Running in f3acca9234fd [2023-05-03T20:18:36.102Z] Removing intermediate container f3acca9234fd [2023-05-03T20:18:36.102Z] ---> 6d607cee5ea5 [2023-05-03T20:18:36.102Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-03T20:18:36.102Z] ---> Running in 686762e707e0 [2023-05-03T20:18:36.690Z] Removing intermediate container 686762e707e0 [2023-05-03T20:18:36.690Z] ---> 50fb55a099bb [2023-05-03T20:18:36.690Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-03T20:18:36.690Z] ---> Running in c5d3395d4da6 [2023-05-03T20:18:37.273Z] Removing intermediate container c5d3395d4da6 [2023-05-03T20:18:37.273Z] ---> df7a9154387d [2023-05-03T20:18:37.273Z] Step 25/27 : LABEL arch=arm64 [2023-05-03T20:18:37.273Z] ---> Running in a58474832e86 [2023-05-03T20:18:37.857Z] Removing intermediate container a58474832e86 [2023-05-03T20:18:37.857Z] ---> 647ba558df6c [2023-05-03T20:18:37.857Z] Step 26/27 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:18:37.857Z] ---> Running in 8ee1536632a4 [2023-05-03T20:18:38.129Z] Removing intermediate container 8ee1536632a4 [2023-05-03T20:18:38.129Z] ---> ab3e4965797c [2023-05-03T20:18:38.129Z] Step 27/27 : LABEL version=0.0.0 [2023-05-03T20:18:38.397Z] ---> Running in 75c163b64f19 [2023-05-03T20:18:38.663Z] Removing intermediate container 75c163b64f19 [2023-05-03T20:18:38.664Z] ---> f330259292db [2023-05-03T20:18:38.664Z] [2023-05-03T20:18:38.930Z] Successfully built f330259292db [2023-05-03T20:18:38.930Z] Successfully tagged security-spire-config-arm64:latest [2023-05-03T20:18:38.930Z]  Building security-spire-config ... done Building security-spire-server [2023-05-03T20:18:53.909Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:18:53.909Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:18:53.909Z] ---> 8c2617a08568 [2023-05-03T20:18:53.909Z] Step 3/26 : WORKDIR /edgex-go [2023-05-03T20:18:53.909Z] ---> Using cache [2023-05-03T20:18:53.909Z] ---> 4a40c40f89f9 [2023-05-03T20:18:53.909Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-05-03T20:18:53.909Z] ---> Running in 1283dd70c2bd [2023-05-03T20:18:55.848Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:18:56.113Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:18:58.053Z] OK: 263 MiB in 53 packages [2023-05-03T20:18:59.459Z] Removing intermediate container 1283dd70c2bd [2023-05-03T20:18:59.459Z] ---> 5d8f7b96e0a3 [2023-05-03T20:18:59.459Z] Step 5/26 : COPY go.mod vendor* ./ [2023-05-03T20:19:00.047Z] ---> b9ea41802140 [2023-05-03T20:19:00.047Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:19:00.047Z] ---> Running in 436d86a4ad33 [2023-05-03T20:20:36.655Z] Removing intermediate container 436d86a4ad33 [2023-05-03T20:20:36.655Z] ---> 5fbffea9ed9b [2023-05-03T20:20:36.655Z] Step 7/26 : COPY . . [2023-05-03T20:20:37.611Z] ---> 1938e3790739 [2023-05-03T20:20:37.611Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-05-03T20:20:37.611Z] ---> Running in ef99afbb7b31 [2023-05-03T20:20:38.385Z] Removing intermediate container ef99afbb7b31 [2023-05-03T20:20:38.385Z] ---> b36c48b1ca88 [2023-05-03T20:20:38.385Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-05-03T20:20:38.385Z] ---> Running in a16e803bbf08 [2023-05-03T20:20:38.672Z] Removing intermediate container a16e803bbf08 [2023-05-03T20:20:38.672Z] ---> 317403dbe8a6 [2023-05-03T20:20:38.672Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-03T20:20:38.672Z] ---> Running in 5f7bf9e41a95 [2023-05-03T20:20:39.312Z] Removing intermediate container 5f7bf9e41a95 [2023-05-03T20:20:39.313Z] ---> c6d5f7e90654 [2023-05-03T20:20:39.313Z] 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 [2023-05-03T20:20:39.313Z] ---> Running in 3c5cc8e6e4ae [2023-05-03T20:20:42.762Z] Removing intermediate container 3c5cc8e6e4ae [2023-05-03T20:20:42.762Z] ---> 8907f422754e [2023-05-03T20:20:42.762Z] Step 12/26 : WORKDIR /edgex-go [2023-05-03T20:20:42.762Z] ---> Running in 8d8c0163ac4d [2023-05-03T20:20:42.762Z] Removing intermediate container 8d8c0163ac4d [2023-05-03T20:20:42.762Z] ---> a85f1d82d82a [2023-05-03T20:20:42.762Z] [2023-05-03T20:20:42.762Z] Step 13/26 : FROM alpine:3.17 [2023-05-03T20:20:42.762Z] ---> 51e60588ff2c [2023-05-03T20:20:42.762Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-03T20:20:42.762Z] ---> Using cache [2023-05-03T20:20:42.762Z] ---> 7fd2c694f23f [2023-05-03T20:20:42.762Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-03T20:20:43.096Z] ---> Running in 5a4f66d26b9d [2023-05-03T20:20:45.046Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:20:45.627Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:20:47.562Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-03T20:20:47.562Z] v3.17.3-149-g91cc19e37a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-03T20:20:47.562Z] OK: 17691 distinct packages available [2023-05-03T20:20:47.562Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:20:48.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:20:49.549Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-03T20:20:49.549Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-03T20:20:49.549Z] (3/5) Installing libucontext (1.2-r0) [2023-05-03T20:20:49.549Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-03T20:20:49.549Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-03T20:20:49.549Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:20:49.549Z] OK: 9 MiB in 20 packages [2023-05-03T20:20:51.487Z] Removing intermediate container 5a4f66d26b9d [2023-05-03T20:20:51.487Z] ---> 07dfa37ff907 [2023-05-03T20:20:51.487Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:20:52.071Z] ---> ce66bb53f925 [2023-05-03T20:20:52.071Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:20:53.026Z] ---> b2ffb4353fa7 [2023-05-03T20:20:53.026Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-03T20:20:59.657Z] ---> f170e88cddd7 [2023-05-03T20:20:59.657Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-05-03T20:20:59.657Z] ---> 4ddb87daabba [2023-05-03T20:20:59.657Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-05-03T20:21:00.626Z] ---> 022334996a4a [2023-05-03T20:21:00.626Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-05-03T20:21:01.215Z] ---> 7a91d4e78d26 [2023-05-03T20:21:01.215Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-03T20:21:01.482Z] ---> Running in d38fded92b5d [2023-05-03T20:21:01.760Z] Removing intermediate container d38fded92b5d [2023-05-03T20:21:01.761Z] ---> 7e76d253a78d [2023-05-03T20:21:01.761Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-03T20:21:02.037Z] ---> Running in 1b5da03a7c7d [2023-05-03T20:21:02.304Z] Removing intermediate container 1b5da03a7c7d [2023-05-03T20:21:02.305Z] ---> 7925d63445a6 [2023-05-03T20:21:02.305Z] Step 24/26 : LABEL arch=arm64 [2023-05-03T20:21:02.574Z] ---> Running in 37608c3d1992 [2023-05-03T20:21:03.168Z] Removing intermediate container 37608c3d1992 [2023-05-03T20:21:03.168Z] ---> 3bebfef83295 [2023-05-03T20:21:03.168Z] Step 25/26 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:21:03.168Z] ---> Running in 38141810c15b [2023-05-03T20:21:03.453Z] Removing intermediate container 38141810c15b [2023-05-03T20:21:03.453Z] ---> c7e239f4c0ea [2023-05-03T20:21:03.453Z] Step 26/26 : LABEL version=0.0.0 [2023-05-03T20:21:03.739Z] ---> Running in 007da6b584db [2023-05-03T20:21:04.007Z] Removing intermediate container 007da6b584db [2023-05-03T20:21:04.007Z] ---> ea637d4859f9 [2023-05-03T20:21:04.007Z] [2023-05-03T20:21:04.275Z] Successfully built ea637d4859f9 [2023-05-03T20:21:04.275Z] Successfully tagged security-spire-server-arm64:latest [2023-05-03T20:21:04.275Z] Building core-metadata [2023-05-03T20:21:22.479Z]  Building security-spire-server ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:21:22.479Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:21:22.479Z] ---> 8c2617a08568 [2023-05-03T20:21:22.479Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-03T20:21:22.479Z] ---> Using cache [2023-05-03T20:21:22.479Z] ---> 689dfee883ef [2023-05-03T20:21:22.479Z] Step 4/25 : WORKDIR /edgex-go [2023-05-03T20:21:22.479Z] ---> Using cache [2023-05-03T20:21:22.479Z] ---> 248f744d8870 [2023-05-03T20:21:22.479Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-05-03T20:21:22.479Z] ---> Using cache [2023-05-03T20:21:22.479Z] ---> 999c3eafd021 [2023-05-03T20:21:22.479Z] Step 6/25 : COPY go.mod vendor* ./ [2023-05-03T20:21:22.479Z] ---> Using cache [2023-05-03T20:21:22.479Z] ---> 88dc6391648e [2023-05-03T20:21:22.479Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:21:22.479Z] ---> Using cache [2023-05-03T20:21:22.479Z] ---> 94689ac9b09e [2023-05-03T20:21:22.479Z] Step 8/25 : COPY . . [2023-05-03T20:21:22.479Z] ---> Using cache [2023-05-03T20:21:22.479Z] ---> 6eba6358923a [2023-05-03T20:21:22.479Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-05-03T20:21:22.479Z] ---> Running in 3df998ac48ff [2023-05-03T20:21:23.886Z] 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 [2023-05-03T20:24:45.638Z] Removing intermediate container f80a2acb3140 [2023-05-03T20:24:45.638Z] ---> b2bd813ba219 [2023-05-03T20:24:45.638Z] [2023-05-03T20:24:45.638Z] Step 9/33 : FROM alpine:3.17 [2023-05-03T20:24:45.638Z] ---> 51e60588ff2c [2023-05-03T20:24:45.638Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-03T20:24:45.638Z] ---> Running in 3dc9c07a58a5 [2023-05-03T20:24:45.638Z] Removing intermediate container 3dc9c07a58a5 [2023-05-03T20:24:45.638Z] ---> f485454159fc [2023-05-03T20:24:45.638Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-05-03T20:24:45.638Z] ---> Running in 998e13ec7768 [2023-05-03T20:24:45.638Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:24:45.638Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:24:45.638Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-03T20:24:45.638Z] (2/2) Installing su-exec (0.2-r2) [2023-05-03T20:24:45.638Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:24:45.638Z] OK: 8 MiB in 17 packages [2023-05-03T20:24:45.638Z] Removing intermediate container 998e13ec7768 [2023-05-03T20:24:45.638Z] ---> c236301ff447 [2023-05-03T20:24:45.638Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-05-03T20:24:45.638Z] ---> Running in cce4c9da16e3 [2023-05-03T20:24:45.638Z] Removing intermediate container cce4c9da16e3 [2023-05-03T20:24:45.638Z] ---> 0c5b0d34da8f [2023-05-03T20:24:45.638Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-05-03T20:24:45.638Z] ---> Running in 369b3410464a [2023-05-03T20:24:45.638Z] Removing intermediate container 369b3410464a [2023-05-03T20:24:45.638Z] ---> 6f9b80005288 [2023-05-03T20:24:45.638Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-05-03T20:24:45.638Z] ---> Running in 1603e4950b49 [2023-05-03T20:24:45.638Z] Removing intermediate container 1603e4950b49 [2023-05-03T20:24:45.638Z] ---> 8fa1bec43c61 [2023-05-03T20:24:45.638Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-05-03T20:24:45.638Z] ---> Running in 742509c5433c [2023-05-03T20:24:46.221Z] Removing intermediate container 742509c5433c [2023-05-03T20:24:46.221Z] ---> 0016a589fd18 [2023-05-03T20:24:46.221Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-05-03T20:24:46.221Z] ---> Running in 3ba8b8a573e6 [2023-05-03T20:24:50.471Z] Removing intermediate container 3ba8b8a573e6 [2023-05-03T20:24:50.471Z] ---> b10ca4aaf21e [2023-05-03T20:24:50.471Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-05-03T20:24:50.471Z] ---> Running in adf475fd4fc9 [2023-05-03T20:24:50.738Z] Removing intermediate container adf475fd4fc9 [2023-05-03T20:24:50.738Z] ---> d3cba01c85b3 [2023-05-03T20:24:50.738Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-05-03T20:24:51.741Z] ---> 5fcbe81c7efb [2023-05-03T20:24:51.741Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-05-03T20:24:52.009Z] ---> Running in 31f9398182d5 [2023-05-03T20:24:55.354Z] Removing intermediate container 31f9398182d5 [2023-05-03T20:24:55.354Z] ---> 38c8eed80433 [2023-05-03T20:24:55.354Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:24:55.939Z] ---> 9bd7fe581ef6 [2023-05-03T20:24:55.939Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:24:56.521Z] ---> 838b68c28f8e [2023-05-03T20:24:56.521Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-05-03T20:24:58.461Z] ---> f799a4a17bc3 [2023-05-03T20:24:58.461Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-05-03T20:24:59.421Z] ---> f1942b238648 [2023-05-03T20:24:59.421Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-05-03T20:25:00.382Z] ---> 43f364cbcd08 [2023-05-03T20:25:00.382Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-05-03T20:25:03.726Z] ---> 96245f5ef433 [2023-05-03T20:25:03.726Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-05-03T20:25:04.689Z] ---> c50444e37694 [2023-05-03T20:25:04.689Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-05-03T20:25:05.655Z] ---> 899f497b431a [2023-05-03T20:25:05.655Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-05-03T20:25:05.922Z] ---> Running in 9e53e47f37bf [2023-05-03T20:25:09.308Z] Removing intermediate container 9e53e47f37bf [2023-05-03T20:25:09.308Z] ---> bd103a4af75b [2023-05-03T20:25:09.308Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-05-03T20:25:09.308Z] ---> Running in c3926f08cb59 [2023-05-03T20:25:09.890Z] Removing intermediate container c3926f08cb59 [2023-05-03T20:25:09.890Z] ---> a4f8efede86e [2023-05-03T20:25:09.890Z] Step 30/33 : CMD ["gate"] [2023-05-03T20:25:09.890Z] ---> Running in af806f573cab [2023-05-03T20:25:10.481Z] Removing intermediate container af806f573cab [2023-05-03T20:25:10.481Z] ---> 2392648a0e6c [2023-05-03T20:25:10.481Z] Step 31/33 : LABEL arch=arm64 [2023-05-03T20:25:10.481Z] ---> Running in a7c0161a40a7 [2023-05-03T20:25:11.069Z] Removing intermediate container a7c0161a40a7 [2023-05-03T20:25:11.069Z] ---> d929c88424ee [2023-05-03T20:25:11.069Z] Step 32/33 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:25:11.069Z] ---> Running in 52271be2df26 [2023-05-03T20:25:11.653Z] Removing intermediate container 52271be2df26 [2023-05-03T20:25:11.653Z] ---> 3582d462699c [2023-05-03T20:25:11.653Z] Step 33/33 : LABEL version=0.0.0 [2023-05-03T20:25:11.922Z] ---> Running in 149c3b0a3dc7 [2023-05-03T20:25:12.194Z] Removing intermediate container 149c3b0a3dc7 [2023-05-03T20:25:12.194Z] ---> 789971864d36 [2023-05-03T20:25:12.194Z] [2023-05-03T20:25:12.471Z] Successfully built 789971864d36 [2023-05-03T20:25:12.471Z] Successfully tagged security-bootstrapper-arm64:latest [2023-05-03T20:25:12.741Z]  Building security-bootstrapper ... done Building security-proxy-setup [2023-05-03T20:25:30.943Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:25:30.944Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:25:30.944Z] ---> 8c2617a08568 [2023-05-03T20:25:30.944Z] Step 3/22 : WORKDIR /edgex-go [2023-05-03T20:25:30.944Z] ---> Using cache [2023-05-03T20:25:30.944Z] ---> 4a40c40f89f9 [2023-05-03T20:25:30.944Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-05-03T20:25:30.944Z] ---> Using cache [2023-05-03T20:25:30.944Z] ---> 63df69885f7b [2023-05-03T20:25:30.944Z] Step 5/22 : COPY go.mod vendor* ./ [2023-05-03T20:25:30.944Z] ---> Using cache [2023-05-03T20:25:30.944Z] ---> bae2769a0f1b [2023-05-03T20:25:30.944Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:25:30.944Z] ---> Using cache [2023-05-03T20:25:30.944Z] ---> fc73c9470323 [2023-05-03T20:25:30.944Z] Step 7/22 : COPY . . [2023-05-03T20:25:30.944Z] ---> Using cache [2023-05-03T20:25:30.944Z] ---> 684587f26c01 [2023-05-03T20:25:30.944Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-05-03T20:25:30.944Z] ---> Running in f3ab1febad8c [2023-05-03T20:25:33.539Z] 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 [2023-05-03T20:25:34.499Z] Removing intermediate container 1b34774c09bc [2023-05-03T20:25:34.499Z] ---> a4e3e0bf934c [2023-05-03T20:25:34.499Z] [2023-05-03T20:25:34.499Z] Step 10/23 : FROM alpine:3.17 [2023-05-03T20:25:34.499Z] ---> 51e60588ff2c [2023-05-03T20:25:34.499Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-03T20:25:34.499Z] ---> Running in bf3d97c56ce6 [2023-05-03T20:25:35.081Z] Removing intermediate container bf3d97c56ce6 [2023-05-03T20:25:35.081Z] ---> 8f4ca6a41635 [2023-05-03T20:25:35.081Z] Step 12/23 : ENV APP_PORT=59880 [2023-05-03T20:25:35.081Z] ---> Running in 6085e790be9d [2023-05-03T20:25:35.685Z] Removing intermediate container 6085e790be9d [2023-05-03T20:25:35.685Z] ---> 814e0d50dcbc [2023-05-03T20:25:35.685Z] Step 13/23 : EXPOSE $APP_PORT [2023-05-03T20:25:35.952Z] ---> Running in 60a0f10252cc [2023-05-03T20:25:36.532Z] Removing intermediate container 60a0f10252cc [2023-05-03T20:25:36.532Z] ---> 1ec691fe8278 [2023-05-03T20:25:36.532Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-05-03T20:25:36.532Z] ---> Running in bade301838cc [2023-05-03T20:25:38.476Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:25:39.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:25:40.838Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T20:25:40.838Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:25:40.838Z] OK: 8 MiB in 16 packages [2023-05-03T20:25:42.790Z] Removing intermediate container bade301838cc [2023-05-03T20:25:42.790Z] ---> bc4f7c7d7842 [2023-05-03T20:25:42.790Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:25:44.735Z] ---> 6bf3bdc862fa [2023-05-03T20:25:44.735Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:25:45.318Z] ---> 954c5b148157 [2023-05-03T20:25:45.318Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-05-03T20:25:47.257Z] ---> e643945d8367 [2023-05-03T20:25:47.257Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-05-03T20:25:48.214Z] ---> 06e233695b32 [2023-05-03T20:25:48.214Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-05-03T20:25:48.214Z] ---> Running in cfbc86e40d9a [2023-05-03T20:25:48.801Z] Removing intermediate container cfbc86e40d9a [2023-05-03T20:25:48.801Z] ---> 82d792d1a6ef [2023-05-03T20:25:48.801Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-03T20:25:48.801Z] ---> Running in 528575c436d9 [2023-05-03T20:25:49.381Z] Removing intermediate container 528575c436d9 [2023-05-03T20:25:49.381Z] ---> 5967179a3566 [2023-05-03T20:25:49.381Z] Step 21/23 : LABEL arch=arm64 [2023-05-03T20:25:49.381Z] ---> Running in 5e30f09569e5 [2023-05-03T20:25:49.961Z] Removing intermediate container 5e30f09569e5 [2023-05-03T20:25:49.961Z] ---> 298e7176ed43 [2023-05-03T20:25:49.961Z] Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:25:49.961Z] ---> Running in c0a0aaca2171 [2023-05-03T20:25:50.544Z] Removing intermediate container c0a0aaca2171 [2023-05-03T20:25:50.544Z] ---> ccfc0d1f74da [2023-05-03T20:25:50.544Z] Step 23/23 : LABEL version=0.0.0 [2023-05-03T20:25:50.812Z] ---> Running in ef7d6a275429 [2023-05-03T20:25:51.081Z] Removing intermediate container ef7d6a275429 [2023-05-03T20:25:51.081Z] ---> b909916254ef [2023-05-03T20:25:51.081Z] [2023-05-03T20:25:51.348Z] Successfully built b909916254ef [2023-05-03T20:25:51.348Z] Successfully tagged core-data-arm64:latest [2023-05-03T20:25:51.348Z]  Building core-data ... done Building security-proxy-auth [2023-05-03T20:26:09.543Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:26:09.543Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:26:09.543Z] ---> 8c2617a08568 [2023-05-03T20:26:09.543Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-03T20:26:09.543Z] ---> Using cache [2023-05-03T20:26:09.544Z] ---> 689dfee883ef [2023-05-03T20:26:09.544Z] Step 4/23 : WORKDIR /edgex-go [2023-05-03T20:26:09.544Z] ---> Using cache [2023-05-03T20:26:09.544Z] ---> 248f744d8870 [2023-05-03T20:26:09.544Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-03T20:26:09.544Z] ---> Using cache [2023-05-03T20:26:09.544Z] ---> 999c3eafd021 [2023-05-03T20:26:09.544Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-03T20:26:09.544Z] ---> Using cache [2023-05-03T20:26:09.544Z] ---> 88dc6391648e [2023-05-03T20:26:09.544Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:26:09.544Z] ---> Using cache [2023-05-03T20:26:09.544Z] ---> 94689ac9b09e [2023-05-03T20:26:09.544Z] Step 8/23 : COPY . . [2023-05-03T20:26:09.544Z] ---> Using cache [2023-05-03T20:26:09.544Z] ---> 6eba6358923a [2023-05-03T20:26:09.544Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-05-03T20:26:09.544Z] ---> Running in d60ab6a32313 [2023-05-03T20:26:10.951Z] 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 [2023-05-03T20:28:17.606Z] Removing intermediate container 53d6cbfb6689 [2023-05-03T20:28:17.606Z] ---> 77f36abfa53d [2023-05-03T20:28:17.606Z] [2023-05-03T20:28:17.606Z] Step 10/23 : FROM alpine:3.17 [2023-05-03T20:28:17.606Z] ---> 51e60588ff2c [2023-05-03T20:28:17.606Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-05-03T20:28:17.606Z] ---> Running in 9a68ca48eb9f [2023-05-03T20:28:17.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:28:17.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:28:17.606Z] Removing intermediate container 74789bb37385 [2023-05-03T20:28:17.606Z] ---> ae2c8c7e7e63 [2023-05-03T20:28:17.606Z] [2023-05-03T20:28:17.606Z] Step 10/23 : FROM alpine:3.17 [2023-05-03T20:28:17.606Z] ---> 51e60588ff2c [2023-05-03T20:28:17.606Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-03T20:28:17.606Z] ---> Running in 6b733f890084 [2023-05-03T20:28:17.606Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T20:28:17.606Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:28:17.606Z] OK: 8 MiB in 16 packages [2023-05-03T20:28:17.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:28:17.606Z] Removing intermediate container 9a68ca48eb9f [2023-05-03T20:28:17.606Z] ---> 792210f507fb [2023-05-03T20:28:17.606Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-03T20:28:17.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:28:17.606Z] ---> Running in 8f1835eaeaef [2023-05-03T20:28:17.606Z] Removing intermediate container 8f1835eaeaef [2023-05-03T20:28:17.606Z] ---> 69410d8e55a0 [2023-05-03T20:28:17.606Z] Step 13/23 : ENV APP_PORT=59861 [2023-05-03T20:28:17.606Z] ---> Running in a48630f1cd8e [2023-05-03T20:28:18.191Z] Removing intermediate container a48630f1cd8e [2023-05-03T20:28:18.191Z] ---> fad5e75d413a [2023-05-03T20:28:18.191Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-03T20:28:18.191Z] ---> Running in 51dddcdf4f31 [2023-05-03T20:28:18.777Z] (1/2) Installing ca-certificates (20220614-r4) [2023-05-03T20:28:18.777Z] Removing intermediate container 51dddcdf4f31 [2023-05-03T20:28:18.777Z] ---> 871cfe252fc6 [2023-05-03T20:28:18.777Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:28:18.777Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-03T20:28:18.777Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:28:18.777Z] Executing ca-certificates-20220614-r4.trigger [2023-05-03T20:28:19.749Z] OK: 8 MiB in 17 packages [2023-05-03T20:28:19.749Z] ---> 7a536ab56dd0 [2023-05-03T20:28:19.749Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:28:21.157Z] ---> 9816dec872f4 [2023-05-03T20:28:21.157Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-05-03T20:28:22.109Z] Removing intermediate container 6b733f890084 [2023-05-03T20:28:22.109Z] ---> 365b4af0d95c [2023-05-03T20:28:22.109Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-03T20:28:22.109Z] ---> Running in ac66be37ec74 [2023-05-03T20:28:23.080Z] Removing intermediate container ac66be37ec74 [2023-05-03T20:28:23.080Z] ---> d55591da8d91 [2023-05-03T20:28:23.080Z] Step 13/23 : ENV APP_PORT=59860 [2023-05-03T20:28:23.080Z] ---> Running in 3d21b733b8e3 [2023-05-03T20:28:23.895Z] Removing intermediate container 3d21b733b8e3 [2023-05-03T20:28:23.895Z] ---> 42125550e3be [2023-05-03T20:28:23.895Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-03T20:28:23.895Z] ---> Running in 7fda46bcd4ae [2023-05-03T20:28:25.383Z] ---> 119eb704d1e0 [2023-05-03T20:28:25.383Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-05-03T20:28:25.383Z] Removing intermediate container 7fda46bcd4ae [2023-05-03T20:28:25.383Z] ---> a2edd5610562 [2023-05-03T20:28:25.383Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:28:26.426Z] ---> 36643ab00c85 [2023-05-03T20:28:26.426Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-05-03T20:28:26.706Z] ---> 033a9a1ddcce [2023-05-03T20:28:26.706Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:28:27.009Z] ---> Running in b74766b44adb [2023-05-03T20:28:27.985Z] Removing intermediate container b74766b44adb [2023-05-03T20:28:27.985Z] ---> f122bbcc474c [2023-05-03T20:28:27.985Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-03T20:28:27.985Z] ---> Running in 603ed10ad989 [2023-05-03T20:28:28.252Z] ---> 17d17dd68141 [2023-05-03T20:28:28.252Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-05-03T20:28:29.209Z] Removing intermediate container 603ed10ad989 [2023-05-03T20:28:29.209Z] ---> 6a1b6a780c75 [2023-05-03T20:28:29.209Z] Step 21/23 : LABEL arch=arm64 [2023-05-03T20:28:29.209Z] ---> Running in 2663106e10a0 [2023-05-03T20:28:30.188Z] Removing intermediate container 2663106e10a0 [2023-05-03T20:28:30.188Z] ---> af64b7e75ed7 [2023-05-03T20:28:30.188Z] Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:28:30.188Z] ---> Running in cc6fc614bac6 [2023-05-03T20:28:31.155Z] Removing intermediate container cc6fc614bac6 [2023-05-03T20:28:31.155Z] ---> 7f6f96ba8d30 [2023-05-03T20:28:31.155Z] Step 23/23 : LABEL version=0.0.0 [2023-05-03T20:28:31.423Z] ---> Running in 3e1464525ed3 [2023-05-03T20:28:32.005Z] Removing intermediate container 3e1464525ed3 [2023-05-03T20:28:32.005Z] ---> f0ea0b4bd88f [2023-05-03T20:28:32.005Z] [2023-05-03T20:28:32.588Z] Successfully built f0ea0b4bd88f [2023-05-03T20:28:32.588Z] Successfully tagged support-scheduler-arm64:latest [2023-05-03T20:28:32.588Z]  Building support-scheduler ... done Building security-spiffe-token-provider [2023-05-03T20:28:33.172Z] ---> 4d92689ba987 [2023-05-03T20:28:33.172Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-05-03T20:28:34.586Z] ---> fb4e7be0fa09 [2023-05-03T20:28:34.586Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-05-03T20:28:34.586Z] ---> Running in 9a6fb92fb3ec [2023-05-03T20:28:35.179Z] Removing intermediate container 9a6fb92fb3ec [2023-05-03T20:28:35.179Z] ---> 4f122d9dd129 [2023-05-03T20:28:35.179Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-03T20:28:35.453Z] ---> Running in 3a5cd00d5c3a [2023-05-03T20:28:38.054Z] Removing intermediate container 3a5cd00d5c3a [2023-05-03T20:28:38.054Z] ---> 3f7488de9a32 [2023-05-03T20:28:38.054Z] Step 21/23 : LABEL arch=arm64 [2023-05-03T20:28:38.636Z] ---> Running in b08a21ed93a1 [2023-05-03T20:28:39.223Z] Removing intermediate container b08a21ed93a1 [2023-05-03T20:28:39.223Z] ---> fc87eb1e35a4 [2023-05-03T20:28:39.223Z] Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:28:39.503Z] ---> Running in 736a72b7d2db [2023-05-03T20:28:40.083Z] Removing intermediate container 3df998ac48ff [2023-05-03T20:28:40.083Z] ---> 78b04cd5257c [2023-05-03T20:28:40.083Z] [2023-05-03T20:28:40.083Z] Step 10/25 : FROM alpine:3.17 [2023-05-03T20:28:40.083Z] ---> 51e60588ff2c [2023-05-03T20:28:40.083Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-05-03T20:28:40.083Z] ---> Using cache [2023-05-03T20:28:40.083Z] ---> 792210f507fb [2023-05-03T20:28:40.083Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-03T20:28:40.083Z] ---> Using cache [2023-05-03T20:28:40.083Z] ---> 69410d8e55a0 [2023-05-03T20:28:40.083Z] Step 13/25 : ENV APP_PORT=59881 [2023-05-03T20:28:40.350Z] ---> Running in 04bd5b5da432 [2023-05-03T20:28:40.350Z] Removing intermediate container 736a72b7d2db [2023-05-03T20:28:40.350Z] ---> d4457acd0b6a [2023-05-03T20:28:40.350Z] Step 23/23 : LABEL version=0.0.0 [2023-05-03T20:28:40.616Z] ---> Running in 295f438126b5 [2023-05-03T20:28:41.198Z] Removing intermediate container 04bd5b5da432 [2023-05-03T20:28:41.198Z] ---> d7fced7b6cde [2023-05-03T20:28:41.198Z] Step 14/25 : EXPOSE $APP_PORT [2023-05-03T20:28:41.463Z] Removing intermediate container 295f438126b5 [2023-05-03T20:28:41.463Z] ---> adfe44816342 [2023-05-03T20:28:41.463Z] [2023-05-03T20:28:41.463Z] ---> Running in 6c21f018aab7 [2023-05-03T20:28:42.048Z] Successfully built adfe44816342 [2023-05-03T20:28:42.048Z] Successfully tagged support-notifications-arm64:latest [2023-05-03T20:28:42.048Z] Building core-command [2023-05-03T20:28:42.345Z]  Building support-notifications ... done Removing intermediate container 6c21f018aab7 [2023-05-03T20:28:42.345Z] ---> c4191c6eb3da [2023-05-03T20:28:42.345Z] Step 15/25 : WORKDIR / [2023-05-03T20:28:42.345Z] ---> Running in e8ec0bd0b2fc [2023-05-03T20:28:42.927Z] Removing intermediate container e8ec0bd0b2fc [2023-05-03T20:28:42.927Z] ---> 40360456c88f [2023-05-03T20:28:42.927Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:28:44.339Z] ---> 5aa3e216d677 [2023-05-03T20:28:44.339Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:28:44.929Z] ---> 83b934acdced [2023-05-03T20:28:45.196Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-05-03T20:28:47.780Z] ---> f116a9968463 [2023-05-03T20:28:47.780Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-05-03T20:28:48.737Z] ---> 111acfc59f82 [2023-05-03T20:28:48.737Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-05-03T20:28:50.700Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:28:50.700Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:28:50.700Z] ---> 8c2617a08568 [2023-05-03T20:28:50.700Z] Step 3/20 : WORKDIR /edgex-go [2023-05-03T20:28:50.700Z] ---> Using cache [2023-05-03T20:28:50.700Z] ---> 4a40c40f89f9 [2023-05-03T20:28:50.700Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-05-03T20:28:50.981Z] ---> 0ab22af94d06 [2023-05-03T20:28:50.981Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-05-03T20:28:51.267Z] ---> Running in 07b24457aad4 [2023-05-03T20:28:51.267Z] ---> Running in b1490ec2d4b4 [2023-05-03T20:28:52.232Z] Removing intermediate container b1490ec2d4b4 [2023-05-03T20:28:52.232Z] ---> 2d2367189970 [2023-05-03T20:28:52.232Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-03T20:28:52.232Z] ---> Running in cdbd37d286a6 [2023-05-03T20:28:53.204Z] Removing intermediate container cdbd37d286a6 [2023-05-03T20:28:53.204Z] ---> c2fdc9473ed0 [2023-05-03T20:28:53.204Z] Step 23/25 : LABEL arch=arm64 [2023-05-03T20:28:53.204Z] ---> Running in 92c3576c5fee [2023-05-03T20:28:53.808Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:28:54.077Z] Removing intermediate container 92c3576c5fee [2023-05-03T20:28:54.077Z] ---> 4770286d4ec7 [2023-05-03T20:28:54.077Z] Step 24/25 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:28:54.077Z] ---> Running in 9828e30426cd [2023-05-03T20:28:54.663Z] Removing intermediate container 9828e30426cd [2023-05-03T20:28:54.663Z] ---> 83c3cb74b9a5 [2023-05-03T20:28:54.663Z] Step 25/25 : LABEL version=0.0.0 [2023-05-03T20:28:54.663Z] ---> Running in 5dce95bc4f07 [2023-05-03T20:28:54.929Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:28:55.509Z] Removing intermediate container 5dce95bc4f07 [2023-05-03T20:28:55.509Z] ---> 88994bb9fcd5 [2023-05-03T20:28:55.509Z] [2023-05-03T20:28:55.774Z] Successfully built 88994bb9fcd5 [2023-05-03T20:28:55.774Z] Successfully tagged core-metadata-arm64:latest [2023-05-03T20:28:55.775Z] Building core-common-config-bootstrapper [2023-05-03T20:28:56.360Z]  Building core-metadata ... done v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-03T20:28:56.361Z] v3.17.3-149-g91cc19e37a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-03T20:28:56.361Z] OK: 17690 distinct packages available [2023-05-03T20:28:56.627Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:28:57.585Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:28:59.527Z] OK: 263 MiB in 53 packages [2023-05-03T20:29:01.463Z] Removing intermediate container 07b24457aad4 [2023-05-03T20:29:01.463Z] ---> 5c3fdb831fd6 [2023-05-03T20:29:01.463Z] Step 5/20 : COPY go.mod vendor* ./ [2023-05-03T20:29:04.801Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:29:04.801Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:29:04.801Z] ---> 8c2617a08568 [2023-05-03T20:29:04.801Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-03T20:29:04.801Z] ---> Using cache [2023-05-03T20:29:04.801Z] ---> 689dfee883ef [2023-05-03T20:29:04.801Z] Step 4/24 : WORKDIR /edgex-go [2023-05-03T20:29:04.801Z] ---> Using cache [2023-05-03T20:29:04.801Z] ---> 248f744d8870 [2023-05-03T20:29:04.801Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-05-03T20:29:04.801Z] ---> Using cache [2023-05-03T20:29:04.801Z] ---> 999c3eafd021 [2023-05-03T20:29:04.801Z] Step 6/24 : COPY go.mod vendor* ./ [2023-05-03T20:29:04.801Z] ---> Using cache [2023-05-03T20:29:04.801Z] ---> 88dc6391648e [2023-05-03T20:29:04.801Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:29:04.801Z] ---> Using cache [2023-05-03T20:29:04.801Z] ---> 94689ac9b09e [2023-05-03T20:29:04.801Z] Step 8/24 : COPY . . [2023-05-03T20:29:04.801Z] ---> Using cache [2023-05-03T20:29:04.801Z] ---> 6eba6358923a [2023-05-03T20:29:04.801Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-05-03T20:29:05.390Z] ---> 2b3b0f6cdc21 [2023-05-03T20:29:05.390Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:29:05.390Z] ---> Running in 1afa94349343 [2023-05-03T20:29:05.659Z] ---> Running in 33baff44eb3c [2023-05-03T20:29:08.230Z] 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 [2023-05-03T20:29:20.532Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:29:20.532Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:29:20.532Z] ---> 8c2617a08568 [2023-05-03T20:29:20.532Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-03T20:29:20.532Z] ---> Using cache [2023-05-03T20:29:20.532Z] ---> 689dfee883ef [2023-05-03T20:29:20.532Z] Step 4/23 : WORKDIR /edgex-go [2023-05-03T20:29:20.532Z] ---> Using cache [2023-05-03T20:29:20.532Z] ---> 248f744d8870 [2023-05-03T20:29:20.532Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-03T20:29:20.532Z] ---> Using cache [2023-05-03T20:29:20.532Z] ---> 999c3eafd021 [2023-05-03T20:29:20.532Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-03T20:29:20.532Z] ---> Using cache [2023-05-03T20:29:20.532Z] ---> 88dc6391648e [2023-05-03T20:29:20.532Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:29:20.532Z] ---> Using cache [2023-05-03T20:29:20.532Z] ---> 94689ac9b09e [2023-05-03T20:29:20.532Z] Step 8/23 : COPY . . [2023-05-03T20:29:20.532Z] ---> Using cache [2023-05-03T20:29:20.532Z] ---> 6eba6358923a [2023-05-03T20:29:20.532Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-05-03T20:29:20.532Z] ---> Running in feaf3ddbfc89 [2023-05-03T20:29:21.939Z] 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 [2023-05-03T20:30:43.782Z] Removing intermediate container 33baff44eb3c [2023-05-03T20:30:43.782Z] ---> 93de81652c37 [2023-05-03T20:30:43.782Z] Step 7/20 : COPY . . [2023-05-03T20:30:51.986Z] ---> c226ee631207 [2023-05-03T20:30:51.986Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-05-03T20:30:51.986Z] ---> Running in 6379328546ae [2023-05-03T20:30:53.943Z] 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 [2023-05-03T20:31:40.758Z] Removing intermediate container f3ab1febad8c [2023-05-03T20:31:40.758Z] ---> b363010c375a [2023-05-03T20:31:40.758Z] [2023-05-03T20:31:40.758Z] Step 9/22 : FROM alpine:3.17 [2023-05-03T20:31:40.758Z] ---> 51e60588ff2c [2023-05-03T20:31:40.758Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-05-03T20:31:40.758Z] ---> Running in a311997221b6 [2023-05-03T20:31:40.758Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:31:40.758Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:31:40.758Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-03T20:31:40.758Z] (2/2) Installing openssl (3.0.8-r4) [2023-05-03T20:31:40.758Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:31:40.758Z] OK: 8 MiB in 17 packages [2023-05-03T20:31:40.758Z] Removing intermediate container a311997221b6 [2023-05-03T20:31:40.758Z] ---> d449e14ddce5 [2023-05-03T20:31:40.758Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-03T20:31:40.758Z] ---> Running in a2a91e523f8e [2023-05-03T20:31:41.339Z] Removing intermediate container a2a91e523f8e [2023-05-03T20:31:41.339Z] ---> dc9712eb96df [2023-05-03T20:31:41.339Z] Step 12/22 : WORKDIR /edgex [2023-05-03T20:31:41.339Z] ---> Running in c66532546dc9 [2023-05-03T20:31:41.919Z] Removing intermediate container c66532546dc9 [2023-05-03T20:31:41.919Z] ---> 929d1afb28b6 [2023-05-03T20:31:41.919Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:31:42.872Z] ---> 556bd3f6a830 [2023-05-03T20:31:42.872Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:31:43.830Z] ---> 76707c7e27aa [2023-05-03T20:31:43.830Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-05-03T20:31:45.774Z] ---> 523be8366013 [2023-05-03T20:31:45.774Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-05-03T20:31:47.173Z] ---> 231c4454263d [2023-05-03T20:31:47.173Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-05-03T20:31:47.758Z] ---> d9f56a044dea [2023-05-03T20:31:47.758Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-03T20:31:47.758Z] ---> Running in b320384a26e8 [2023-05-03T20:31:51.105Z] Removing intermediate container b320384a26e8 [2023-05-03T20:31:51.105Z] ---> 5d13a983e019 [2023-05-03T20:31:51.105Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-05-03T20:31:51.372Z] ---> Running in eee02befa208 [2023-05-03T20:31:51.955Z] Removing intermediate container eee02befa208 [2023-05-03T20:31:51.955Z] ---> 7424c342d17a [2023-05-03T20:31:51.955Z] Step 20/22 : LABEL arch=arm64 [2023-05-03T20:31:52.221Z] ---> Running in 44db3cd778dd [2023-05-03T20:31:53.183Z] Removing intermediate container 44db3cd778dd [2023-05-03T20:31:53.183Z] ---> cdb809cf8b08 [2023-05-03T20:31:53.183Z] Step 21/22 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:31:53.451Z] ---> Running in e9b9b5eab552 [2023-05-03T20:31:54.407Z] Removing intermediate container e9b9b5eab552 [2023-05-03T20:31:54.407Z] ---> 2e210588ff03 [2023-05-03T20:31:54.407Z] Step 22/22 : LABEL version=0.0.0 [2023-05-03T20:31:54.407Z] ---> Running in 230f64d60fc5 [2023-05-03T20:31:55.361Z] Removing intermediate container 230f64d60fc5 [2023-05-03T20:31:55.361Z] ---> 1821f76b4515 [2023-05-03T20:31:55.361Z] [2023-05-03T20:31:55.940Z] Successfully built 1821f76b4515 [2023-05-03T20:31:56.205Z] Successfully tagged security-proxy-setup-arm64:latest [2023-05-03T20:31:56.205Z] Building security-secretstore-setup [2023-05-03T20:32:00.438Z]  Building security-proxy-setup ... done Removing intermediate container d60ab6a32313 [2023-05-03T20:32:00.438Z] ---> 0c4972b60234 [2023-05-03T20:32:00.438Z] [2023-05-03T20:32:00.438Z] Step 10/23 : FROM alpine:3.17 [2023-05-03T20:32:00.438Z] ---> 51e60588ff2c [2023-05-03T20:32:00.438Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-03T20:32:00.438Z] ---> Running in 636e86744be9 [2023-05-03T20:32:00.438Z] Removing intermediate container 636e86744be9 [2023-05-03T20:32:00.438Z] ---> 00848f3c530b [2023-05-03T20:32:00.438Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-03T20:32:00.710Z] ---> Running in 6dea98f4cbf3 [2023-05-03T20:32:02.652Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:32:03.612Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:32:05.557Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T20:32:05.557Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:32:05.557Z] OK: 8 MiB in 16 packages [2023-05-03T20:32:07.499Z] Removing intermediate container 6dea98f4cbf3 [2023-05-03T20:32:07.499Z] ---> 2e12512b3da6 [2023-05-03T20:32:07.499Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:32:08.902Z] ---> 47e4b5e61e9a [2023-05-03T20:32:08.902Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:32:12.235Z] ---> 9112ec75f6ca [2023-05-03T20:32:12.235Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-05-03T20:32:13.190Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:32:13.190Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:32:13.190Z] ---> 8c2617a08568 [2023-05-03T20:32:13.190Z] Step 3/25 : WORKDIR /edgex-go [2023-05-03T20:32:13.190Z] ---> Using cache [2023-05-03T20:32:13.190Z] ---> 4a40c40f89f9 [2023-05-03T20:32:13.190Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-05-03T20:32:13.190Z] ---> Using cache [2023-05-03T20:32:13.190Z] ---> 63df69885f7b [2023-05-03T20:32:13.190Z] Step 5/25 : COPY go.mod vendor* ./ [2023-05-03T20:32:13.190Z] ---> Using cache [2023-05-03T20:32:13.190Z] ---> bae2769a0f1b [2023-05-03T20:32:13.190Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:32:13.190Z] ---> Using cache [2023-05-03T20:32:13.190Z] ---> fc73c9470323 [2023-05-03T20:32:13.190Z] Step 7/25 : COPY . . [2023-05-03T20:32:13.190Z] ---> Using cache [2023-05-03T20:32:13.190Z] ---> 684587f26c01 [2023-05-03T20:32:13.190Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-05-03T20:32:13.456Z] ---> Running in ebd1759ec58f [2023-05-03T20:32:14.420Z] ---> 230ddf2747c1 [2023-05-03T20:32:14.420Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-05-03T20:32:15.379Z] ---> 2c5cd4c5636c [2023-05-03T20:32:15.379Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-05-03T20:32:15.645Z] 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 [2023-05-03T20:32:16.599Z] ---> 6777c18e77a5 [2023-05-03T20:32:16.599Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-03T20:32:16.599Z] ---> Running in f83cc97ac572 [2023-05-03T20:32:19.165Z] Removing intermediate container f83cc97ac572 [2023-05-03T20:32:19.165Z] ---> 08c0cacd5147 [2023-05-03T20:32:19.165Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-03T20:32:19.430Z] ---> Running in 44565bff3019 [2023-05-03T20:32:20.182Z] Removing intermediate container 44565bff3019 [2023-05-03T20:32:20.182Z] ---> a87b5bc96db7 [2023-05-03T20:32:20.182Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-03T20:32:20.182Z] ---> Running in 81f998e13687 [2023-05-03T20:32:20.468Z] Removing intermediate container 81f998e13687 [2023-05-03T20:32:20.468Z] ---> 159d05ff88cd [2023-05-03T20:32:20.468Z] Step 21/23 : LABEL arch=arm64 [2023-05-03T20:32:20.738Z] ---> Running in 95edb08131ce [2023-05-03T20:32:21.326Z] Removing intermediate container 95edb08131ce [2023-05-03T20:32:21.326Z] ---> 1813fa8c864d [2023-05-03T20:32:21.326Z] Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:32:21.326Z] ---> Running in 58de9d33075d [2023-05-03T20:32:21.927Z] Removing intermediate container 58de9d33075d [2023-05-03T20:32:21.927Z] ---> 100e1087f260 [2023-05-03T20:32:21.927Z] Step 23/23 : LABEL version=0.0.0 [2023-05-03T20:32:21.927Z] ---> Running in 59d78ccbf4ce [2023-05-03T20:32:22.529Z] Removing intermediate container 59d78ccbf4ce [2023-05-03T20:32:22.529Z] ---> c26b8eed8a1a [2023-05-03T20:32:22.529Z] [2023-05-03T20:32:22.802Z] Successfully built c26b8eed8a1a [2023-05-03T20:32:22.802Z] Successfully tagged security-proxy-auth-arm64:latest [2023-05-03T20:32:22.802Z]  Building security-proxy-auth ... done Building security-spire-agent [2023-05-03T20:32:41.006Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-03T20:32:41.006Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-03T20:32:41.006Z] ---> 8c2617a08568 [2023-05-03T20:32:41.006Z] Step 3/27 : WORKDIR /edgex-go [2023-05-03T20:32:41.006Z] ---> Using cache [2023-05-03T20:32:41.006Z] ---> 4a40c40f89f9 [2023-05-03T20:32:41.006Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-03T20:32:41.006Z] ---> Using cache [2023-05-03T20:32:41.006Z] ---> 5d8f7b96e0a3 [2023-05-03T20:32:41.006Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-03T20:32:41.006Z] ---> Using cache [2023-05-03T20:32:41.006Z] ---> b9ea41802140 [2023-05-03T20:32:41.006Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T20:32:41.006Z] ---> Using cache [2023-05-03T20:32:41.006Z] ---> 5fbffea9ed9b [2023-05-03T20:32:41.006Z] Step 7/27 : COPY . . [2023-05-03T20:32:41.006Z] ---> Using cache [2023-05-03T20:32:41.006Z] ---> 1938e3790739 [2023-05-03T20:32:41.006Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-03T20:32:41.006Z] ---> Using cache [2023-05-03T20:32:41.006Z] ---> b36c48b1ca88 [2023-05-03T20:32:41.006Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-03T20:32:41.006Z] ---> Using cache [2023-05-03T20:32:41.006Z] ---> 317403dbe8a6 [2023-05-03T20:32:41.006Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-03T20:32:41.006Z] ---> Using cache [2023-05-03T20:32:41.006Z] ---> c6d5f7e90654 [2023-05-03T20:32:41.006Z] 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 [2023-05-03T20:32:41.006Z] ---> Running in 9a4f4e29f98f [2023-05-03T20:32:42.425Z] Removing intermediate container 9a4f4e29f98f [2023-05-03T20:32:42.425Z] ---> b838fbd239c6 [2023-05-03T20:32:42.425Z] Step 12/27 : WORKDIR /edgex-go [2023-05-03T20:32:42.425Z] ---> Running in d1e396b88708 [2023-05-03T20:32:42.691Z] Removing intermediate container d1e396b88708 [2023-05-03T20:32:42.691Z] ---> 3935f6c2055c [2023-05-03T20:32:42.691Z] [2023-05-03T20:32:42.691Z] Step 13/27 : FROM alpine:3.17 [2023-05-03T20:32:42.691Z] ---> 51e60588ff2c [2023-05-03T20:32:42.691Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-03T20:32:42.691Z] ---> Using cache [2023-05-03T20:32:42.691Z] ---> 7fd2c694f23f [2023-05-03T20:32:42.691Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-03T20:32:42.691Z] ---> Using cache [2023-05-03T20:32:42.691Z] ---> 07dfa37ff907 [2023-05-03T20:32:42.691Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:32:42.691Z] ---> Using cache [2023-05-03T20:32:42.691Z] ---> ce66bb53f925 [2023-05-03T20:32:42.691Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:32:42.691Z] ---> Using cache [2023-05-03T20:32:42.691Z] ---> b2ffb4353fa7 [2023-05-03T20:32:42.691Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-05-03T20:32:46.935Z] ---> 6b5166fd84ba [2023-05-03T20:32:46.935Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-03T20:32:53.556Z] ---> a75ec192d89d [2023-05-03T20:32:53.556Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-05-03T20:32:53.556Z] ---> 700ae35472df [2023-05-03T20:32:53.556Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-05-03T20:32:54.134Z] ---> 47e8d86d55d6 [2023-05-03T20:32:54.134Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-05-03T20:32:55.089Z] ---> d37fa8f8c080 [2023-05-03T20:32:55.089Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-03T20:32:55.089Z] ---> Running in 9976580658c9 [2023-05-03T20:32:55.669Z] Removing intermediate container 9976580658c9 [2023-05-03T20:32:55.669Z] ---> f893d6db7a08 [2023-05-03T20:32:55.669Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-03T20:32:55.669Z] ---> Running in 959bcf181845 [2023-05-03T20:32:55.934Z] Removing intermediate container 959bcf181845 [2023-05-03T20:32:55.934Z] ---> 949c10a5dd83 [2023-05-03T20:32:55.934Z] Step 25/27 : LABEL arch=arm64 [2023-05-03T20:32:56.202Z] ---> Running in e556c745af8d [2023-05-03T20:32:56.783Z] Removing intermediate container e556c745af8d [2023-05-03T20:32:56.783Z] ---> 270a11c857b3 [2023-05-03T20:32:56.783Z] Step 26/27 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:32:56.783Z] ---> Running in 77c01c96fcd5 [2023-05-03T20:32:57.364Z] Removing intermediate container 77c01c96fcd5 [2023-05-03T20:32:57.364Z] ---> 35d4535d39f3 [2023-05-03T20:32:57.364Z] Step 27/27 : LABEL version=0.0.0 [2023-05-03T20:32:57.364Z] ---> Running in fafb6fe6acd0 [2023-05-03T20:32:57.947Z] Removing intermediate container fafb6fe6acd0 [2023-05-03T20:32:57.947Z] ---> 5c522085bc55 [2023-05-03T20:32:57.947Z] [2023-05-03T20:32:57.947Z] Successfully built 5c522085bc55 [2023-05-03T20:32:58.215Z] Successfully tagged security-spire-agent-arm64:latest [2023-05-03T20:35:34.897Z]  Building security-spire-agent ... done Removing intermediate container feaf3ddbfc89 [2023-05-03T20:35:34.897Z] ---> 31097fb5c383 [2023-05-03T20:35:34.897Z] [2023-05-03T20:35:34.897Z] Step 10/23 : FROM alpine:3.17 [2023-05-03T20:35:34.897Z] ---> 51e60588ff2c [2023-05-03T20:35:34.897Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-03T20:35:34.897Z] ---> Using cache [2023-05-03T20:35:34.897Z] ---> 00848f3c530b [2023-05-03T20:35:34.897Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-03T20:35:34.897Z] ---> Using cache [2023-05-03T20:35:34.897Z] ---> 2e12512b3da6 [2023-05-03T20:35:34.897Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:35:34.897Z] ---> Using cache [2023-05-03T20:35:34.897Z] ---> 47e4b5e61e9a [2023-05-03T20:35:34.897Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:35:34.897Z] ---> Using cache [2023-05-03T20:35:34.897Z] ---> 9112ec75f6ca [2023-05-03T20:35:34.897Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-05-03T20:35:34.897Z] ---> 3395077f6e0f [2023-05-03T20:35:34.897Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-05-03T20:35:34.897Z] Removing intermediate container 1afa94349343 [2023-05-03T20:35:34.897Z] ---> fb715926bf50 [2023-05-03T20:35:34.897Z] [2023-05-03T20:35:34.897Z] Step 10/24 : FROM alpine:3.17 [2023-05-03T20:35:34.897Z] ---> 51e60588ff2c [2023-05-03T20:35:34.897Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-05-03T20:35:34.897Z] ---> Using cache [2023-05-03T20:35:34.897Z] ---> 792210f507fb [2023-05-03T20:35:34.897Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-03T20:35:34.897Z] ---> Using cache [2023-05-03T20:35:34.897Z] ---> 69410d8e55a0 [2023-05-03T20:35:34.897Z] Step 13/24 : ENV APP_PORT=59882 [2023-05-03T20:35:34.897Z] ---> Running in b33e2ef6d435 [2023-05-03T20:35:34.897Z] ---> 18718d8ac8e5 [2023-05-03T20:35:34.897Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-05-03T20:35:34.897Z] Removing intermediate container b33e2ef6d435 [2023-05-03T20:35:34.897Z] ---> c35754debf13 [2023-05-03T20:35:34.897Z] Step 14/24 : EXPOSE $APP_PORT [2023-05-03T20:35:34.897Z] ---> Running in 85535831d18b [2023-05-03T20:35:34.897Z] Removing intermediate container 85535831d18b [2023-05-03T20:35:34.897Z] ---> 82c86c004e43 [2023-05-03T20:35:34.897Z] Step 15/24 : WORKDIR / [2023-05-03T20:35:34.897Z] ---> Running in cdb3c21d4718 [2023-05-03T20:35:34.897Z] ---> 3592ea236481 [2023-05-03T20:35:34.897Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-03T20:35:34.897Z] ---> Running in 6ae615f818bc [2023-05-03T20:35:34.897Z] Removing intermediate container cdb3c21d4718 [2023-05-03T20:35:34.897Z] ---> 94c9e3fbf15b [2023-05-03T20:35:34.897Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:35:34.897Z] ---> 5b37d0b70b4e [2023-05-03T20:35:34.897Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:35:34.897Z] ---> 101cad442dde [2023-05-03T20:35:34.897Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-05-03T20:35:34.897Z] Removing intermediate container 6ae615f818bc [2023-05-03T20:35:34.897Z] ---> 47e0b21590a6 [2023-05-03T20:35:34.897Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-03T20:35:34.897Z] ---> Running in 3c706714d338 [2023-05-03T20:35:34.897Z] Removing intermediate container 3c706714d338 [2023-05-03T20:35:34.897Z] ---> 1b4dff48632e [2023-05-03T20:35:34.897Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-03T20:35:34.897Z] ---> Running in 7404abb20153 [2023-05-03T20:35:34.897Z] ---> 0c94fa699f3f [2023-05-03T20:35:34.897Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-05-03T20:35:34.897Z] Removing intermediate container 7404abb20153 [2023-05-03T20:35:34.897Z] ---> eb85741258d3 [2023-05-03T20:35:34.897Z] Step 21/23 : LABEL arch=arm64 [2023-05-03T20:35:34.897Z] ---> Running in af1b70527ea0 [2023-05-03T20:35:34.897Z] Removing intermediate container af1b70527ea0 [2023-05-03T20:35:34.897Z] ---> 0958567a2b57 [2023-05-03T20:35:34.897Z] Step 22/23 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:35:35.171Z] ---> d72d12b4f638 [2023-05-03T20:35:35.171Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-05-03T20:35:35.171Z] ---> Running in a263f84a02b6 [2023-05-03T20:35:35.171Z] ---> Running in b229a33f38ed [2023-05-03T20:35:35.754Z] Removing intermediate container a263f84a02b6 [2023-05-03T20:35:35.754Z] ---> 9bc489f7ab4c [2023-05-03T20:35:35.754Z] Step 23/23 : LABEL version=0.0.0 [2023-05-03T20:35:35.754Z] ---> Running in 837e4f2ecf98 [2023-05-03T20:35:36.021Z] Removing intermediate container b229a33f38ed [2023-05-03T20:35:36.021Z] ---> 60eecf70ab77 [2023-05-03T20:35:36.021Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-03T20:35:36.288Z] ---> Running in 47fd2efb7332 [2023-05-03T20:35:36.554Z] Removing intermediate container 837e4f2ecf98 [2023-05-03T20:35:36.554Z] ---> a14de4072ac7 [2023-05-03T20:35:36.554Z] [2023-05-03T20:35:36.821Z] Removing intermediate container 47fd2efb7332 [2023-05-03T20:35:36.821Z] ---> 85baf2207bfb [2023-05-03T20:35:36.821Z] Step 22/24 : LABEL arch=arm64 [2023-05-03T20:35:36.821Z] ---> Running in 1bfd20531e7f [2023-05-03T20:35:37.087Z] Successfully built a14de4072ac7 [2023-05-03T20:35:37.087Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-05-03T20:35:37.354Z]  Building core-common-config-bootstrapper ... done Removing intermediate container 1bfd20531e7f [2023-05-03T20:35:37.354Z] ---> 05c5478a5038 [2023-05-03T20:35:37.354Z] Step 23/24 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:35:37.354Z] ---> Running in 2d283d87e208 [2023-05-03T20:35:37.937Z] Removing intermediate container 2d283d87e208 [2023-05-03T20:35:37.937Z] ---> 1125e886bc3d [2023-05-03T20:35:37.937Z] Step 24/24 : LABEL version=0.0.0 [2023-05-03T20:35:37.937Z] ---> Running in cce5bb9966dd [2023-05-03T20:35:38.521Z] Removing intermediate container cce5bb9966dd [2023-05-03T20:35:38.521Z] ---> e2c1438a6375 [2023-05-03T20:35:38.521Z] [2023-05-03T20:35:38.787Z] Successfully built e2c1438a6375 [2023-05-03T20:35:38.787Z] Successfully tagged core-command-arm64:latest [2023-05-03T20:36:25.596Z]  Building core-command ... 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 [2023-05-03T20:36:35.659Z] Removing intermediate container ebd1759ec58f [2023-05-03T20:36:35.659Z] ---> 810bba0421e8 [2023-05-03T20:36:35.659Z] [2023-05-03T20:36:35.659Z] Step 9/25 : FROM alpine:3.17 [2023-05-03T20:36:35.659Z] ---> 51e60588ff2c [2023-05-03T20:36:35.659Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-05-03T20:36:35.659Z] ---> Running in 05aa1b5d8e48 [2023-05-03T20:36:35.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:36:36.879Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:36:37.835Z] (1/3) Installing ca-certificates (20220614-r4) [2023-05-03T20:36:37.835Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-05-03T20:36:37.835Z] (3/3) Installing su-exec (0.2-r2) [2023-05-03T20:36:37.835Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:36:37.835Z] Executing ca-certificates-20220614-r4.trigger [2023-05-03T20:36:38.431Z] OK: 8 MiB in 18 packages [2023-05-03T20:36:39.835Z] Removing intermediate container 05aa1b5d8e48 [2023-05-03T20:36:39.835Z] ---> a9971e15aeec [2023-05-03T20:36:39.835Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-03T20:36:39.835Z] ---> Running in 41ec6a136bb2 [2023-05-03T20:36:40.418Z] Removing intermediate container 41ec6a136bb2 [2023-05-03T20:36:40.418Z] ---> 160f25335391 [2023-05-03T20:36:40.418Z] Step 12/25 : WORKDIR / [2023-05-03T20:36:40.418Z] ---> Running in 036447247fa1 [2023-05-03T20:36:40.999Z] Removing intermediate container 036447247fa1 [2023-05-03T20:36:40.999Z] ---> dba3b5f51211 [2023-05-03T20:36:40.999Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:36:42.939Z] ---> 60951556368f [2023-05-03T20:36:42.939Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:36:43.535Z] ---> 0b129c47d688 [2023-05-03T20:36:43.535Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-05-03T20:36:44.116Z] ---> aa92938414d3 [2023-05-03T20:36:44.116Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-05-03T20:36:44.698Z] ---> 49639ae639b3 [2023-05-03T20:36:44.698Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-05-03T20:36:44.698Z] Removing intermediate container 6379328546ae [2023-05-03T20:36:44.698Z] ---> 34d7ccc22cda [2023-05-03T20:36:44.698Z] [2023-05-03T20:36:44.698Z] Step 9/20 : FROM alpine:3.17 [2023-05-03T20:36:44.698Z] ---> 51e60588ff2c [2023-05-03T20:36:44.698Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-03T20:36:44.698Z] ---> Using cache [2023-05-03T20:36:44.698Z] ---> f485454159fc [2023-05-03T20:36:44.698Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-05-03T20:36:44.963Z] ---> Running in e78126acb55b [2023-05-03T20:36:45.544Z] ---> ba3c3147f439 [2023-05-03T20:36:45.544Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-05-03T20:36:46.128Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:36:46.393Z] ---> 4d3057cac20b [2023-05-03T20:36:46.393Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-05-03T20:36:46.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:36:47.620Z] ---> 9c4f58a8e141 [2023-05-03T20:36:47.620Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-05-03T20:36:47.620Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-03T20:36:47.620Z] v3.17.3-149-g91cc19e37a1 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-03T20:36:47.620Z] OK: 17691 distinct packages available [2023-05-03T20:36:47.888Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T20:36:48.154Z] ---> 61ac633c0ca9 [2023-05-03T20:36:48.154Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-03T20:36:48.154Z] ---> Running in 388fb059560b [2023-05-03T20:36:48.420Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T20:36:49.834Z] (1/9) Installing ca-certificates (20220614-r4) [2023-05-03T20:36:49.834Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-05-03T20:36:49.834Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-05-03T20:36:49.834Z] (4/9) Installing libcurl (8.0.1-r0) [2023-05-03T20:36:49.834Z] (5/9) Installing curl (8.0.1-r0) [2023-05-03T20:36:49.834Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-05-03T20:36:49.834Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-05-03T20:36:49.834Z] (8/9) Installing libucontext (1.2-r0) [2023-05-03T20:36:49.834Z] (9/9) Installing gcompat (1.1.0-r0) [2023-05-03T20:36:49.834Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T20:36:49.834Z] Executing ca-certificates-20220614-r4.trigger [2023-05-03T20:36:50.100Z] Removing intermediate container 388fb059560b [2023-05-03T20:36:50.100Z] ---> 2c2cd3dc987d [2023-05-03T20:36:50.100Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-05-03T20:36:50.100Z] ---> Running in ce96f44172fe [2023-05-03T20:36:50.366Z] OK: 11 MiB in 24 packages [2023-05-03T20:36:50.366Z] Removing intermediate container ce96f44172fe [2023-05-03T20:36:50.366Z] ---> 401f5140fe08 [2023-05-03T20:36:50.366Z] Step 23/25 : LABEL arch=arm64 [2023-05-03T20:36:50.632Z] ---> Running in ee4c85412d03 [2023-05-03T20:36:50.898Z] Removing intermediate container ee4c85412d03 [2023-05-03T20:36:50.898Z] ---> 7ff0e6335949 [2023-05-03T20:36:50.898Z] Step 24/25 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:36:50.898Z] ---> Running in b5454ed5a5fd [2023-05-03T20:36:51.480Z] Removing intermediate container b5454ed5a5fd [2023-05-03T20:36:51.480Z] ---> d322bc22a543 [2023-05-03T20:36:51.480Z] Step 25/25 : LABEL version=0.0.0 [2023-05-03T20:36:51.480Z] ---> Running in dc9484bc3bbb [2023-05-03T20:36:51.745Z] Removing intermediate container e78126acb55b [2023-05-03T20:36:51.745Z] ---> 7e6bd66b52e4 [2023-05-03T20:36:51.745Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-03T20:36:51.745Z] Removing intermediate container dc9484bc3bbb [2023-05-03T20:36:51.745Z] ---> 682c2366847f [2023-05-03T20:36:51.745Z] [2023-05-03T20:36:52.015Z] Successfully built 682c2366847f [2023-05-03T20:36:52.015Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-05-03T20:36:52.281Z]  Building security-secretstore-setup ... done  ---> 78dd438d29b8 [2023-05-03T20:36:52.281Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-05-03T20:36:52.864Z] ---> a6c96889d2f2 [2023-05-03T20:36:52.864Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-05-03T20:36:55.432Z] ---> 2d088b395082 [2023-05-03T20:36:55.433Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-05-03T20:36:56.013Z] ---> 1cc025eaa21a [2023-05-03T20:36:56.013Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-05-03T20:36:56.013Z] ---> Running in 2ea444d2805f [2023-05-03T20:36:56.280Z] Removing intermediate container 2ea444d2805f [2023-05-03T20:36:56.280Z] ---> 6d3f21810168 [2023-05-03T20:36:56.280Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] [2023-05-03T20:36:56.280Z] ---> Running in 1564a1241611 [2023-05-03T20:36:56.546Z] Removing intermediate container 1564a1241611 [2023-05-03T20:36:56.546Z] ---> ea1856b37551 [2023-05-03T20:36:56.546Z] Step 18/20 : LABEL arch=arm64 [2023-05-03T20:36:56.546Z] ---> Running in 326aebfeba4a [2023-05-03T20:36:56.811Z] Removing intermediate container 326aebfeba4a [2023-05-03T20:36:56.811Z] ---> 86132606933e [2023-05-03T20:36:56.811Z] Step 19/20 : LABEL git_sha=40f4ace58678a4c1a16f98a321cb5c1be702fd0b [2023-05-03T20:36:57.078Z] ---> Running in 6e104f1e7459 [2023-05-03T20:36:57.344Z] Removing intermediate container 6e104f1e7459 [2023-05-03T20:36:57.344Z] ---> 86efbc10fa6b [2023-05-03T20:36:57.344Z] Step 20/20 : LABEL version=0.0.0 [2023-05-03T20:36:57.344Z] ---> Running in 1bd6f7fac45f [2023-05-03T20:36:57.610Z] Removing intermediate container 1bd6f7fac45f [2023-05-03T20:36:57.610Z] ---> 61a95accf0e6 [2023-05-03T20:36:57.610Z] [2023-05-03T20:36:57.875Z] Successfully built 61a95accf0e6 [2023-05-03T20:36:57.875Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-05-03T20:36:58.149Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-05-03T20:36:58.175Z] $ docker stop --time=1 b4ae9528f71508520ab0fdba9ed95d2a9ad193e3a8ceaf7defdb5013204e568d [2023-05-03T20:36:59.833Z] $ docker rm -f --volumes b4ae9528f71508520ab0fdba9ed95d2a9ad193e3a8ceaf7defdb5013204e568d [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T20:37:00.363Z] + docker images [2023-05-03T20:37:00.630Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-05-03T20:37:00.630Z] security-spiffe-token-provider-arm64 latest 61a95accf0e6 3 seconds ago 32.7MB [2023-05-03T20:37:00.630Z] security-secretstore-setup-arm64 latest 682c2366847f 9 seconds ago 32.2MB [2023-05-03T20:37:00.630Z] 34d7ccc22cda 17 seconds ago 1.57GB [2023-05-03T20:37:00.630Z] 810bba0421e8 27 seconds ago 1.52GB [2023-05-03T20:37:00.630Z] core-command-arm64 latest e2c1438a6375 About a minute ago 19.7MB [2023-05-03T20:37:00.630Z] core-common-config-bootstrapper-arm64 latest a14de4072ac7 About a minute ago 17.2MB [2023-05-03T20:37:00.630Z] fb715926bf50 About a minute ago 1.53GB [2023-05-03T20:37:00.630Z] 31097fb5c383 About a minute ago 1.52GB [2023-05-03T20:37:00.630Z] security-spire-agent-arm64 latest 5c522085bc55 4 minutes ago 153MB [2023-05-03T20:37:00.630Z] 3935f6c2055c 4 minutes ago 1.39GB [2023-05-03T20:37:00.630Z] security-proxy-auth-arm64 latest c26b8eed8a1a 4 minutes ago 18.1MB [2023-05-03T20:37:00.630Z] 0c4972b60234 5 minutes ago 1.51GB [2023-05-03T20:37:00.630Z] security-proxy-setup-arm64 latest 1821f76b4515 5 minutes ago 18.7MB [2023-05-03T20:37:00.630Z] b363010c375a 5 minutes ago 1.51GB [2023-05-03T20:37:00.630Z] core-metadata-arm64 latest 88994bb9fcd5 8 minutes ago 20.2MB [2023-05-03T20:37:00.630Z] support-notifications-arm64 latest adfe44816342 8 minutes ago 31.9MB [2023-05-03T20:37:00.630Z] 78b04cd5257c 8 minutes ago 1.53GB [2023-05-03T20:37:00.630Z] support-scheduler-arm64 latest f0ea0b4bd88f 8 minutes ago 31.2MB [2023-05-03T20:37:00.630Z] ae2c8c7e7e63 8 minutes ago 1.59GB [2023-05-03T20:37:00.630Z] 77f36abfa53d 8 minutes ago 1.59GB [2023-05-03T20:37:00.630Z] core-data-arm64 latest b909916254ef 11 minutes ago 19.9MB [2023-05-03T20:37:00.630Z] a4e3e0bf934c 11 minutes ago 1.53GB [2023-05-03T20:37:00.630Z] security-bootstrapper-arm64 latest 789971864d36 11 minutes ago 21.9MB [2023-05-03T20:37:00.630Z] b2bd813ba219 12 minutes ago 1.51GB [2023-05-03T20:37:00.630Z] security-spire-server-arm64 latest ea637d4859f9 15 minutes ago 97MB [2023-05-03T20:37:00.630Z] a85f1d82d82a 16 minutes ago 1.39GB [2023-05-03T20:37:00.630Z] security-spire-config-arm64 latest f330259292db 18 minutes ago 96.1MB [2023-05-03T20:37:00.630Z] 69b754bd8b73 18 minutes ago 1.39GB [2023-05-03T20:37:00.630Z] ci-base-image-arm64 latest 8c2617a08568 33 minutes ago 899MB [2023-05-03T20:37:00.630Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 9 days ago 681MB [2023-05-03T20:37:00.630Z] alpine 3.17 51e60588ff2c 5 weeks ago 7.46MB [2023-05-03T20:37:00.630Z] 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 [2023-05-03T20:37:01.440Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T20:37:01.440Z] [2023-05-03T20:37:01.440Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T20:37:01.845Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T20:37:02.111Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-03T20:37:02.111Z] 8998bd30e6a1: Pulling fs layer [2023-05-03T20:37:02.111Z] 04944245beec: Pulling fs layer [2023-05-03T20:37:02.111Z] 699f458cf7ca: Pulling fs layer [2023-05-03T20:37:02.111Z] 765212b225bb: Pulling fs layer [2023-05-03T20:37:02.111Z] f23df028b6ca: Pulling fs layer [2023-05-03T20:37:02.111Z] d65c8cfc05b1: Pulling fs layer [2023-05-03T20:37:02.111Z] 2437ff75d9bd: Pulling fs layer [2023-05-03T20:37:02.111Z] 765212b225bb: Waiting [2023-05-03T20:37:02.111Z] f23df028b6ca: Waiting [2023-05-03T20:37:02.111Z] d65c8cfc05b1: Waiting [2023-05-03T20:37:02.111Z] 2437ff75d9bd: Waiting [2023-05-03T20:37:02.111Z] 04944245beec: Verifying Checksum [2023-05-03T20:37:02.111Z] 04944245beec: Download complete [2023-05-03T20:37:02.111Z] 765212b225bb: Verifying Checksum [2023-05-03T20:37:02.111Z] 765212b225bb: Download complete [2023-05-03T20:37:02.376Z] f23df028b6ca: Verifying Checksum [2023-05-03T20:37:02.376Z] f23df028b6ca: Download complete [2023-05-03T20:37:02.376Z] d65c8cfc05b1: Verifying Checksum [2023-05-03T20:37:02.376Z] d65c8cfc05b1: Download complete [2023-05-03T20:37:02.376Z] 699f458cf7ca: Verifying Checksum [2023-05-03T20:37:02.376Z] 699f458cf7ca: Download complete [2023-05-03T20:37:02.643Z] 8998bd30e6a1: Verifying Checksum [2023-05-03T20:37:02.643Z] 8998bd30e6a1: Download complete [2023-05-03T20:37:05.216Z] 2437ff75d9bd: Verifying Checksum [2023-05-03T20:37:05.216Z] 2437ff75d9bd: Download complete [2023-05-03T20:37:06.619Z] 8998bd30e6a1: Pull complete [2023-05-03T20:37:06.619Z] 04944245beec: Pull complete [2023-05-03T20:37:08.020Z] 699f458cf7ca: Pull complete [2023-05-03T20:37:08.286Z] 765212b225bb: Pull complete [2023-05-03T20:37:08.867Z] f23df028b6ca: Pull complete [2023-05-03T20:37:09.135Z] d65c8cfc05b1: Pull complete [2023-05-03T20:37:21.427Z] 2437ff75d9bd: Pull complete [2023-05-03T20:37:21.427Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-03T20:37:21.427Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T20:37:21.427Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T20:37:21.774Z] prd-ubuntu20.04-docker-arm64-4c-16g-12620 does not seem to be running inside a container [2023-05-03T20:37:21.846Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-03T20:37:24.516Z] $ docker top eb6667f922d22df61ebcbf91e2307dd6530ee9714552889785d7ac94053e33c3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T20:37:25.480Z] ---> job-cost.sh [2023-05-03T20:37:25.480Z] lf-activate-venv: SKIPPING [2023-05-03T20:37:25.480Z] INFO: No Stack... [2023-05-03T20:37:26.057Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-03T20:37:26.638Z] INFO: Archiving Costs [Pipeline] sh [2023-05-03T20:37:27.296Z] + + catcut -d, -f6 [2023-05-03T20:37:27.296Z] /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2023-05-03T20:37:27.379Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4549-1-stack-cost] [2023-05-03T20:37:27.384Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4549-1-stack-cost] did not exist. Created. [2023-05-03T20:37:27.384Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4549-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-03T20:37:27.800Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-03T20:37:28.052Z] Stashed 1 file(s) [Pipeline] } [2023-05-03T20:37:28.070Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4549-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-03T20:37:28.166Z] $ docker stop --time=1 eb6667f922d22df61ebcbf91e2307dd6530ee9714552889785d7ac94053e33c3 [2023-05-03T20:37:29.684Z] $ docker rm -f --volumes eb6667f922d22df61ebcbf91e2307dd6530ee9714552889785d7ac94053e33c3 [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 [2023-05-03T20:37:30.725Z] provisioning config files... [2023-05-03T20:37:30.732Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6380164930678708222tmp [Pipeline] { [Pipeline] sh [2023-05-03T20:37:31.073Z] + set +x [2023-05-03T20:37:31.074Z] + curl -s https://codecov.io/bash [2023-05-03T20:37:31.074Z] + bash -s -- [2023-05-03T20:37:31.333Z] [2023-05-03T20:37:31.333Z] _____ _ [2023-05-03T20:37:31.333Z] / ____| | | [2023-05-03T20:37:31.333Z] | | ___ __| | ___ ___ _____ __ [2023-05-03T20:37:31.333Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-03T20:37:31.333Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-03T20:37:31.333Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-03T20:37:31.333Z] Bash-1.0.6 [2023-05-03T20:37:31.333Z] [2023-05-03T20:37:31.333Z] [2023-05-03T20:37:31.333Z] ==> git version 2.25.1 found [2023-05-03T20:37:31.333Z] ==> 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 [2023-05-03T20:37:31.333Z] Release-Date: 2020-01-08 [2023-05-03T20:37:31.333Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-05-03T20:37:31.333Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-03T20:37:31.333Z] ==> Jenkins CI detected. [2023-05-03T20:37:31.333Z] current dir:  /w/workspace/edgex-go/1 [2023-05-03T20:37:31.333Z] project root: . [2023-05-03T20:37:31.333Z] --> token set from env [2023-05-03T20:37:31.333Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-03T20:37:31.333Z] ==> Running gcov in . (disable via -X gcov) [2023-05-03T20:37:31.333Z] ==> Python coveragepy not found [2023-05-03T20:37:31.333Z] ==> Searching for coverage reports in: [2023-05-03T20:37:31.333Z] + . [2023-05-03T20:37:31.333Z] -> Found 1 reports [2023-05-03T20:37:31.333Z] ==> Detecting git/mercurial file structure [2023-05-03T20:37:31.333Z] ==> Reading reports [2023-05-03T20:37:31.333Z] + ./coverage.out bytes=448352 [2023-05-03T20:37:31.333Z] ==> Appending adjustments [2023-05-03T20:37:31.333Z] https://docs.codecov.io/docs/fixing-reports [2023-05-03T20:37:32.707Z] + Found adjustments [2023-05-03T20:37:32.707Z] ==> Gzipping contents [2023-05-03T20:37:32.707Z] 60K /tmp/codecov.t5bnib.gz [2023-05-03T20:37:32.707Z] ==> Uploading reports [2023-05-03T20:37:32.707Z] url: https://codecov.io [2023-05-03T20:37:32.707Z] query: branch=PR-4549&commit=40f4ace58678a4c1a16f98a321cb5c1be702fd0b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4549%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4549&job=&cmd_args= [2023-05-03T20:37:32.707Z] -> Pinging Codecov [2023-05-03T20:37:32.707Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4549&commit=40f4ace58678a4c1a16f98a321cb5c1be702fd0b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4549%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4549&job=&cmd_args= [2023-05-03T20:37:32.707Z] -> Uploading to [2023-05-03T20:37:32.707Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-03/00271124DB129430A58F1EEE437C3FCB/40f4ace58678a4c1a16f98a321cb5c1be702fd0b/62a9bdfc-907f-4d47-80ed-fdb847333767.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230503T203732Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dc2db386def6611925c67f71956ec22a0fd4132c7bfee280d88e1b4edf64cd49 [2023-05-03T20:37:32.707Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-03T20:37:32.707Z] Dload Upload Total Spent Left Speed [2023-05-03T20:37:32.968Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57539 0 0 100 57539 0 221k --:--:-- --:--:-- --:--:-- 221k [2023-05-03T20:37:32.968Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/40f4ace58678a4c1a16f98a321cb5c1be702fd0b [Pipeline] } [2023-05-03T20:37:33.000Z] 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 [2023-05-03T20:37:34.372Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-05-03T20:37:34.694Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T20:37:35.578Z] ---> package-listing.sh [2023-05-03T20:37:35.578Z] ++ facter osfamily [2023-05-03T20:37:35.578Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-03T20:37:35.837Z] + OS_FAMILY=debian [2023-05-03T20:37:35.837Z] + workspace=/w/workspace/edgex-go/1 [2023-05-03T20:37:35.837Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-03T20:37:35.837Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-03T20:37:35.837Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-03T20:37:35.837Z] + PACKAGES=/tmp/packages_start.txt [2023-05-03T20:37:35.837Z] + '[' /w/workspace/edgex-go/1 ']' [2023-05-03T20:37:35.837Z] + PACKAGES=/tmp/packages_end.txt [2023-05-03T20:37:35.837Z] + case "${OS_FAMILY}" in [2023-05-03T20:37:35.837Z] + dpkg -l [2023-05-03T20:37:35.837Z] + grep '^ii' [2023-05-03T20:37:35.837Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-03T20:37:35.837Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-03T20:37:35.837Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-03T20:37:35.837Z] + '[' /w/workspace/edgex-go/1 ']' [2023-05-03T20:37:35.837Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-05-03T20:37:35.838Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-05-03T20:37:35.873Z] 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 [2023-05-03T20:37:36.164Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T20:37:36.793Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T20:37:36.793Z] [2023-05-03T20:37:36.793Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T20:37:37.169Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T20:37:37.169Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-03T20:37:37.169Z] 5eb5b503b376: Pulling fs layer [2023-05-03T20:37:37.169Z] 5c69ac0246d0: Pulling fs layer [2023-05-03T20:37:37.169Z] ec43610c2a17: Pulling fs layer [2023-05-03T20:37:37.169Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-03T20:37:37.169Z] 33b1e0a273af: Pulling fs layer [2023-05-03T20:37:37.169Z] 5d3b04190fa2: Pulling fs layer [2023-05-03T20:37:37.169Z] 2f39f015ded8: Pulling fs layer [2023-05-03T20:37:37.169Z] 33b1e0a273af: Waiting [2023-05-03T20:37:37.169Z] 5d3b04190fa2: Waiting [2023-05-03T20:37:37.169Z] 2f39f015ded8: Waiting [2023-05-03T20:37:37.169Z] 3a2ae6a8a46f: Waiting [2023-05-03T20:37:37.169Z] 5c69ac0246d0: Download complete [2023-05-03T20:37:37.169Z] 3a2ae6a8a46f: Download complete [2023-05-03T20:37:37.169Z] 33b1e0a273af: Verifying Checksum [2023-05-03T20:37:37.169Z] 33b1e0a273af: Download complete [2023-05-03T20:37:37.169Z] ec43610c2a17: Verifying Checksum [2023-05-03T20:37:37.169Z] ec43610c2a17: Download complete [2023-05-03T20:37:37.169Z] 5d3b04190fa2: Verifying Checksum [2023-05-03T20:37:37.169Z] 5d3b04190fa2: Download complete [2023-05-03T20:37:37.427Z] 5eb5b503b376: Verifying Checksum [2023-05-03T20:37:37.427Z] 5eb5b503b376: Download complete [2023-05-03T20:37:37.990Z] 2f39f015ded8: Download complete [2023-05-03T20:37:38.555Z] 5eb5b503b376: Pull complete [2023-05-03T20:37:38.555Z] 5c69ac0246d0: Pull complete [2023-05-03T20:37:39.122Z] ec43610c2a17: Pull complete [2023-05-03T20:37:39.122Z] 3a2ae6a8a46f: Pull complete [2023-05-03T20:37:39.381Z] 33b1e0a273af: Pull complete [2023-05-03T20:37:39.381Z] 5d3b04190fa2: Pull complete [2023-05-03T20:37:43.565Z] 2f39f015ded8: Pull complete [2023-05-03T20:37:43.565Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-03T20:37:43.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T20:37:43.565Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T20:37:43.764Z] prd-ubuntu20.04-docker-8c-8g-12619 does not seem to be running inside a container [2023-05-03T20:37:43.783Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-03T20:37:46.855Z] $ docker top d3aadb6dd5aaa48ed680896c9b37ff10ab0c6de7b3fb0c47a90cb2b15faee80f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T20:37:47.242Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-03T20:37:47.551Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-03T20:37:47.859Z] + ls /var/log/sa-host [2023-05-03T20:37:47.859Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T20:37:48.071Z] provisioning config files... [2023-05-03T20:37:48.078Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config15809708954758720185tmp [Pipeline] { [Pipeline] echo [2023-05-03T20:37:48.130Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T20:37:48.437Z] ---> create-netrc.sh [Pipeline] } [2023-05-03T20:37:48.464Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-03T20:37:48.863Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-03T20:37:48.891Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T20:37:49.197Z] ---> sudo-logs.sh [2023-05-03T20:37:49.197Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-03T20:37:49.272Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T20:37:49.583Z] ---> job-cost.sh [2023-05-03T20:37:49.583Z] lf-activate-venv: SKIPPING [2023-05-03T20:37:49.583Z] DEBUG: total: 0.10999999940395355 [2023-05-03T20:37:49.583Z] INFO: Retrieving Stack Cost... [2023-05-03T20:37:49.845Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-03T20:37:50.414Z] INFO: Archiving Costs [Pipeline] echo [2023-05-03T20:37:50.450Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T20:37:50.757Z] ---> logs-deploy.sh [2023-05-03T20:37:50.757Z] lf-activate-venv: SKIPPING [2023-05-03T20:37:50.757Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4549/1 [2023-05-03T20:37:50.757Z] INFO: archiving workspace using pattern(s): [2023-05-03T20:37:51.694Z] Archives upload complete. [2023-05-03T20:37:51.694Z] INFO: archiving logs to Nexus