Pull request #4529 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 52daff80f6c7ff3a808bf9dea69553069044fb5b+ff802d8b4dd3157c514065f0a66808faf07e520c (6927d9d04800da0a182cac5efe00e7a69ff08d32) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15708458893450232383.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh17604656010589449481.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4529/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4529/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3545021258060629865.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4529/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17334596377865900822.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh12130329946032869490.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4529/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4529/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5868592887270533082.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-10941’ Running on prd-ubuntu20.04-docker-8c-8g-10950 in /w/workspace/edgexfoundry_edgex-go_PR-4529 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4529/head:refs/remotes/origin/PR-4529 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit ff802d8b4dd3157c514065f0a66808faf07e520c into PR head commit 52daff80f6c7ff3a808bf9dea69553069044fb5b Merge succeeded, producing 52daff80f6c7ff3a808bf9dea69553069044fb5b Checking out Revision 52daff80f6c7ff3a808bf9dea69553069044fb5b (PR-4529) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-26T06:34:13.764Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-26T06:34:13.930Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW > git config core.sparsecheckout # timeout=10 > git checkout -f 52daff80f6c7ff3a808bf9dea69553069044fb5b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ff802d8b4dd3157c514065f0a66808faf07e520c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 52daff80f6c7ff3a808bf9dea69553069044fb5b # timeout=10 [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-26T06:34:14.036Z] ========================================================= [2023-04-26T06:34:14.036Z] EdgeX Global Pipelines Version Info [2023-04-26T06:34:14.036Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-26T06:34:14.771Z] ------------------- [2023-04-26T06:34:14.771Z] stable info: [2023-04-26T06:34:14.771Z] ------------------- [2023-04-26T06:34:14.771Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-26T06:34:14.771Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-26T06:34:14.771Z] Message: update stable to v1.0.248 [2023-04-26T06:34:15.340Z] ------------------- [2023-04-26T06:34:15.340Z] experimental info: [2023-04-26T06:34:15.340Z] ------------------- [2023-04-26T06:34:15.340Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-26T06:34:15.340Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-26T06:34:15.340Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-26T06:34:15.608Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-04-26T06:34:15.641Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-04-26T06:34:15.681Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-26T06:34:15.724Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-26T06:34:15.766Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-26T06:34:15.809Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-26T06:34:15.850Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-26T06:34:15.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-04-26T06:34:15.933Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-04-26T06:34:15.975Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-04-26T06:34:16.018Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-26T06:34:16.065Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-26T06:34:16.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-26T06:34:16.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-26T06:34:16.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-26T06:34:16.240Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-26T06:34:16.288Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-26T06:34:16.332Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-26T06:34:16.376Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-04-26T06:34:16.425Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-04-26T06:34:16.466Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-26T06:34:16.510Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-26T06:34:16.553Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-26T06:34:16.596Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4529 [Pipeline] echo [2023-04-26T06:34:16.636Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4529 [Pipeline] echo [2023-04-26T06:34:16.683Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4529 [Pipeline] echo [2023-04-26T06:34:16.727Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 52daff80f6c7ff3a808bf9dea69553069044fb5b [Pipeline] echo [2023-04-26T06:34:16.769Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 52daff8 [Pipeline] echo [2023-04-26T06:34:16.812Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T06:34:16.931Z] provisioning config files... [2023-04-26T06:34:16.945Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2648156421040970299tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T06:34:17.306Z] ---> docker-login.sh [2023-04-26T06:34:17.306Z] nexus3.edgexfoundry.org:10001 [2023-04-26T06:34:17.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:34:17.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:34:17.567Z] Configure a credential helper to remove this warning. See [2023-04-26T06:34:17.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:34:17.567Z] [2023-04-26T06:34:17.567Z] Login Succeeded [2023-04-26T06:34:17.567Z] nexus3.edgexfoundry.org:10002 [2023-04-26T06:34:17.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:34:17.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:34:17.828Z] Configure a credential helper to remove this warning. See [2023-04-26T06:34:17.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:34:17.828Z] [2023-04-26T06:34:17.828Z] Login Succeeded [2023-04-26T06:34:17.828Z] nexus3.edgexfoundry.org:10003 [2023-04-26T06:34:17.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:34:17.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:34:17.828Z] Configure a credential helper to remove this warning. See [2023-04-26T06:34:17.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:34:17.828Z] [2023-04-26T06:34:17.828Z] Login Succeeded [2023-04-26T06:34:17.828Z] nexus3.edgexfoundry.org:10004 [2023-04-26T06:34:17.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:34:17.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:34:17.829Z] Configure a credential helper to remove this warning. See [2023-04-26T06:34:17.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:34:17.829Z] [2023-04-26T06:34:17.829Z] Login Succeeded [2023-04-26T06:34:17.829Z] docker.io [2023-04-26T06:34:18.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:34:18.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:34:18.355Z] Configure a credential helper to remove this warning. See [2023-04-26T06:34:18.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:34:18.355Z] [2023-04-26T06:34:18.355Z] Login Succeeded [2023-04-26T06:34:18.355Z] ---> docker-login.sh ends [Pipeline] } [2023-04-26T06:34:18.384Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-26T06:34:18.818Z] + 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-04-26T06:34:18.818Z] + dirname cmd/core-command/Dockerfile [2023-04-26T06:34:18.818Z] + cut -d/ -f2 [2023-04-26T06:34:18.818Z] + echo core-command,cmd/core-command/Dockerfile [2023-04-26T06:34:18.818Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-04-26T06:34:18.818Z] + cut -d/ -f2 [2023-04-26T06:34:18.818Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-04-26T06:34:18.818Z] + dirname cmd/core-data/Dockerfile [2023-04-26T06:34:18.818Z] + cut -d/ -f2 [2023-04-26T06:34:18.818Z] + echo core-data,cmd/core-data/Dockerfile [2023-04-26T06:34:18.818Z] + dirname cmd/core-metadata/Dockerfile [2023-04-26T06:34:18.818Z] + cut -d/ -f2 [2023-04-26T06:34:18.818Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-04-26T06:34:18.818Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-04-26T06:34:18.818Z] + cut -d/ -f2 [2023-04-26T06:34:18.818Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-04-26T06:34:18.818Z] + cut -d/ -f2 [2023-04-26T06:34:18.818Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-04-26T06:34:18.818Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-04-26T06:34:18.818Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-04-26T06:34:18.818Z] + cut -d/ -f2 [2023-04-26T06:34:18.818Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-04-26T06:34:18.818Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-04-26T06:34:18.818Z] + cut -d/ -f2 [2023-04-26T06:34:18.818Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-04-26T06:34:18.818Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-04-26T06:34:18.818Z] + cut -d/ -f2 [2023-04-26T06:34:18.818Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-04-26T06:34:18.818Z] + dirname cmd/security-spire-agent/Dockerfile [2023-04-26T06:34:18.818Z] + cut -d/ -f2 [2023-04-26T06:34:18.818Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-04-26T06:34:18.818Z] + dirname cmd/security-spire-config/Dockerfile [2023-04-26T06:34:18.818Z] + cut -d/ -f2 [2023-04-26T06:34:18.818Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-04-26T06:34:18.818Z] + + dirname cmd/security-spire-server/Dockerfile [2023-04-26T06:34:18.818Z] cut -d/ -f2 [2023-04-26T06:34:18.818Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-04-26T06:34:18.818Z] + dirname cmd/support-notifications/Dockerfile [2023-04-26T06:34:18.818Z] + cut -d/ -f2 [2023-04-26T06:34:18.818Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-04-26T06:34:18.818Z] + dirname cmd/support-scheduler/Dockerfile [2023-04-26T06:34:18.818Z] + cut -d/ -f2 [2023-04-26T06:34:18.818Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-04-26T06:34:18.892Z] 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-04-26T06:34:19.402Z] + git rev-list -1 --merges 52daff80f6c7ff3a808bf9dea69553069044fb5b~1..52daff80f6c7ff3a808bf9dea69553069044fb5b [Pipeline] echo [2023-04-26T06:34:19.439Z] -----------> git rev-list -1 --merges 52daff80f6c7ff3a808bf9dea69553069044fb5b~1..52daff80f6c7ff3a808bf9dea69553069044fb5b 52daff80f6c7ff3a808bf9dea69553069044fb5b [false] [Pipeline] sh [2023-04-26T06:34:19.751Z] + git log --format=format:%s -1 52daff80f6c7ff3a808bf9dea69553069044fb5b [Pipeline] echo [2023-04-26T06:34:19.790Z] ========================================================= [2023-04-26T06:34:19.791Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-26T06:34:19.791Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-04-26T06:34:20.236Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-26T06:34:20.237Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-26T06:34:20.237Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-26T06:34:20.237Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-26T06:34:20.237Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-26T06:34:20.237Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-26T06:34:20.237Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:34:20.666Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-26T06:34:20.666Z] [2023-04-26T06:34:20.666Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:34:21.046Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-26T06:34:21.046Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-26T06:34:21.046Z] b85a868b505f: Pulling fs layer [2023-04-26T06:34:21.046Z] e2be974225ed: Pulling fs layer [2023-04-26T06:34:21.046Z] 339a4e72a1f5: Pulling fs layer [2023-04-26T06:34:21.046Z] 988bab9f4d93: Pulling fs layer [2023-04-26T06:34:21.046Z] 1469e6f7b9e6: Pulling fs layer [2023-04-26T06:34:21.046Z] eaf3925da568: Pulling fs layer [2023-04-26T06:34:21.046Z] bab4dde63d76: Pulling fs layer [2023-04-26T06:34:21.046Z] bde34c3a00c8: Pulling fs layer [2023-04-26T06:34:21.046Z] b352a97aabf1: Pulling fs layer [2023-04-26T06:34:21.046Z] 4872d77fe225: Pulling fs layer [2023-04-26T06:34:21.046Z] 5851b861e8e6: Pulling fs layer [2023-04-26T06:34:21.046Z] eaf3925da568: Waiting [2023-04-26T06:34:21.046Z] bab4dde63d76: Waiting [2023-04-26T06:34:21.046Z] bde34c3a00c8: Waiting [2023-04-26T06:34:21.046Z] b352a97aabf1: Waiting [2023-04-26T06:34:21.046Z] 4872d77fe225: Waiting [2023-04-26T06:34:21.046Z] 5851b861e8e6: Waiting [2023-04-26T06:34:21.046Z] 988bab9f4d93: Waiting [2023-04-26T06:34:21.046Z] 1469e6f7b9e6: Waiting [2023-04-26T06:34:21.046Z] e2be974225ed: Download complete [2023-04-26T06:34:21.046Z] 988bab9f4d93: Verifying Checksum [2023-04-26T06:34:21.046Z] 988bab9f4d93: Download complete [2023-04-26T06:34:21.306Z] 1469e6f7b9e6: Verifying Checksum [2023-04-26T06:34:21.306Z] 1469e6f7b9e6: Download complete [2023-04-26T06:34:21.306Z] eaf3925da568: Verifying Checksum [2023-04-26T06:34:21.306Z] 339a4e72a1f5: Verifying Checksum [2023-04-26T06:34:21.306Z] eaf3925da568: Download complete [2023-04-26T06:34:21.306Z] 339a4e72a1f5: Download complete [2023-04-26T06:34:21.306Z] bde34c3a00c8: Download complete [2023-04-26T06:34:21.306Z] b352a97aabf1: Download complete [2023-04-26T06:34:21.306Z] 4872d77fe225: Verifying Checksum [2023-04-26T06:34:21.306Z] 4872d77fe225: Download complete [2023-04-26T06:34:21.306Z] 5851b861e8e6: Verifying Checksum [2023-04-26T06:34:21.306Z] 5851b861e8e6: Download complete [2023-04-26T06:34:21.306Z] b85a868b505f: Verifying Checksum [2023-04-26T06:34:21.306Z] b85a868b505f: Download complete [2023-04-26T06:34:21.564Z] bab4dde63d76: Verifying Checksum [2023-04-26T06:34:21.565Z] bab4dde63d76: Download complete [2023-04-26T06:34:22.500Z] b85a868b505f: Pull complete [2023-04-26T06:34:22.500Z] e2be974225ed: Pull complete [2023-04-26T06:34:23.068Z] 339a4e72a1f5: Pull complete [2023-04-26T06:34:23.068Z] 988bab9f4d93: Pull complete [2023-04-26T06:34:23.329Z] 1469e6f7b9e6: Pull complete [2023-04-26T06:34:23.329Z] eaf3925da568: Pull complete [2023-04-26T06:34:25.233Z] bab4dde63d76: Pull complete [2023-04-26T06:34:25.233Z] bde34c3a00c8: Pull complete [2023-04-26T06:34:25.233Z] b352a97aabf1: Pull complete [2023-04-26T06:34:25.233Z] 4872d77fe225: Pull complete [2023-04-26T06:34:25.493Z] 5851b861e8e6: Pull complete [2023-04-26T06:34:25.493Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-26T06:34:25.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-26T06:34:25.493Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T06:34:25.729Z] prd-ubuntu20.04-docker-8c-8g-10950 does not seem to be running inside a container [2023-04-26T06:34:25.767Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-26T06:34:28.138Z] $ docker top 2ef91ab36fb25cda04d6bdb3bda85a27fc1ef20a482c7abfc769c5924e6e040a -eo pid,comm [2023-04-26T06:34:28.188Z] 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-04-26T06:34:28.188Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-26T06:34:28.307Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-26T06:34:28.308Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-26T06:34:28.416Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-26T06:34:28.423Z] $ docker exec 2ef91ab36fb25cda04d6bdb3bda85a27fc1ef20a482c7abfc769c5924e6e040a ssh-agent [2023-04-26T06:34:28.541Z] SSH_AUTH_SOCK=/tmp/ssh-al5TzozCtrwE/agent.33 [2023-04-26T06:34:28.541Z] SSH_AGENT_PID=39 [2023-04-26T06:34:28.547Z] Running ssh-add (command line suppressed) [2023-04-26T06:34:28.671Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_14008196752621575834.key (/w/workspace/edgex-go/1@tmp/private_key_14008196752621575834.key) [2023-04-26T06:34:28.680Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-26T06:34:29.008Z] + git tag --points-at HEAD [Pipeline] } [2023-04-26T06:34:29.037Z] $ docker exec --env ******** --env ******** 2ef91ab36fb25cda04d6bdb3bda85a27fc1ef20a482c7abfc769c5924e6e040a ssh-agent -k [2023-04-26T06:34:29.135Z] unset SSH_AUTH_SOCK; [2023-04-26T06:34:29.135Z] unset SSH_AGENT_PID; [2023-04-26T06:34:29.135Z] echo Agent pid 39 killed; [2023-04-26T06:34:29.145Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-26T06:34:29.238Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-26T06:34:29.238Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-26T06:34:29.348Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-26T06:34:29.356Z] $ docker exec 2ef91ab36fb25cda04d6bdb3bda85a27fc1ef20a482c7abfc769c5924e6e040a ssh-agent [2023-04-26T06:34:29.456Z] SSH_AUTH_SOCK=/tmp/ssh-qJiIa11ZbmAM/agent.71 [2023-04-26T06:34:29.456Z] SSH_AGENT_PID=77 [2023-04-26T06:34:29.461Z] Running ssh-add (command line suppressed) [2023-04-26T06:34:29.579Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_16516849212163053236.key (/w/workspace/edgex-go/1@tmp/private_key_16516849212163053236.key) [2023-04-26T06:34:29.590Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-26T06:34:29.943Z] + git semver init [2023-04-26T06:34:30.202Z] 2023-04-26 06:34:30,106 [run_init] DEBUG init version:0.0.0 force:False [2023-04-26T06:34:30.202Z] 2023-04-26 06:34:30,107 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-04-26T06:34:30.202Z] 2023-04-26 06:34:30,107 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-04-26T06:34:30.202Z] 2023-04-26 06:34:30,108 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2023-04-26T06:34:36.787Z] 2023-04-26 06:34:35,521 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-04-26T06:34:36.787Z] 2023-04-26 06:34:35,522 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4529 with force:False [2023-04-26T06:34:36.787Z] 2023-04-26 06:34:35,522 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4529 [2023-04-26T06:34:36.787Z] 2023-04-26 06:34:35,526 [execute] INFO git cat-file --batch-check [2023-04-26T06:34:36.787Z] 2023-04-26 06:34:35,527 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-04-26T06:34:36.787Z] 2023-04-26 06:34:35,532 [execute] INFO git cat-file --batch [2023-04-26T06:34:36.787Z] 2023-04-26 06:34:35,532 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-04-26T06:34:36.787Z] 2023-04-26 06:34:35,537 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4529 [2023-04-26T06:34:36.787Z] 0.0.0 [Pipeline] } [2023-04-26T06:34:36.816Z] $ docker exec --env ******** --env ******** 2ef91ab36fb25cda04d6bdb3bda85a27fc1ef20a482c7abfc769c5924e6e040a ssh-agent -k [2023-04-26T06:34:36.917Z] unset SSH_AUTH_SOCK; [2023-04-26T06:34:36.917Z] unset SSH_AGENT_PID; [2023-04-26T06:34:36.917Z] echo Agent pid 77 killed; [2023-04-26T06:34:36.923Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-26T06:34:37.349Z] + git semver [Pipeline] } [2023-04-26T06:34:37.637Z] $ docker stop --time=1 2ef91ab36fb25cda04d6bdb3bda85a27fc1ef20a482c7abfc769c5924e6e040a [2023-04-26T06:34:38.878Z] $ docker rm -f --volumes 2ef91ab36fb25cda04d6bdb3bda85a27fc1ef20a482c7abfc769c5924e6e040a [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-26T06:34:39.268Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-26T06:34:39.530Z] Stashed 1 file(s) [Pipeline] echo [2023-04-26T06:34:39.550Z] [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-04-26T06:34:40.337Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-04-26T06:34:40.377Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T06:34:40.412Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T06:34:40.447Z] ========================================================= [2023-04-26T06:34:40.447Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-26T06:34:40.447Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-26T06:34:40.795Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-26T06:34:40.795Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-26T06:34:40.795Z] f56be85fc22e: Pulling fs layer [2023-04-26T06:34:40.795Z] 85791d961cd3: Pulling fs layer [2023-04-26T06:34:40.795Z] d694b5ae8c79: Pulling fs layer [2023-04-26T06:34:40.795Z] 9f32a84ed3da: Pulling fs layer [2023-04-26T06:34:40.795Z] 4d19c01a9841: Pulling fs layer [2023-04-26T06:34:40.795Z] 9325e15d5711: Pulling fs layer [2023-04-26T06:34:40.795Z] 9f32a84ed3da: Waiting [2023-04-26T06:34:40.795Z] 4d19c01a9841: Waiting [2023-04-26T06:34:40.795Z] 556b6ee489ea: Pulling fs layer [2023-04-26T06:34:40.795Z] c5a4b2cf53e6: Pulling fs layer [2023-04-26T06:34:40.795Z] 9325e15d5711: Waiting [2023-04-26T06:34:40.795Z] 556b6ee489ea: Waiting [2023-04-26T06:34:40.795Z] c5a4b2cf53e6: Waiting [2023-04-26T06:34:40.795Z] 85791d961cd3: Download complete [2023-04-26T06:34:40.796Z] 9f32a84ed3da: Verifying Checksum [2023-04-26T06:34:40.796Z] 9f32a84ed3da: Download complete [2023-04-26T06:34:40.796Z] 4d19c01a9841: Verifying Checksum [2023-04-26T06:34:40.796Z] 4d19c01a9841: Download complete [2023-04-26T06:34:40.796Z] f56be85fc22e: Verifying Checksum [2023-04-26T06:34:40.796Z] f56be85fc22e: Download complete [2023-04-26T06:34:40.796Z] 9325e15d5711: Verifying Checksum [2023-04-26T06:34:40.796Z] 9325e15d5711: Download complete [2023-04-26T06:34:41.057Z] f56be85fc22e: Pull complete [2023-04-26T06:34:41.057Z] 85791d961cd3: Pull complete [2023-04-26T06:34:41.318Z] c5a4b2cf53e6: Verifying Checksum [2023-04-26T06:34:41.318Z] c5a4b2cf53e6: Download complete [2023-04-26T06:34:41.588Z] d694b5ae8c79: Download complete [2023-04-26T06:34:41.588Z] 556b6ee489ea: Verifying Checksum [2023-04-26T06:34:41.588Z] 556b6ee489ea: Download complete [2023-04-26T06:34:44.886Z] d694b5ae8c79: Pull complete [2023-04-26T06:34:44.886Z] 9f32a84ed3da: Pull complete [2023-04-26T06:34:44.886Z] 4d19c01a9841: Pull complete [2023-04-26T06:34:44.886Z] 9325e15d5711: Pull complete [2023-04-26T06:34:47.419Z] 556b6ee489ea: Pull complete [2023-04-26T06:34:47.985Z] c5a4b2cf53e6: Pull complete [2023-04-26T06:34:47.985Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-04-26T06:34:48.244Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-26T06:34:48.244Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-26T06:34:48.602Z] + + docker build -t ci-base-image-x86_64 -f - . [2023-04-26T06:34:48.603Z] echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-26T06:34:48.603Z] WORKDIR /edgex [2023-04-26T06:34:48.603Z] COPY go.mod . [2023-04-26T06:34:48.603Z] RUN go mod download [2023-04-26T06:34:49.171Z] Sending build context to Docker daemon 170.6MB [2023-04-26T06:34:49.171Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-26T06:34:49.171Z] ---> c4be618373d6 [2023-04-26T06:34:49.171Z] Step 2/4 : WORKDIR /edgex [2023-04-26T06:34:53.375Z] ---> Running in 5a9c23d94784 [2023-04-26T06:34:53.375Z] Removing intermediate container 5a9c23d94784 [2023-04-26T06:34:53.375Z] ---> 3221f3646d12 [2023-04-26T06:34:53.375Z] Step 3/4 : COPY go.mod . [2023-04-26T06:34:53.375Z] ---> e0c5dadad279 [2023-04-26T06:34:53.375Z] Step 4/4 : RUN go mod download [2023-04-26T06:34:53.375Z] ---> Running in 52970d46b761 [2023-04-26T06:34:54.858Z] Still waiting to schedule task [2023-04-26T06:34:54.858Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-10947’ [2023-04-26T06:35:05.646Z] Removing intermediate container 52970d46b761 [2023-04-26T06:35:05.646Z] ---> 16431aa68525 [2023-04-26T06:35:05.646Z] Successfully built 16431aa68525 [2023-04-26T06:35:05.646Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:35:06.025Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-26T06:35:06.025Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T06:35:06.178Z] prd-ubuntu20.04-docker-8c-8g-10950 does not seem to be running inside a container [2023-04-26T06:35:06.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-26T06:35:06.641Z] $ docker top 7ec8ff51e53e9025e8eb87f7d0c7b93b82436dd7e5ce63bf2a071b52ffc69739 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T06:35:07.039Z] + go version [2023-04-26T06:35:07.039Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-26T06:35:07.073Z] $ docker stop --time=1 7ec8ff51e53e9025e8eb87f7d0c7b93b82436dd7e5ce63bf2a071b52ffc69739 [2023-04-26T06:35:08.387Z] $ docker rm -f --volumes 7ec8ff51e53e9025e8eb87f7d0c7b93b82436dd7e5ce63bf2a071b52ffc69739 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:35:09.101Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-26T06:35:09.101Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T06:35:09.270Z] prd-ubuntu20.04-docker-8c-8g-10950 does not seem to be running inside a container [2023-04-26T06:35:09.309Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-26T06:35:09.618Z] $ docker top 864a4060f9e45df66073d2b5f9cc540a466dd1b69465be3bd22a0cd4d67b7804 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-26T06:35:09.737Z] ========================================================= [2023-04-26T06:35:09.737Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-26T06:35:09.737Z] ========================================================= [Pipeline] sh [2023-04-26T06:35:10.029Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-26T06:35:10.393Z] + make test [2023-04-26T06:35:10.393Z] go test -race -coverprofile=coverage.out ./... [2023-04-26T06:35:18.507Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-26T06:35:30.698Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-26T06:35:30.698Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-26T06:35:30.698Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-26T06:35:30.698Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-26T06:35:31.266Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-26T06:35:31.266Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-26T06:35:31.526Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-26T06:35:31.526Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-26T06:35:31.526Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-26T06:35:31.526Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-26T06:35:32.106Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-26T06:35:32.364Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-26T06:35:32.364Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-26T06:35:32.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-26T06:35:33.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-26T06:35:33.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-26T06:35:33.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.049s coverage: 28.7% of statements [2023-04-26T06:35:34.679Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.072s coverage: 98.5% of statements [2023-04-26T06:35:35.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-26T06:35:35.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-26T06:35:35.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-26T06:35:36.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-26T06:35:36.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-26T06:35:37.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-26T06:35:37.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-26T06:35:37.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-26T06:35:37.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-26T06:35:37.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-26T06:35:38.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.089s coverage: 71.5% of statements [2023-04-26T06:35:38.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.072s coverage: 54.0% of statements [2023-04-26T06:35:39.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-26T06:35:39.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-26T06:35:41.611Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.275s coverage: 88.5% of statements [2023-04-26T06:35:41.611Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.056s coverage: 3.8% of statements [2023-04-26T06:35:41.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-26T06:35:41.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-26T06:35:41.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-26T06:35:41.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.331s coverage: 95.6% of statements [2023-04-26T06:35:41.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-26T06:35:41.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-26T06:35:41.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-26T06:35:41.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-26T06:35:41.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-26T06:35:41.870Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.050s coverage: 72.2% of statements [2023-04-26T06:35:42.804Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-26T06:35:42.804Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-26T06:35:42.804Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-26T06:35:43.062Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.058s coverage: 65.9% of statements [2023-04-26T06:35:43.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-26T06:35:43.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-26T06:35:43.680Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.076s coverage: 0.9% of statements [2023-04-26T06:35:43.680Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.076s coverage: 29.0% of statements [2023-04-26T06:35:43.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 44.1% of statements [2023-04-26T06:35:44.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.053s coverage: 82.9% of statements [2023-04-26T06:35:44.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2023-04-26T06:35:44.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements [2023-04-26T06:35:44.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2023-04-26T06:35:44.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-26T06:35:44.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-26T06:35:44.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-26T06:35:44.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-26T06:35:45.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-26T06:35:45.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-26T06:35:45.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-26T06:35:45.272Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-26T06:35:46.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-26T06:35:46.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-26T06:35:46.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-26T06:35:46.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-26T06:35:46.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-26T06:35:46.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-26T06:35:47.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-26T06:35:47.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-26T06:35:48.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-26T06:35:49.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-26T06:35:49.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-26T06:35:50.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-26T06:35:50.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-26T06:35:50.547Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-26T06:35:51.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-26T06:35:51.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-26T06:35:52.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-26T06:35:53.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-26T06:35:53.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-26T06:35:53.068Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-26T06:35:53.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-26T06:35:54.444Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-26T06:35:54.444Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-26T06:35:54.444Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-26T06:35:54.444Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-26T06:35:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-26T06:35:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-26T06:35:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-26T06:35:55.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-26T06:35:56.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements [2023-04-26T06:35:56.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-26T06:35:56.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-26T06:35:58.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-26T06:35:58.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.254s coverage: 79.9% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 18.073s coverage: 92.9% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 64.4% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.052s coverage: 62.3% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.051s coverage: 20.0% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 81.8% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 82.1% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.057s coverage: 86.0% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 63.1% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 89.4% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.024s coverage: 73.7% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.171s coverage: 38.4% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.131s coverage: 92.3% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.059s coverage: 61.5% of statements [2023-04-26T06:36:08.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.091s coverage: 97.7% of statements [2023-04-26T06:36:08.264Z] 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-04-26T06:36:08.522Z] running golangci-lint [2023-04-26T06:36:08.522Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-04-26T06:36:08.522Z] go version go1.20.2 linux/amd64 [2023-04-26T06:36:08.782Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-04-26T06:36:08.782Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-04-26T06:36:23.651Z] level=info msg="[loader] Go packages loading at mode 575 (name|compiled_files|deps|exports_file|files|imports|types_sizes) took 13.268802378s" [2023-04-26T06:36:23.651Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 40.819625ms" [2023-04-26T06:36:28.914Z] level=info msg="[linters_context/goanalysis] analyzers took 48.292269625s with top 10 stages: buildir: 27.375506349s, fact_deprecated: 1.659376783s, inspect: 1.624365126s, gosec: 1.45434118s, printf: 1.069488338s, ctrlflow: 980.088282ms, S1038: 903.998493ms, fact_purity: 722.873801ms, unused: 699.119912ms, nilness: 628.718253ms" [2023-04-26T06:36:28.914Z] level=info msg="[runner] Issues before processing: 203, after processing: 0" [2023-04-26T06:36:28.914Z] level=info msg="[runner] Processors filtering stat (out/in): exclude: 203/203, path_prettifier: 203/203, skip_files: 203/203, autogenerated_exclude: 203/203, nolint: 0/23, cgo: 203/203, skip_dirs: 203/203, identifier_marker: 203/203, filename_unadjuster: 203/203, exclude-rules: 23/203" [2023-04-26T06:36:28.914Z] level=info msg="[runner] processing took 17.192554ms with stages: nolint: 6.653032ms, identifier_marker: 5.739468ms, autogenerated_exclude: 1.533393ms, path_prettifier: 1.321661ms, exclude-rules: 1.207529ms, skip_dirs: 666.46µs, cgo: 52.531µs, filename_unadjuster: 14.91µs, uniq_by_line: 620ns, max_same_issues: 590ns, skip_files: 440ns, exclude: 370ns, diff: 260ns, severity-rules: 250ns, source_code: 250ns, sort_results: 230ns, max_from_linter: 170ns, path_shortener: 140ns, max_per_file_from_linter: 130ns, path_prefixer: 120ns" [2023-04-26T06:36:28.914Z] level=info msg="[runner] linters took 6.642865704s with stages: goanalysis_metalinter: 6.625589279s" [2023-04-26T06:36:28.914Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-04-26T06:36:28.914Z] level=info msg="Memory: 201 samples, avg is 181.6MB, max is 785.5MB" [2023-04-26T06:36:28.914Z] level=info msg="Execution took 19.960899404s" [2023-04-26T06:36:28.914Z] go vet ./... [2023-04-26T06:36:33.092Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-26T06:36:33.092Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-26T06:36:33.092Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-26T06:36:33.135Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-26T06:36:33.445Z] + ls -al . [2023-04-26T06:36:33.445Z] total 704 [2023-04-26T06:36:33.445Z] drwxrwxr-x 11 1001 1001 4096 Apr 26 06:35 . [2023-04-26T06:36:33.445Z] drwxr-xr-x 4 root root 4096 Apr 26 06:35 .. [2023-04-26T06:36:33.445Z] drwxrwxr-x 2 1001 1001 4096 Apr 26 06:34 .blubracket [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 16 Apr 26 06:34 .dockerignore [2023-04-26T06:36:33.445Z] drwxrwxr-x 8 1001 1001 4096 Apr 26 06:34 .git [2023-04-26T06:36:33.445Z] drwxrwxr-x 3 1001 1001 4096 Apr 26 06:34 .github [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 1133 Apr 26 06:34 .gitignore [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 42 Apr 26 06:34 .golangci.yml [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 87 Apr 26 06:34 .hadolint.yml [2023-04-26T06:36:33.445Z] drwxr-xr-x 3 1001 1001 4096 Apr 26 06:34 .semver [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 166 Apr 26 06:34 .sonarcloud.properties [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 1171 Apr 26 06:34 ADOPTERS.md [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 10835 Apr 26 06:34 Attribution.txt [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 73765 Apr 26 06:34 CHANGELOG.md [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 3804 Apr 26 06:34 CONTRIBUTING.md [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 677 Apr 26 06:34 GOVERNANCE.md [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 883 Apr 26 06:34 Jenkinsfile [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 10775 Apr 26 06:34 LICENSE [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 14368 Apr 26 06:34 Makefile [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 582 Apr 26 06:34 OWNERS.md [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 9403 Apr 26 06:34 README.md [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 789 Apr 26 06:34 SECURITY.md [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 5 Apr 26 06:34 VERSION [2023-04-26T06:36:33.445Z] drwxrwxr-x 2 1001 1001 4096 Apr 26 06:34 bin [2023-04-26T06:36:33.445Z] drwxrwxr-x 18 1001 1001 4096 Apr 26 06:34 cmd [2023-04-26T06:36:33.445Z] -rw-r--r-- 1 root root 448248 Apr 26 06:36 coverage.out [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 3200 Apr 26 06:34 go.mod [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 31155 Apr 26 06:34 go.sum [2023-04-26T06:36:33.445Z] drwxrwxr-x 7 1001 1001 4096 Apr 26 06:34 internal [2023-04-26T06:36:33.445Z] drwxrwxr-x 3 1001 1001 4096 Apr 26 06:34 openapi [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 594 Apr 26 06:34 security.txt [2023-04-26T06:36:33.445Z] drwxrwxr-x 4 1001 1001 4096 Apr 26 06:34 snap [2023-04-26T06:36:33.445Z] -rw-rw-r-- 1 1001 1001 204 Apr 26 06:34 version.go [Pipeline] sh [2023-04-26T06:36:33.757Z] + '[' -e coverage.out ] [2023-04-26T06:36:33.757Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-26T06:36:33.866Z] Stashed 1 file(s) [Pipeline] sh [2023-04-26T06:36:34.164Z] + make build [2023-04-26T06:36:34.164Z] 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-04-26T06:36:46.361Z] 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-04-26T06:36:46.361Z] 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-04-26T06:36:46.620Z] 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-04-26T06:36:47.189Z] 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-04-26T06:36:53.748Z] 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-04-26T06:36:54.315Z] 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-04-26T06:36:55.691Z] 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-04-26T06:36:56.624Z] 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-04-26T06:36:57.190Z] 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-04-26T06:36:58.121Z] 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-04-26T06:36:59.055Z] 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-04-26T06:37:00.455Z] $ docker stop --time=1 864a4060f9e45df66073d2b5f9cc540a466dd1b69465be3bd22a0cd4d67b7804 [2023-04-26T06:37:03.750Z] $ docker rm -f --volumes 864a4060f9e45df66073d2b5f9cc540a466dd1b69465be3bd22a0cd4d67b7804 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:37:04.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-26T06:37:04.831Z] [2023-04-26T06:37:04.831Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:37:05.206Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-26T06:37:05.206Z] latest: Pulling from edgex-devops/edgex-compose [2023-04-26T06:37:05.206Z] cbdbe7a5bc2a: Pulling fs layer [2023-04-26T06:37:05.206Z] ca9280d653b3: Pulling fs layer [2023-04-26T06:37:05.206Z] 7e9c9ca2126c: Pulling fs layer [2023-04-26T06:37:05.206Z] cbdbe7a5bc2a: Verifying Checksum [2023-04-26T06:37:05.206Z] cbdbe7a5bc2a: Download complete [2023-04-26T06:37:05.464Z] cbdbe7a5bc2a: Pull complete [2023-04-26T06:37:05.465Z] ca9280d653b3: Verifying Checksum [2023-04-26T06:37:05.465Z] ca9280d653b3: Download complete [2023-04-26T06:37:05.722Z] 7e9c9ca2126c: Verifying Checksum [2023-04-26T06:37:05.722Z] 7e9c9ca2126c: Download complete [2023-04-26T06:37:05.980Z] ca9280d653b3: Pull complete [2023-04-26T06:37:08.509Z] 7e9c9ca2126c: Pull complete [2023-04-26T06:37:08.509Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-04-26T06:37:08.509Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-26T06:37:08.509Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T06:37:08.727Z] prd-ubuntu20.04-docker-8c-8g-10950 does not seem to be running inside a container [2023-04-26T06:37:08.760Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-04-26T06:37:10.160Z] $ docker top fc6a56b930264f65797bd61d12008d0f46c7ca9cf858f85286e747710387487e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T06:37:10.556Z] + docker-compose build --help [2023-04-26T06:37:10.556Z] + grep parallel [2023-04-26T06:37:11.126Z] --parallel Build images in parallel. [Pipeline] } [2023-04-26T06:37:11.165Z] $ docker stop --time=1 fc6a56b930264f65797bd61d12008d0f46c7ca9cf858f85286e747710387487e [2023-04-26T06:37:12.433Z] $ docker rm -f --volumes fc6a56b930264f65797bd61d12008d0f46c7ca9cf858f85286e747710387487e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:37:13.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-26T06:37:13.051Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T06:37:13.210Z] prd-ubuntu20.04-docker-8c-8g-10950 does not seem to be running inside a container [2023-04-26T06:37:13.241Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-04-26T06:37:13.552Z] $ docker top 3081e98b372581ead584b66aa2e7a5b81575f58d1bce5a01d5b6421ff42cac8b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T06:37:13.945Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-26T06:37:14.512Z] Building core-command ... [2023-04-26T06:37:14.512Z] Building core-common-config-bootstrapper ... [2023-04-26T06:37:14.512Z] Building core-data ... [2023-04-26T06:37:14.512Z] Building core-metadata ... [2023-04-26T06:37:14.512Z] Building security-bootstrapper ... [2023-04-26T06:37:14.512Z] Building security-proxy-auth ... [2023-04-26T06:37:14.512Z] Building security-proxy-setup ... [2023-04-26T06:37:14.512Z] Building security-secretstore-setup ... [2023-04-26T06:37:14.512Z] Building security-spiffe-token-provider ... [2023-04-26T06:37:14.512Z] Building security-spire-agent ... [2023-04-26T06:37:14.512Z] Building security-spire-config ... [2023-04-26T06:37:14.512Z] Building security-spire-server ... [2023-04-26T06:37:14.512Z] Building support-notifications ... [2023-04-26T06:37:14.512Z] Building support-scheduler ... [2023-04-26T06:37:14.512Z] Building security-spire-agent [2023-04-26T06:37:14.512Z] Building support-scheduler [2023-04-26T06:37:14.512Z] Building support-notifications [2023-04-26T06:37:14.512Z] Building security-spire-config [2023-04-26T06:37:14.512Z] Building security-spire-server [2023-04-26T06:37:24.481Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:37:24.481Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:37:24.481Z] ---> 16431aa68525 [2023-04-26T06:37:24.482Z] Step 3/27 : WORKDIR /edgex-go [2023-04-26T06:37:24.482Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:37:24.482Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:37:24.482Z] ---> 16431aa68525 [2023-04-26T06:37:24.482Z] Step 3/27 : WORKDIR /edgex-go [2023-04-26T06:37:24.740Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:37:24.740Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:37:24.740Z] ---> 16431aa68525 [2023-04-26T06:37:24.740Z] Step 3/26 : WORKDIR /edgex-go [2023-04-26T06:37:24.740Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:37:24.740Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:37:24.740Z] ---> 16431aa68525 [2023-04-26T06:37:24.740Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T06:37:24.740Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:37:24.740Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:37:24.740Z] ---> 16431aa68525 [2023-04-26T06:37:24.740Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T06:37:28.953Z] ---> Running in 17ed3ac875d3 [2023-04-26T06:37:28.953Z] ---> Running in 61c6596c66fe [2023-04-26T06:37:28.953Z] ---> Running in 7836f44b18bb [2023-04-26T06:37:28.953Z] ---> Running in 0467f13461e2 [2023-04-26T06:37:28.953Z] ---> Running in 3da84dea88de [2023-04-26T06:37:28.953Z] Removing intermediate container 3da84dea88de [2023-04-26T06:37:28.953Z] ---> becb3562d255 [2023-04-26T06:37:28.953Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T06:37:28.953Z] Removing intermediate container 61c6596c66fe [2023-04-26T06:37:28.953Z] Removing intermediate container 17ed3ac875d3 [2023-04-26T06:37:28.953Z] ---> 68ea8d1dd19d [2023-04-26T06:37:28.953Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-26T06:37:28.953Z] ---> 9e104dad27a6 [2023-04-26T06:37:28.953Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T06:37:28.953Z] Removing intermediate container 7836f44b18bb [2023-04-26T06:37:28.953Z] ---> f0ef87e9af58 [2023-04-26T06:37:28.953Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-26T06:37:28.953Z] ---> Running in b4813c81f252 [2023-04-26T06:37:28.953Z] Removing intermediate container 0467f13461e2 [2023-04-26T06:37:28.953Z] ---> 5c895052ccff [2023-04-26T06:37:28.953Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-26T06:37:29.212Z] ---> Running in 9bb6f56eb6a3 [2023-04-26T06:37:29.212Z] ---> Running in 2f9f308a02c1 [2023-04-26T06:37:29.212Z] ---> Running in e3e35c6e8dda [2023-04-26T06:37:29.212Z] ---> Running in bdef1afc5365 [2023-04-26T06:37:29.212Z] Removing intermediate container b4813c81f252 [2023-04-26T06:37:29.212Z] ---> 52ea86f06928 [2023-04-26T06:37:29.212Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-26T06:37:29.212Z] ---> Running in f8d83a816b56 [2023-04-26T06:37:29.212Z] Removing intermediate container 2f9f308a02c1 [2023-04-26T06:37:29.212Z] ---> 3a2d4db4ef0c [2023-04-26T06:37:29.212Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-26T06:37:29.212Z] ---> Running in ded2c02faea7 [2023-04-26T06:37:29.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:37:29.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:37:29.730Z] OK: 265 MiB in 53 packages [2023-04-26T06:37:29.730Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:37:29.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:37:29.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:37:29.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:37:29.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:37:29.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:37:29.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:37:29.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:37:29.990Z] Removing intermediate container 9bb6f56eb6a3 [2023-04-26T06:37:29.990Z] ---> 7aac88a8a983 [2023-04-26T06:37:29.990Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-26T06:37:29.990Z] OK: 265 MiB in 53 packages [2023-04-26T06:37:29.990Z] OK: 265 MiB in 53 packages [2023-04-26T06:37:30.248Z] OK: 265 MiB in 53 packages [2023-04-26T06:37:30.248Z] OK: 265 MiB in 53 packages [2023-04-26T06:37:30.248Z] ---> aa33a4ec5ce5 [2023-04-26T06:37:30.248Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:37:30.248Z] ---> Running in 65b00de1bc03 [2023-04-26T06:37:30.506Z] Removing intermediate container f8d83a816b56 [2023-04-26T06:37:30.506Z] ---> 072e49a6017d [2023-04-26T06:37:30.506Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T06:37:30.506Z] Removing intermediate container bdef1afc5365 [2023-04-26T06:37:30.506Z] ---> 9142e292f4e4 [2023-04-26T06:37:30.506Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-26T06:37:30.765Z] Removing intermediate container ded2c02faea7 [2023-04-26T06:37:30.765Z] ---> 98fdc28dd6f8 [2023-04-26T06:37:30.765Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T06:37:30.765Z] ---> 23f1b0fd9ab7 [2023-04-26T06:37:30.765Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:37:30.765Z] Removing intermediate container e3e35c6e8dda [2023-04-26T06:37:30.765Z] ---> dcd3d9259707 [2023-04-26T06:37:30.765Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-26T06:37:30.765Z] ---> 1a360fd1f541 [2023-04-26T06:37:30.765Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:37:30.765Z] ---> Running in a4ccbd1fb6d6 [2023-04-26T06:37:30.765Z] ---> Running in 5a585b800f69 [2023-04-26T06:37:30.765Z] ---> 1adb6cdb908b [2023-04-26T06:37:30.765Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:37:30.765Z] ---> Running in 9668b02081b5 [2023-04-26T06:37:30.765Z] ---> de90a36789f5 [2023-04-26T06:37:30.765Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:37:30.765Z] ---> Running in 9d9a71b45cdf [2023-04-26T06:38:02.927Z] Removing intermediate container 65b00de1bc03 [2023-04-26T06:38:02.927Z] ---> 269541fa73c1 [2023-04-26T06:38:02.927Z] Step 7/27 : COPY . . [2023-04-26T06:38:02.927Z] Removing intermediate container 5a585b800f69 [2023-04-26T06:38:02.927Z] ---> 4eb50f6041aa [2023-04-26T06:38:02.927Z] Step 7/27 : COPY . . [2023-04-26T06:38:02.927Z] Removing intermediate container a4ccbd1fb6d6 [2023-04-26T06:38:02.927Z] ---> f416171a276a [2023-04-26T06:38:02.927Z] Step 8/23 : COPY . . [2023-04-26T06:38:02.927Z] Removing intermediate container 9668b02081b5 [2023-04-26T06:38:02.927Z] ---> bede22a41c4d [2023-04-26T06:38:02.927Z] Step 8/23 : COPY . . [2023-04-26T06:38:02.927Z] Removing intermediate container 9d9a71b45cdf [2023-04-26T06:38:02.927Z] ---> 70ebf9b26f7a [2023-04-26T06:38:02.927Z] Step 7/26 : COPY . . [2023-04-26T06:38:15.128Z] ---> 10fcddef94fd [2023-04-26T06:38:15.128Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-26T06:38:15.128Z] ---> 80c94cacabd0 [2023-04-26T06:38:15.128Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-26T06:38:15.128Z] ---> 6dcef2b749c6 [2023-04-26T06:38:15.128Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-04-26T06:38:15.128Z] ---> Running in 6ae5e6ae5bb7 [2023-04-26T06:38:15.128Z] ---> bf2dad32d54d [2023-04-26T06:38:15.128Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-26T06:38:15.128Z] ---> 18ea936e4a0a [2023-04-26T06:38:15.128Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-26T06:38:15.128Z] ---> Running in b2e0dca3529f [2023-04-26T06:38:15.128Z] ---> Running in 29f46e320980 [2023-04-26T06:38:15.128Z] ---> Running in 1400f47935b9 [2023-04-26T06:38:15.128Z] ---> Running in fe23e44eacb3 [2023-04-26T06:38:15.128Z] Removing intermediate container b2e0dca3529f [2023-04-26T06:38:15.128Z] ---> 7770980071ae [2023-04-26T06:38:15.128Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-26T06:38:15.128Z] Removing intermediate container 6ae5e6ae5bb7 [2023-04-26T06:38:15.128Z] ---> eca9f415a80e [2023-04-26T06:38:15.128Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-26T06:38:15.128Z] Removing intermediate container 29f46e320980 [2023-04-26T06:38:15.128Z] ---> a9ccd6a62cfd [2023-04-26T06:38:15.128Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-26T06:38:15.128Z] ---> Running in 4f9497553340 [2023-04-26T06:38:15.128Z] ---> Running in 5a650abe8f5c [2023-04-26T06:38:15.128Z] ---> Running in 2187bdada738 [2023-04-26T06:38:15.128Z] Removing intermediate container 4f9497553340 [2023-04-26T06:38:15.128Z] ---> 229748cb5e6f [2023-04-26T06:38:15.128Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-26T06:38:15.128Z] Removing intermediate container 5a650abe8f5c [2023-04-26T06:38:15.128Z] ---> 4c74821ed191 [2023-04-26T06:38:15.128Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-26T06:38:15.128Z] ---> Running in 1addbd379fcb [2023-04-26T06:38:15.128Z] Removing intermediate container 2187bdada738 [2023-04-26T06:38:15.128Z] ---> 965a710bd6ca [2023-04-26T06:38:15.128Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-26T06:38:15.128Z] ---> Running in 4819ffd2ae01 [2023-04-26T06:38:15.128Z] ---> Running in 33a395a4415b [2023-04-26T06:38:15.128Z] Removing intermediate container 1addbd379fcb [2023-04-26T06:38:15.128Z] ---> ca384b1a0ecd [2023-04-26T06:38:15.128Z] 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-04-26T06:38:15.128Z] ---> Running in 29dc62bab78d [2023-04-26T06:38:15.128Z] Removing intermediate container 4819ffd2ae01 [2023-04-26T06:38:15.128Z] ---> 4f6730d5b078 [2023-04-26T06:38:15.128Z] 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-04-26T06:38:15.128Z] 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-04-26T06:38:15.128Z] Removing intermediate container 33a395a4415b [2023-04-26T06:38:15.128Z] ---> 1379e04414e8 [2023-04-26T06:38:15.128Z] 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-04-26T06:38:15.129Z] 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-04-26T06:38:15.129Z] ---> Running in 8b7bc4d1be9c [2023-04-26T06:38:15.129Z] ---> Running in 72724efc0965 [2023-04-26T06:38:15.695Z] Removing intermediate container 8b7bc4d1be9c [2023-04-26T06:38:15.695Z] ---> c92034cc1aee [2023-04-26T06:38:15.695Z] Step 12/27 : WORKDIR /edgex-go [2023-04-26T06:38:15.695Z] Removing intermediate container 29dc62bab78d [2023-04-26T06:38:15.695Z] ---> 0cead5d2767f [2023-04-26T06:38:15.695Z] Step 12/27 : WORKDIR /edgex-go [2023-04-26T06:38:15.695Z] Removing intermediate container 72724efc0965 [2023-04-26T06:38:15.695Z] ---> f869f74cef0d [2023-04-26T06:38:15.695Z] Step 12/26 : WORKDIR /edgex-go [2023-04-26T06:38:15.695Z] ---> Running in ada4954a4a04 [2023-04-26T06:38:15.695Z] ---> Running in a922bcb3d8a5 [2023-04-26T06:38:15.695Z] ---> Running in 6d15abe46127 [2023-04-26T06:38:15.695Z] Removing intermediate container a922bcb3d8a5 [2023-04-26T06:38:15.695Z] ---> c89a7afa3cc6 [2023-04-26T06:38:15.695Z] [2023-04-26T06:38:15.695Z] Step 13/27 : FROM alpine:3.17 [2023-04-26T06:38:15.695Z] Removing intermediate container ada4954a4a04 [2023-04-26T06:38:15.695Z] ---> f315ac661493 [2023-04-26T06:38:15.695Z] [2023-04-26T06:38:15.695Z] Step 13/27 : FROM alpine:3.17 [2023-04-26T06:38:15.695Z] Removing intermediate container 6d15abe46127 [2023-04-26T06:38:15.695Z] ---> ad08c1f45a03 [2023-04-26T06:38:15.695Z] [2023-04-26T06:38:15.695Z] Step 13/26 : FROM alpine:3.17 [2023-04-26T06:38:16.630Z] 3.17: Pulling from library/alpine [2023-04-26T06:38:16.630Z] 3.17: Pulling from library/alpine [2023-04-26T06:38:16.630Z] 3.17: Pulling from library/alpine [2023-04-26T06:38:17.565Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T06:38:17.565Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T06:38:17.565Z] Status: Downloaded newer image for alpine:3.17 [2023-04-26T06:38:17.565Z] Status: Image is up to date for alpine:3.17 [2023-04-26T06:38:17.565Z] ---> 9ed4aefc74f6 [2023-04-26T06:38:17.565Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-26T06:38:17.565Z] ---> 9ed4aefc74f6 [2023-04-26T06:38:17.565Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-26T06:38:17.565Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T06:38:17.565Z] Status: Image is up to date for alpine:3.17 [2023-04-26T06:38:17.823Z] ---> 9ed4aefc74f6 [2023-04-26T06:38:17.823Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-26T06:38:17.823Z] ---> Running in 5e76e555d887 [2023-04-26T06:38:17.823Z] ---> Running in e709cacf3270 [2023-04-26T06:38:17.823Z] ---> Running in 1a091cb6b1b2 [2023-04-26T06:38:18.081Z] Removing intermediate container 1a091cb6b1b2 [2023-04-26T06:38:18.081Z] ---> 89bb0c839e91 [2023-04-26T06:38:18.081Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-26T06:38:18.081Z] Removing intermediate container 5e76e555d887 [2023-04-26T06:38:18.081Z] ---> f892b8ac7bad [2023-04-26T06:38:18.081Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-26T06:38:18.081Z] Removing intermediate container e709cacf3270 [2023-04-26T06:38:18.081Z] ---> 5d126c002e03 [2023-04-26T06:38:18.081Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-26T06:38:18.081Z] ---> Running in 91271a42300a [2023-04-26T06:38:18.081Z] ---> Running in 5dcffdfd57af [2023-04-26T06:38:18.081Z] ---> Running in 3bf58226a884 [2023-04-26T06:38:19.013Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:19.013Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:19.013Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:19.013Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:19.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:19.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:19.270Z] v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T06:38:19.270Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T06:38:19.270Z] OK: 17820 distinct packages available [2023-04-26T06:38:19.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:19.528Z] v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T06:38:19.528Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T06:38:19.528Z] OK: 17820 distinct packages available [2023-04-26T06:38:19.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:19.528Z] v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T06:38:19.528Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T06:38:19.528Z] OK: 17820 distinct packages available [2023-04-26T06:38:19.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:19.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:19.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:19.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:19.787Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-26T06:38:19.787Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-26T06:38:19.787Z] (3/5) Installing libucontext (1.2-r0) [2023-04-26T06:38:19.787Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-26T06:38:19.787Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-26T06:38:19.787Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T06:38:19.787Z] OK: 8 MiB in 20 packages [2023-04-26T06:38:19.787Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-26T06:38:19.787Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-26T06:38:19.787Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-26T06:38:19.787Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-26T06:38:19.787Z] (3/4) Installing libucontext (1.2-r0) [2023-04-26T06:38:19.787Z] (3/5) Installing libucontext (1.2-r0) [2023-04-26T06:38:19.787Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-26T06:38:19.787Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-26T06:38:19.787Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T06:38:19.787Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-26T06:38:19.787Z] OK: 7 MiB in 19 packages [2023-04-26T06:38:19.787Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T06:38:19.787Z] OK: 8 MiB in 20 packages [2023-04-26T06:38:20.943Z] Removing intermediate container 91271a42300a [2023-04-26T06:38:20.943Z] ---> 8c0c3d0a1a83 [2023-04-26T06:38:20.943Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T06:38:21.202Z] Removing intermediate container 3bf58226a884 [2023-04-26T06:38:21.202Z] ---> 60da44c283da [2023-04-26T06:38:21.202Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T06:38:21.202Z] Removing intermediate container 5dcffdfd57af [2023-04-26T06:38:21.202Z] ---> c50a220d940c [2023-04-26T06:38:21.202Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T06:38:21.202Z] ---> b42c6b50d8ba [2023-04-26T06:38:21.202Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T06:38:21.782Z] ---> d7ea44895bae [2023-04-26T06:38:21.782Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T06:38:21.782Z] ---> fd762a8a124f [2023-04-26T06:38:21.782Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T06:38:22.040Z] ---> 2406b75eb8c0 [2023-04-26T06:38:22.040Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-26T06:38:22.307Z] ---> 7042da9e6729 [2023-04-26T06:38:22.307Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-26T06:38:22.565Z] ---> 757635530527 [2023-04-26T06:38:22.565Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-26T06:38:26.774Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-10952 in /w/workspace/edgexfoundry_edgex-go_PR-4529 [Pipeline] { [Pipeline] ws [2023-04-26T06:38:26.829Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-04-26T06:38:26.909Z] The recommended git tool is: git [2023-04-26T06:38:29.117Z] ---> ef7545aea5eb [2023-04-26T06:38:29.117Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-26T06:38:29.117Z] ---> ecf8e51934c3 [2023-04-26T06:38:29.117Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-26T06:38:29.117Z] ---> b4ca9a3217e2 [2023-04-26T06:38:29.117Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-26T06:38:29.117Z] ---> 683627cc17d3 [2023-04-26T06:38:29.117Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-26T06:38:29.117Z] ---> 072c5c88fa24 [2023-04-26T06:38:29.117Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-26T06:38:29.117Z] ---> Running in f899b1fb66fe [2023-04-26T06:38:29.117Z] ---> dbdb92b2e6a0 [2023-04-26T06:38:29.118Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-26T06:38:29.378Z] Removing intermediate container f899b1fb66fe [2023-04-26T06:38:29.378Z] ---> d26b6f87f1bf [2023-04-26T06:38:29.378Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-26T06:38:30.313Z] ---> 0ab6d5fb6804 [2023-04-26T06:38:30.313Z] Step 22/27 : WORKDIR / ---> ca1932d262cf [2023-04-26T06:38:30.313Z] [2023-04-26T06:38:30.313Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-26T06:38:30.576Z] ---> Running in 990df941c6c1 [2023-04-26T06:38:30.576Z] ---> Running in 6adcea1fe153 [2023-04-26T06:38:30.576Z] ---> 89cc58cfcf7d [2023-04-26T06:38:30.576Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-26T06:38:31.143Z] Removing intermediate container 6adcea1fe153 [2023-04-26T06:38:31.143Z] ---> 086198863df7 [2023-04-26T06:38:31.143Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-26T06:38:31.143Z] Removing intermediate container 990df941c6c1 [2023-04-26T06:38:31.143Z] ---> 13247e3fddc0 [2023-04-26T06:38:31.143Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-26T06:38:31.143Z] ---> 457669d9231b [2023-04-26T06:38:31.143Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-26T06:38:31.143Z] ---> Running in d1bc4c29b71e [2023-04-26T06:38:31.143Z] ---> Running in afc2d88b5ef3 [2023-04-26T06:38:31.404Z] Removing intermediate container afc2d88b5ef3 [2023-04-26T06:38:31.404Z] ---> 4980c47ed607 [2023-04-26T06:38:31.404Z] Step 24/26 : LABEL arch=x86_64 [2023-04-26T06:38:31.969Z] Removing intermediate container d1bc4c29b71e [2023-04-26T06:38:31.969Z] ---> fd3d64a28e5a [2023-04-26T06:38:31.969Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-26T06:38:31.969Z] ---> Running in 89e5d967fec5 [2023-04-26T06:38:31.969Z] ---> 28cd32ef0442 [2023-04-26T06:38:31.969Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-26T06:38:31.969Z] ---> Running in a601476c44eb [2023-04-26T06:38:32.534Z] Removing intermediate container 89e5d967fec5 [2023-04-26T06:38:32.534Z] ---> d43cb7217291 [2023-04-26T06:38:32.534Z] Step 25/26 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T06:38:32.534Z] Removing intermediate container a601476c44eb [2023-04-26T06:38:32.534Z] ---> d46f5a0cd5bf [2023-04-26T06:38:32.534Z] Step 25/27 : LABEL arch=x86_64 [2023-04-26T06:38:32.534Z] ---> Running in 25f238591b3d [2023-04-26T06:38:32.534Z] ---> 77fb8bb6c185 [2023-04-26T06:38:32.534Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-26T06:38:32.546Z] using credential edgex-jenkins-ssh [2023-04-26T06:38:32.565Z] Cloning the remote Git repository [2023-04-26T06:38:32.883Z] ---> Running in 6fd23d0f13ce [2023-04-26T06:38:32.883Z] ---> Running in c66e6c911aea [2023-04-26T06:38:32.616Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-04-26T06:38:32.723Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-04-26T06:38:32.901Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-26T06:38:32.902Z] > git --version # timeout=10 [2023-04-26T06:38:32.924Z] > git --version # 'git version 2.25.1' [2023-04-26T06:38:32.928Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-26T06:38:33.143Z] Removing intermediate container 25f238591b3d [2023-04-26T06:38:33.143Z] ---> 771aba4d0a92 [2023-04-26T06:38:33.143Z] Step 26/26 : LABEL version=0.0.0 [2023-04-26T06:38:33.403Z] Removing intermediate container 6fd23d0f13ce [2023-04-26T06:38:33.403Z] ---> 3f41034d9a8c [2023-04-26T06:38:33.403Z] Step 26/27 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T06:38:33.403Z] Removing intermediate container c66e6c911aea [2023-04-26T06:38:33.403Z] ---> 28e71c2eeb03 [2023-04-26T06:38:33.403Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-26T06:38:33.403Z] ---> Running in eefb4fbf41db [2023-04-26T06:38:33.403Z] ---> Running in b55e815176ff [2023-04-26T06:38:33.403Z] ---> Running in 585d2ce3cd24 [2023-04-26T06:38:33.661Z] Removing intermediate container eefb4fbf41db [2023-04-26T06:38:33.661Z] ---> 23afbb7d2ef4 [2023-04-26T06:38:33.661Z] [2023-04-26T06:38:33.661Z] Removing intermediate container b55e815176ff [2023-04-26T06:38:33.661Z] ---> 0b9793b09369 [2023-04-26T06:38:33.661Z] Step 27/27 : LABEL version=0.0.0 [2023-04-26T06:38:33.661Z] Removing intermediate container 585d2ce3cd24 [2023-04-26T06:38:33.661Z] ---> 7c2b68759f03 [2023-04-26T06:38:33.661Z] Step 25/27 : LABEL arch=x86_64 [2023-04-26T06:38:33.661Z] Successfully built 23afbb7d2ef4 [2023-04-26T06:38:33.661Z] ---> Running in 7f57d0e98632 [2023-04-26T06:38:33.661Z] Successfully tagged security-spire-server:latest [2023-04-26T06:38:33.661Z]  Building security-spire-server ... done Building core-data [2023-04-26T06:38:33.661Z] ---> Running in 74db9694e8d0 [2023-04-26T06:38:33.919Z] Removing intermediate container 7f57d0e98632 [2023-04-26T06:38:33.919Z] ---> 3ccb7496b69b [2023-04-26T06:38:33.919Z] [2023-04-26T06:38:33.919Z] Successfully built 3ccb7496b69b [2023-04-26T06:38:33.919Z] Successfully tagged security-spire-config:latest [2023-04-26T06:38:34.179Z] Removing intermediate container 74db9694e8d0 [2023-04-26T06:38:34.179Z] ---> a06e9f2d3e69 [2023-04-26T06:38:34.179Z] Step 26/27 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T06:38:34.179Z] Building security-secretstore-setup [2023-04-26T06:38:33.084Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-26T06:38:37.461Z]  Building security-spire-config ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:38:37.461Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:38:37.461Z] ---> 16431aa68525 [2023-04-26T06:38:37.461Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T06:38:37.461Z] ---> Using cache [2023-04-26T06:38:37.461Z] ---> 9e104dad27a6 [2023-04-26T06:38:37.461Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T06:38:37.461Z] ---> Using cache [2023-04-26T06:38:37.461Z] ---> 3a2d4db4ef0c [2023-04-26T06:38:37.461Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-26T06:38:37.721Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:38:37.721Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:38:37.721Z] ---> 16431aa68525 [2023-04-26T06:38:37.721Z] Step 3/25 : WORKDIR /edgex-go [2023-04-26T06:38:37.721Z] ---> Using cache [2023-04-26T06:38:37.721Z] ---> 5c895052ccff [2023-04-26T06:38:37.721Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-26T06:38:39.095Z] ---> Running in d8edd327d93d [2023-04-26T06:38:39.355Z] ---> Running in 743a5ca81122 [2023-04-26T06:38:39.355Z] ---> Running in a80803f2f2af [2023-04-26T06:38:39.355Z] Removing intermediate container d8edd327d93d [2023-04-26T06:38:39.355Z] ---> 0230e3bd0138 [2023-04-26T06:38:39.355Z] Step 27/27 : LABEL version=0.0.0 [2023-04-26T06:38:39.355Z] ---> Running in 97cea5fbbc0d [2023-04-26T06:38:39.614Z] Removing intermediate container 97cea5fbbc0d [2023-04-26T06:38:39.614Z] ---> edeff72c6b84 [2023-04-26T06:38:39.614Z] [2023-04-26T06:38:39.614Z] Successfully built edeff72c6b84 [2023-04-26T06:38:39.614Z] Successfully tagged security-spire-agent:latest [2023-04-26T06:38:39.614Z] Building security-spiffe-token-provider [2023-04-26T06:38:39.872Z]  Building security-spire-agent ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:39.872Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:40.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:40.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:40.388Z] OK: 265 MiB in 53 packages [2023-04-26T06:38:40.388Z] OK: 265 MiB in 53 packages [2023-04-26T06:38:42.959Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:38:42.959Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:38:42.959Z] ---> 16431aa68525 [2023-04-26T06:38:42.959Z] Step 3/20 : WORKDIR /edgex-go [2023-04-26T06:38:42.959Z] ---> Using cache [2023-04-26T06:38:42.959Z] ---> 5c895052ccff [2023-04-26T06:38:42.959Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-26T06:38:44.343Z] ---> Running in 7fc9ddd4170d [2023-04-26T06:38:44.343Z] Removing intermediate container a80803f2f2af [2023-04-26T06:38:44.343Z] ---> a565b2526371 [2023-04-26T06:38:44.343Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T06:38:44.343Z] Removing intermediate container 743a5ca81122 [2023-04-26T06:38:44.343Z] ---> e640e3f7f6fe [2023-04-26T06:38:44.343Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-26T06:38:44.343Z] Removing intermediate container 1400f47935b9 [2023-04-26T06:38:44.343Z] ---> a772bfb28a5f [2023-04-26T06:38:44.343Z] [2023-04-26T06:38:44.343Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T06:38:44.343Z] ---> 9ed4aefc74f6 [2023-04-26T06:38:44.343Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-26T06:38:44.343Z] Removing intermediate container fe23e44eacb3 [2023-04-26T06:38:44.343Z] ---> 560d012109c1 [2023-04-26T06:38:44.343Z] [2023-04-26T06:38:44.343Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T06:38:44.343Z] ---> 9ed4aefc74f6 [2023-04-26T06:38:44.343Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-26T06:38:44.343Z] ---> Running in c844a0c55f1b [2023-04-26T06:38:44.343Z] ---> Running in d0aa8bad93eb [2023-04-26T06:38:44.601Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:44.601Z] ---> abea2df127b2 [2023-04-26T06:38:44.601Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:38:44.601Z] ---> Running in ea5c291fe5cc [2023-04-26T06:38:44.601Z] ---> c0118413ac26 [2023-04-26T06:38:44.601Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:38:44.601Z] ---> Running in be72fdb03cb6 [2023-04-26T06:38:44.601Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:44.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:44.858Z] v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T06:38:44.858Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T06:38:44.858Z] OK: 17819 distinct packages available [2023-04-26T06:38:44.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:44.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:44.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:44.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:44.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:38:45.116Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-26T06:38:45.116Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T06:38:45.116Z] OK: 7 MiB in 16 packages [2023-04-26T06:38:45.116Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-26T06:38:45.116Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-26T06:38:45.116Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T06:38:45.116Z] Executing ca-certificates-20220614-r4.trigger [2023-04-26T06:38:45.116Z] OK: 265 MiB in 53 packages [2023-04-26T06:38:45.116Z] OK: 8 MiB in 17 packages [2023-04-26T06:38:45.684Z] Removing intermediate container c844a0c55f1b [2023-04-26T06:38:45.684Z] ---> 24a7a66ae46c [2023-04-26T06:38:45.684Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T06:38:45.684Z] ---> Running in 61aa4194dcf2 [2023-04-26T06:38:45.684Z] Removing intermediate container 61aa4194dcf2 [2023-04-26T06:38:45.684Z] ---> 23b2bf9ba48b [2023-04-26T06:38:45.684Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-26T06:38:45.684Z] Removing intermediate container 7fc9ddd4170d [2023-04-26T06:38:45.684Z] ---> d0b51f4c3206 [2023-04-26T06:38:45.684Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-26T06:38:45.684Z] ---> Running in 1095f6e9769f [2023-04-26T06:38:45.942Z] Removing intermediate container d0aa8bad93eb [2023-04-26T06:38:45.942Z] ---> 8c90c3ccc018 [2023-04-26T06:38:45.942Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T06:38:45.942Z] Removing intermediate container 1095f6e9769f [2023-04-26T06:38:45.942Z] ---> 2289848449f3 [2023-04-26T06:38:45.942Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-26T06:38:45.942Z] ---> Running in d0c99fa660f9 [2023-04-26T06:38:45.942Z] ---> 1ac529ce820f [2023-04-26T06:38:45.942Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:38:45.942Z] ---> Running in 5f42b53ff7b9 [2023-04-26T06:38:45.942Z] ---> Running in b18147b17fea [2023-04-26T06:38:46.202Z] Removing intermediate container 5f42b53ff7b9 [2023-04-26T06:38:46.202Z] ---> e239724517fa [2023-04-26T06:38:46.202Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T06:38:46.202Z] Removing intermediate container d0c99fa660f9 [2023-04-26T06:38:46.202Z] ---> 74cc6b656324 [2023-04-26T06:38:46.202Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-26T06:38:46.202Z] ---> Running in 8a1aa7d1f64d [2023-04-26T06:38:46.463Z] ---> ca6fe17fb16a [2023-04-26T06:38:46.463Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T06:38:46.463Z] Removing intermediate container 8a1aa7d1f64d [2023-04-26T06:38:46.463Z] ---> 7280c85def12 [2023-04-26T06:38:46.463Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-26T06:38:46.463Z] ---> Running in a3c5ca1a7cc9 [2023-04-26T06:38:46.723Z] ---> 58fbc288007f [2023-04-26T06:38:46.723Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-26T06:38:46.723Z] Removing intermediate container a3c5ca1a7cc9 [2023-04-26T06:38:46.723Z] ---> 8e4f8fae9b50 [2023-04-26T06:38:46.723Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T06:38:47.676Z] ---> 89ac4916af5f [2023-04-26T06:38:47.676Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T06:38:47.676Z] ---> 93222c57ec37 [2023-04-26T06:38:47.676Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-26T06:38:47.676Z] ---> 8c57ee15e886 [2023-04-26T06:38:47.676Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-26T06:38:47.676Z] ---> c1add19e746d [2023-04-26T06:38:47.676Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-26T06:38:47.676Z] ---> Running in a8f0a58d8a5a [2023-04-26T06:38:47.934Z] Removing intermediate container a8f0a58d8a5a [2023-04-26T06:38:47.934Z] ---> 1a4153c5bed2 [2023-04-26T06:38:47.934Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T06:38:47.934Z] ---> Running in 6f3ba1c01c5e [2023-04-26T06:38:48.193Z] Removing intermediate container 6f3ba1c01c5e [2023-04-26T06:38:48.193Z] ---> c82ddd03fb9e [2023-04-26T06:38:48.193Z] Step 21/23 : LABEL arch=x86_64 [2023-04-26T06:38:48.450Z] ---> Running in 205f284a3fd0 [2023-04-26T06:38:48.450Z] ---> da7c4f8b9b61 [2023-04-26T06:38:48.450Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-26T06:38:48.450Z] Removing intermediate container 205f284a3fd0 [2023-04-26T06:38:48.450Z] ---> f63dce5287ac [2023-04-26T06:38:48.450Z] Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T06:38:48.450Z] ---> Running in 33df8a77387c [2023-04-26T06:38:48.451Z] ---> ee08969070fe [2023-04-26T06:38:48.451Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-26T06:38:48.451Z] ---> Running in eafcf1619ce0 [2023-04-26T06:38:48.451Z] Removing intermediate container 33df8a77387c [2023-04-26T06:38:48.451Z] ---> c044531afa00 [2023-04-26T06:38:48.451Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T06:38:48.451Z] ---> Running in c6037be17a83 [2023-04-26T06:38:48.709Z] Removing intermediate container eafcf1619ce0 [2023-04-26T06:38:48.709Z] ---> f22fbcb399e3 [2023-04-26T06:38:48.709Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T06:38:48.709Z] ---> Running in 04a8983fdd68 [2023-04-26T06:38:48.709Z] Removing intermediate container c6037be17a83 [2023-04-26T06:38:48.709Z] ---> a39ce16bda01 [2023-04-26T06:38:48.709Z] [2023-04-26T06:38:48.709Z] Removing intermediate container 04a8983fdd68 [2023-04-26T06:38:48.709Z] ---> d330d7b7f2f6 [2023-04-26T06:38:48.709Z] Step 21/23 : LABEL arch=x86_64 [2023-04-26T06:38:48.709Z] Successfully built a39ce16bda01 [2023-04-26T06:38:48.709Z] Successfully tagged support-scheduler:latest [2023-04-26T06:38:48.709Z] Building core-command [2023-04-26T06:38:48.709Z]  Building support-scheduler ... done  ---> Running in 20207af6a0c9 [2023-04-26T06:38:50.609Z] Removing intermediate container 20207af6a0c9 [2023-04-26T06:38:50.609Z] ---> 8b3a2a3cb860 [2023-04-26T06:38:50.609Z] Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T06:38:49.894Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-26T06:38:49.914Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-26T06:38:50.775Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-26T06:38:50.815Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-26T06:38:50.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-26T06:38:50.832Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4529/head:refs/remotes/origin/PR-4529 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-26T06:38:51.603Z] Merging remotes/origin/main commit ff802d8b4dd3157c514065f0a66808faf07e520c into PR head commit 52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T06:38:52.026Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:38:52.026Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:38:52.026Z] ---> 16431aa68525 [2023-04-26T06:38:52.026Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-26T06:38:52.026Z] ---> Using cache [2023-04-26T06:38:52.026Z] ---> 9e104dad27a6 [2023-04-26T06:38:52.026Z] Step 4/24 : WORKDIR /edgex-go [2023-04-26T06:38:52.026Z] ---> Using cache [2023-04-26T06:38:52.026Z] ---> 3a2d4db4ef0c [2023-04-26T06:38:52.026Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-26T06:38:52.026Z] ---> Using cache [2023-04-26T06:38:52.026Z] ---> a565b2526371 [2023-04-26T06:38:52.026Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-26T06:38:52.026Z] ---> Using cache [2023-04-26T06:38:52.026Z] ---> abea2df127b2 [2023-04-26T06:38:52.026Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:38:52.028Z] Merge succeeded, producing 52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T06:38:52.029Z] Checking out Revision 52daff80f6c7ff3a808bf9dea69553069044fb5b (PR-4529) [2023-04-26T06:38:52.706Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" [2023-04-26T06:38:52.769Z] > git --version # timeout=10 [2023-04-26T06:38:52.779Z] > git --version # 'git version 2.25.1' [2023-04-26T06:38:52.802Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-26T06:38:51.625Z] > git config core.sparsecheckout # timeout=10 [2023-04-26T06:38:51.704Z] > git checkout -f 52daff80f6c7ff3a808bf9dea69553069044fb5b # timeout=10 [2023-04-26T06:38:51.925Z] > git remote # timeout=10 [2023-04-26T06:38:51.944Z] > git config --get remote.origin.url # timeout=10 [2023-04-26T06:38:51.969Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-26T06:38:51.985Z] > git merge ff802d8b4dd3157c514065f0a66808faf07e520c # timeout=10 [2023-04-26T06:38:52.015Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-26T06:38:52.040Z] > git config core.sparsecheckout # timeout=10 [2023-04-26T06:38:52.056Z] > git checkout -f 52daff80f6c7ff3a808bf9dea69553069044fb5b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-26T06:38:53.999Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-26T06:38:53.999Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-26T06:38:53.999Z] Dload Upload Total Spent Left Speed [2023-04-26T06:38:53.999Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 87937 0 --:--:-- --:--:-- --:--:-- 87937 [Pipeline] sh [2023-04-26T06:38:54.630Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-26T06:38:54.978Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-26T06:38:54.978Z] + sudo tee /etc/docker/daemon.new [2023-04-26T06:38:54.978Z] { [2023-04-26T06:38:54.978Z] "registry-mirrors": [ [2023-04-26T06:38:54.978Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-26T06:38:54.978Z] ], [2023-04-26T06:38:54.978Z] "bip": "10.250.0.254/24", [2023-04-26T06:38:54.978Z] "hosts": [ [2023-04-26T06:38:54.978Z] "tcp://0.0.0.0:5555", [2023-04-26T06:38:54.978Z] "unix:///var/run/docker.sock" [2023-04-26T06:38:54.978Z] ], [2023-04-26T06:38:54.978Z] "mtu": 1458, [2023-04-26T06:38:54.978Z] "selinux-enabled": true, [2023-04-26T06:38:54.978Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-26T06:38:54.978Z] } [Pipeline] sh [2023-04-26T06:38:55.328Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [2023-04-26T06:38:55.332Z] ---> Running in 64ef07df3ba2 [2023-04-26T06:38:55.332Z] ---> Running in 1b39e52407ff [2023-04-26T06:38:55.332Z] Removing intermediate container 1b39e52407ff [2023-04-26T06:38:55.332Z] ---> 7be2b38b3cba [2023-04-26T06:38:55.332Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T06:38:55.332Z] ---> Running in cddd20ecfa53 [2023-04-26T06:38:55.332Z] Removing intermediate container cddd20ecfa53 [2023-04-26T06:38:55.332Z] ---> 7260751b24cd [2023-04-26T06:38:55.332Z] [2023-04-26T06:38:55.332Z] Successfully built 7260751b24cd [Pipeline] sh [2023-04-26T06:38:55.589Z] Successfully tagged support-notifications:latest [2023-04-26T06:38:55.589Z] Building security-bootstrapper [2023-04-26T06:38:55.698Z] + sudo service docker restart [2023-04-26T06:39:00.897Z]  Building support-notifications ... done Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:39:00.897Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:39:00.897Z] ---> 16431aa68525 [2023-04-26T06:39:00.897Z] Step 3/33 : WORKDIR /edgex-go [2023-04-26T06:39:00.897Z] ---> Using cache [2023-04-26T06:39:00.897Z] ---> 5c895052ccff [2023-04-26T06:39:00.897Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-26T06:39:00.897Z] ---> Using cache [2023-04-26T06:39:00.897Z] ---> e640e3f7f6fe [2023-04-26T06:39:00.897Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-26T06:39:00.897Z] ---> Using cache [2023-04-26T06:39:00.897Z] ---> c0118413ac26 [2023-04-26T06:39:00.897Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:39:09.013Z] ---> Running in 1ad3a9273730 [2023-04-26T06:39:09.272Z] Removing intermediate container be72fdb03cb6 [2023-04-26T06:39:09.272Z] ---> 3412a279242f [2023-04-26T06:39:09.272Z] Step 7/25 : COPY . . [2023-04-26T06:39:09.272Z] Removing intermediate container ea5c291fe5cc [2023-04-26T06:39:09.272Z] ---> 3f0cca5de64a [2023-04-26T06:39:09.272Z] Step 8/23 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T06:39:14.026Z] provisioning config files... [2023-04-26T06:39:14.056Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config17358263448205662258tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T06:39:14.444Z] ---> docker-login.sh [2023-04-26T06:39:14.444Z] nexus3.edgexfoundry.org:10001 [2023-04-26T06:39:15.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:39:15.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:39:15.032Z] Configure a credential helper to remove this warning. See [2023-04-26T06:39:15.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:39:15.032Z] [2023-04-26T06:39:15.032Z] Login Succeeded [2023-04-26T06:39:15.032Z] nexus3.edgexfoundry.org:10002 [2023-04-26T06:39:15.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:39:15.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:39:15.301Z] Configure a credential helper to remove this warning. See [2023-04-26T06:39:15.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:39:15.301Z] [2023-04-26T06:39:15.301Z] Login Succeeded [2023-04-26T06:39:15.572Z] nexus3.edgexfoundry.org:10003 [2023-04-26T06:39:15.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:39:15.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:39:15.841Z] Configure a credential helper to remove this warning. See [2023-04-26T06:39:15.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:39:15.841Z] [2023-04-26T06:39:15.841Z] Login Succeeded [2023-04-26T06:39:15.841Z] nexus3.edgexfoundry.org:10004 [2023-04-26T06:39:16.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:39:16.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:39:16.113Z] Configure a credential helper to remove this warning. See [2023-04-26T06:39:16.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:39:16.113Z] [2023-04-26T06:39:16.113Z] Login Succeeded [2023-04-26T06:39:16.113Z] docker.io [2023-04-26T06:39:16.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T06:39:16.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T06:39:16.651Z] Configure a credential helper to remove this warning. See [2023-04-26T06:39:16.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T06:39:16.651Z] [2023-04-26T06:39:16.651Z] Login Succeeded [2023-04-26T06:39:16.651Z] ---> docker-login.sh ends [Pipeline] } [2023-04-26T06:39:16.679Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-04-26T06:39:17.363Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-04-26T06:39:17.404Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T06:39:17.441Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T06:39:17.474Z] ========================================================= [2023-04-26T06:39:17.474Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-26T06:39:17.474Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-26T06:39:17.846Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-26T06:39:18.120Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-26T06:39:18.120Z] c41833b44d91: Pulling fs layer [2023-04-26T06:39:18.120Z] ed15518f5707: Pulling fs layer [2023-04-26T06:39:18.120Z] feae8fd75edb: Pulling fs layer [2023-04-26T06:39:18.120Z] 242c74f7c9fa: Pulling fs layer [2023-04-26T06:39:18.120Z] 3cdef696dda3: Pulling fs layer [2023-04-26T06:39:18.120Z] 2ced38df9373: Pulling fs layer [2023-04-26T06:39:18.120Z] 58f1dce35555: Pulling fs layer [2023-04-26T06:39:18.120Z] 3cdef696dda3: Waiting [2023-04-26T06:39:18.120Z] 2ced38df9373: Waiting [2023-04-26T06:39:18.120Z] 242c74f7c9fa: Waiting [2023-04-26T06:39:18.120Z] 58f1dce35555: Waiting [2023-04-26T06:39:18.120Z] ed15518f5707: Verifying Checksum [2023-04-26T06:39:18.120Z] ed15518f5707: Download complete [2023-04-26T06:39:18.120Z] 242c74f7c9fa: Verifying Checksum [2023-04-26T06:39:18.120Z] 242c74f7c9fa: Download complete [2023-04-26T06:39:18.120Z] 3cdef696dda3: Verifying Checksum [2023-04-26T06:39:18.120Z] 3cdef696dda3: Download complete [2023-04-26T06:39:18.120Z] c41833b44d91: Verifying Checksum [2023-04-26T06:39:18.120Z] c41833b44d91: Download complete [2023-04-26T06:39:19.087Z] c41833b44d91: Pull complete [2023-04-26T06:39:19.253Z] ---> fbf8e6a8c5ea [2023-04-26T06:39:19.253Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-26T06:39:19.253Z] ---> b34b8fc3eb26 [2023-04-26T06:39:19.253Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-26T06:39:19.253Z] ---> Running in a5789aaa0f5d [2023-04-26T06:39:19.253Z] ---> Running in a4b6913dc510 [2023-04-26T06:39:19.253Z] 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-04-26T06:39:19.253Z] 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-04-26T06:39:19.253Z] Removing intermediate container 64ef07df3ba2 [2023-04-26T06:39:19.253Z] Removing intermediate container b18147b17fea [2023-04-26T06:39:19.253Z] ---> de3eac6858ed [2023-04-26T06:39:19.253Z] Step 7/20 : COPY . . [2023-04-26T06:39:19.253Z] ---> 488ca1ec01e8 [2023-04-26T06:39:19.253Z] Step 8/24 : COPY . . [2023-04-26T06:39:19.683Z] 58f1dce35555: Verifying Checksum [2023-04-26T06:39:19.683Z] 58f1dce35555: Download complete [2023-04-26T06:39:19.683Z] ed15518f5707: Pull complete [2023-04-26T06:39:20.385Z] feae8fd75edb: Verifying Checksum [2023-04-26T06:39:20.385Z] feae8fd75edb: Download complete [2023-04-26T06:39:20.661Z] 2ced38df9373: Verifying Checksum [2023-04-26T06:39:20.661Z] 2ced38df9373: Download complete [2023-04-26T06:39:30.772Z] feae8fd75edb: Pull complete [2023-04-26T06:39:31.539Z] ---> 4e019c270e92 [2023-04-26T06:39:31.539Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-26T06:39:31.539Z] ---> 8080c1e18b95 [2023-04-26T06:39:31.539Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-26T06:39:31.539Z] ---> Running in 30d0aceecee8 [2023-04-26T06:39:31.539Z] ---> Running in 87332ea0a586 [2023-04-26T06:39:31.539Z] 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-04-26T06:39:31.539Z] 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-04-26T06:39:31.543Z] 242c74f7c9fa: Pull complete [2023-04-26T06:39:31.543Z] 3cdef696dda3: Pull complete [2023-04-26T06:39:37.775Z] 2ced38df9373: Pull complete [2023-04-26T06:39:40.539Z] Removing intermediate container 1ad3a9273730 [2023-04-26T06:39:40.539Z] ---> bbf1da1a3daa [2023-04-26T06:39:40.539Z] Step 7/33 : COPY . . [2023-04-26T06:39:41.104Z] 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-04-26T06:39:42.049Z] 58f1dce35555: Pull complete [2023-04-26T06:39:42.049Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-04-26T06:39:42.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-26T06:39:42.049Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-26T06:39:42.451Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-26T06:39:42.451Z] WORKDIR /edgex [2023-04-26T06:39:42.451Z] COPY go.mod . [2023-04-26T06:39:42.451Z] RUN go mod download [2023-04-26T06:39:42.451Z] + docker build -t ci-base-image-arm64 -f - . [2023-04-26T06:39:43.040Z] Sending build context to Docker daemon 2.932MB [2023-04-26T06:39:43.040Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-26T06:39:43.040Z] ---> fadd8f120f05 [2023-04-26T06:39:43.040Z] Step 2/4 : WORKDIR /edgex [2023-04-26T06:39:45.000Z] ---> Running in 81152130842e [2023-04-26T06:39:45.000Z] Removing intermediate container 81152130842e [2023-04-26T06:39:45.000Z] ---> da5c7e3390dc [2023-04-26T06:39:45.000Z] Step 3/4 : COPY go.mod . [2023-04-26T06:39:45.600Z] ---> 2b96ad224b16 [2023-04-26T06:39:45.600Z] Step 4/4 : RUN go mod download [2023-04-26T06:39:45.600Z] ---> Running in 3dae7c8de75a [2023-04-26T06:39:49.229Z] ---> c03a20cb5084 [2023-04-26T06:39:49.229Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-26T06:39:49.490Z] ---> Running in 6d2b9b9483e5 [2023-04-26T06:39:50.424Z] 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-04-26T06:39:55.687Z] Removing intermediate container a5789aaa0f5d [2023-04-26T06:39:55.687Z] ---> dc936b1618a5 [2023-04-26T06:39:55.687Z] [2023-04-26T06:39:55.687Z] Step 9/25 : FROM alpine:3.17 [2023-04-26T06:39:55.687Z] ---> 9ed4aefc74f6 [2023-04-26T06:39:55.687Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-26T06:39:55.687Z] Removing intermediate container a4b6913dc510 [2023-04-26T06:39:55.687Z] ---> f42126016398 [2023-04-26T06:39:55.687Z] [2023-04-26T06:39:55.687Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T06:39:55.687Z] ---> 9ed4aefc74f6 [2023-04-26T06:39:55.687Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T06:39:55.687Z] ---> Running in 24778c6235ca [2023-04-26T06:39:55.687Z] ---> Running in 3181576c7f46 [2023-04-26T06:39:55.687Z] Removing intermediate container 3181576c7f46 [2023-04-26T06:39:55.687Z] ---> 744da7b8a945 [2023-04-26T06:39:55.687Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-26T06:39:55.687Z] ---> Running in 52446d596371 [2023-04-26T06:39:55.687Z] Removing intermediate container 52446d596371 [2023-04-26T06:39:55.687Z] ---> 5ebd6980e557 [2023-04-26T06:39:55.687Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-26T06:39:55.687Z] ---> Running in 2a8f45c8b254 [2023-04-26T06:39:55.687Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:39:55.946Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:39:56.247Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-26T06:39:56.247Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-26T06:39:56.247Z] (3/3) Installing su-exec (0.2-r2) [2023-04-26T06:39:56.247Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T06:39:56.247Z] Executing ca-certificates-20220614-r4.trigger [2023-04-26T06:39:56.504Z] OK: 8 MiB in 18 packages [2023-04-26T06:39:56.504Z] Removing intermediate container 2a8f45c8b254 [2023-04-26T06:39:56.504Z] ---> 7a7416ed4870 [2023-04-26T06:39:56.504Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-26T06:39:56.764Z] ---> Running in ebbdd5069036 [2023-04-26T06:39:58.145Z] Removing intermediate container 24778c6235ca [2023-04-26T06:39:58.145Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:39:58.145Z] ---> 5b0dc203cbb1 [2023-04-26T06:39:58.145Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-26T06:39:58.145Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:39:58.405Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-26T06:39:58.405Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T06:39:58.405Z] OK: 7 MiB in 16 packages [2023-04-26T06:39:58.665Z] ---> Running in cebcfe6d9714 [2023-04-26T06:40:00.050Z] Removing intermediate container 30d0aceecee8 [2023-04-26T06:40:00.050Z] ---> 462ea3f3ca0d [2023-04-26T06:40:00.050Z] [2023-04-26T06:40:00.050Z] Step 10/24 : FROM alpine:3.17 [2023-04-26T06:40:00.050Z] ---> 9ed4aefc74f6 [2023-04-26T06:40:00.050Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-26T06:40:00.050Z] ---> Using cache [2023-04-26T06:40:00.050Z] ---> 24a7a66ae46c [2023-04-26T06:40:00.050Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T06:40:00.050Z] ---> Using cache [2023-04-26T06:40:00.050Z] ---> 23b2bf9ba48b [2023-04-26T06:40:00.050Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-26T06:40:00.050Z] Removing intermediate container cebcfe6d9714 [2023-04-26T06:40:00.050Z] ---> 986d388f7214 [2023-04-26T06:40:00.050Z] Step 12/25 : WORKDIR / [2023-04-26T06:40:00.050Z] ---> Running in a2bf42e170a0 [2023-04-26T06:40:00.050Z] ---> Running in 49279ae87733 [2023-04-26T06:40:00.309Z] Removing intermediate container ebbdd5069036 [2023-04-26T06:40:00.309Z] ---> d30c0573d1a3 [2023-04-26T06:40:00.309Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T06:40:00.309Z] Removing intermediate container a2bf42e170a0 [2023-04-26T06:40:00.309Z] ---> 0c5768ad2826 [2023-04-26T06:40:00.309Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-26T06:40:00.309Z] Removing intermediate container 49279ae87733 [2023-04-26T06:40:00.309Z] ---> e706ed34ded7 [2023-04-26T06:40:00.309Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T06:40:00.568Z] ---> Running in 16fc9ab8a462 [2023-04-26T06:40:00.568Z] Removing intermediate container 87332ea0a586 [2023-04-26T06:40:00.568Z] ---> a5b01936b8d7 [2023-04-26T06:40:00.568Z] [2023-04-26T06:40:00.568Z] Step 9/20 : FROM alpine:3.17 [2023-04-26T06:40:00.568Z] ---> 9ed4aefc74f6 [2023-04-26T06:40:00.568Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-26T06:40:00.568Z] ---> 3b943082a7f4 [2023-04-26T06:40:00.568Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T06:40:00.568Z] ---> Running in f7856e95a1ec [2023-04-26T06:40:00.568Z] Removing intermediate container 16fc9ab8a462 [2023-04-26T06:40:00.568Z] ---> 986ca4fcfd3d [2023-04-26T06:40:00.568Z] Step 15/24 : WORKDIR / [2023-04-26T06:40:00.568Z] ---> Running in a44248284270 [2023-04-26T06:40:00.568Z] ---> d96340e9d8a2 [2023-04-26T06:40:00.568Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T06:40:00.826Z] Removing intermediate container f7856e95a1ec [2023-04-26T06:40:00.826Z] ---> 34293a5ff0ea [2023-04-26T06:40:00.826Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-26T06:40:00.826Z] ---> d9f4abe77bf2 [2023-04-26T06:40:00.826Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-26T06:40:00.826Z] ---> Running in 772d99d811ef [2023-04-26T06:40:00.826Z] Removing intermediate container a44248284270 [2023-04-26T06:40:00.826Z] ---> eccf728c73af [2023-04-26T06:40:00.826Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T06:40:00.826Z] ---> 7104345f1c5a [2023-04-26T06:40:00.826Z] 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-04-26T06:40:01.087Z] ---> 500953e319f4 [2023-04-26T06:40:01.087Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T06:40:01.087Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:40:01.366Z] ---> 8ba50f616c5e [2023-04-26T06:40:01.366Z] 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-04-26T06:40:01.366Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:40:01.635Z] ---> 90f705cfa665 [2023-04-26T06:40:01.635Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-26T06:40:01.635Z] ---> b7cb00929b94 [2023-04-26T06:40:01.635Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-26T06:40:01.635Z] ---> 873300493f34 [2023-04-26T06:40:01.635Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-26T06:40:01.635Z] v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T06:40:01.635Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T06:40:01.635Z] OK: 17820 distinct packages available [2023-04-26T06:40:01.897Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:40:01.897Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:40:01.897Z] ---> d2144820a78d [2023-04-26T06:40:01.897Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-26T06:40:02.158Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-26T06:40:02.158Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-26T06:40:02.158Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-26T06:40:02.158Z] (4/9) Installing libcurl (8.0.1-r0) [2023-04-26T06:40:02.158Z] (5/9) Installing curl (8.0.1-r0) [2023-04-26T06:40:02.158Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-26T06:40:02.158Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-26T06:40:02.158Z] (8/9) Installing libucontext (1.2-r0) [2023-04-26T06:40:02.158Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-26T06:40:02.158Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T06:40:02.158Z] ---> Running in a6c8ad416822 [2023-04-26T06:40:02.158Z] Executing ca-certificates-20220614-r4.trigger [2023-04-26T06:40:02.158Z] ---> 89070f155bcb [2023-04-26T06:40:02.158Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-26T06:40:02.158Z] OK: 10 MiB in 24 packages [2023-04-26T06:40:02.417Z] ---> 416585be6942 [2023-04-26T06:40:02.417Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-26T06:40:02.417Z] Removing intermediate container a6c8ad416822 [2023-04-26T06:40:02.417Z] ---> f0f8878747eb [2023-04-26T06:40:02.417Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T06:40:02.417Z] ---> 7b455d5b9680 [2023-04-26T06:40:02.417Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-26T06:40:02.417Z] ---> Running in cec5ee858229 [2023-04-26T06:40:02.675Z] Removing intermediate container cec5ee858229 [2023-04-26T06:40:02.675Z] ---> f92919c33f66 [2023-04-26T06:40:02.675Z] Step 21/23 : LABEL arch=x86_64 [2023-04-26T06:40:02.934Z] ---> f7a602569112 [2023-04-26T06:40:02.934Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-26T06:40:02.934Z] ---> Running in d8344d0d4b29 [2023-04-26T06:40:02.934Z] Removing intermediate container 772d99d811ef [2023-04-26T06:40:02.934Z] ---> 1a1291b99ec5 [2023-04-26T06:40:02.934Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T06:40:02.934Z] ---> Running in 933c604943da [2023-04-26T06:40:02.934Z] Removing intermediate container d8344d0d4b29 [2023-04-26T06:40:02.934Z] ---> ae15ac18ed9b [2023-04-26T06:40:02.934Z] Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T06:40:03.195Z] ---> e84a09e2ecb1 [2023-04-26T06:40:03.195Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-26T06:40:03.195Z] Removing intermediate container 933c604943da [2023-04-26T06:40:03.195Z] ---> d51c9a738dc3 [2023-04-26T06:40:03.195Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T06:40:03.195Z] ---> Running in 715cf76809b8 [2023-04-26T06:40:03.195Z] ---> Running in 8d240ec38208 [2023-04-26T06:40:03.195Z] ---> 30a6367fcaf7 [2023-04-26T06:40:03.195Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T06:40:03.195Z] Removing intermediate container 8d240ec38208 [2023-04-26T06:40:03.195Z] ---> 9b9e964d9c57 [2023-04-26T06:40:03.195Z] Step 22/24 : LABEL arch=x86_64 [2023-04-26T06:40:03.195Z] Removing intermediate container 715cf76809b8 [2023-04-26T06:40:03.195Z] ---> 9475957b7fa9 [2023-04-26T06:40:03.195Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T06:40:03.195Z] ---> Running in dc3cdea4f62b [2023-04-26T06:40:03.195Z] ---> Running in e6c87e67e511 [2023-04-26T06:40:03.195Z] ---> b6abb8334098 [2023-04-26T06:40:03.195Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-26T06:40:03.453Z] ---> Running in d337eba43542 [2023-04-26T06:40:03.453Z] ---> 11a2abef4c23 [2023-04-26T06:40:03.453Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-26T06:40:03.453Z] Removing intermediate container dc3cdea4f62b [2023-04-26T06:40:03.453Z] ---> 55dd56fa3aee [2023-04-26T06:40:03.453Z] Step 23/24 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T06:40:03.453Z] Removing intermediate container e6c87e67e511 [2023-04-26T06:40:03.453Z] ---> de338a7da837 [2023-04-26T06:40:03.453Z] [2023-04-26T06:40:03.453Z] ---> Running in 06f643554541 [2023-04-26T06:40:03.453Z] Successfully built de338a7da837 [2023-04-26T06:40:03.453Z] Successfully tagged core-data:latest [2023-04-26T06:40:03.453Z]  Building core-data ... done Building core-common-config-bootstrapper [2023-04-26T06:40:04.862Z] Removing intermediate container 06f643554541 [2023-04-26T06:40:04.862Z] ---> a9e880206f07 [2023-04-26T06:40:04.862Z] Step 24/24 : LABEL version=0.0.0 [2023-04-26T06:40:06.273Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:40:06.273Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:40:06.273Z] ---> 16431aa68525 [2023-04-26T06:40:06.273Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T06:40:06.273Z] ---> Using cache [2023-04-26T06:40:06.273Z] ---> 9e104dad27a6 [2023-04-26T06:40:06.273Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T06:40:06.273Z] ---> Using cache [2023-04-26T06:40:06.273Z] ---> 3a2d4db4ef0c [2023-04-26T06:40:06.273Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-26T06:40:06.273Z] ---> Using cache [2023-04-26T06:40:06.273Z] ---> a565b2526371 [2023-04-26T06:40:06.273Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T06:40:06.273Z] ---> Using cache [2023-04-26T06:40:06.273Z] ---> abea2df127b2 [2023-04-26T06:40:06.273Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:40:06.273Z] ---> Using cache [2023-04-26T06:40:06.273Z] ---> 488ca1ec01e8 [2023-04-26T06:40:06.273Z] Step 8/23 : COPY . . [2023-04-26T06:40:06.273Z] ---> Using cache [2023-04-26T06:40:06.273Z] ---> 8080c1e18b95 [2023-04-26T06:40:06.273Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-26T06:40:07.215Z] ---> 88b9f23a5f47 [2023-04-26T06:40:07.215Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-26T06:40:07.215Z] ---> Running in be4ba28f27f5 [2023-04-26T06:40:07.215Z] ---> Running in 2ad9ed2f075f [2023-04-26T06:40:07.215Z] Removing intermediate container d337eba43542 [2023-04-26T06:40:07.215Z] ---> 39aae5881629 [2023-04-26T06:40:07.215Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-26T06:40:07.215Z] Removing intermediate container be4ba28f27f5 [2023-04-26T06:40:07.215Z] ---> f10b58becd7c [2023-04-26T06:40:07.215Z] [2023-04-26T06:40:07.215Z] ---> aab4892362ce [2023-04-26T06:40:07.215Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-26T06:40:07.215Z] ---> Running in 668e6547d83f [2023-04-26T06:40:07.215Z] ---> Running in a103e5f0cea5 [2023-04-26T06:40:07.215Z] Successfully built f10b58becd7c [2023-04-26T06:40:07.215Z] Successfully tagged core-command:latest [2023-04-26T06:40:07.215Z] Building core-metadata [2023-04-26T06:40:07.473Z]  Building core-command ... done Removing intermediate container 668e6547d83f [2023-04-26T06:40:07.473Z] ---> 6ee11741217e [2023-04-26T06:40:07.473Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T06:40:07.473Z] 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-04-26T06:40:08.847Z] Removing intermediate container a103e5f0cea5 [2023-04-26T06:40:08.847Z] ---> e6e84de51389 [2023-04-26T06:40:08.847Z] Step 23/25 : LABEL arch=x86_64 [2023-04-26T06:40:09.411Z] ---> Running in d6b90abe7b04 [2023-04-26T06:40:09.411Z] ---> Running in 8a557fee865a [2023-04-26T06:40:09.411Z] Removing intermediate container d6b90abe7b04 [2023-04-26T06:40:09.411Z] ---> e2d938ef258b [2023-04-26T06:40:09.411Z] Step 18/20 : LABEL arch=x86_64 [2023-04-26T06:40:09.670Z] ---> Running in d5d98de35fa0 [2023-04-26T06:40:09.670Z] Removing intermediate container 8a557fee865a [2023-04-26T06:40:09.670Z] ---> 614c1af513b4 [2023-04-26T06:40:09.670Z] Step 24/25 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T06:40:09.670Z] ---> Running in 98a6cac0a54d [2023-04-26T06:40:09.670Z] Removing intermediate container d5d98de35fa0 [2023-04-26T06:40:09.670Z] ---> ccffb21eb1a1 [2023-04-26T06:40:09.670Z] Step 19/20 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T06:40:09.931Z] Removing intermediate container 98a6cac0a54d [2023-04-26T06:40:09.932Z] ---> c4ad134b4774 [2023-04-26T06:40:09.932Z] Step 25/25 : LABEL version=0.0.0 [2023-04-26T06:40:09.932Z] ---> Running in 96a871da612d [2023-04-26T06:40:09.932Z] ---> Running in bff3ebaaaa9d [2023-04-26T06:40:09.932Z] Removing intermediate container 96a871da612d [2023-04-26T06:40:09.932Z] ---> 65cea0e22117 [2023-04-26T06:40:09.932Z] Step 20/20 : LABEL version=0.0.0 [2023-04-26T06:40:10.188Z] Removing intermediate container bff3ebaaaa9d [2023-04-26T06:40:10.188Z] ---> b485d949ed4c [2023-04-26T06:40:10.188Z] [2023-04-26T06:40:10.188Z] ---> Running in 99acd4a7984d [2023-04-26T06:40:10.444Z] Successfully built b485d949ed4c [2023-04-26T06:40:10.445Z] Successfully tagged security-secretstore-setup:latest [2023-04-26T06:40:10.445Z]  Building security-secretstore-setup ... done Building security-proxy-auth [2023-04-26T06:40:11.038Z] Removing intermediate container 99acd4a7984d [2023-04-26T06:40:11.038Z] ---> 8fff89255be2 [2023-04-26T06:40:11.038Z] [2023-04-26T06:40:11.038Z] Successfully built 8fff89255be2 [2023-04-26T06:40:11.038Z] Successfully tagged security-spiffe-token-provider:latest [2023-04-26T06:40:11.038Z]  Building security-spiffe-token-provider ... done Building security-proxy-setup [2023-04-26T06:40:12.415Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:40:12.415Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:40:12.416Z] ---> 16431aa68525 [2023-04-26T06:40:12.416Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-26T06:40:12.416Z] ---> Using cache [2023-04-26T06:40:12.416Z] ---> 9e104dad27a6 [2023-04-26T06:40:12.416Z] Step 4/25 : WORKDIR /edgex-go [2023-04-26T06:40:12.416Z] ---> Using cache [2023-04-26T06:40:12.416Z] ---> 3a2d4db4ef0c [2023-04-26T06:40:12.416Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-26T06:40:12.416Z] ---> Using cache [2023-04-26T06:40:12.416Z] ---> a565b2526371 [2023-04-26T06:40:12.416Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-26T06:40:12.416Z] ---> Using cache [2023-04-26T06:40:12.416Z] ---> abea2df127b2 [2023-04-26T06:40:12.416Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:40:12.416Z] ---> Using cache [2023-04-26T06:40:12.416Z] ---> 488ca1ec01e8 [2023-04-26T06:40:12.416Z] Step 8/25 : COPY . . [2023-04-26T06:40:12.416Z] ---> Using cache [2023-04-26T06:40:12.416Z] ---> 8080c1e18b95 [2023-04-26T06:40:12.416Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-26T06:40:16.697Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:40:16.697Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:40:16.697Z] ---> 16431aa68525 [2023-04-26T06:40:16.697Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T06:40:16.697Z] ---> Using cache [2023-04-26T06:40:16.697Z] ---> 9e104dad27a6 [2023-04-26T06:40:16.697Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T06:40:16.697Z] ---> Using cache [2023-04-26T06:40:16.697Z] ---> 3a2d4db4ef0c [2023-04-26T06:40:16.697Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-26T06:40:16.697Z] ---> Using cache [2023-04-26T06:40:16.697Z] ---> a565b2526371 [2023-04-26T06:40:16.697Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T06:40:16.697Z] ---> Using cache [2023-04-26T06:40:16.697Z] ---> abea2df127b2 [2023-04-26T06:40:16.697Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:40:16.697Z] ---> Using cache [2023-04-26T06:40:16.697Z] ---> 488ca1ec01e8 [2023-04-26T06:40:16.697Z] Step 8/23 : COPY . . [2023-04-26T06:40:16.697Z] ---> Using cache [2023-04-26T06:40:16.697Z] ---> 8080c1e18b95 [2023-04-26T06:40:16.697Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-26T06:40:16.697Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:40:16.697Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:40:16.697Z] ---> 16431aa68525 [2023-04-26T06:40:16.697Z] Step 3/22 : WORKDIR /edgex-go [2023-04-26T06:40:16.697Z] ---> Using cache [2023-04-26T06:40:16.697Z] ---> 5c895052ccff [2023-04-26T06:40:16.697Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-26T06:40:16.697Z] ---> Using cache [2023-04-26T06:40:16.697Z] ---> e640e3f7f6fe [2023-04-26T06:40:16.697Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-26T06:40:16.697Z] ---> Using cache [2023-04-26T06:40:16.697Z] ---> c0118413ac26 [2023-04-26T06:40:16.697Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:40:16.697Z] ---> Using cache [2023-04-26T06:40:16.697Z] ---> bbf1da1a3daa [2023-04-26T06:40:16.697Z] Step 7/22 : COPY . . [2023-04-26T06:40:16.697Z] ---> Using cache [2023-04-26T06:40:16.697Z] ---> c03a20cb5084 [2023-04-26T06:40:16.697Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-26T06:40:17.847Z] Removing intermediate container 3dae7c8de75a [2023-04-26T06:40:17.847Z] ---> fcaa6fd15502 [2023-04-26T06:40:17.847Z] Successfully built fcaa6fd15502 [2023-04-26T06:40:17.847Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:40:18.256Z] + docker inspect -f . ci-base-image-arm64 [2023-04-26T06:40:18.256Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T06:40:18.544Z] prd-ubuntu20.04-docker-arm64-4c-16g-10952 does not seem to be running inside a container [2023-04-26T06:40:18.611Z] $ 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-04-26T06:40:19.241Z] ---> Running in 88a97aef3b24 [2023-04-26T06:40:19.241Z] ---> Running in 356f47affd9c [2023-04-26T06:40:19.241Z] ---> Running in 68402538a83b [2023-04-26T06:40:19.241Z] Removing intermediate container 6d2b9b9483e5 [2023-04-26T06:40:19.241Z] ---> 57696eef0b90 [2023-04-26T06:40:19.241Z] [2023-04-26T06:40:19.241Z] Step 9/33 : FROM alpine:3.17 [2023-04-26T06:40:19.241Z] ---> 9ed4aefc74f6 [2023-04-26T06:40:19.241Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-26T06:40:19.241Z] ---> Using cache [2023-04-26T06:40:19.241Z] ---> 34293a5ff0ea [2023-04-26T06:40:19.241Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-26T06:40:19.241Z] ---> Running in 7f54048ab4cf [2023-04-26T06:40:19.241Z] 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-04-26T06:40:19.241Z] 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-04-26T06:40:19.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:40:19.502Z] 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-04-26T06:40:19.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:40:19.742Z] $ docker top 80b662efc0fa348eed9f7e6011c76633d59ce01dab2374c0c621f6a079b4456a -eo pid,comm [2023-04-26T06:40:19.760Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-26T06:40:19.760Z] (2/2) Installing su-exec (0.2-r2) [2023-04-26T06:40:19.760Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T06:40:19.760Z] OK: 7 MiB in 17 packages [Pipeline] { [Pipeline] sh [2023-04-26T06:40:20.666Z] + go version [2023-04-26T06:40:20.666Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-26T06:40:20.703Z] $ docker stop --time=1 80b662efc0fa348eed9f7e6011c76633d59ce01dab2374c0c621f6a079b4456a [2023-04-26T06:40:20.725Z] Removing intermediate container 7f54048ab4cf [2023-04-26T06:40:20.725Z] ---> 0a29dec9568b [2023-04-26T06:40:20.725Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-26T06:40:20.725Z] ---> Running in 3fa1c6cff5ce [2023-04-26T06:40:20.984Z] Removing intermediate container 3fa1c6cff5ce [2023-04-26T06:40:20.984Z] ---> 67dbb04aff0f [2023-04-26T06:40:20.984Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-26T06:40:20.984Z] ---> Running in 07d9b9d64fa3 [2023-04-26T06:40:21.245Z] Removing intermediate container 07d9b9d64fa3 [2023-04-26T06:40:21.245Z] ---> b8d410f47760 [2023-04-26T06:40:21.245Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-26T06:40:21.245Z] ---> Running in a50bca266c7b [2023-04-26T06:40:21.245Z] Removing intermediate container a50bca266c7b [2023-04-26T06:40:21.245Z] ---> 2c2bc4ed1239 [2023-04-26T06:40:21.245Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-26T06:40:21.245Z] ---> Running in fa7ad6a36824 [2023-04-26T06:40:21.505Z] Removing intermediate container fa7ad6a36824 [2023-04-26T06:40:21.505Z] ---> 2906cfab5645 [2023-04-26T06:40:21.505Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-26T06:40:21.505Z] ---> Running in f4511c5b3901 [2023-04-26T06:40:22.310Z] $ docker rm -f --volumes 80b662efc0fa348eed9f7e6011c76633d59ce01dab2374c0c621f6a079b4456a [2023-04-26T06:40:22.446Z] Removing intermediate container f4511c5b3901 [2023-04-26T06:40:22.446Z] ---> 61950610841b [2023-04-26T06:40:22.446Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-26T06:40:22.446Z] ---> Running in 01312eabc087 [2023-04-26T06:40:22.446Z] Removing intermediate container 01312eabc087 [2023-04-26T06:40:22.446Z] ---> 8c5166c769b6 [2023-04-26T06:40:22.446Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:40:23.016Z] ---> 51f327d7ee82 [2023-04-26T06:40:23.016Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-26T06:40:23.016Z] ---> Running in ff7113be3886 [2023-04-26T06:40:23.220Z] + docker inspect -f . ci-base-image-arm64 [2023-04-26T06:40:23.220Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T06:40:23.488Z] prd-ubuntu20.04-docker-arm64-4c-16g-10952 does not seem to be running inside a container [2023-04-26T06:40:23.559Z] $ 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-04-26T06:40:24.703Z] $ docker top 6c07846c4ab8676ef7cd4fc428bf3ba548e603da18db4bb9ccd5738f1ed23c8f -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-26T06:40:24.951Z] ========================================================= [2023-04-26T06:40:24.951Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-26T06:40:24.951Z] ========================================================= [Pipeline] sh [2023-04-26T06:40:24.968Z] Removing intermediate container ff7113be3886 [2023-04-26T06:40:24.968Z] ---> c1b3225b620e [2023-04-26T06:40:24.968Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T06:40:25.537Z] ---> 979597396339 [2023-04-26T06:40:25.537Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T06:40:25.589Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-26T06:40:25.993Z] + make test [2023-04-26T06:40:25.993Z] go test -race -coverprofile=coverage.out ./... [2023-04-26T06:40:26.105Z] ---> bd2cd722bb1f [2023-04-26T06:40:26.105Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-26T06:40:28.643Z] ---> 3cd5b5101382 [2023-04-26T06:40:28.643Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-26T06:40:29.211Z] ---> 4a461869f7ee [2023-04-26T06:40:29.211Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-26T06:40:29.781Z] ---> 4f8ac873415b [2023-04-26T06:40:29.781Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-26T06:40:30.734Z] ---> 54674333d628 [2023-04-26T06:40:30.734Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-26T06:40:32.650Z] ---> acfae6fe67e3 [2023-04-26T06:40:32.650Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-26T06:40:33.592Z] ---> 6331fbd254d0 [2023-04-26T06:40:33.592Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-26T06:40:33.851Z] ---> Running in f3c245d393e2 [2023-04-26T06:40:33.851Z] Removing intermediate container 2ad9ed2f075f [2023-04-26T06:40:33.851Z] ---> 87899dc8e1f4 [2023-04-26T06:40:33.851Z] [2023-04-26T06:40:33.851Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T06:40:33.851Z] ---> 9ed4aefc74f6 [2023-04-26T06:40:33.851Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-26T06:40:33.851Z] ---> Running in 3a4ea51cf18c [2023-04-26T06:40:34.421Z] Removing intermediate container 3a4ea51cf18c [2023-04-26T06:40:34.421Z] ---> 41269b37039c [2023-04-26T06:40:34.421Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-26T06:40:34.421Z] ---> Running in 80339ed60043 [2023-04-26T06:40:34.995Z] Removing intermediate container f3c245d393e2 [2023-04-26T06:40:34.995Z] ---> 5beb2aecc417 [2023-04-26T06:40:34.995Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-26T06:40:34.995Z] ---> Running in 11e9c99a801b [2023-04-26T06:40:35.256Z] Removing intermediate container 11e9c99a801b [2023-04-26T06:40:35.256Z] ---> e9b8b54111cf [2023-04-26T06:40:35.256Z] Step 30/33 : CMD ["gate"] [2023-04-26T06:40:35.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:40:35.256Z] ---> Running in 4d7c9caa7a28 [2023-04-26T06:40:35.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:40:35.835Z] Removing intermediate container 4d7c9caa7a28 [2023-04-26T06:40:35.835Z] ---> 599d5cff735d [2023-04-26T06:40:35.835Z] Step 31/33 : LABEL arch=x86_64 [2023-04-26T06:40:35.835Z] ---> Running in 4d39841f40ae [2023-04-26T06:40:35.835Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-26T06:40:35.835Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T06:40:35.835Z] OK: 7 MiB in 16 packages [2023-04-26T06:40:36.140Z] Removing intermediate container 4d39841f40ae [2023-04-26T06:40:36.140Z] ---> 5fcac92c9195 [2023-04-26T06:40:36.140Z] Step 32/33 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T06:40:36.140Z] ---> Running in 99865eaa63ce [2023-04-26T06:40:36.400Z] Removing intermediate container 99865eaa63ce [2023-04-26T06:40:36.400Z] ---> 4b58058cc2b2 [2023-04-26T06:40:36.400Z] Step 33/33 : LABEL version=0.0.0 [2023-04-26T06:40:36.400Z] ---> Running in 242f50d2d66e [2023-04-26T06:40:36.658Z] Removing intermediate container 80339ed60043 [2023-04-26T06:40:36.658Z] ---> 3fcf6a67a738 [2023-04-26T06:40:36.658Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T06:40:36.917Z] Removing intermediate container 242f50d2d66e [2023-04-26T06:40:36.917Z] ---> 348ca8a745ec [2023-04-26T06:40:36.917Z] [2023-04-26T06:40:36.917Z] Successfully built 348ca8a745ec [2023-04-26T06:40:36.917Z] Successfully tagged security-bootstrapper:latest [2023-04-26T06:40:36.917Z]  Building security-bootstrapper ... done  ---> 52e6ad84a65b [2023-04-26T06:40:36.917Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T06:40:37.175Z] ---> 0bf87f8d6833 [2023-04-26T06:40:37.175Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-26T06:40:38.126Z] ---> a0465cf3bdde [2023-04-26T06:40:38.126Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-26T06:40:38.126Z] ---> fee14b27348b [2023-04-26T06:40:38.126Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-26T06:40:38.386Z] ---> 47cf7def2a88 [2023-04-26T06:40:38.386Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-26T06:40:38.386Z] ---> Running in 86a110ffccdb [2023-04-26T06:40:40.928Z] Removing intermediate container 86a110ffccdb [2023-04-26T06:40:40.928Z] ---> c43a4bf0bedb [2023-04-26T06:40:40.928Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-26T06:40:40.928Z] ---> Running in 05fb89660922 [2023-04-26T06:40:40.928Z] Removing intermediate container 05fb89660922 [2023-04-26T06:40:40.928Z] ---> c8f8041618ea [2023-04-26T06:40:40.928Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-26T06:40:40.928Z] ---> Running in cfd84d63fe02 [2023-04-26T06:40:41.188Z] Removing intermediate container cfd84d63fe02 [2023-04-26T06:40:41.188Z] ---> b956376f124a [2023-04-26T06:40:41.188Z] Step 21/23 : LABEL arch=x86_64 [2023-04-26T06:40:41.188Z] ---> Running in 86f665900948 [2023-04-26T06:40:41.448Z] Removing intermediate container 86f665900948 [2023-04-26T06:40:41.448Z] ---> 43a7e58bea86 [2023-04-26T06:40:41.448Z] Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T06:40:41.448Z] ---> Running in e38977605b49 [2023-04-26T06:40:41.708Z] Removing intermediate container e38977605b49 [2023-04-26T06:40:41.708Z] ---> 070e427fe9e6 [2023-04-26T06:40:41.708Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T06:40:41.968Z] ---> Running in 1421f442c614 [2023-04-26T06:40:41.968Z] Removing intermediate container 1421f442c614 [2023-04-26T06:40:41.968Z] ---> 2d39a5cc0a7c [2023-04-26T06:40:41.968Z] [2023-04-26T06:40:42.227Z] Successfully built 2d39a5cc0a7c [2023-04-26T06:40:42.227Z] Successfully tagged core-common-config-bootstrapper:latest [2023-04-26T06:40:46.442Z]  Building core-common-config-bootstrapper ... done Removing intermediate container 356f47affd9c [2023-04-26T06:40:46.442Z] ---> f2991ed3ebb9 [2023-04-26T06:40:46.442Z] [2023-04-26T06:40:46.442Z] Step 10/25 : FROM alpine:3.17 [2023-04-26T06:40:46.442Z] ---> 9ed4aefc74f6 [2023-04-26T06:40:46.442Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-26T06:40:46.442Z] ---> Using cache [2023-04-26T06:40:46.442Z] ---> 24a7a66ae46c [2023-04-26T06:40:46.442Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T06:40:46.442Z] ---> Using cache [2023-04-26T06:40:46.442Z] ---> 23b2bf9ba48b [2023-04-26T06:40:46.442Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-26T06:40:46.442Z] Removing intermediate container 68402538a83b [2023-04-26T06:40:46.442Z] ---> d923fc24d8db [2023-04-26T06:40:46.442Z] [2023-04-26T06:40:46.442Z] Step 9/22 : FROM alpine:3.17 [2023-04-26T06:40:46.442Z] ---> 9ed4aefc74f6 [2023-04-26T06:40:46.442Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-26T06:40:46.442Z] Removing intermediate container 88a97aef3b24 [2023-04-26T06:40:46.442Z] ---> 6a653fb257cd [2023-04-26T06:40:46.442Z] [2023-04-26T06:40:46.442Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T06:40:46.442Z] ---> 9ed4aefc74f6 [2023-04-26T06:40:46.442Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-26T06:40:46.442Z] ---> Running in e181792a7a54 [2023-04-26T06:40:46.442Z] ---> Using cache [2023-04-26T06:40:46.442Z] ---> 41269b37039c [2023-04-26T06:40:46.442Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-26T06:40:46.442Z] ---> Using cache [2023-04-26T06:40:46.442Z] ---> 3fcf6a67a738 [2023-04-26T06:40:46.442Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T06:40:46.442Z] ---> Using cache [2023-04-26T06:40:46.442Z] ---> Running in 1cdd680e46f8 [2023-04-26T06:40:46.442Z] ---> 52e6ad84a65b [2023-04-26T06:40:46.442Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T06:40:46.442Z] ---> Using cache [2023-04-26T06:40:46.442Z] ---> 0bf87f8d6833 [2023-04-26T06:40:46.442Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-26T06:40:46.442Z] Removing intermediate container e181792a7a54 [2023-04-26T06:40:46.442Z] ---> 6716395df195 [2023-04-26T06:40:46.442Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-26T06:40:46.704Z] ---> Running in 8237cb10b8b1 [2023-04-26T06:40:46.704Z] Removing intermediate container 8237cb10b8b1 [2023-04-26T06:40:46.704Z] ---> 35892a2de1f1 [2023-04-26T06:40:46.704Z] Step 15/25 : WORKDIR / [2023-04-26T06:40:46.704Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T06:40:46.964Z] ---> Running in 623b25fce75c [2023-04-26T06:40:46.964Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T06:40:46.964Z] ---> cf644e079d42 [2023-04-26T06:40:46.964Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-26T06:40:46.964Z] Removing intermediate container 623b25fce75c [2023-04-26T06:40:46.964Z] ---> db3c9a9c4ac9 [2023-04-26T06:40:46.964Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T06:40:46.964Z] ---> 1c0d584096ab [2023-04-26T06:40:46.964Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-26T06:40:47.225Z] ---> f83e189a317b [2023-04-26T06:40:47.225Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T06:40:47.225Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-26T06:40:47.225Z] (2/2) Installing openssl (3.0.8-r4) [2023-04-26T06:40:47.225Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T06:40:47.225Z] OK: 8 MiB in 17 packages [2023-04-26T06:40:47.225Z] ---> 4a8c5c64bb8a [2023-04-26T06:40:47.225Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-26T06:40:47.225Z] ---> 3842ac36c36d [2023-04-26T06:40:47.225Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-26T06:40:47.225Z] ---> Running in 6c172e2d6fdb [2023-04-26T06:40:47.494Z] Removing intermediate container 1cdd680e46f8 [2023-04-26T06:40:47.494Z] ---> d64520672619 [2023-04-26T06:40:47.494Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-26T06:40:47.755Z] ---> Running in c38e35ae527b [2023-04-26T06:40:47.755Z] ---> 83a734161d73 [2023-04-26T06:40:47.755Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-26T06:40:47.755Z] Removing intermediate container c38e35ae527b [2023-04-26T06:40:47.755Z] ---> 368a9438b4cd [2023-04-26T06:40:47.755Z] Step 12/22 : WORKDIR /edgex [2023-04-26T06:40:47.755Z] ---> Running in 0757eeb5bceb [2023-04-26T06:40:47.755Z] ---> 2be05444606d [2023-04-26T06:40:47.755Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-26T06:40:47.755Z] Removing intermediate container 0757eeb5bceb [2023-04-26T06:40:47.755Z] ---> 50f753fa38d1 [2023-04-26T06:40:47.755Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T06:40:48.015Z] Removing intermediate container 6c172e2d6fdb [2023-04-26T06:40:48.015Z] ---> c26ff0205617 [2023-04-26T06:40:48.015Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-26T06:40:48.015Z] ---> 0154c6fb397e [2023-04-26T06:40:48.015Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-26T06:40:48.015Z] ---> Running in ed184af82e34 [2023-04-26T06:40:48.015Z] ---> Running in 0d7ed3db4cce [2023-04-26T06:40:48.015Z] ---> 5e1a3eb15ee2 [2023-04-26T06:40:48.015Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T06:40:48.015Z] Removing intermediate container ed184af82e34 [2023-04-26T06:40:48.015Z] ---> 25721c0fb880 [2023-04-26T06:40:48.015Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"]Removing intermediate container 0d7ed3db4cce [2023-04-26T06:40:48.015Z] [2023-04-26T06:40:48.015Z] ---> ac0eb42264fb [2023-04-26T06:40:48.015Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T06:40:48.284Z] ---> Running in c0c4c73335dc [2023-04-26T06:40:48.284Z] ---> Running in 220978372fcc [2023-04-26T06:40:48.284Z] ---> 4b6ccfe985a8 [2023-04-26T06:40:48.284Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-26T06:40:48.284Z] Removing intermediate container c0c4c73335dc [2023-04-26T06:40:48.284Z] ---> 7455f2661efb [2023-04-26T06:40:48.284Z] Step 21/23 : LABEL arch=x86_64 [2023-04-26T06:40:48.284Z] ---> Running in af18d45c4338 [2023-04-26T06:40:48.284Z] Removing intermediate container 220978372fcc [2023-04-26T06:40:48.284Z] ---> 63b62ffb689b [2023-04-26T06:40:48.284Z] Step 23/25 : LABEL arch=x86_64 [2023-04-26T06:40:48.284Z] ---> Running in 751c46ba95c8 [2023-04-26T06:40:48.284Z] ---> aeabe1be2f0f [2023-04-26T06:40:48.284Z] Removing intermediate container af18d45c4338 [2023-04-26T06:40:48.284Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . ---> 4c9b420c5b52 [2023-04-26T06:40:48.284Z] [2023-04-26T06:40:48.284Z] Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T06:40:48.547Z] ---> Running in 54fca3cfb679 [2023-04-26T06:40:48.547Z] Removing intermediate container 751c46ba95c8 [2023-04-26T06:40:48.547Z] ---> 5895522b492e [2023-04-26T06:40:48.547Z] Step 24/25 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T06:40:48.547Z] ---> Running in c3f568897e83 [2023-04-26T06:40:48.807Z] Removing intermediate container 54fca3cfb679 [2023-04-26T06:40:48.807Z] ---> 5fe9f90af1fc [2023-04-26T06:40:48.807Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T06:40:48.807Z] Removing intermediate container c3f568897e83 [2023-04-26T06:40:48.807Z] ---> 6836f8a6525c [2023-04-26T06:40:48.807Z] Step 25/25 : LABEL version=0.0.0 [2023-04-26T06:40:48.807Z] ---> Running in 207550979d3d [2023-04-26T06:40:48.807Z] ---> 857df7cf361d [2023-04-26T06:40:48.807Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-26T06:40:48.807Z] ---> Running in a9ea9dade92c [2023-04-26T06:40:48.807Z] Removing intermediate container 207550979d3d [2023-04-26T06:40:48.807Z] ---> 7d62598a5552 [2023-04-26T06:40:48.807Z] [2023-04-26T06:40:48.807Z] Removing intermediate container a9ea9dade92c [2023-04-26T06:40:48.807Z] ---> f0ef37f3ebd8 [2023-04-26T06:40:48.807Z] [2023-04-26T06:40:48.807Z] Successfully built 7d62598a5552 [2023-04-26T06:40:48.807Z] Successfully tagged security-proxy-auth:latest [2023-04-26T06:40:49.070Z]  Building security-proxy-auth ... done Successfully built f0ef37f3ebd8 [2023-04-26T06:40:49.070Z] Successfully tagged core-metadata:latest [2023-04-26T06:40:49.070Z]  Building core-metadata ... done  ---> eb92169aa51d [2023-04-26T06:40:49.070Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-26T06:40:49.070Z] ---> Running in 165d40eaf2ba [2023-04-26T06:40:49.647Z] Removing intermediate container 165d40eaf2ba [2023-04-26T06:40:49.647Z] ---> fc42204da5fb [2023-04-26T06:40:49.647Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-26T06:40:49.647Z] ---> Running in b63a28f52177 [2023-04-26T06:40:49.647Z] Removing intermediate container b63a28f52177 [2023-04-26T06:40:49.647Z] ---> cbe129f9a126 [2023-04-26T06:40:49.647Z] Step 20/22 : LABEL arch=x86_64 [2023-04-26T06:40:49.647Z] ---> Running in bff2927bb322 [2023-04-26T06:40:49.647Z] Removing intermediate container bff2927bb322 [2023-04-26T06:40:49.647Z] ---> f08b3d5de895 [2023-04-26T06:40:49.647Z] Step 21/22 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T06:40:49.647Z] ---> Running in f2fa3dc23877 [2023-04-26T06:40:49.907Z] Removing intermediate container f2fa3dc23877 [2023-04-26T06:40:49.907Z] ---> 58178c23c2f6 [2023-04-26T06:40:49.907Z] Step 22/22 : LABEL version=0.0.0 [2023-04-26T06:40:49.907Z] ---> Running in e5e83fab1eeb [2023-04-26T06:40:49.907Z] Removing intermediate container e5e83fab1eeb [2023-04-26T06:40:49.907Z] ---> b9e29fe1939b [2023-04-26T06:40:49.907Z] [2023-04-26T06:40:49.907Z] Successfully built b9e29fe1939b [2023-04-26T06:40:49.907Z] Successfully tagged security-proxy-setup:latest [2023-04-26T06:40:49.913Z]  Building security-proxy-setup ... done  [Pipeline] } [2023-04-26T06:40:49.946Z] $ docker stop --time=1 3081e98b372581ead584b66aa2e7a5b81575f58d1bce5a01d5b6421ff42cac8b [2023-04-26T06:40:51.234Z] $ docker rm -f --volumes 3081e98b372581ead584b66aa2e7a5b81575f58d1bce5a01d5b6421ff42cac8b [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-26T06:40:51.785Z] + docker images [2023-04-26T06:40:51.785Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-26T06:40:51.785Z] security-proxy-setup latest b9e29fe1939b 2 seconds ago 18.7MB [2023-04-26T06:40:51.785Z] core-metadata latest f0ef37f3ebd8 3 seconds ago 20.4MB [2023-04-26T06:40:51.785Z] security-proxy-auth latest 7d62598a5552 3 seconds ago 18.3MB [2023-04-26T06:40:51.785Z] 6a653fb257cd 5 seconds ago 1.7GB [2023-04-26T06:40:51.785Z] d923fc24d8db 5 seconds ago 1.7GB [2023-04-26T06:40:51.785Z] f2991ed3ebb9 7 seconds ago 1.73GB [2023-04-26T06:40:51.785Z] core-common-config-bootstrapper latest 2d39a5cc0a7c 10 seconds ago 17.2MB [2023-04-26T06:40:51.785Z] security-bootstrapper latest 348ca8a745ec 15 seconds ago 22.2MB [2023-04-26T06:40:51.785Z] 87899dc8e1f4 18 seconds ago 1.72GB [2023-04-26T06:40:51.785Z] 57696eef0b90 40 seconds ago 1.71GB [2023-04-26T06:40:51.785Z] security-spiffe-token-provider latest 8fff89255be2 41 seconds ago 32.8MB [2023-04-26T06:40:51.785Z] security-secretstore-setup latest b485d949ed4c 42 seconds ago 32.8MB [2023-04-26T06:40:51.785Z] core-command latest f10b58becd7c 44 seconds ago 19.8MB [2023-04-26T06:40:51.785Z] core-data latest de338a7da837 48 seconds ago 20MB [2023-04-26T06:40:51.785Z] a5b01936b8d7 52 seconds ago 1.76GB [2023-04-26T06:40:51.785Z] 462ea3f3ca0d 53 seconds ago 1.72GB [2023-04-26T06:40:51.785Z] f42126016398 57 seconds ago 1.73GB [2023-04-26T06:40:51.785Z] dc936b1618a5 About a minute ago 1.72GB [2023-04-26T06:40:51.785Z] support-notifications latest 7260751b24cd About a minute ago 32.7MB [2023-04-26T06:40:51.785Z] support-scheduler latest a39ce16bda01 2 minutes ago 32.1MB [2023-04-26T06:40:51.785Z] a772bfb28a5f 2 minutes ago 1.79GB [2023-04-26T06:40:51.785Z] 560d012109c1 2 minutes ago 1.79GB [2023-04-26T06:40:51.785Z] security-spire-agent latest edeff72c6b84 2 minutes ago 161MB [2023-04-26T06:40:51.785Z] security-spire-server latest 23afbb7d2ef4 2 minutes ago 103MB [2023-04-26T06:40:51.785Z] security-spire-config latest 3ccb7496b69b 2 minutes ago 102MB [2023-04-26T06:40:51.785Z] f315ac661493 2 minutes ago 1.58GB [2023-04-26T06:40:51.785Z] c89a7afa3cc6 2 minutes ago 1.58GB [2023-04-26T06:40:51.785Z] ad08c1f45a03 2 minutes ago 1.58GB [2023-04-26T06:40:51.785Z] ci-base-image-x86_64 latest 16431aa68525 5 minutes ago 918MB [2023-04-26T06:40:51.785Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 34 hours ago 700MB [2023-04-26T06:40:51.785Z] alpine 3.17 9ed4aefc74f6 3 weeks ago 7.05MB [2023-04-26T06:40:51.785Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB [2023-04-26T06:40:51.785Z] 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-04-26T06:41:04.920Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-26T06:42:57.174Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-26T06:42:57.174Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-26T06:42:57.174Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-26T06:42:57.174Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-26T06:42:57.174Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-26T06:42:57.174Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-26T06:42:57.174Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-26T06:42:57.174Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-26T06:42:57.174Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-26T06:42:59.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-26T06:43:01.137Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-26T06:43:01.137Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-26T06:43:01.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-26T06:43:01.137Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-26T06:43:16.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-26T06:43:16.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-26T06:43:16.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.364s coverage: 28.7% of statements [2023-04-26T06:43:29.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.347s coverage: 98.5% of statements [2023-04-26T06:43:34.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-26T06:43:34.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-26T06:43:34.389Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-26T06:43:36.975Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.452s coverage: 71.5% of statements [2023-04-26T06:43:40.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-26T06:43:40.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-26T06:43:40.320Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.329s coverage: 54.0% of statements [2023-04-26T06:43:44.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-26T06:43:44.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-26T06:43:44.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-26T06:43:44.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-26T06:43:44.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-26T06:43:54.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-26T06:43:54.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-26T06:43:58.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 13.736s coverage: 88.5% of statements [2023-04-26T06:43:58.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.631s coverage: 3.8% of statements [2023-04-26T06:44:08.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-26T06:44:08.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-26T06:44:08.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-26T06:44:09.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.520s coverage: 95.6% of statements [2023-04-26T06:44:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-26T06:44:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-26T06:44:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-26T06:44:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-26T06:44:09.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-26T06:44:10.109Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.218s coverage: 72.2% of statements [2023-04-26T06:44:15.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-26T06:44:15.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-26T06:44:15.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-26T06:44:15.455Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.242s coverage: 65.9% of statements [2023-04-26T06:44:25.544Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-26T06:44:25.544Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-26T06:44:25.544Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.407s coverage: 0.9% of statements [2023-04-26T06:44:25.544Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.260s coverage: 29.0% of statements [2023-04-26T06:44:29.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.290s coverage: 44.1% of statements [2023-04-26T06:44:29.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.260s coverage: 82.9% of statements [2023-04-26T06:44:29.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.239s coverage: 94.1% of statements [2023-04-26T06:44:29.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.267s coverage: 96.3% of statements [2023-04-26T06:44:33.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.213s coverage: 87.5% of statements [2023-04-26T06:44:35.723Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-26T06:44:35.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-26T06:44:35.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-26T06:44:35.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-26T06:44:38.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-26T06:44:38.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-26T06:44:38.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-26T06:44:38.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-26T06:44:45.219Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.223s coverage: 94.4% of statements [2023-04-26T06:44:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-26T06:44:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-26T06:44:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-26T06:44:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-26T06:44:50.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-26T06:44:50.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-26T06:44:51.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-26T06:45:00.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.232s coverage: 79.9% of statements [2023-04-26T06:45:00.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.262s coverage: 92.9% of statements [2023-04-26T06:45:00.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.093s coverage: 64.4% of statements [2023-04-26T06:45:00.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.226s coverage: 62.3% of statements [2023-04-26T06:45:00.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.207s coverage: 87.2% of statements [2023-04-26T06:45:00.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.185s coverage: 20.0% of statements [2023-04-26T06:45:00.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.183s coverage: 100.0% of statements [2023-04-26T06:45:00.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.474s coverage: 81.8% of statements [2023-04-26T06:45:00.699Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-26T06:45:01.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.530s coverage: 82.1% of statements [2023-04-26T06:45:01.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-26T06:45:01.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.220s coverage: 86.0% of statements [2023-04-26T06:45:08.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-26T06:45:08.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-26T06:45:08.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.008s coverage: 63.1% of statements [2023-04-26T06:45:08.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.309s coverage: 100.0% of statements [2023-04-26T06:45:10.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.126s coverage: 89.4% of statements [2023-04-26T06:45:10.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.097s coverage: 100.0% of statements [2023-04-26T06:45:10.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.093s coverage: 73.7% of statements [2023-04-26T06:45:10.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-26T06:45:10.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-26T06:45:10.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-26T06:45:10.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.077s coverage: 100.0% of statements [2023-04-26T06:45:18.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-26T06:45:18.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-26T06:45:18.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-26T06:45:19.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.008s coverage: 38.4% of statements [2023-04-26T06:45:19.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.243s coverage: 89.5% of statements [2023-04-26T06:45:23.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-26T06:45:23.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-26T06:45:23.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-26T06:45:23.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-26T06:45:23.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.210s coverage: 84.8% of statements [2023-04-26T06:45:30.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-26T06:45:30.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-26T06:45:30.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-26T06:45:30.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-26T06:45:37.040Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.299s coverage: 17.7% of statements [2023-04-26T06:45:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-26T06:45:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-26T06:45:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-26T06:45:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-26T06:45:37.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.581s coverage: 92.3% of statements [2023-04-26T06:45:41.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-26T06:45:41.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-26T06:45:41.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.297s coverage: 61.5% of statements [2023-04-26T06:45:43.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-26T06:45:43.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-26T06:45:44.086Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.395s coverage: 97.7% of statements [2023-04-26T06:45:45.044Z] 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-04-26T06:45:45.044Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-26T06:45:45.044Z] go vet ./... [2023-04-26T06:48:21.760Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-26T06:48:21.760Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-26T06:48:21.760Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-26T06:48:21.791Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-26T06:48:22.131Z] + ls -al . [2023-04-26T06:48:22.131Z] total 700 [2023-04-26T06:48:22.131Z] drwxrwxr-x 10 1001 1001 4096 Apr 26 06:40 . [2023-04-26T06:48:22.131Z] drwxr-xr-x 4 root root 4096 Apr 26 06:40 .. [2023-04-26T06:48:22.131Z] drwxrwxr-x 2 1001 1001 4096 Apr 26 06:38 .blubracket [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 16 Apr 26 06:38 .dockerignore [2023-04-26T06:48:22.131Z] drwxrwxr-x 8 1001 1001 4096 Apr 26 06:38 .git [2023-04-26T06:48:22.131Z] drwxrwxr-x 3 1001 1001 4096 Apr 26 06:38 .github [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 1133 Apr 26 06:38 .gitignore [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 42 Apr 26 06:38 .golangci.yml [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 87 Apr 26 06:38 .hadolint.yml [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 166 Apr 26 06:38 .sonarcloud.properties [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 1171 Apr 26 06:38 ADOPTERS.md [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 10835 Apr 26 06:38 Attribution.txt [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 73765 Apr 26 06:38 CHANGELOG.md [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 3804 Apr 26 06:38 CONTRIBUTING.md [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 677 Apr 26 06:38 GOVERNANCE.md [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 883 Apr 26 06:38 Jenkinsfile [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 10775 Apr 26 06:38 LICENSE [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 14368 Apr 26 06:38 Makefile [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 582 Apr 26 06:38 OWNERS.md [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 9403 Apr 26 06:38 README.md [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 789 Apr 26 06:38 SECURITY.md [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 5 Apr 26 06:34 VERSION [2023-04-26T06:48:22.131Z] drwxrwxr-x 2 1001 1001 4096 Apr 26 06:38 bin [2023-04-26T06:48:22.131Z] drwxrwxr-x 18 1001 1001 4096 Apr 26 06:38 cmd [2023-04-26T06:48:22.131Z] -rw-r--r-- 1 root root 448248 Apr 26 06:45 coverage.out [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 3200 Apr 26 06:38 go.mod [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 31155 Apr 26 06:38 go.sum [2023-04-26T06:48:22.131Z] drwxrwxr-x 7 1001 1001 4096 Apr 26 06:38 internal [2023-04-26T06:48:22.131Z] drwxrwxr-x 3 1001 1001 4096 Apr 26 06:38 openapi [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 594 Apr 26 06:38 security.txt [2023-04-26T06:48:22.131Z] drwxrwxr-x 4 1001 1001 4096 Apr 26 06:38 snap [2023-04-26T06:48:22.131Z] -rw-rw-r-- 1 1001 1001 204 Apr 26 06:38 version.go [Pipeline] sh [2023-04-26T06:48:22.485Z] + '[' -e coverage.out ] [2023-04-26T06:48:22.485Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-26T06:48:22.521Z] Warning: overwriting stash ‘coverage-report’ [2023-04-26T06:48:23.357Z] Stashed 1 file(s) [Pipeline] sh [2023-04-26T06:48:24.004Z] + make build [2023-04-26T06:48:24.005Z] 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-04-26T06:50:00.629Z] 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-04-26T06:50:00.629Z] 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-04-26T06:50:03.212Z] 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-04-26T06:50:06.556Z] 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-04-26T06:50:53.395Z] 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-04-26T06:50:56.731Z] 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-04-26T06:51:03.367Z] 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-04-26T06:51:08.700Z] 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-04-26T06:51:11.279Z] 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-04-26T06:51:15.534Z] 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-04-26T06:51:20.866Z] 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-04-26T06:51:27.526Z] $ docker stop --time=1 6c07846c4ab8676ef7cd4fc428bf3ba548e603da18db4bb9ccd5738f1ed23c8f [2023-04-26T06:51:29.591Z] $ docker rm -f --volumes 6c07846c4ab8676ef7cd4fc428bf3ba548e603da18db4bb9ccd5738f1ed23c8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:51:32.294Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-26T06:51:32.295Z] [2023-04-26T06:51:32.295Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:51:32.700Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-26T06:51:32.973Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-04-26T06:51:32.974Z] 29e5d40040c1: Pulling fs layer [2023-04-26T06:51:32.974Z] 1ce36da41761: Pulling fs layer [2023-04-26T06:51:32.974Z] 25b303627fd3: Pulling fs layer [2023-04-26T06:51:32.974Z] 29e5d40040c1: Verifying Checksum [2023-04-26T06:51:32.974Z] 29e5d40040c1: Download complete [2023-04-26T06:51:33.245Z] 1ce36da41761: Verifying Checksum [2023-04-26T06:51:33.245Z] 1ce36da41761: Download complete [2023-04-26T06:51:33.516Z] 29e5d40040c1: Pull complete [2023-04-26T06:51:34.925Z] 1ce36da41761: Pull complete [2023-04-26T06:51:34.925Z] 25b303627fd3: Verifying Checksum [2023-04-26T06:51:34.925Z] 25b303627fd3: Download complete [2023-04-26T06:51:45.066Z] 25b303627fd3: Pull complete [2023-04-26T06:51:45.066Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-04-26T06:51:45.066Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-26T06:51:45.066Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T06:51:45.392Z] prd-ubuntu20.04-docker-arm64-4c-16g-10952 does not seem to be running inside a container [2023-04-26T06:51:45.474Z] $ 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-04-26T06:51:47.778Z] $ docker top aa995e3dd0b788ed34cd25d0689ea6f16767e943c959869cfa5d1edb5577b213 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T06:51:48.662Z] + docker-compose build --help [2023-04-26T06:51:48.662Z] + grep parallel [2023-04-26T06:51:52.904Z] --parallel Build images in parallel. [Pipeline] } [2023-04-26T06:51:52.938Z] $ docker stop --time=1 aa995e3dd0b788ed34cd25d0689ea6f16767e943c959869cfa5d1edb5577b213 [2023-04-26T06:51:54.596Z] $ docker rm -f --volumes aa995e3dd0b788ed34cd25d0689ea6f16767e943c959869cfa5d1edb5577b213 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T06:51:55.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-26T06:51:55.352Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T06:51:55.591Z] prd-ubuntu20.04-docker-arm64-4c-16g-10952 does not seem to be running inside a container [2023-04-26T06:51:55.652Z] $ 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-04-26T06:51:56.767Z] $ docker top d6b454633f95526d6227c89fb3953d60bf8f7cfa4a2b564859cef3a75f91abb2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T06:51:57.323Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-26T06:52:02.650Z] Building core-command ... [2023-04-26T06:52:02.650Z] Building core-common-config-bootstrapper ... [2023-04-26T06:52:02.650Z] Building core-data ... [2023-04-26T06:52:02.650Z] Building core-metadata ... [2023-04-26T06:52:02.650Z] Building security-bootstrapper ... [2023-04-26T06:52:02.650Z] Building security-proxy-auth ... [2023-04-26T06:52:02.650Z] Building security-proxy-setup ... [2023-04-26T06:52:02.650Z] Building security-secretstore-setup ... [2023-04-26T06:52:02.650Z] Building security-spiffe-token-provider ... [2023-04-26T06:52:02.650Z] Building security-spire-agent ... [2023-04-26T06:52:02.650Z] Building security-spire-config ... [2023-04-26T06:52:02.650Z] Building security-spire-server ... [2023-04-26T06:52:02.650Z] Building support-notifications ... [2023-04-26T06:52:02.650Z] Building support-scheduler ... [2023-04-26T06:52:02.650Z] Building security-proxy-auth [2023-04-26T06:52:02.650Z] Building security-spire-server [2023-04-26T06:52:02.650Z] Building security-spire-config [2023-04-26T06:52:02.650Z] Building core-command [2023-04-26T06:52:02.650Z] Building support-notifications [2023-04-26T06:52:49.469Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:52:49.469Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:52:49.469Z] ---> fcaa6fd15502 [2023-04-26T06:52:49.469Z] Step 3/27 : WORKDIR /edgex-go [2023-04-26T06:52:49.469Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:52:49.469Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:52:49.469Z] ---> fcaa6fd15502 [2023-04-26T06:52:49.469Z] Step 3/26 : WORKDIR /edgex-go [2023-04-26T06:52:49.469Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:52:49.469Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:52:49.469Z] ---> fcaa6fd15502 [2023-04-26T06:52:49.469Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-26T06:52:49.469Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:52:49.469Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:52:49.469Z] ---> fcaa6fd15502 [2023-04-26T06:52:49.469Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T06:52:49.469Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:52:49.469Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:52:49.469Z] ---> fcaa6fd15502 [2023-04-26T06:52:49.469Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T06:52:49.469Z] ---> Running in 880395dafc24 [2023-04-26T06:52:49.469Z] ---> Running in 3baf440e69e8 [2023-04-26T06:52:49.469Z] ---> Running in 0f34bcd92a67 [2023-04-26T06:52:49.469Z] ---> Running in 125eb056ccbc [2023-04-26T06:52:49.469Z] ---> Running in 4b0e62ed3ce9 [2023-04-26T06:52:49.469Z] Removing intermediate container 4b0e62ed3ce9 [2023-04-26T06:52:49.469Z] ---> ec159fa1e128 [2023-04-26T06:52:49.469Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-26T06:52:49.469Z] Removing intermediate container 3baf440e69e8 [2023-04-26T06:52:49.469Z] ---> 21a4ff92bb62 [2023-04-26T06:52:49.469Z] Step 4/24 : WORKDIR /edgex-go [2023-04-26T06:52:49.469Z] Removing intermediate container 880395dafc24 [2023-04-26T06:52:49.469Z] ---> 647ea043792a [2023-04-26T06:52:49.469Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-26T06:52:49.469Z] Removing intermediate container 0f34bcd92a67 [2023-04-26T06:52:49.469Z] ---> 7819452497b5 [2023-04-26T06:52:49.469Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T06:52:49.469Z] Removing intermediate container 125eb056ccbc [2023-04-26T06:52:49.469Z] ---> bca24b659a52 [2023-04-26T06:52:49.469Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T06:52:49.469Z] ---> Running in 42a4aa679a9c [2023-04-26T06:52:49.469Z] ---> Running in afc5f294e426 [2023-04-26T06:52:49.469Z] ---> Running in ad3ab88fa3f0 [2023-04-26T06:52:49.469Z] ---> Running in f7201c3adc30 [2023-04-26T06:52:49.469Z] ---> Running in 5249cbaebf9f [2023-04-26T06:52:49.469Z] Removing intermediate container ad3ab88fa3f0 [2023-04-26T06:52:49.469Z] ---> ad64c48aec6f [2023-04-26T06:52:49.469Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-26T06:52:49.469Z] ---> Running in fe721658a1e7 [2023-04-26T06:52:49.740Z] Removing intermediate container f7201c3adc30 [2023-04-26T06:52:49.740Z] ---> 8c99d9f2ab3b [2023-04-26T06:52:49.740Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-26T06:52:49.740Z] Removing intermediate container 5249cbaebf9f [2023-04-26T06:52:49.740Z] ---> 204dfc22fce6 [2023-04-26T06:52:49.740Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-26T06:52:49.740Z] ---> Running in 311275b9c21b [2023-04-26T06:52:50.007Z] ---> Running in bbc4c292501f [2023-04-26T06:52:51.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T06:52:51.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T06:52:51.681Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T06:52:51.951Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T06:52:51.951Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T06:52:51.951Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T06:52:52.217Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T06:52:52.483Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T06:52:52.752Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T06:52:52.752Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T06:52:53.711Z] OK: 263 MiB in 53 packages [2023-04-26T06:52:53.711Z] OK: 263 MiB in 53 packages [2023-04-26T06:52:53.711Z] OK: 263 MiB in 53 packages [2023-04-26T06:52:54.299Z] OK: 263 MiB in 53 packages [2023-04-26T06:52:54.299Z] OK: 263 MiB in 53 packages [2023-04-26T06:52:55.707Z] Removing intermediate container 42a4aa679a9c [2023-04-26T06:52:55.708Z] ---> 9ec1a34438e9 [2023-04-26T06:52:55.708Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-26T06:52:55.708Z] Removing intermediate container afc5f294e426 [2023-04-26T06:52:55.708Z] ---> ef3c2c476ef1 [2023-04-26T06:52:55.708Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-26T06:52:55.708Z] Removing intermediate container fe721658a1e7 [2023-04-26T06:52:55.708Z] ---> c53d0e9dd5b6 [2023-04-26T06:52:55.708Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T06:52:55.974Z] Removing intermediate container bbc4c292501f [2023-04-26T06:52:55.974Z] ---> 20d9928d333e [2023-04-26T06:52:55.974Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-26T06:52:55.974Z] Removing intermediate container 311275b9c21b [2023-04-26T06:52:55.974Z] ---> bd8ad2b2b391 [2023-04-26T06:52:55.974Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T06:52:56.555Z] ---> e452b8fffe9b [2023-04-26T06:52:56.555Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:52:56.828Z] ---> Running in b24b29fb3247 [2023-04-26T06:52:56.828Z] ---> 1f4d9296b5da [2023-04-26T06:52:56.828Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:52:57.136Z] ---> f35687433fa1 [2023-04-26T06:52:57.136Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:52:57.136Z] ---> Running in 6512fd8b5bf7 [2023-04-26T06:52:57.136Z] ---> 5dd3cb637e62 [2023-04-26T06:52:57.136Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:52:57.136Z] ---> f87abc40233b [2023-04-26T06:52:57.136Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:52:57.136Z] ---> Running in da2d93fd61ef [2023-04-26T06:52:57.402Z] ---> Running in c835e1b41003 [2023-04-26T06:52:57.402Z] ---> Running in 0f825d6e73de [2023-04-26T06:54:49.050Z] Removing intermediate container da2d93fd61ef [2023-04-26T06:54:49.050Z] ---> b8ec7c56d59e [2023-04-26T06:54:49.050Z] Step 7/27 : COPY . . [2023-04-26T06:54:49.050Z] Removing intermediate container 6512fd8b5bf7 [2023-04-26T06:54:49.050Z] ---> 6ee93244f9b6 [2023-04-26T06:54:49.050Z] Step 8/23 : COPY . . [2023-04-26T06:54:49.050Z] Removing intermediate container b24b29fb3247 [2023-04-26T06:54:49.050Z] ---> 8ff341ad85df [2023-04-26T06:54:49.050Z] Step 7/26 : COPY . . [2023-04-26T06:54:49.050Z] Removing intermediate container 0f825d6e73de [2023-04-26T06:54:49.050Z] ---> 35f6b870b687 [2023-04-26T06:54:49.050Z] Step 8/23 : COPY . . [2023-04-26T06:54:49.050Z] Removing intermediate container c835e1b41003 [2023-04-26T06:54:49.050Z] ---> 9ac902d6fe4e [2023-04-26T06:54:49.050Z] Step 8/24 : COPY . . [2023-04-26T06:54:52.388Z] ---> e5b82c8ef8e4 [2023-04-26T06:54:52.388Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-04-26T06:54:52.388Z] ---> 04cfe1543f58 [2023-04-26T06:54:52.388Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-26T06:54:52.388Z] ---> 6fe57a4c80d5 [2023-04-26T06:54:52.388Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-26T06:54:52.388Z] ---> Running in 0d76ef300be2 [2023-04-26T06:54:52.388Z] ---> Running in 32b670b857b8 [2023-04-26T06:54:52.388Z] ---> Running in 92be74558c92 [2023-04-26T06:54:52.388Z] ---> 9e4b5559ce35 [2023-04-26T06:54:52.388Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-26T06:54:52.388Z] ---> eaccd0764b1d [2023-04-26T06:54:52.388Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-26T06:54:52.388Z] ---> Running in 255fc73b48c0 [2023-04-26T06:54:52.388Z] ---> Running in a00c35df358a [2023-04-26T06:54:52.657Z] Removing intermediate container 0d76ef300be2 [2023-04-26T06:54:52.657Z] ---> ab73758a4874 [2023-04-26T06:54:52.657Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-26T06:54:52.928Z] ---> Running in b487e6631508 [2023-04-26T06:54:53.195Z] Removing intermediate container a00c35df358a [2023-04-26T06:54:53.195Z] ---> bbb0d848cf35 [2023-04-26T06:54:53.195Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-26T06:54:53.464Z] ---> Running in 57d2e76ba781 [2023-04-26T06:54:53.464Z] Removing intermediate container b487e6631508 [2023-04-26T06:54:53.464Z] ---> 82fbb1f96ad1 [2023-04-26T06:54:53.464Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-26T06:54:53.729Z] ---> Running in 1b6859ab61f3 [2023-04-26T06:54:53.995Z] Removing intermediate container 57d2e76ba781 [2023-04-26T06:54:53.995Z] ---> ea9653d501c3 [2023-04-26T06:54:53.995Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-26T06:54:53.995Z] ---> Running in 3da4ebd7b706 [2023-04-26T06:54:54.263Z] 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-04-26T06:54:54.264Z] 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-04-26T06:54:54.264Z] Removing intermediate container 1b6859ab61f3 [2023-04-26T06:54:54.264Z] ---> 7ff84dd601b0 [2023-04-26T06:54:54.264Z] 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-04-26T06:54:54.530Z] 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-04-26T06:54:54.530Z] ---> Running in 2fb27d2e83e5 [2023-04-26T06:54:54.797Z] Removing intermediate container 3da4ebd7b706 [2023-04-26T06:54:54.797Z] ---> 9e451055b334 [2023-04-26T06:54:54.797Z] 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-04-26T06:54:55.063Z] ---> Running in f7ae4a3f8efa [2023-04-26T06:54:58.415Z] Removing intermediate container 2fb27d2e83e5 [2023-04-26T06:54:58.415Z] ---> a5935ee17c35 [2023-04-26T06:54:58.415Z] Step 12/26 : WORKDIR /edgex-go [2023-04-26T06:54:58.415Z] ---> Running in 04ef31c0d889 [2023-04-26T06:54:58.415Z] Removing intermediate container f7ae4a3f8efa [2023-04-26T06:54:58.415Z] ---> 3ea7b1528bf6 [2023-04-26T06:54:58.415Z] Step 12/27 : WORKDIR /edgex-go [2023-04-26T06:54:58.681Z] ---> Running in e5aaf5d6f3f0 [2023-04-26T06:54:58.681Z] Removing intermediate container 04ef31c0d889 [2023-04-26T06:54:58.681Z] ---> 9952f6b350da [2023-04-26T06:54:58.681Z] [2023-04-26T06:54:58.681Z] Step 13/26 : FROM alpine:3.17 [2023-04-26T06:54:58.947Z] 3.17: Pulling from library/alpine [2023-04-26T06:54:59.212Z] Removing intermediate container e5aaf5d6f3f0 [2023-04-26T06:54:59.212Z] ---> 2b907d446740 [2023-04-26T06:54:59.212Z] [2023-04-26T06:54:59.212Z] Step 13/27 : FROM alpine:3.17 [2023-04-26T06:54:59.483Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T06:54:59.483Z] Status: Downloaded newer image for alpine:3.17 [2023-04-26T06:54:59.483Z] 3.17: Pulling from library/alpine [2023-04-26T06:54:59.483Z] ---> 51e60588ff2c [2023-04-26T06:54:59.483Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-26T06:54:59.483Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T06:54:59.483Z] Status: Image is up to date for alpine:3.17 [2023-04-26T06:54:59.483Z] ---> 51e60588ff2c [2023-04-26T06:54:59.484Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-26T06:54:59.484Z] ---> Running in a33d4062727d [2023-04-26T06:54:59.753Z] ---> Running in 6a117a879bbb [2023-04-26T06:55:00.335Z] Removing intermediate container a33d4062727d [2023-04-26T06:55:00.335Z] ---> 21864c5bcb3f [2023-04-26T06:55:00.335Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-26T06:55:00.335Z] ---> Running in c5f46ee56e5e [2023-04-26T06:55:00.335Z] Removing intermediate container 6a117a879bbb [2023-04-26T06:55:00.335Z] ---> f737510c2eb4 [2023-04-26T06:55:00.335Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-26T06:55:00.601Z] ---> Running in 5d1364b59442 [2023-04-26T06:55:02.551Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T06:55:02.551Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T06:55:03.510Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T06:55:03.510Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T06:55:04.915Z] v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T06:55:04.915Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T06:55:04.915Z] OK: 17691 distinct packages available [2023-04-26T06:55:04.915Z] v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T06:55:04.915Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T06:55:04.915Z] OK: 17691 distinct packages available [2023-04-26T06:55:05.180Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T06:55:05.180Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T06:55:06.140Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T06:55:06.140Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T06:55:07.545Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-26T06:55:07.545Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-26T06:55:07.545Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-26T06:55:07.545Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-26T06:55:07.545Z] (3/5) Installing libucontext (1.2-r0) [2023-04-26T06:55:07.545Z] (3/4) Installing libucontext (1.2-r0) [2023-04-26T06:55:07.545Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-26T06:55:07.545Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-26T06:55:07.545Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T06:55:07.545Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-26T06:55:07.545Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T06:55:07.545Z] OK: 8 MiB in 19 packages [2023-04-26T06:55:07.545Z] OK: 9 MiB in 20 packages [2023-04-26T06:55:09.530Z] Removing intermediate container 5d1364b59442 [2023-04-26T06:55:09.530Z] ---> 30abe2bdf4c4 [2023-04-26T06:55:09.530Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T06:55:09.798Z] Removing intermediate container c5f46ee56e5e [2023-04-26T06:55:09.798Z] ---> 63c9a9ec8dd0 [2023-04-26T06:55:09.798Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T06:55:10.757Z] ---> b78dcf9ec7b2 [2023-04-26T06:55:10.757Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T06:55:10.757Z] ---> 499ebaf01ea8 [2023-04-26T06:55:10.757Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T06:55:12.163Z] ---> 6bee4dfbf4b7 [2023-04-26T06:55:12.163Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-26T06:55:12.163Z] ---> e97e74b02855 [2023-04-26T06:55:12.163Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-26T06:55:22.218Z] ---> cc00ceb7a327 [2023-04-26T06:55:22.218Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-26T06:55:22.218Z] ---> 79fbecc8bfb6 [2023-04-26T06:55:22.218Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-26T06:55:22.490Z] ---> f77b73f82565 [2023-04-26T06:55:22.490Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-26T06:55:22.490Z] ---> 9a1b865a1c77 [2023-04-26T06:55:22.490Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-26T06:55:22.490Z] ---> Running in 1c5b572fbbcb [2023-04-26T06:55:23.445Z] Removing intermediate container 1c5b572fbbcb [2023-04-26T06:55:23.445Z] ---> cdc04680fcea [2023-04-26T06:55:23.445Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-26T06:55:23.445Z] ---> 74e4e307969a [2023-04-26T06:55:23.445Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-26T06:55:24.402Z] ---> 53f2180d0ea1 [2023-04-26T06:55:24.402Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-26T06:55:24.402Z] ---> 6cfa0740e979 [2023-04-26T06:55:24.402Z] Step 22/27 : WORKDIR / [2023-04-26T06:55:24.667Z] ---> Running in d1b6fa4d72ef [2023-04-26T06:55:24.667Z] ---> Running in a48d7764381c [2023-04-26T06:55:25.250Z] Removing intermediate container d1b6fa4d72ef [2023-04-26T06:55:25.250Z] ---> 0f6b30f0614f [2023-04-26T06:55:25.250Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-26T06:55:25.518Z] ---> Running in c47d91ae7663 [2023-04-26T06:55:25.518Z] Removing intermediate container a48d7764381c [2023-04-26T06:55:25.518Z] ---> 018aac0777bb [2023-04-26T06:55:25.518Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-26T06:55:25.518Z] ---> Running in 94169128ff72 [2023-04-26T06:55:26.099Z] Removing intermediate container c47d91ae7663 [2023-04-26T06:55:26.099Z] ---> 501fa9c21f8a [2023-04-26T06:55:26.099Z] Step 24/26 : LABEL arch=arm64 [2023-04-26T06:55:26.099Z] Removing intermediate container 94169128ff72 [2023-04-26T06:55:26.099Z] ---> db007ceba081 [2023-04-26T06:55:26.369Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-26T06:55:26.369Z] ---> Running in fe32a7dbc7b9 [2023-04-26T06:55:26.369Z] ---> Running in 4c7ae77bfb1c [2023-04-26T06:55:26.951Z] Removing intermediate container fe32a7dbc7b9 [2023-04-26T06:55:26.951Z] ---> 95526a20cea7 [2023-04-26T06:55:26.951Z] Step 25/26 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T06:55:26.951Z] Removing intermediate container 4c7ae77bfb1c [2023-04-26T06:55:26.951Z] ---> db68af6b46a3 [2023-04-26T06:55:26.951Z] Step 25/27 : LABEL arch=arm64 [2023-04-26T06:55:26.951Z] ---> Running in 642ff5c548c0 [2023-04-26T06:55:27.220Z] ---> Running in a82865e5850e [2023-04-26T06:55:27.801Z] Removing intermediate container 642ff5c548c0 [2023-04-26T06:55:27.801Z] ---> 7e745dc24ed4 [2023-04-26T06:55:27.801Z] Step 26/26 : LABEL version=0.0.0 [2023-04-26T06:55:27.801Z] Removing intermediate container a82865e5850e [2023-04-26T06:55:27.801Z] ---> ef01e68f533f [2023-04-26T06:55:27.801Z] Step 26/27 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T06:55:27.801Z] ---> Running in 4f70dcc62223 [2023-04-26T06:55:27.801Z] ---> Running in ae7ad5304886 [2023-04-26T06:55:28.385Z] Removing intermediate container 4f70dcc62223 [2023-04-26T06:55:28.385Z] ---> c931804e9986 [2023-04-26T06:55:28.385Z] [2023-04-26T06:55:28.385Z] Removing intermediate container ae7ad5304886 [2023-04-26T06:55:28.385Z] ---> 27c67762d4d0 [2023-04-26T06:55:28.385Z] Step 27/27 : LABEL version=0.0.0 [2023-04-26T06:55:28.651Z] ---> Running in 0a251cfea238 [2023-04-26T06:55:28.651Z] Successfully built c931804e9986 [2023-04-26T06:55:28.916Z] Successfully tagged security-spire-server-arm64:latest [2023-04-26T06:55:28.916Z]  Building security-spire-server ... done Building security-secretstore-setup [2023-04-26T06:55:29.181Z] Removing intermediate container 0a251cfea238 [2023-04-26T06:55:29.181Z] ---> a42804a50c80 [2023-04-26T06:55:29.181Z] [2023-04-26T06:55:29.447Z] Successfully built a42804a50c80 [2023-04-26T06:55:29.447Z] Successfully tagged security-spire-config-arm64:latest [2023-04-26T06:55:29.447Z]  Building security-spire-config ... done Building security-spiffe-token-provider [2023-04-26T06:55:51.468Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:55:51.468Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:55:51.468Z] ---> fcaa6fd15502 [2023-04-26T06:55:51.468Z] Step 3/25 : WORKDIR /edgex-go [2023-04-26T06:55:51.468Z] ---> Using cache [2023-04-26T06:55:51.468Z] ---> 647ea043792a [2023-04-26T06:55:51.468Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-26T06:55:51.468Z] ---> Running in 8ea7672ec64f [2023-04-26T06:55:52.878Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T06:55:52.878Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-26T06:55:52.878Z] ---> fcaa6fd15502 [2023-04-26T06:55:52.878Z] Step 3/20 : WORKDIR /edgex-go [2023-04-26T06:55:52.878Z] ---> Using cache [2023-04-26T06:55:52.878Z] ---> 647ea043792a [2023-04-26T06:55:52.878Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-26T06:55:56.211Z] ---> Running in 4e353574c957 [2023-04-26T06:55:56.477Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T06:55:57.432Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T06:55:58.012Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T06:55:58.970Z] OK: 263 MiB in 53 packages [2023-04-26T06:55:58.970Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T06:56:00.380Z] Removing intermediate container 8ea7672ec64f [2023-04-26T06:56:00.380Z] ---> 900ab43a0186 [2023-04-26T06:56:00.380Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-26T06:56:00.380Z] v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T06:56:00.380Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T06:56:00.380Z] OK: 17690 distinct packages available [2023-04-26T06:56:00.646Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T06:56:00.911Z] ---> 7d0d4ae748bd [2023-04-26T06:56:00.911Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:56:01.179Z] ---> Running in 5b28b5b42e2e [2023-04-26T06:56:01.759Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T06:56:03.167Z] OK: 263 MiB in 53 packages [2023-04-26T06:56:04.571Z] Removing intermediate container 4e353574c957 [2023-04-26T06:56:04.571Z] ---> 5a592c4cb15f [2023-04-26T06:56:04.571Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-26T06:56:05.165Z] ---> 86768963be38 [2023-04-26T06:56:05.165Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T06:56:05.432Z] ---> Running in 7c1600fdf589 [2023-04-26T06:57:57.988Z] Removing intermediate container 7c1600fdf589 [2023-04-26T06:57:57.988Z] ---> c9b9b09991dd [2023-04-26T06:57:57.988Z] Step 7/20 : COPY . . [2023-04-26T06:57:57.988Z] Removing intermediate container 5b28b5b42e2e [2023-04-26T06:57:57.988Z] ---> 0d701805fb89 [2023-04-26T06:57:57.988Z] Step 7/25 : COPY . . [2023-04-26T06:58:16.182Z] ---> ddd95df23f54 [2023-04-26T06:58:16.182Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-26T06:58:16.182Z] ---> Running in 7acfd8cfc5a9 [2023-04-26T06:58:16.182Z] ---> 6681850af95e [2023-04-26T06:58:16.182Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-26T06:58:16.182Z] ---> Running in 38fa5ef5bca6 [2023-04-26T06:58:16.765Z] 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-04-26T06:58:17.032Z] 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-04-26T07:00:38.679Z] Removing intermediate container 32b670b857b8 [2023-04-26T07:00:38.679Z] ---> eeea7c1f349d [2023-04-26T07:00:38.679Z] [2023-04-26T07:00:38.679Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T07:00:38.679Z] ---> 51e60588ff2c [2023-04-26T07:00:38.679Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-26T07:00:38.679Z] ---> Running in c2dbf15362a1 [2023-04-26T07:00:38.679Z] Removing intermediate container c2dbf15362a1 [2023-04-26T07:00:38.679Z] ---> 1ae36662c4e2 [2023-04-26T07:00:38.679Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-26T07:00:38.679Z] ---> Running in 602aa0dad384 [2023-04-26T07:00:40.622Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T07:00:40.887Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T07:00:42.287Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-26T07:00:42.287Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T07:00:42.553Z] OK: 8 MiB in 16 packages [2023-04-26T07:00:43.967Z] Removing intermediate container 602aa0dad384 [2023-04-26T07:00:43.967Z] ---> 8f58c2c569b7 [2023-04-26T07:00:43.967Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T07:00:44.922Z] ---> 2df175ae0a5a [2023-04-26T07:00:44.922Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T07:00:45.502Z] ---> 6c574191862a [2023-04-26T07:00:45.502Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-26T07:00:47.438Z] ---> 8122554445bf [2023-04-26T07:00:47.438Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-26T07:00:48.394Z] ---> adeca8e60cb4 [2023-04-26T07:00:48.394Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-26T07:00:49.349Z] ---> bded56bed6e3 [2023-04-26T07:00:49.349Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-26T07:00:49.349Z] ---> Running in b057ea167924 [2023-04-26T07:00:52.694Z] Removing intermediate container b057ea167924 [2023-04-26T07:00:52.694Z] ---> 97b6b103764e [2023-04-26T07:00:52.694Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-26T07:00:52.694Z] ---> Running in 501cf712f00c [2023-04-26T07:00:52.960Z] Removing intermediate container 501cf712f00c [2023-04-26T07:00:52.960Z] ---> 71a7c556de69 [2023-04-26T07:00:52.960Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-26T07:00:53.227Z] ---> Running in c0b439111a5a [2023-04-26T07:00:53.495Z] Removing intermediate container c0b439111a5a [2023-04-26T07:00:53.495Z] ---> d307d260ecdf [2023-04-26T07:00:53.495Z] Step 21/23 : LABEL arch=arm64 [2023-04-26T07:00:53.495Z] ---> Running in 46c83434e89c [2023-04-26T07:00:54.075Z] Removing intermediate container 46c83434e89c [2023-04-26T07:00:54.075Z] ---> c1b48aae692a [2023-04-26T07:00:54.075Z] Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T07:00:54.075Z] ---> Running in ae7e0d10b640 [2023-04-26T07:00:54.657Z] Removing intermediate container ae7e0d10b640 [2023-04-26T07:00:54.657Z] ---> 0783a165f9f7 [2023-04-26T07:00:54.657Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T07:00:54.657Z] ---> Running in 8e6c718f567b [2023-04-26T07:00:55.241Z] Removing intermediate container 8e6c718f567b [2023-04-26T07:00:55.241Z] ---> d921ca33d475 [2023-04-26T07:00:55.241Z] [2023-04-26T07:00:55.507Z] Successfully built d921ca33d475 [2023-04-26T07:00:55.507Z] Successfully tagged security-proxy-auth-arm64:latest [2023-04-26T07:00:55.507Z]  Building security-proxy-auth ... done Building security-bootstrapper [2023-04-26T07:01:13.689Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T07:01:13.689Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-26T07:01:13.689Z] ---> fcaa6fd15502 [2023-04-26T07:01:13.689Z] Step 3/33 : WORKDIR /edgex-go [2023-04-26T07:01:13.689Z] ---> Using cache [2023-04-26T07:01:13.689Z] ---> 647ea043792a [2023-04-26T07:01:13.689Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-26T07:01:13.689Z] ---> Using cache [2023-04-26T07:01:13.689Z] ---> 900ab43a0186 [2023-04-26T07:01:13.689Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-26T07:01:13.689Z] ---> Using cache [2023-04-26T07:01:13.689Z] ---> 7d0d4ae748bd [2023-04-26T07:01:13.689Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T07:01:13.689Z] ---> Using cache [2023-04-26T07:01:13.689Z] ---> 0d701805fb89 [2023-04-26T07:01:13.689Z] Step 7/33 : COPY . . [2023-04-26T07:01:13.689Z] ---> Using cache [2023-04-26T07:01:13.689Z] ---> 6681850af95e [2023-04-26T07:01:13.689Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-26T07:01:14.273Z] ---> Running in 39cfba46daec [2023-04-26T07:01:16.212Z] 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-04-26T07:01:26.261Z] Removing intermediate container 255fc73b48c0 [2023-04-26T07:01:26.261Z] ---> 4f1773721b1a [2023-04-26T07:01:26.261Z] [2023-04-26T07:01:26.261Z] Step 10/24 : FROM alpine:3.17 [2023-04-26T07:01:26.261Z] ---> 51e60588ff2c [2023-04-26T07:01:26.262Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-26T07:01:27.218Z] ---> Running in 849c268810ef [2023-04-26T07:01:29.161Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T07:01:30.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T07:01:31.520Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-26T07:01:31.520Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T07:01:31.520Z] OK: 8 MiB in 16 packages [2023-04-26T07:01:33.453Z] Removing intermediate container 849c268810ef [2023-04-26T07:01:33.453Z] ---> adb11d924ac0 [2023-04-26T07:01:33.453Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T07:01:33.453Z] ---> Running in 40b075788e98 [2023-04-26T07:01:33.724Z] Removing intermediate container 40b075788e98 [2023-04-26T07:01:33.724Z] ---> d4cc80def736 [2023-04-26T07:01:33.724Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-26T07:01:33.724Z] ---> Running in 8f4be5d71a98 [2023-04-26T07:01:34.309Z] Removing intermediate container 8f4be5d71a98 [2023-04-26T07:01:34.309Z] ---> 5756503cee9c [2023-04-26T07:01:34.309Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-26T07:01:34.578Z] ---> Running in 6e699c18bc69 [2023-04-26T07:01:34.847Z] Removing intermediate container 6e699c18bc69 [2023-04-26T07:01:34.847Z] ---> e3367336ff99 [2023-04-26T07:01:34.847Z] Step 15/24 : WORKDIR / [2023-04-26T07:01:35.115Z] ---> Running in 055cdf95bc9e [2023-04-26T07:01:35.696Z] Removing intermediate container 055cdf95bc9e [2023-04-26T07:01:35.696Z] ---> 578b47089e85 [2023-04-26T07:01:35.696Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T07:01:36.651Z] ---> 7000124c536a [2023-04-26T07:01:36.651Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T07:01:37.605Z] ---> 3666bc9848c8 [2023-04-26T07:01:37.605Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-26T07:01:40.199Z] ---> f1b408a09983 [2023-04-26T07:01:40.199Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-26T07:01:41.169Z] ---> 8d3217ff56f3 [2023-04-26T07:01:41.169Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-26T07:01:41.169Z] ---> Running in ecc62e5be374 [2023-04-26T07:01:41.749Z] Removing intermediate container ecc62e5be374 [2023-04-26T07:01:41.749Z] ---> bbda5df9aca2 [2023-04-26T07:01:41.749Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T07:01:41.749Z] ---> Running in 8a42f83f556f [2023-04-26T07:01:42.329Z] Removing intermediate container 8a42f83f556f [2023-04-26T07:01:42.329Z] ---> 179177ed90e7 [2023-04-26T07:01:42.329Z] Step 22/24 : LABEL arch=arm64 [2023-04-26T07:01:42.329Z] ---> Running in e17459f4c02e [2023-04-26T07:01:42.594Z] Removing intermediate container e17459f4c02e [2023-04-26T07:01:42.594Z] ---> 5aebf1bc904f [2023-04-26T07:01:42.594Z] Step 23/24 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T07:01:42.860Z] ---> Running in b21d38c47fe5 [2023-04-26T07:01:43.440Z] Removing intermediate container b21d38c47fe5 [2023-04-26T07:01:43.440Z] ---> cbe17affc092 [2023-04-26T07:01:43.440Z] Step 24/24 : LABEL version=0.0.0 [2023-04-26T07:01:43.440Z] ---> Running in 44e1b3779496 [2023-04-26T07:01:44.020Z] Removing intermediate container 44e1b3779496 [2023-04-26T07:01:44.020Z] ---> 6c8426f851fd [2023-04-26T07:01:44.020Z] [2023-04-26T07:01:44.284Z] Successfully built 6c8426f851fd [2023-04-26T07:01:44.284Z] Successfully tagged core-command-arm64:latest [2023-04-26T07:01:44.284Z]  Building core-command ... done Building core-data [2023-04-26T07:02:02.465Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T07:02:02.465Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T07:02:02.465Z] ---> fcaa6fd15502 [2023-04-26T07:02:02.465Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T07:02:02.465Z] ---> Using cache [2023-04-26T07:02:02.465Z] ---> bca24b659a52 [2023-04-26T07:02:02.465Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T07:02:02.465Z] ---> Using cache [2023-04-26T07:02:02.465Z] ---> ad64c48aec6f [2023-04-26T07:02:02.465Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-26T07:02:02.465Z] ---> Using cache [2023-04-26T07:02:02.465Z] ---> c53d0e9dd5b6 [2023-04-26T07:02:02.465Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T07:02:02.465Z] ---> Using cache [2023-04-26T07:02:02.465Z] ---> 1f4d9296b5da [2023-04-26T07:02:02.465Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T07:02:02.465Z] ---> Using cache [2023-04-26T07:02:02.465Z] ---> 6ee93244f9b6 [2023-04-26T07:02:02.465Z] Step 8/23 : COPY . . [2023-04-26T07:02:02.465Z] ---> Using cache [2023-04-26T07:02:02.465Z] ---> 6fe57a4c80d5 [2023-04-26T07:02:02.465Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-26T07:02:02.465Z] ---> Running in b068ae96677b [2023-04-26T07:02:04.404Z] 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-04-26T07:04:11.043Z] Removing intermediate container 92be74558c92 [2023-04-26T07:04:11.043Z] ---> 7fa1d35ef60a [2023-04-26T07:04:11.043Z] [2023-04-26T07:04:11.043Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T07:04:11.043Z] ---> 51e60588ff2c [2023-04-26T07:04:11.043Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-26T07:04:11.043Z] ---> Running in fd6774e3da68 [2023-04-26T07:04:13.626Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T07:04:13.893Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T07:04:15.293Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-26T07:04:15.558Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-26T07:04:15.558Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T07:04:15.558Z] Executing ca-certificates-20220614-r4.trigger [2023-04-26T07:04:16.138Z] OK: 8 MiB in 17 packages [2023-04-26T07:04:18.122Z] Removing intermediate container fd6774e3da68 [2023-04-26T07:04:18.122Z] ---> 6de3085c06f5 [2023-04-26T07:04:18.122Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T07:04:18.400Z] ---> Running in 685bf78d5c78 [2023-04-26T07:04:18.677Z] Removing intermediate container 685bf78d5c78 [2023-04-26T07:04:18.677Z] ---> 95cc766f6d52 [2023-04-26T07:04:18.677Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-26T07:04:18.945Z] ---> Running in 21a6a5e5b82b [2023-04-26T07:04:18.945Z] 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-04-26T07:04:19.217Z] Removing intermediate container 21a6a5e5b82b [2023-04-26T07:04:19.217Z] ---> eb32e7a59ac6 [2023-04-26T07:04:19.217Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-26T07:04:19.488Z] ---> Running in 09e1278ab434 [2023-04-26T07:04:20.068Z] Removing intermediate container 09e1278ab434 [2023-04-26T07:04:20.068Z] ---> e85b94658e68 [2023-04-26T07:04:20.068Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T07:04:21.023Z] ---> 93c886bd7393 [2023-04-26T07:04:21.023Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T07:04:21.979Z] ---> cda77311c491 [2023-04-26T07:04:21.979Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-26T07:04:23.918Z] ---> 676401ec8c5b [2023-04-26T07:04:23.918Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-26T07:04:24.874Z] ---> 768977e57d2b [2023-04-26T07:04:24.874Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-26T07:04:24.874Z] ---> Running in 7aa9b23b3924 [2023-04-26T07:04:25.452Z] Removing intermediate container 7aa9b23b3924 [2023-04-26T07:04:25.452Z] ---> 49e42a1b183c [2023-04-26T07:04:25.452Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T07:04:25.452Z] ---> Running in 16d24f40dbdb [2023-04-26T07:04:26.033Z] Removing intermediate container 16d24f40dbdb [2023-04-26T07:04:26.033Z] ---> 8d5ce072a8d3 [2023-04-26T07:04:26.033Z] Step 21/23 : LABEL arch=arm64 [2023-04-26T07:04:26.033Z] ---> Running in b12cfb710fa0 [2023-04-26T07:04:26.622Z] Removing intermediate container b12cfb710fa0 [2023-04-26T07:04:26.622Z] ---> 67b5ec5b1f0a [2023-04-26T07:04:26.622Z] Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T07:04:26.622Z] ---> Running in c18a22264c7b [2023-04-26T07:04:27.202Z] Removing intermediate container c18a22264c7b [2023-04-26T07:04:27.202Z] ---> 6e04fa635763 [2023-04-26T07:04:27.202Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T07:04:27.202Z] ---> Running in 48ecb39825a4 [2023-04-26T07:04:27.782Z] Removing intermediate container 48ecb39825a4 [2023-04-26T07:04:27.782Z] ---> b0efa17e37e2 [2023-04-26T07:04:27.782Z] [2023-04-26T07:04:28.048Z] Successfully built b0efa17e37e2 [2023-04-26T07:04:28.048Z] Successfully tagged support-notifications-arm64:latest [2023-04-26T07:04:28.048Z]  Building support-notifications ... done Building security-spire-agent [2023-04-26T07:04:43.855Z] Removing intermediate container 38fa5ef5bca6 [2023-04-26T07:04:43.855Z] ---> ec0c5af027d8 [2023-04-26T07:04:43.855Z] [2023-04-26T07:04:43.855Z] Step 9/25 : FROM alpine:3.17 [2023-04-26T07:04:43.855Z] ---> 51e60588ff2c [2023-04-26T07:04:43.855Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-26T07:04:44.159Z] ---> Running in ec2c127e1a17 [2023-04-26T07:04:47.577Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T07:04:47.577Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-26T07:04:47.577Z] ---> fcaa6fd15502 [2023-04-26T07:04:47.577Z] Step 3/27 : WORKDIR /edgex-go [2023-04-26T07:04:47.577Z] ---> Using cache [2023-04-26T07:04:47.577Z] ---> 647ea043792a [2023-04-26T07:04:47.577Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-26T07:04:47.577Z] ---> Using cache [2023-04-26T07:04:47.577Z] ---> ef3c2c476ef1 [2023-04-26T07:04:47.577Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-26T07:04:47.577Z] ---> Using cache [2023-04-26T07:04:47.577Z] ---> f35687433fa1 [2023-04-26T07:04:47.577Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T07:04:47.577Z] ---> Using cache [2023-04-26T07:04:47.577Z] ---> b8ec7c56d59e [2023-04-26T07:04:47.577Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T07:04:47.577Z] Step 7/27 : COPY . . [2023-04-26T07:04:47.577Z] ---> Using cache [2023-04-26T07:04:47.577Z] ---> eaccd0764b1d [2023-04-26T07:04:47.577Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-26T07:04:47.844Z] ---> Using cache [2023-04-26T07:04:47.844Z] ---> bbb0d848cf35 [2023-04-26T07:04:47.844Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-26T07:04:47.844Z] ---> Using cache [2023-04-26T07:04:47.844Z] ---> ea9653d501c3 [2023-04-26T07:04:47.844Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-26T07:04:47.844Z] ---> Using cache [2023-04-26T07:04:47.844Z] ---> 9e451055b334 [2023-04-26T07:04:47.844Z] 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-04-26T07:04:47.844Z] ---> Using cache [2023-04-26T07:04:47.844Z] ---> 3ea7b1528bf6 [2023-04-26T07:04:47.844Z] Step 12/27 : WORKDIR /edgex-go [2023-04-26T07:04:47.844Z] ---> Using cache [2023-04-26T07:04:47.844Z] ---> 2b907d446740 [2023-04-26T07:04:47.844Z] [2023-04-26T07:04:47.844Z] Step 13/27 : FROM alpine:3.17 [2023-04-26T07:04:47.844Z] ---> 51e60588ff2c [2023-04-26T07:04:47.844Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-26T07:04:47.844Z] ---> Using cache [2023-04-26T07:04:47.844Z] ---> f737510c2eb4 [2023-04-26T07:04:47.844Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-26T07:04:47.844Z] ---> Running in d8c6298b7922 [2023-04-26T07:04:49.265Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T07:04:49.845Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T07:04:50.431Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-26T07:04:51.547Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-26T07:04:51.547Z] (3/3) Installing su-exec (0.2-r2) [2023-04-26T07:04:51.547Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T07:04:51.547Z] Executing ca-certificates-20220614-r4.trigger [2023-04-26T07:04:51.547Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T07:04:51.547Z] OK: 8 MiB in 18 packages [2023-04-26T07:04:52.131Z] v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T07:04:52.131Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T07:04:52.131Z] OK: 17691 distinct packages available [2023-04-26T07:04:52.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T07:04:53.360Z] Removing intermediate container ec2c127e1a17 [2023-04-26T07:04:53.360Z] ---> ccda067eb73d [2023-04-26T07:04:53.360Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-26T07:04:53.633Z] ---> Running in d701af8b7a5f [2023-04-26T07:04:53.633Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T07:04:53.905Z] Removing intermediate container d701af8b7a5f [2023-04-26T07:04:53.905Z] ---> 1b17285d3109 [2023-04-26T07:04:53.905Z] Step 12/25 : WORKDIR / [2023-04-26T07:04:54.177Z] ---> Running in fa00e304a2bd [2023-04-26T07:04:54.444Z] Removing intermediate container fa00e304a2bd [2023-04-26T07:04:54.444Z] ---> 1e3adfd20a4a [2023-04-26T07:04:54.444Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T07:04:55.405Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-26T07:04:55.406Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-26T07:04:55.406Z] (3/5) Installing libucontext (1.2-r0) [2023-04-26T07:04:55.406Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-26T07:04:55.406Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-26T07:04:55.406Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T07:04:55.406Z] OK: 9 MiB in 20 packages [2023-04-26T07:04:57.339Z] ---> 4e61be22cbb0 [2023-04-26T07:04:57.339Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T07:04:58.293Z] ---> 99580eaef430 [2023-04-26T07:04:58.293Z] 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-04-26T07:04:58.293Z] Removing intermediate container d8c6298b7922 [2023-04-26T07:04:58.293Z] ---> af181a308a59 [2023-04-26T07:04:58.293Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T07:04:59.249Z] ---> 7742ad7b76a4 [2023-04-26T07:04:59.249Z] 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-04-26T07:04:59.515Z] ---> 0b86d7ee9e61 [2023-04-26T07:04:59.515Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T07:05:00.476Z] ---> 12e54c892961 [2023-04-26T07:05:00.476Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-26T07:05:00.742Z] ---> f2d7ae2fb1e5 [2023-04-26T07:05:00.742Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-26T07:05:02.161Z] ---> a0b97ad11259 [2023-04-26T07:05:02.161Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-26T07:05:04.099Z] ---> faaffe07b117 [2023-04-26T07:05:04.099Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-26T07:05:06.683Z] ---> 08f6edb94bc0 [2023-04-26T07:05:06.683Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-26T07:05:06.683Z] ---> 3f513a6362cf [2023-04-26T07:05:06.683Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-26T07:05:10.935Z] ---> 16eec90f134e [2023-04-26T07:05:10.935Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-26T07:05:10.935Z] ---> Running in 112ef5b92711 [2023-04-26T07:05:13.533Z] ---> 4f51e140ae27 [2023-04-26T07:05:13.533Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-26T07:05:14.508Z] ---> 4219ea75b17d [2023-04-26T07:05:14.508Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-26T07:05:14.789Z] Removing intermediate container 112ef5b92711 [2023-04-26T07:05:14.789Z] ---> 227ddb320aca [2023-04-26T07:05:14.789Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-26T07:05:15.062Z] ---> Running in 6c5a35601a46 [2023-04-26T07:05:15.642Z] ---> 65656c5de9f6 [2023-04-26T07:05:15.642Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-26T07:05:15.911Z] Removing intermediate container 6c5a35601a46 [2023-04-26T07:05:15.911Z] ---> 6d7b83d73318 [2023-04-26T07:05:15.911Z] Step 23/25 : LABEL arch=arm64 [2023-04-26T07:05:15.911Z] ---> Running in c7b6d5f5be55 [2023-04-26T07:05:16.498Z] Removing intermediate container c7b6d5f5be55 [2023-04-26T07:05:16.498Z] ---> e6bae374f03e [2023-04-26T07:05:16.498Z] Step 24/25 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T07:05:16.772Z] ---> Running in 0fc97eaf47dd [2023-04-26T07:05:16.772Z] ---> c05a33896ea7 [2023-04-26T07:05:16.772Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-26T07:05:17.040Z] ---> Running in c2faa727f961 [2023-04-26T07:05:17.630Z] Removing intermediate container c2faa727f961 [2023-04-26T07:05:17.630Z] ---> 5ed6f7fec34a [2023-04-26T07:05:17.630Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-26T07:05:17.630Z] Removing intermediate container 0fc97eaf47dd [2023-04-26T07:05:17.630Z] ---> b4841460c2a8 [2023-04-26T07:05:17.630Z] Step 25/25 : LABEL version=0.0.0 [2023-04-26T07:05:17.630Z] ---> Running in 30b86d424422 [2023-04-26T07:05:17.630Z] ---> Running in f58e1c1c4276 [2023-04-26T07:05:18.602Z] Removing intermediate container 30b86d424422 [2023-04-26T07:05:18.602Z] ---> f901f05fbd5d [2023-04-26T07:05:18.602Z] [2023-04-26T07:05:18.602Z] Removing intermediate container f58e1c1c4276 [2023-04-26T07:05:18.602Z] ---> 4bd5d5f0b579 [2023-04-26T07:05:18.602Z] Step 25/27 : LABEL arch=arm64 [2023-04-26T07:05:18.602Z] ---> Running in 3d2eeac0aa94 [2023-04-26T07:05:18.874Z] Successfully built f901f05fbd5d [2023-04-26T07:05:18.874Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-04-26T07:05:18.874Z] Building security-proxy-setup [2023-04-26T07:05:19.147Z]  Building security-secretstore-setup ... done Removing intermediate container 3d2eeac0aa94 [2023-04-26T07:05:19.147Z] ---> 625ed99a2d2e [2023-04-26T07:05:19.147Z] Step 26/27 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T07:05:19.418Z] ---> Running in f03da22f453b [2023-04-26T07:05:19.684Z] Removing intermediate container f03da22f453b [2023-04-26T07:05:19.684Z] ---> a476563c4c57 [2023-04-26T07:05:19.684Z] Step 27/27 : LABEL version=0.0.0 [2023-04-26T07:05:19.957Z] ---> Running in 0311fb8c7bc5 [2023-04-26T07:05:20.546Z] Removing intermediate container 0311fb8c7bc5 [2023-04-26T07:05:20.546Z] ---> dd290a0cd5c2 [2023-04-26T07:05:20.546Z] [2023-04-26T07:05:20.815Z] Successfully built dd290a0cd5c2 [2023-04-26T07:05:20.815Z] Successfully tagged security-spire-agent-arm64:latest [2023-04-26T07:05:20.815Z] Building support-scheduler [2023-04-26T07:05:47.501Z]  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T07:05:47.501Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-26T07:05:47.501Z] ---> fcaa6fd15502 [2023-04-26T07:05:47.501Z] Step 3/22 : WORKDIR /edgex-go [2023-04-26T07:05:47.501Z] ---> Using cache [2023-04-26T07:05:47.501Z] ---> 647ea043792a [2023-04-26T07:05:47.501Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-26T07:05:47.501Z] ---> Using cache [2023-04-26T07:05:47.501Z] ---> 900ab43a0186 [2023-04-26T07:05:47.501Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-26T07:05:47.501Z] ---> Using cache [2023-04-26T07:05:47.501Z] ---> 7d0d4ae748bd [2023-04-26T07:05:47.501Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T07:05:47.501Z] ---> Using cache [2023-04-26T07:05:47.501Z] ---> 0d701805fb89 [2023-04-26T07:05:47.501Z] Step 7/22 : COPY . . [2023-04-26T07:05:47.501Z] ---> Using cache [2023-04-26T07:05:47.501Z] ---> 6681850af95e [2023-04-26T07:05:47.501Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-26T07:05:47.501Z] ---> Running in 86c2d2251225 [2023-04-26T07:05:47.768Z] 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-04-26T07:05:47.768Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T07:05:47.768Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T07:05:47.768Z] ---> fcaa6fd15502 [2023-04-26T07:05:47.768Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T07:05:47.768Z] ---> Using cache [2023-04-26T07:05:47.768Z] ---> bca24b659a52 [2023-04-26T07:05:47.768Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T07:05:47.768Z] ---> Using cache [2023-04-26T07:05:47.768Z] ---> ad64c48aec6f [2023-04-26T07:05:47.768Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-26T07:05:47.768Z] ---> Using cache [2023-04-26T07:05:47.768Z] ---> c53d0e9dd5b6 [2023-04-26T07:05:47.768Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T07:05:47.768Z] ---> Using cache [2023-04-26T07:05:47.768Z] ---> 1f4d9296b5da [2023-04-26T07:05:47.768Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T07:05:47.768Z] ---> Using cache [2023-04-26T07:05:47.768Z] ---> 6ee93244f9b6 [2023-04-26T07:05:47.768Z] Step 8/23 : COPY . . [2023-04-26T07:05:47.768Z] ---> Using cache [2023-04-26T07:05:47.768Z] ---> 6fe57a4c80d5 [2023-04-26T07:05:47.768Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-26T07:05:47.768Z] ---> Running in e01402cbb479 [2023-04-26T07:05:49.703Z] 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-04-26T07:06:57.536Z] Removing intermediate container 7acfd8cfc5a9 [2023-04-26T07:06:57.536Z] ---> 34beaa5e200c [2023-04-26T07:06:57.536Z] [2023-04-26T07:06:57.536Z] Step 9/20 : FROM alpine:3.17 [2023-04-26T07:06:57.536Z] ---> 51e60588ff2c [2023-04-26T07:06:57.536Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-26T07:06:57.536Z] ---> Running in 98b8f71b797a [2023-04-26T07:06:57.536Z] Removing intermediate container 98b8f71b797a [2023-04-26T07:06:57.536Z] ---> 6df26e5a2b7c [2023-04-26T07:06:57.536Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-26T07:06:57.536Z] ---> Running in 06196190a8c5 [2023-04-26T07:06:57.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T07:06:57.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T07:06:57.536Z] v3.17.3-134-g10e6be13817 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T07:06:57.536Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T07:06:57.536Z] OK: 17691 distinct packages available [2023-04-26T07:06:57.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T07:06:57.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T07:06:58.117Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-26T07:06:58.383Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-26T07:06:58.383Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-26T07:06:58.383Z] (4/9) Installing libcurl (8.0.1-r0) [2023-04-26T07:06:58.383Z] (5/9) Installing curl (8.0.1-r0) [2023-04-26T07:06:58.383Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-26T07:06:58.383Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-26T07:06:58.383Z] (8/9) Installing libucontext (1.2-r0) [2023-04-26T07:06:58.383Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-26T07:06:58.383Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T07:06:58.649Z] Executing ca-certificates-20220614-r4.trigger [2023-04-26T07:06:59.232Z] OK: 11 MiB in 24 packages [2023-04-26T07:07:01.181Z] Removing intermediate container 06196190a8c5 [2023-04-26T07:07:01.181Z] ---> 793d6699f730 [2023-04-26T07:07:01.181Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T07:07:02.139Z] ---> 086d3127cc26 [2023-04-26T07:07:02.139Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T07:07:03.096Z] ---> a9c06a294f13 [2023-04-26T07:07:03.096Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-26T07:07:05.680Z] ---> 7d2ac47e1e90 [2023-04-26T07:07:05.680Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-26T07:07:06.261Z] ---> 9e4b707aed1b [2023-04-26T07:07:06.262Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-26T07:07:06.262Z] ---> Running in 15f5173c07be [2023-04-26T07:07:06.842Z] Removing intermediate container 15f5173c07be [2023-04-26T07:07:06.842Z] ---> 61c20d76436d [2023-04-26T07:07:06.842Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T07:07:06.842Z] ---> Running in 5418e4dcb09c [2023-04-26T07:07:07.423Z] Removing intermediate container 5418e4dcb09c [2023-04-26T07:07:07.423Z] ---> bc6b38c5ebab [2023-04-26T07:07:07.423Z] Step 18/20 : LABEL arch=arm64 [2023-04-26T07:07:07.423Z] ---> Running in e62f6428d8aa [2023-04-26T07:07:08.004Z] Removing intermediate container e62f6428d8aa [2023-04-26T07:07:08.004Z] ---> b356f33972f7 [2023-04-26T07:07:08.004Z] Step 19/20 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T07:07:08.004Z] ---> Running in 2c433d21c76d [2023-04-26T07:07:08.584Z] Removing intermediate container 2c433d21c76d [2023-04-26T07:07:08.584Z] ---> 28cf51777785 [2023-04-26T07:07:08.584Z] Step 20/20 : LABEL version=0.0.0 [2023-04-26T07:07:08.584Z] ---> Running in 9b9751448fb9 [2023-04-26T07:07:09.172Z] Removing intermediate container 9b9751448fb9 [2023-04-26T07:07:09.172Z] ---> 5183f297110a [2023-04-26T07:07:09.172Z] [2023-04-26T07:07:09.437Z] Successfully built 5183f297110a [2023-04-26T07:07:09.437Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-04-26T07:07:09.437Z]  Building security-spiffe-token-provider ... done Building core-metadata [2023-04-26T07:07:27.622Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T07:07:27.622Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-26T07:07:27.622Z] ---> fcaa6fd15502 [2023-04-26T07:07:27.622Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-26T07:07:27.622Z] ---> Using cache [2023-04-26T07:07:27.622Z] ---> bca24b659a52 [2023-04-26T07:07:27.622Z] Step 4/25 : WORKDIR /edgex-go [2023-04-26T07:07:27.622Z] ---> Using cache [2023-04-26T07:07:27.622Z] ---> ad64c48aec6f [2023-04-26T07:07:27.622Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-26T07:07:27.622Z] ---> Using cache [2023-04-26T07:07:27.622Z] ---> c53d0e9dd5b6 [2023-04-26T07:07:27.622Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-26T07:07:27.622Z] ---> Using cache [2023-04-26T07:07:27.622Z] ---> 1f4d9296b5da [2023-04-26T07:07:27.622Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T07:07:27.622Z] ---> Using cache [2023-04-26T07:07:27.622Z] ---> 6ee93244f9b6 [2023-04-26T07:07:27.622Z] Step 8/25 : COPY . . [2023-04-26T07:07:27.622Z] ---> Using cache [2023-04-26T07:07:27.622Z] ---> 6fe57a4c80d5 [2023-04-26T07:07:27.622Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-26T07:07:27.622Z] ---> Running in ed840e399a59 [2023-04-26T07:07:27.890Z] 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-04-26T07:07:42.849Z] Removing intermediate container 39cfba46daec [2023-04-26T07:07:42.849Z] ---> 9666340edb98 [2023-04-26T07:07:42.849Z] [2023-04-26T07:07:42.849Z] Step 9/33 : FROM alpine:3.17 [2023-04-26T07:07:42.849Z] ---> 51e60588ff2c [2023-04-26T07:07:42.849Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-26T07:07:42.849Z] ---> Using cache [2023-04-26T07:07:42.849Z] ---> 6df26e5a2b7c [2023-04-26T07:07:42.849Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-26T07:07:42.849Z] ---> Running in 243f585db07b [2023-04-26T07:07:42.849Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T07:07:43.115Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T07:07:44.517Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-26T07:07:44.517Z] (2/2) Installing su-exec (0.2-r2) [2023-04-26T07:07:44.517Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T07:07:44.782Z] OK: 8 MiB in 17 packages [2023-04-26T07:07:46.720Z] Removing intermediate container 243f585db07b [2023-04-26T07:07:46.720Z] ---> 9ad785952f24 [2023-04-26T07:07:46.720Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-26T07:07:46.720Z] ---> Running in 5a4ddf36f326 [2023-04-26T07:07:46.997Z] Removing intermediate container 5a4ddf36f326 [2023-04-26T07:07:46.997Z] ---> 08aeda48d983 [2023-04-26T07:07:46.997Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-26T07:07:46.997Z] ---> Running in 672430de6814 [2023-04-26T07:07:48.931Z] Removing intermediate container 672430de6814 [2023-04-26T07:07:48.931Z] ---> cf030bdd005a [2023-04-26T07:07:48.931Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-26T07:07:49.197Z] ---> Running in 9b6e161e7ec8 [2023-04-26T07:07:49.778Z] Removing intermediate container 9b6e161e7ec8 [2023-04-26T07:07:49.778Z] ---> f3d0abc63142 [2023-04-26T07:07:49.778Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-26T07:07:49.778Z] ---> Running in 008040f72f53 [2023-04-26T07:07:50.363Z] Removing intermediate container 008040f72f53 [2023-04-26T07:07:50.363Z] ---> 4a490284afc8 [2023-04-26T07:07:50.364Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-26T07:07:50.364Z] ---> Running in 4cf91dcd8ceb [2023-04-26T07:07:53.694Z] Removing intermediate container 4cf91dcd8ceb [2023-04-26T07:07:53.695Z] ---> 09d05e70261f [2023-04-26T07:07:53.695Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-26T07:07:53.695Z] ---> Running in 5ffd5a7597db [2023-04-26T07:07:53.960Z] Removing intermediate container 5ffd5a7597db [2023-04-26T07:07:53.960Z] ---> 85a3c3fb6997 [2023-04-26T07:07:53.960Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-26T07:07:54.915Z] ---> 7d568ef4f348 [2023-04-26T07:07:54.915Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-26T07:07:54.915Z] ---> Running in 422d8dbed8a5 [2023-04-26T07:07:58.247Z] Removing intermediate container 422d8dbed8a5 [2023-04-26T07:07:58.247Z] ---> 21a320fdcd18 [2023-04-26T07:07:58.247Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T07:07:58.851Z] ---> 02b0e55e8431 [2023-04-26T07:07:58.851Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T07:07:59.807Z] ---> 62dc27d7d5aa [2023-04-26T07:07:59.807Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-26T07:08:03.225Z] ---> 0441fcb42ea0 [2023-04-26T07:08:03.225Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-26T07:08:03.829Z] ---> d8da21938a3d [2023-04-26T07:08:03.829Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-26T07:08:04.810Z] ---> f4b63b7a1de8 [2023-04-26T07:08:04.810Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-26T07:08:05.816Z] ---> 3627753e5111 [2023-04-26T07:08:05.816Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-26T07:08:06.411Z] ---> b7f38b9c8a14 [2023-04-26T07:08:06.411Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-26T07:08:07.379Z] ---> e6afe1f99824 [2023-04-26T07:08:07.379Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-26T07:08:07.646Z] ---> Running in 503d69cdacbc [2023-04-26T07:08:10.999Z] Removing intermediate container 503d69cdacbc [2023-04-26T07:08:10.999Z] ---> 4c9a685f241e [2023-04-26T07:08:10.999Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-26T07:08:10.999Z] ---> Running in 33870d8d7937 [2023-04-26T07:08:11.579Z] Removing intermediate container 33870d8d7937 [2023-04-26T07:08:11.579Z] ---> 5066ab54a647 [2023-04-26T07:08:11.579Z] Step 30/33 : CMD ["gate"] [2023-04-26T07:08:11.579Z] ---> Running in 328b2138fdf7 [2023-04-26T07:08:12.163Z] Removing intermediate container 328b2138fdf7 [2023-04-26T07:08:12.163Z] ---> 6b16c50863a4 [2023-04-26T07:08:12.163Z] Step 31/33 : LABEL arch=arm64 [2023-04-26T07:08:12.163Z] ---> Running in e3928486e79c [2023-04-26T07:08:12.746Z] Removing intermediate container e3928486e79c [2023-04-26T07:08:12.746Z] ---> 16c02dc2cd26 [2023-04-26T07:08:12.746Z] Step 32/33 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T07:08:12.746Z] ---> Running in e4e48740aeab [2023-04-26T07:08:13.335Z] Removing intermediate container e4e48740aeab [2023-04-26T07:08:13.335Z] ---> 850354291533 [2023-04-26T07:08:13.335Z] Step 33/33 : LABEL version=0.0.0 [2023-04-26T07:08:13.602Z] ---> Running in dcb5c4623ff1 [2023-04-26T07:08:16.943Z] Removing intermediate container dcb5c4623ff1 [2023-04-26T07:08:16.943Z] ---> 7908e6216a8c [2023-04-26T07:08:16.943Z] [2023-04-26T07:08:17.209Z] Successfully built 7908e6216a8c [2023-04-26T07:08:17.209Z] Successfully tagged security-bootstrapper-arm64:latest [2023-04-26T07:08:17.209Z]  Building security-bootstrapper ... done Building core-common-config-bootstrapper [2023-04-26T07:08:35.386Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T07:08:35.386Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T07:08:35.386Z] ---> fcaa6fd15502 [2023-04-26T07:08:35.386Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T07:08:35.386Z] ---> Using cache [2023-04-26T07:08:35.386Z] ---> bca24b659a52 [2023-04-26T07:08:35.386Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T07:08:35.386Z] ---> Using cache [2023-04-26T07:08:35.386Z] ---> ad64c48aec6f [2023-04-26T07:08:35.386Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-26T07:08:35.386Z] ---> Using cache [2023-04-26T07:08:35.386Z] ---> c53d0e9dd5b6 [2023-04-26T07:08:35.386Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T07:08:35.386Z] ---> Using cache [2023-04-26T07:08:35.386Z] ---> 1f4d9296b5da [2023-04-26T07:08:35.386Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T07:08:35.386Z] ---> Using cache [2023-04-26T07:08:35.386Z] ---> 6ee93244f9b6 [2023-04-26T07:08:35.386Z] Step 8/23 : COPY . . [2023-04-26T07:08:35.386Z] ---> Using cache [2023-04-26T07:08:35.386Z] ---> 6fe57a4c80d5 [2023-04-26T07:08:35.386Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-26T07:08:35.386Z] ---> Running in 999d18547e0b [2023-04-26T07:08:36.787Z] 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-04-26T07:09:15.620Z] Removing intermediate container b068ae96677b [2023-04-26T07:09:15.620Z] ---> 69d9af4d64e3 [2023-04-26T07:09:15.620Z] [2023-04-26T07:09:15.620Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T07:09:15.620Z] ---> 51e60588ff2c [2023-04-26T07:09:15.620Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T07:09:15.620Z] ---> Running in 8a0ec1a3ebd9 [2023-04-26T07:09:15.620Z] Removing intermediate container 8a0ec1a3ebd9 [2023-04-26T07:09:15.620Z] ---> d2cbe8922af9 [2023-04-26T07:09:15.620Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-26T07:09:15.620Z] ---> Running in d7ea5ec5a7e5 [2023-04-26T07:09:15.620Z] Removing intermediate container d7ea5ec5a7e5 [2023-04-26T07:09:15.620Z] ---> 2792e426d5f3 [2023-04-26T07:09:15.620Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-26T07:09:15.620Z] ---> Running in 2a99314e8d68 [2023-04-26T07:09:15.620Z] Removing intermediate container 2a99314e8d68 [2023-04-26T07:09:15.620Z] ---> b0c9295a2621 [2023-04-26T07:09:15.620Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-26T07:09:15.620Z] ---> Running in 95609e675fb2 [2023-04-26T07:09:15.620Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T07:09:16.199Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T07:09:17.601Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-26T07:09:17.601Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T07:09:17.601Z] OK: 8 MiB in 16 packages [2023-04-26T07:09:19.533Z] Removing intermediate container 95609e675fb2 [2023-04-26T07:09:19.533Z] ---> 1f17706ae1ba [2023-04-26T07:09:19.533Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T07:09:20.116Z] ---> 1f1e910fad6b [2023-04-26T07:09:20.116Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T07:09:21.069Z] ---> e440707ac9c7 [2023-04-26T07:09:21.069Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-26T07:09:23.641Z] ---> 5d37b7176422 [2023-04-26T07:09:23.641Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-26T07:09:24.597Z] ---> ae0aa2408cf7 [2023-04-26T07:09:24.597Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-26T07:09:24.597Z] ---> Running in cb9959c6d217 [2023-04-26T07:09:25.183Z] Removing intermediate container cb9959c6d217 [2023-04-26T07:09:25.183Z] ---> 4798547243da [2023-04-26T07:09:25.183Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T07:09:25.183Z] ---> Running in ecc360c63853 [2023-04-26T07:09:25.775Z] Removing intermediate container ecc360c63853 [2023-04-26T07:09:25.775Z] ---> 72f374f2315c [2023-04-26T07:09:25.775Z] Step 21/23 : LABEL arch=arm64 [2023-04-26T07:09:26.040Z] ---> Running in 472ba5d9933b [2023-04-26T07:09:26.627Z] Removing intermediate container 472ba5d9933b [2023-04-26T07:09:26.627Z] ---> c71dcab69219 [2023-04-26T07:09:26.627Z] Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T07:09:26.627Z] ---> Running in a5b6d262fcd5 [2023-04-26T07:09:27.208Z] Removing intermediate container a5b6d262fcd5 [2023-04-26T07:09:27.208Z] ---> 9df7babc7195 [2023-04-26T07:09:27.208Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T07:09:27.208Z] ---> Running in 64db3cfa4937 [2023-04-26T07:09:27.787Z] Removing intermediate container 64db3cfa4937 [2023-04-26T07:09:27.787Z] ---> f3ad4cb37a0f [2023-04-26T07:09:27.787Z] [2023-04-26T07:09:28.052Z] Successfully built f3ad4cb37a0f [2023-04-26T07:09:28.052Z] Successfully tagged core-data-arm64:latest [2023-04-26T07:11:34.696Z]  Building core-data ... done Removing intermediate container 86c2d2251225 [2023-04-26T07:11:34.696Z] ---> 6284c5aebfeb [2023-04-26T07:11:34.696Z] [2023-04-26T07:11:34.961Z] Step 9/22 : FROM alpine:3.17 [2023-04-26T07:11:34.961Z] ---> 51e60588ff2c [2023-04-26T07:11:34.961Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-26T07:11:36.894Z] ---> Running in 81779ccda1d4 [2023-04-26T07:11:38.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T07:11:39.777Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T07:11:40.730Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-26T07:11:40.730Z] (2/2) Installing openssl (3.0.8-r4) [2023-04-26T07:11:40.730Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T07:11:40.730Z] OK: 8 MiB in 17 packages [2023-04-26T07:11:42.667Z] Removing intermediate container 81779ccda1d4 [2023-04-26T07:11:42.667Z] ---> b46402220d8c [2023-04-26T07:11:42.667Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-26T07:11:42.667Z] ---> Running in 437b8db56033 [2023-04-26T07:11:42.934Z] Removing intermediate container 437b8db56033 [2023-04-26T07:11:42.934Z] ---> 8fe1c5735152 [2023-04-26T07:11:42.934Z] Step 12/22 : WORKDIR /edgex [2023-04-26T07:11:43.200Z] ---> Running in cff43f7a1115 [2023-04-26T07:11:43.778Z] Removing intermediate container cff43f7a1115 [2023-04-26T07:11:43.778Z] ---> 527eb75236fb [2023-04-26T07:11:43.778Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T07:11:44.357Z] ---> 52cad3c5c5de [2023-04-26T07:11:44.357Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T07:11:45.314Z] ---> 496728eb5a03 [2023-04-26T07:11:45.314Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-26T07:11:46.269Z] ---> 2aa1dc33fbc7 [2023-04-26T07:11:46.269Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-26T07:11:47.666Z] ---> 0a50fb471d31 [2023-04-26T07:11:47.666Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-26T07:11:48.246Z] ---> b45cc08e29b5 [2023-04-26T07:11:48.246Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-26T07:11:48.511Z] ---> Running in 1aeb558ab232 [2023-04-26T07:11:51.081Z] Removing intermediate container 1aeb558ab232 [2023-04-26T07:11:51.081Z] ---> 5e67a1ff0a8a [2023-04-26T07:11:51.081Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-26T07:11:51.345Z] ---> Running in d858d59fe45d [2023-04-26T07:11:51.610Z] Removing intermediate container d858d59fe45d [2023-04-26T07:11:51.610Z] ---> 7b4dce940244 [2023-04-26T07:11:51.610Z] Step 20/22 : LABEL arch=arm64 [2023-04-26T07:11:51.875Z] ---> Running in 1b3cfae430f4 [2023-04-26T07:11:52.143Z] Removing intermediate container 1b3cfae430f4 [2023-04-26T07:11:52.143Z] ---> 28f99291baf6 [2023-04-26T07:11:52.143Z] Step 21/22 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T07:11:52.409Z] ---> Running in 3e90fe48ff38 [2023-04-26T07:11:52.997Z] Removing intermediate container 3e90fe48ff38 [2023-04-26T07:11:52.997Z] ---> c92a5ad18e78 [2023-04-26T07:11:52.997Z] Step 22/22 : LABEL version=0.0.0 [2023-04-26T07:11:52.997Z] ---> Running in 27c04566342e [2023-04-26T07:11:53.578Z] Removing intermediate container 27c04566342e [2023-04-26T07:11:53.578Z] ---> 0a5ad2cbb31e [2023-04-26T07:11:53.578Z] [2023-04-26T07:11:53.843Z] Successfully built 0a5ad2cbb31e [2023-04-26T07:11:53.843Z] Successfully tagged security-proxy-setup-arm64:latest [2023-04-26T07:13:15.439Z]  Building security-proxy-setup ... done Removing intermediate container ed840e399a59 [2023-04-26T07:13:15.439Z] ---> 190de186d05f [2023-04-26T07:13:15.439Z] [2023-04-26T07:13:15.439Z] Step 10/25 : FROM alpine:3.17 [2023-04-26T07:13:15.439Z] ---> 51e60588ff2c [2023-04-26T07:13:15.439Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-26T07:13:15.439Z] ---> Using cache [2023-04-26T07:13:15.439Z] ---> adb11d924ac0 [2023-04-26T07:13:15.439Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T07:13:15.439Z] ---> Using cache [2023-04-26T07:13:15.439Z] ---> d4cc80def736 [2023-04-26T07:13:15.439Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-26T07:13:15.439Z] ---> Running in a2d706555465 [2023-04-26T07:13:15.439Z] Removing intermediate container a2d706555465 [2023-04-26T07:13:15.439Z] ---> 77b899897287 [2023-04-26T07:13:15.439Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-26T07:13:15.439Z] ---> Running in 820b5840e2e7 [2023-04-26T07:13:15.439Z] Removing intermediate container 820b5840e2e7 [2023-04-26T07:13:15.439Z] ---> 2c006c0a8653 [2023-04-26T07:13:15.439Z] Step 15/25 : WORKDIR / [2023-04-26T07:13:15.439Z] ---> Running in 37a6f2319595 [2023-04-26T07:13:15.439Z] Removing intermediate container 37a6f2319595 [2023-04-26T07:13:15.439Z] ---> 85bd1a7fe160 [2023-04-26T07:13:15.439Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T07:13:15.439Z] ---> 309f88b2c016 [2023-04-26T07:13:15.439Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T07:13:15.439Z] ---> 6d739124e28e [2023-04-26T07:13:15.439Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-26T07:13:17.378Z] ---> 175466625f22 [2023-04-26T07:13:17.378Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-26T07:13:18.337Z] ---> 48ca98f5b9ac [2023-04-26T07:13:18.337Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-26T07:13:18.924Z] ---> 5cdb8c1429ca [2023-04-26T07:13:18.924Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-26T07:13:19.191Z] ---> Running in 919c9bb2c1fd [2023-04-26T07:13:19.470Z] Removing intermediate container 919c9bb2c1fd [2023-04-26T07:13:19.470Z] ---> 119c32fa62c3 [2023-04-26T07:13:19.470Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T07:13:19.738Z] ---> Running in cbc085165f3f [2023-04-26T07:13:20.320Z] Removing intermediate container cbc085165f3f [2023-04-26T07:13:20.320Z] ---> 84e52e173a4a [2023-04-26T07:13:20.320Z] Step 23/25 : LABEL arch=arm64 [2023-04-26T07:13:20.320Z] ---> Running in ac511fd6ff64 [2023-04-26T07:13:20.904Z] Removing intermediate container ac511fd6ff64 [2023-04-26T07:13:20.904Z] ---> 4f2d822fc2b8 [2023-04-26T07:13:20.904Z] Step 24/25 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T07:13:20.904Z] ---> Running in bba79fbd8a81 [2023-04-26T07:13:21.488Z] Removing intermediate container bba79fbd8a81 [2023-04-26T07:13:21.488Z] ---> 2c55c2055f16 [2023-04-26T07:13:21.488Z] Step 25/25 : LABEL version=0.0.0 [2023-04-26T07:13:21.488Z] ---> Running in 8fbb23ece0b9 [2023-04-26T07:13:21.488Z] Removing intermediate container 999d18547e0b [2023-04-26T07:13:21.488Z] ---> 945a52313e25 [2023-04-26T07:13:21.488Z] [2023-04-26T07:13:21.488Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T07:13:21.488Z] ---> 51e60588ff2c [2023-04-26T07:13:21.488Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-26T07:13:21.488Z] ---> Using cache [2023-04-26T07:13:21.488Z] ---> 1ae36662c4e2 [2023-04-26T07:13:21.488Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-26T07:13:21.488Z] ---> Using cache [2023-04-26T07:13:21.760Z] ---> 8f58c2c569b7 [2023-04-26T07:13:21.760Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T07:13:21.760Z] ---> Using cache [2023-04-26T07:13:21.760Z] ---> 2df175ae0a5a [2023-04-26T07:13:21.760Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T07:13:21.760Z] ---> Using cache [2023-04-26T07:13:21.760Z] ---> 6c574191862a [2023-04-26T07:13:21.760Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-26T07:13:22.030Z] Removing intermediate container 8fbb23ece0b9 [2023-04-26T07:13:22.030Z] ---> d5743bba47fe [2023-04-26T07:13:22.030Z] [2023-04-26T07:13:22.296Z] Successfully built d5743bba47fe [2023-04-26T07:13:22.296Z] Successfully tagged core-metadata-arm64:latest [2023-04-26T07:13:22.881Z]  Building core-metadata ... done  ---> 815da598f283 [2023-04-26T07:13:22.881Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-26T07:13:23.463Z] ---> 750c7b5091e1 [2023-04-26T07:13:23.463Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-26T07:13:24.419Z] ---> ba94097832db [2023-04-26T07:13:24.419Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-26T07:13:24.419Z] ---> Running in d8ddbf130603 [2023-04-26T07:13:26.367Z] Removing intermediate container d8ddbf130603 [2023-04-26T07:13:26.367Z] ---> f844ce510b5c [2023-04-26T07:13:26.367Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-26T07:13:26.367Z] ---> Running in ce70d805d735 [2023-04-26T07:13:26.950Z] Removing intermediate container ce70d805d735 [2023-04-26T07:13:26.950Z] ---> 3f3d8c401fe6 [2023-04-26T07:13:26.950Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-26T07:13:26.950Z] ---> Running in c8c6ebcfbb27 [2023-04-26T07:13:27.532Z] Removing intermediate container c8c6ebcfbb27 [2023-04-26T07:13:27.532Z] ---> 8123bb023492 [2023-04-26T07:13:27.532Z] Step 21/23 : LABEL arch=arm64 [2023-04-26T07:13:27.532Z] ---> Running in 7b81b1088b2e [2023-04-26T07:13:28.115Z] Removing intermediate container 7b81b1088b2e [2023-04-26T07:13:28.115Z] ---> 3ea8b3fd69ea [2023-04-26T07:13:28.115Z] Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T07:13:28.381Z] ---> Running in d52944de1175 [2023-04-26T07:13:28.648Z] Removing intermediate container d52944de1175 [2023-04-26T07:13:28.648Z] ---> 5281985c57bc [2023-04-26T07:13:28.648Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T07:13:28.648Z] ---> Running in eddf3b9d8cb6 [2023-04-26T07:13:29.234Z] Removing intermediate container eddf3b9d8cb6 [2023-04-26T07:13:29.234Z] ---> d80c91bfd045 [2023-04-26T07:13:29.234Z] [2023-04-26T07:13:29.499Z] Successfully built d80c91bfd045 [2023-04-26T07:13:29.499Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-04-26T07:13:33.745Z]  Building core-common-config-bootstrapper ... done Removing intermediate container e01402cbb479 [2023-04-26T07:13:33.745Z] ---> 54f130ce29e9 [2023-04-26T07:13:33.745Z] [2023-04-26T07:13:33.745Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T07:13:33.745Z] ---> 51e60588ff2c [2023-04-26T07:13:33.745Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-26T07:13:33.745Z] ---> Using cache [2023-04-26T07:13:33.745Z] ---> adb11d924ac0 [2023-04-26T07:13:33.745Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T07:13:33.745Z] ---> Using cache [2023-04-26T07:13:33.745Z] ---> d4cc80def736 [2023-04-26T07:13:33.745Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-26T07:13:33.745Z] ---> Running in cf3c30399fe9 [2023-04-26T07:13:33.745Z] Removing intermediate container cf3c30399fe9 [2023-04-26T07:13:33.745Z] ---> a40da0c65d47 [2023-04-26T07:13:33.745Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-26T07:13:34.010Z] ---> Running in faf80d8a7e13 [2023-04-26T07:13:34.276Z] Removing intermediate container faf80d8a7e13 [2023-04-26T07:13:34.276Z] ---> 638fe452f73a [2023-04-26T07:13:34.276Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T07:13:34.857Z] ---> f87e08d57c0f [2023-04-26T07:13:34.857Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T07:13:35.441Z] ---> ec80fcb01a52 [2023-04-26T07:13:35.441Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-26T07:13:36.869Z] ---> 88753d0b35ef [2023-04-26T07:13:36.869Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-26T07:13:37.136Z] ---> da2bded902cb [2023-04-26T07:13:37.137Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-26T07:13:37.137Z] ---> Running in e04bbccc5df5 [2023-04-26T07:13:37.404Z] Removing intermediate container e04bbccc5df5 [2023-04-26T07:13:37.404Z] ---> 4bbcdd728496 [2023-04-26T07:13:37.404Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T07:13:37.670Z] ---> Running in b6bda9a7ad55 [2023-04-26T07:13:37.938Z] Removing intermediate container b6bda9a7ad55 [2023-04-26T07:13:37.938Z] ---> ec0c5a8c05cd [2023-04-26T07:13:37.938Z] Step 21/23 : LABEL arch=arm64 [2023-04-26T07:13:37.938Z] ---> Running in 11693b964290 [2023-04-26T07:13:38.204Z] Removing intermediate container 11693b964290 [2023-04-26T07:13:38.204Z] ---> 7534b37a62bf [2023-04-26T07:13:38.204Z] Step 22/23 : LABEL git_sha=52daff80f6c7ff3a808bf9dea69553069044fb5b [2023-04-26T07:13:38.204Z] ---> Running in ed1cdf190b68 [2023-04-26T07:13:38.472Z] Removing intermediate container ed1cdf190b68 [2023-04-26T07:13:38.472Z] ---> 150682d96761 [2023-04-26T07:13:38.472Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T07:13:38.739Z] ---> Running in 72ce1fcc5057 [2023-04-26T07:13:39.004Z] Removing intermediate container 72ce1fcc5057 [2023-04-26T07:13:39.004Z] ---> c92a699140ae [2023-04-26T07:13:39.004Z] [2023-04-26T07:13:39.004Z] Successfully built c92a699140ae [2023-04-26T07:13:39.004Z] Successfully tagged support-scheduler-arm64:latest [2023-04-26T07:13:39.594Z]  Building support-scheduler ... done  [Pipeline] } [2023-04-26T07:13:39.604Z] $ docker stop --time=1 d6b454633f95526d6227c89fb3953d60bf8f7cfa4a2b564859cef3a75f91abb2 [2023-04-26T07:13:41.283Z] $ docker rm -f --volumes d6b454633f95526d6227c89fb3953d60bf8f7cfa4a2b564859cef3a75f91abb2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-26T07:13:41.834Z] + docker images [2023-04-26T07:13:42.099Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-26T07:13:42.099Z] support-scheduler-arm64 latest c92a699140ae 3 seconds ago 31.5MB [2023-04-26T07:13:42.099Z] 54f130ce29e9 9 seconds ago 1.59GB [2023-04-26T07:13:42.099Z] core-common-config-bootstrapper-arm64 latest d80c91bfd045 13 seconds ago 17.2MB [2023-04-26T07:13:42.099Z] core-metadata-arm64 latest d5743bba47fe 20 seconds ago 20.2MB [2023-04-26T07:13:42.099Z] 945a52313e25 21 seconds ago 1.52GB [2023-04-26T07:13:42.099Z] 190de186d05f 31 seconds ago 1.53GB [2023-04-26T07:13:42.099Z] security-proxy-setup-arm64 latest 0a5ad2cbb31e About a minute ago 18.7MB [2023-04-26T07:13:42.099Z] 6284c5aebfeb 2 minutes ago 1.51GB [2023-04-26T07:13:42.099Z] core-data-arm64 latest f3ad4cb37a0f 4 minutes ago 19.9MB [2023-04-26T07:13:42.099Z] 69d9af4d64e3 4 minutes ago 1.53GB [2023-04-26T07:13:42.099Z] security-bootstrapper-arm64 latest 7908e6216a8c 5 minutes ago 21.9MB [2023-04-26T07:13:42.099Z] 9666340edb98 6 minutes ago 1.51GB [2023-04-26T07:13:42.100Z] security-spiffe-token-provider-arm64 latest 5183f297110a 6 minutes ago 32.7MB [2023-04-26T07:13:42.100Z] 34beaa5e200c 6 minutes ago 1.57GB [2023-04-26T07:13:42.100Z] security-spire-agent-arm64 latest dd290a0cd5c2 8 minutes ago 153MB [2023-04-26T07:13:42.100Z] security-secretstore-setup-arm64 latest f901f05fbd5d 8 minutes ago 32.2MB [2023-04-26T07:13:42.100Z] ec0c5af027d8 9 minutes ago 1.52GB [2023-04-26T07:13:42.100Z] support-notifications-arm64 latest b0efa17e37e2 9 minutes ago 32.2MB [2023-04-26T07:13:42.100Z] 7fa1d35ef60a 9 minutes ago 1.59GB [2023-04-26T07:13:42.100Z] core-command-arm64 latest 6c8426f851fd 11 minutes ago 19.7MB [2023-04-26T07:13:42.100Z] 4f1773721b1a 12 minutes ago 1.53GB [2023-04-26T07:13:42.100Z] security-proxy-auth-arm64 latest d921ca33d475 12 minutes ago 18.3MB [2023-04-26T07:13:42.100Z] eeea7c1f349d 13 minutes ago 1.51GB [2023-04-26T07:13:42.100Z] security-spire-server-arm64 latest c931804e9986 18 minutes ago 97MB [2023-04-26T07:13:42.100Z] security-spire-config-arm64 latest a42804a50c80 18 minutes ago 96.1MB [2023-04-26T07:13:42.100Z] 2b907d446740 18 minutes ago 1.39GB [2023-04-26T07:13:42.100Z] 9952f6b350da 18 minutes ago 1.39GB [2023-04-26T07:13:42.100Z] ci-base-image-arm64 latest fcaa6fd15502 33 minutes ago 899MB [2023-04-26T07:13:42.100Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 35 hours ago 681MB [2023-04-26T07:13:42.100Z] alpine 3.17 51e60588ff2c 3 weeks ago 7.46MB [2023-04-26T07:13:42.100Z] 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-04-26T07:13:42.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-26T07:13:42.929Z] [2023-04-26T07:13:42.929Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T07:13:43.328Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-26T07:13:43.602Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-26T07:13:43.602Z] 8998bd30e6a1: Pulling fs layer [2023-04-26T07:13:43.602Z] 04944245beec: Pulling fs layer [2023-04-26T07:13:43.602Z] 699f458cf7ca: Pulling fs layer [2023-04-26T07:13:43.602Z] 765212b225bb: Pulling fs layer [2023-04-26T07:13:43.602Z] f23df028b6ca: Pulling fs layer [2023-04-26T07:13:43.602Z] d65c8cfc05b1: Pulling fs layer [2023-04-26T07:13:43.603Z] 2437ff75d9bd: Pulling fs layer [2023-04-26T07:13:43.603Z] f23df028b6ca: Waiting [2023-04-26T07:13:43.603Z] 2437ff75d9bd: Waiting [2023-04-26T07:13:43.603Z] d65c8cfc05b1: Waiting [2023-04-26T07:13:43.603Z] 765212b225bb: Waiting [2023-04-26T07:13:43.603Z] 04944245beec: Verifying Checksum [2023-04-26T07:13:43.603Z] 04944245beec: Download complete [2023-04-26T07:13:43.603Z] 765212b225bb: Verifying Checksum [2023-04-26T07:13:43.603Z] 765212b225bb: Download complete [2023-04-26T07:13:43.872Z] d65c8cfc05b1: Verifying Checksum [2023-04-26T07:13:43.872Z] d65c8cfc05b1: Download complete [2023-04-26T07:13:43.872Z] 699f458cf7ca: Verifying Checksum [2023-04-26T07:13:43.872Z] 699f458cf7ca: Download complete [2023-04-26T07:13:44.457Z] 8998bd30e6a1: Verifying Checksum [2023-04-26T07:13:44.457Z] 8998bd30e6a1: Download complete [2023-04-26T07:13:47.035Z] 2437ff75d9bd: Verifying Checksum [2023-04-26T07:13:47.035Z] 2437ff75d9bd: Download complete [2023-04-26T07:13:48.440Z] 8998bd30e6a1: Pull complete [2023-04-26T07:13:49.024Z] 04944245beec: Pull complete [2023-04-26T07:13:50.429Z] 699f458cf7ca: Pull complete [2023-04-26T07:13:50.429Z] 765212b225bb: Pull complete [2023-04-26T07:13:51.383Z] f23df028b6ca: Pull complete [2023-04-26T07:13:51.383Z] d65c8cfc05b1: Pull complete [2023-04-26T07:14:06.558Z] 2437ff75d9bd: Pull complete [2023-04-26T07:14:06.558Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-26T07:14:06.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-26T07:14:06.558Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T07:14:06.877Z] prd-ubuntu20.04-docker-arm64-4c-16g-10952 does not seem to be running inside a container [2023-04-26T07:14:06.933Z] $ 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-04-26T07:14:09.775Z] $ docker top 8e00ae3091b27e82f53d52c23048f0b592c7aea2928410e000094ba0771319ec -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T07:14:10.790Z] ---> job-cost.sh [2023-04-26T07:14:10.790Z] lf-activate-venv: SKIPPING [2023-04-26T07:14:10.790Z] INFO: No Stack... [2023-04-26T07:14:11.375Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-26T07:14:11.964Z] INFO: Archiving Costs [Pipeline] sh [2023-04-26T07:14:12.622Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-04-26T07:14:12.622Z] + cut -d, -f6 [Pipeline] lock [2023-04-26T07:14:12.693Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4529-1-stack-cost] [2023-04-26T07:14:12.709Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4529-1-stack-cost] did not exist. Created. [2023-04-26T07:14:12.710Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4529-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-26T07:14:13.454Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-26T07:14:13.634Z] Stashed 1 file(s) [Pipeline] } [2023-04-26T07:14:13.650Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4529-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-26T07:14:13.723Z] $ docker stop --time=1 8e00ae3091b27e82f53d52c23048f0b592c7aea2928410e000094ba0771319ec [2023-04-26T07:14:15.246Z] $ docker rm -f --volumes 8e00ae3091b27e82f53d52c23048f0b592c7aea2928410e000094ba0771319ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-04-26T07:14:16.327Z] provisioning config files... [2023-04-26T07:14:16.335Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config16605937080960044853tmp [Pipeline] { [Pipeline] sh [2023-04-26T07:14:16.681Z] + set +x [2023-04-26T07:14:16.681Z] + curl -s https://codecov.io/bash [2023-04-26T07:14:16.681Z] + bash -s -- [2023-04-26T07:14:16.681Z] [2023-04-26T07:14:16.681Z] _____ _ [2023-04-26T07:14:16.681Z] / ____| | | [2023-04-26T07:14:16.681Z] | | ___ __| | ___ ___ _____ __ [2023-04-26T07:14:16.681Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-26T07:14:16.681Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-26T07:14:16.681Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-26T07:14:16.681Z] Bash-1.0.6 [2023-04-26T07:14:16.681Z] [2023-04-26T07:14:16.681Z] [2023-04-26T07:14:16.681Z] ==> git version 2.25.1 found [2023-04-26T07:14:16.681Z] ==> 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-04-26T07:14:16.681Z] Release-Date: 2020-01-08 [2023-04-26T07:14:16.681Z] 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-04-26T07:14:16.681Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-26T07:14:16.681Z] ==> Jenkins CI detected. [2023-04-26T07:14:16.681Z] current dir:  /w/workspace/edgex-go/1 [2023-04-26T07:14:16.681Z] project root: . [2023-04-26T07:14:16.681Z] --> token set from env [2023-04-26T07:14:16.681Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-26T07:14:16.681Z] ==> Running gcov in . (disable via -X gcov) [2023-04-26T07:14:16.681Z] ==> Python coveragepy not found [2023-04-26T07:14:16.681Z] ==> Searching for coverage reports in: [2023-04-26T07:14:16.681Z] + . [2023-04-26T07:14:16.681Z] -> Found 1 reports [2023-04-26T07:14:16.941Z] ==> Detecting git/mercurial file structure [2023-04-26T07:14:16.941Z] ==> Reading reports [2023-04-26T07:14:16.941Z] + ./coverage.out bytes=448248 [2023-04-26T07:14:16.941Z] ==> Appending adjustments [2023-04-26T07:14:16.941Z] https://docs.codecov.io/docs/fixing-reports [2023-04-26T07:14:17.879Z] + Found adjustments [2023-04-26T07:14:17.879Z] ==> Gzipping contents [2023-04-26T07:14:17.879Z] 60K /tmp/codecov.99XmY0.gz [2023-04-26T07:14:17.879Z] ==> Uploading reports [2023-04-26T07:14:17.879Z] url: https://codecov.io [2023-04-26T07:14:17.879Z] query: branch=PR-4529&commit=52daff80f6c7ff3a808bf9dea69553069044fb5b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4529%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4529&job=&cmd_args= [2023-04-26T07:14:17.879Z] -> Pinging Codecov [2023-04-26T07:14:17.879Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4529&commit=52daff80f6c7ff3a808bf9dea69553069044fb5b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4529%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4529&job=&cmd_args= [2023-04-26T07:14:18.141Z] -> Uploading to [2023-04-26T07:14:18.141Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-26/00271124DB129430A58F1EEE437C3FCB/52daff80f6c7ff3a808bf9dea69553069044fb5b/71ac4e32-7664-44fe-875b-cb394405b4dd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230426T071417Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1506fa6bdc25a0f5abb0d0d6e39364ff75f31703f6388553939fbe338603fb32 [2023-04-26T07:14:18.141Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-26T07:14:18.141Z] Dload Upload Total Spent Left Speed [2023-04-26T07:14:18.399Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57512 0 0 100 57512 0 231k --:--:-- --:--:-- --:--:-- 231k [2023-04-26T07:14:18.399Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/52daff80f6c7ff3a808bf9dea69553069044fb5b [Pipeline] } [2023-04-26T07:14:18.428Z] 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-04-26T07:14:19.786Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-04-26T07:14:20.117Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T07:14:21.011Z] ---> package-listing.sh [2023-04-26T07:14:21.011Z] ++ facter osfamily [2023-04-26T07:14:21.011Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-26T07:14:21.270Z] + OS_FAMILY=debian [2023-04-26T07:14:21.270Z] + workspace=/w/workspace/edgex-go/1 [2023-04-26T07:14:21.270Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-26T07:14:21.270Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-26T07:14:21.270Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-26T07:14:21.270Z] + PACKAGES=/tmp/packages_start.txt [2023-04-26T07:14:21.270Z] + '[' /w/workspace/edgex-go/1 ']' [2023-04-26T07:14:21.270Z] + PACKAGES=/tmp/packages_end.txt [2023-04-26T07:14:21.270Z] + case "${OS_FAMILY}" in [2023-04-26T07:14:21.270Z] + grep '^ii' [2023-04-26T07:14:21.270Z] + dpkg -l [2023-04-26T07:14:21.270Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-26T07:14:21.270Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-26T07:14:21.270Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-26T07:14:21.270Z] + '[' /w/workspace/edgex-go/1 ']' [2023-04-26T07:14:21.270Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-04-26T07:14:21.270Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-04-26T07:14:21.302Z] 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-04-26T07:14:21.593Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T07:14:22.213Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T07:14:22.213Z] [2023-04-26T07:14:22.213Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T07:14:22.599Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T07:14:22.599Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-26T07:14:22.599Z] 5eb5b503b376: Pulling fs layer [2023-04-26T07:14:22.599Z] 5c69ac0246d0: Pulling fs layer [2023-04-26T07:14:22.599Z] ec43610c2a17: Pulling fs layer [2023-04-26T07:14:22.599Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-26T07:14:22.599Z] 33b1e0a273af: Pulling fs layer [2023-04-26T07:14:22.599Z] 5d3b04190fa2: Pulling fs layer [2023-04-26T07:14:22.599Z] 2f39f015ded8: Pulling fs layer [2023-04-26T07:14:22.599Z] 3a2ae6a8a46f: Waiting [2023-04-26T07:14:22.599Z] 33b1e0a273af: Waiting [2023-04-26T07:14:22.599Z] 5d3b04190fa2: Waiting [2023-04-26T07:14:22.599Z] 2f39f015ded8: Waiting [2023-04-26T07:14:22.599Z] 5c69ac0246d0: Download complete [2023-04-26T07:14:22.599Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-26T07:14:22.599Z] 3a2ae6a8a46f: Download complete [2023-04-26T07:14:22.599Z] ec43610c2a17: Verifying Checksum [2023-04-26T07:14:22.599Z] ec43610c2a17: Download complete [2023-04-26T07:14:22.599Z] 33b1e0a273af: Verifying Checksum [2023-04-26T07:14:22.599Z] 33b1e0a273af: Download complete [2023-04-26T07:14:22.599Z] 5d3b04190fa2: Verifying Checksum [2023-04-26T07:14:22.599Z] 5d3b04190fa2: Download complete [2023-04-26T07:14:22.859Z] 5eb5b503b376: Verifying Checksum [2023-04-26T07:14:22.859Z] 5eb5b503b376: Download complete [2023-04-26T07:14:23.426Z] 2f39f015ded8: Verifying Checksum [2023-04-26T07:14:23.426Z] 2f39f015ded8: Download complete [2023-04-26T07:14:23.994Z] 5eb5b503b376: Pull complete [2023-04-26T07:14:24.253Z] 5c69ac0246d0: Pull complete [2023-04-26T07:14:24.818Z] ec43610c2a17: Pull complete [2023-04-26T07:14:24.818Z] 3a2ae6a8a46f: Pull complete [2023-04-26T07:14:25.076Z] 33b1e0a273af: Pull complete [2023-04-26T07:14:25.076Z] 5d3b04190fa2: Pull complete [2023-04-26T07:14:30.338Z] 2f39f015ded8: Pull complete [2023-04-26T07:14:30.338Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-26T07:14:30.338Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T07:14:30.338Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T07:14:30.559Z] prd-ubuntu20.04-docker-8c-8g-10950 does not seem to be running inside a container [2023-04-26T07:14:30.594Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-26T07:14:33.700Z] $ docker top 1aff134874b1523aedc3621c34ff7e9911f1cbf8ab56c5f576338cd5326f8bad -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T07:14:34.090Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-26T07:14:34.404Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-26T07:14:34.714Z] + ls /var/log/sa-host [2023-04-26T07:14:34.715Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T07:14:34.947Z] provisioning config files... [2023-04-26T07:14:34.958Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config12576039427028064360tmp [Pipeline] { [Pipeline] echo [2023-04-26T07:14:35.004Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T07:14:35.315Z] ---> create-netrc.sh [Pipeline] } [2023-04-26T07:14:35.345Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-26T07:14:35.758Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-26T07:14:35.792Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T07:14:36.099Z] ---> sudo-logs.sh [2023-04-26T07:14:36.099Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-26T07:14:36.179Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T07:14:36.492Z] ---> job-cost.sh [2023-04-26T07:14:36.492Z] lf-activate-venv: SKIPPING [2023-04-26T07:14:36.492Z] DEBUG: total: 0.10999999940395355 [2023-04-26T07:14:36.492Z] INFO: Retrieving Stack Cost... [2023-04-26T07:14:37.069Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-26T07:14:37.641Z] INFO: Archiving Costs [Pipeline] echo [2023-04-26T07:14:37.681Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T07:14:38.000Z] ---> logs-deploy.sh [2023-04-26T07:14:38.000Z] lf-activate-venv: SKIPPING [2023-04-26T07:14:38.000Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4529/1 [2023-04-26T07:14:38.000Z] INFO: archiving workspace using pattern(s): [2023-04-26T07:14:38.939Z] Archives upload complete. [2023-04-26T07:14:39.199Z] INFO: archiving logs to Nexus [2023-04-26T07:14:39.766Z] ---> uname -a: [2023-04-26T07:14:39.766Z] Linux prd-ubuntu20-04-docker-8c-8g-10950 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-04-26T07:14:39.766Z] [2023-04-26T07:14:39.766Z] [2023-04-26T07:14:39.766Z] ---> lscpu: [2023-04-26T07:14:39.766Z] Architecture: x86_64 [2023-04-26T07:14:39.766Z] CPU op-mode(s): 32-bit, 64-bit [2023-04-26T07:14:39.766Z] Byte Order: Little Endian [2023-04-26T07:14:39.766Z] Address sizes: 40 bits physical, 48 bits virtual [2023-04-26T07:14:39.766Z] CPU(s): 8 [2023-04-26T07:14:39.766Z] On-line CPU(s) list: 0-7 [2023-04-26T07:14:39.766Z] Thread(s) per core: 1 [2023-04-26T07:14:39.766Z] Core(s) per socket: 1 [2023-04-26T07:14:39.766Z] Socket(s): 8 [2023-04-26T07:14:39.766Z] NUMA node(s): 1 [2023-04-26T07:14:39.766Z] Vendor ID: AuthenticAMD [2023-04-26T07:14:39.766Z] CPU family: 23 [2023-04-26T07:14:39.766Z] Model: 49 [2023-04-26T07:14:39.766Z] Model name: AMD EPYC-Rome Processor [2023-04-26T07:14:39.766Z] Stepping: 0 [2023-04-26T07:14:39.766Z] CPU MHz: 2799.998 [2023-04-26T07:14:39.766Z] BogoMIPS: 5599.99 [2023-04-26T07:14:39.766Z] Virtualization: AMD-V [2023-04-26T07:14:39.766Z] Hypervisor vendor: KVM [2023-04-26T07:14:39.766Z] Virtualization type: full [2023-04-26T07:14:39.766Z] L1d cache: 256 KiB [2023-04-26T07:14:39.766Z] L1i cache: 256 KiB [2023-04-26T07:14:39.766Z] L2 cache: 4 MiB [2023-04-26T07:14:39.766Z] L3 cache: 128 MiB [2023-04-26T07:14:39.766Z] NUMA node0 CPU(s): 0-7 [2023-04-26T07:14:39.766Z] Vulnerability Itlb multihit: Not affected [2023-04-26T07:14:39.766Z] Vulnerability L1tf: Not affected [2023-04-26T07:14:39.766Z] Vulnerability Mds: Not affected [2023-04-26T07:14:39.766Z] Vulnerability Meltdown: Not affected [2023-04-26T07:14:39.766Z] Vulnerability Mmio stale data: Not affected [2023-04-26T07:14:39.766Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-04-26T07:14:39.766Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-04-26T07:14:39.766Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-04-26T07:14:39.766Z] Vulnerability Srbds: Not affected [2023-04-26T07:14:39.766Z] Vulnerability Tsx async abort: Not affected [2023-04-26T07:14:39.766Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-04-26T07:14:39.766Z] [2023-04-26T07:14:39.766Z] [2023-04-26T07:14:39.766Z] ---> nproc: [2023-04-26T07:14:39.766Z] 8 [2023-04-26T07:14:39.766Z] [2023-04-26T07:14:39.766Z]