Pull request #4541 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 61a3a97409ebeb4bf0af4b31ba2aa066a138f881+805e484e69628a6e3579adc566ad066761c57bdb (47d684a20dbd20052309a41ea628ea7d2f12711d) 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-ssh4289045164097930688.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-ssh14527608418507419041.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-4541/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-4541/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5665900229632957768.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-4541/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16905820608678177512.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-ssh8372200554487540219.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-4541/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-4541/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6419245929142614845.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-12030 in /w/workspace/edgexfoundry_edgex-go_PR-4541 [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 Merging remotes/origin/main commit 805e484e69628a6e3579adc566ad066761c57bdb into PR head commit 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 Merge succeeded, producing 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 Checking out Revision 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 (PR-4541) > 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/4541/head:refs/remotes/origin/PR-4541 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 # 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 805e484e69628a6e3579adc566ad066761c57bdb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-28T19:58:22.502Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-28T19:58:22.654Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-28T19:58:22.747Z] ========================================================= [2023-04-28T19:58:22.747Z] EdgeX Global Pipelines Version Info [2023-04-28T19:58:22.747Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-28T19:58:23.513Z] ------------------- [2023-04-28T19:58:23.513Z] stable info: [2023-04-28T19:58:23.513Z] ------------------- [2023-04-28T19:58:23.513Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-28T19:58:23.513Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-28T19:58:23.513Z] Message: update stable to v1.0.248 [2023-04-28T19:58:24.085Z] ------------------- [2023-04-28T19:58:24.085Z] experimental info: [2023-04-28T19:58:24.085Z] ------------------- [2023-04-28T19:58:24.085Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-28T19:58:24.085Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-28T19:58:24.085Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-28T19:58:24.339Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-04-28T19:58:24.391Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-04-28T19:58:24.434Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-28T19:58:24.477Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-28T19:58:24.519Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-28T19:58:24.558Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-28T19:58:24.598Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-28T19:58:24.638Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-04-28T19:58:24.676Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-04-28T19:58:24.716Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-04-28T19:58:24.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-28T19:58:24.793Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-28T19:58:24.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-28T19:58:24.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-28T19:58:24.925Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-28T19:58:24.965Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-28T19:58:25.007Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-28T19:58:25.048Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-28T19:58:25.092Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-04-28T19:58:25.134Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-04-28T19:58:25.180Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-28T19:58:25.225Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-28T19:58:25.268Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-28T19:58:25.314Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4541 [Pipeline] echo [2023-04-28T19:58:25.354Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4541 [Pipeline] echo [2023-04-28T19:58:25.397Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4541 [Pipeline] echo [2023-04-28T19:58:25.442Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [Pipeline] echo [2023-04-28T19:58:25.481Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 61a3a97 [Pipeline] echo [2023-04-28T19:58:25.523Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-28T19:58:25.645Z] provisioning config files... [2023-04-28T19:58:25.661Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11433779220981156401tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-28T19:58:26.129Z] ---> docker-login.sh [2023-04-28T19:58:26.129Z] nexus3.edgexfoundry.org:10001 [2023-04-28T19:58:26.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T19:58:26.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T19:58:26.390Z] Configure a credential helper to remove this warning. See [2023-04-28T19:58:26.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T19:58:26.390Z] [2023-04-28T19:58:26.390Z] Login Succeeded [2023-04-28T19:58:26.390Z] nexus3.edgexfoundry.org:10002 [2023-04-28T19:58:26.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T19:58:26.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T19:58:26.651Z] Configure a credential helper to remove this warning. See [2023-04-28T19:58:26.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T19:58:26.651Z] [2023-04-28T19:58:26.651Z] Login Succeeded [2023-04-28T19:58:26.651Z] nexus3.edgexfoundry.org:10003 [2023-04-28T19:58:26.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T19:58:26.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T19:58:26.651Z] Configure a credential helper to remove this warning. See [2023-04-28T19:58:26.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T19:58:26.651Z] [2023-04-28T19:58:26.651Z] Login Succeeded [2023-04-28T19:58:26.651Z] nexus3.edgexfoundry.org:10004 [2023-04-28T19:58:26.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T19:58:26.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T19:58:26.916Z] Configure a credential helper to remove this warning. See [2023-04-28T19:58:26.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T19:58:26.916Z] [2023-04-28T19:58:26.916Z] Login Succeeded [2023-04-28T19:58:26.916Z] docker.io [2023-04-28T19:58:26.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T19:58:27.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T19:58:27.176Z] Configure a credential helper to remove this warning. See [2023-04-28T19:58:27.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T19:58:27.176Z] [2023-04-28T19:58:27.176Z] Login Succeeded [2023-04-28T19:58:27.176Z] ---> docker-login.sh ends [Pipeline] } [2023-04-28T19:58:27.204Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-28T19:58:27.632Z] + 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-28T19:58:27.632Z] + + dirname cmd/core-command/Dockerfile [2023-04-28T19:58:27.632Z] cut -d/ -f2 [2023-04-28T19:58:27.632Z] + echo core-command,cmd/core-command/Dockerfile [2023-04-28T19:58:27.632Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile+ [2023-04-28T19:58:27.632Z] cut -d/ -f2 [2023-04-28T19:58:27.632Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-04-28T19:58:27.632Z] + + dirname cmd/core-data/Dockerfile [2023-04-28T19:58:27.632Z] cut -d/ -f2 [2023-04-28T19:58:27.632Z] + echo core-data,cmd/core-data/Dockerfile [2023-04-28T19:58:27.632Z] + dirname cmd/core-metadata/Dockerfile [2023-04-28T19:58:27.632Z] + cut -d/ -f2 [2023-04-28T19:58:27.632Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-04-28T19:58:27.632Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-04-28T19:58:27.632Z] + cut -d/ -f2 [2023-04-28T19:58:27.632Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-04-28T19:58:27.632Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-04-28T19:58:27.633Z] + cut -d/ -f2 [2023-04-28T19:58:27.633Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-04-28T19:58:27.633Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-04-28T19:58:27.633Z] + cut -d/ -f2 [2023-04-28T19:58:27.633Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-04-28T19:58:27.633Z] + + dirname cmd/security-secretstore-setup/Dockerfile [2023-04-28T19:58:27.633Z] cut -d/ -f2 [2023-04-28T19:58:27.633Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-04-28T19:58:27.633Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-04-28T19:58:27.633Z] + cut -d/ -f2 [2023-04-28T19:58:27.633Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-04-28T19:58:27.633Z] + dirname cmd/security-spire-agent/Dockerfile [2023-04-28T19:58:27.633Z] + cut -d/ -f2 [2023-04-28T19:58:27.633Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-04-28T19:58:27.633Z] + dirname cmd/security-spire-config/Dockerfile [2023-04-28T19:58:27.633Z] + cut -d/ -f2 [2023-04-28T19:58:27.633Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-04-28T19:58:27.633Z] + dirname cmd/security-spire-server/Dockerfile [2023-04-28T19:58:27.633Z] + cut -d/ -f2 [2023-04-28T19:58:27.633Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-04-28T19:58:27.633Z] + dirname cmd/support-notifications/Dockerfile [2023-04-28T19:58:27.633Z] + cut -d/ -f2 [2023-04-28T19:58:27.633Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-04-28T19:58:27.633Z] + cut -d/ -f2 [2023-04-28T19:58:27.633Z] + dirname cmd/support-scheduler/Dockerfile [2023-04-28T19:58:27.633Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-04-28T19:58:27.708Z] 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-28T19:58:28.339Z] + git rev-list -1 --merges 61a3a97409ebeb4bf0af4b31ba2aa066a138f881~1..61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [Pipeline] echo [2023-04-28T19:58:28.374Z] -----------> git rev-list -1 --merges 61a3a97409ebeb4bf0af4b31ba2aa066a138f881~1..61a3a97409ebeb4bf0af4b31ba2aa066a138f881 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [false] [Pipeline] sh [2023-04-28T19:58:28.693Z] + git log --format=format:%s -1 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [Pipeline] echo [2023-04-28T19:58:28.729Z] ========================================================= [2023-04-28T19:58:28.729Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-28T19:58:28.729Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-04-28T19:58:29.233Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-28T19:58:29.233Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-28T19:58:29.233Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-28T19:58:29.233Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-28T19:58:29.233Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo [2023-04-28T19:58:29.233Z] tee -a /etc/ssh/ssh_known_hosts [2023-04-28T19:58:29.233Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T19:58:29.738Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-28T19:58:29.738Z] [2023-04-28T19:58:29.738Z] 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-28T19:58:30.116Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-28T19:58:30.116Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-28T19:58:30.116Z] b85a868b505f: Pulling fs layer [2023-04-28T19:58:30.116Z] e2be974225ed: Pulling fs layer [2023-04-28T19:58:30.116Z] 339a4e72a1f5: Pulling fs layer [2023-04-28T19:58:30.116Z] 988bab9f4d93: Pulling fs layer [2023-04-28T19:58:30.116Z] 1469e6f7b9e6: Pulling fs layer [2023-04-28T19:58:30.116Z] eaf3925da568: Pulling fs layer [2023-04-28T19:58:30.116Z] bab4dde63d76: Pulling fs layer [2023-04-28T19:58:30.116Z] bde34c3a00c8: Pulling fs layer [2023-04-28T19:58:30.116Z] b352a97aabf1: Pulling fs layer [2023-04-28T19:58:30.116Z] 4872d77fe225: Pulling fs layer [2023-04-28T19:58:30.116Z] 5851b861e8e6: Pulling fs layer [2023-04-28T19:58:30.116Z] 988bab9f4d93: Waiting [2023-04-28T19:58:30.116Z] 1469e6f7b9e6: Waiting [2023-04-28T19:58:30.116Z] eaf3925da568: Waiting [2023-04-28T19:58:30.116Z] 4872d77fe225: Waiting [2023-04-28T19:58:30.116Z] bab4dde63d76: Waiting [2023-04-28T19:58:30.116Z] bde34c3a00c8: Waiting [2023-04-28T19:58:30.116Z] 5851b861e8e6: Waiting [2023-04-28T19:58:30.116Z] b352a97aabf1: Waiting [2023-04-28T19:58:30.116Z] e2be974225ed: Download complete [2023-04-28T19:58:30.116Z] 988bab9f4d93: Download complete [2023-04-28T19:58:30.382Z] 1469e6f7b9e6: Verifying Checksum [2023-04-28T19:58:30.382Z] 1469e6f7b9e6: Download complete [2023-04-28T19:58:30.382Z] 339a4e72a1f5: Verifying Checksum [2023-04-28T19:58:30.383Z] 339a4e72a1f5: Download complete [2023-04-28T19:58:30.383Z] eaf3925da568: Verifying Checksum [2023-04-28T19:58:30.383Z] eaf3925da568: Download complete [2023-04-28T19:58:30.383Z] bde34c3a00c8: Download complete [2023-04-28T19:58:30.383Z] b352a97aabf1: Verifying Checksum [2023-04-28T19:58:30.383Z] 4872d77fe225: Download complete [2023-04-28T19:58:30.383Z] 5851b861e8e6: Verifying Checksum [2023-04-28T19:58:30.383Z] 5851b861e8e6: Download complete [2023-04-28T19:58:30.383Z] b85a868b505f: Verifying Checksum [2023-04-28T19:58:30.383Z] b85a868b505f: Download complete [2023-04-28T19:58:30.643Z] bab4dde63d76: Download complete [2023-04-28T19:58:31.581Z] b85a868b505f: Pull complete [2023-04-28T19:58:31.582Z] e2be974225ed: Pull complete [2023-04-28T19:58:32.150Z] 339a4e72a1f5: Pull complete [2023-04-28T19:58:32.150Z] 988bab9f4d93: Pull complete [2023-04-28T19:58:32.410Z] 1469e6f7b9e6: Pull complete [2023-04-28T19:58:32.410Z] eaf3925da568: Pull complete [2023-04-28T19:58:34.314Z] bab4dde63d76: Pull complete [2023-04-28T19:58:34.314Z] bde34c3a00c8: Pull complete [2023-04-28T19:58:34.314Z] b352a97aabf1: Pull complete [2023-04-28T19:58:34.314Z] 4872d77fe225: Pull complete [2023-04-28T19:58:34.575Z] 5851b861e8e6: Pull complete [2023-04-28T19:58:34.575Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-28T19:58:34.575Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-28T19:58:34.575Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T19:58:34.797Z] prd-ubuntu20.04-docker-8c-8g-12030 does not seem to be running inside a container [2023-04-28T19:58:34.829Z] $ 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-28T19:58:35.950Z] $ docker top 4a5a0474533e83c01fab5b558556ad6181e82c9dd68c3fa7001cbe84a71e21fa -eo pid,comm [2023-04-28T19:58:36.006Z] 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-28T19:58:36.006Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-28T19:58:36.117Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-28T19:58:36.117Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-28T19:58:36.237Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-28T19:58:36.243Z] $ docker exec 4a5a0474533e83c01fab5b558556ad6181e82c9dd68c3fa7001cbe84a71e21fa ssh-agent [2023-04-28T19:58:36.350Z] SSH_AUTH_SOCK=/tmp/ssh-sdMW1EqpF1gD/agent.31 [2023-04-28T19:58:36.350Z] SSH_AGENT_PID=37 [2023-04-28T19:58:36.356Z] Running ssh-add (command line suppressed) [2023-04-28T19:58:36.453Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8923028506300132278.key (/w/workspace/edgex-go/1@tmp/private_key_8923028506300132278.key) [2023-04-28T19:58:36.467Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-28T19:58:36.806Z] + git tag --points-at HEAD [Pipeline] } [2023-04-28T19:58:36.832Z] $ docker exec --env ******** --env ******** 4a5a0474533e83c01fab5b558556ad6181e82c9dd68c3fa7001cbe84a71e21fa ssh-agent -k [2023-04-28T19:58:36.934Z] unset SSH_AUTH_SOCK; [2023-04-28T19:58:36.934Z] unset SSH_AGENT_PID; [2023-04-28T19:58:36.934Z] echo Agent pid 37 killed; [2023-04-28T19:58:36.941Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-28T19:58:37.027Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-28T19:58:37.027Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-28T19:58:37.139Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-28T19:58:37.144Z] $ docker exec 4a5a0474533e83c01fab5b558556ad6181e82c9dd68c3fa7001cbe84a71e21fa ssh-agent [2023-04-28T19:58:37.250Z] SSH_AUTH_SOCK=/tmp/ssh-GIgOG8C6lgIc/agent.70 [2023-04-28T19:58:37.250Z] SSH_AGENT_PID=76 [2023-04-28T19:58:37.254Z] Running ssh-add (command line suppressed) [2023-04-28T19:58:37.356Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_13473059991897995813.key (/w/workspace/edgex-go/1@tmp/private_key_13473059991897995813.key) [2023-04-28T19:58:37.368Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-28T19:58:37.694Z] + git semver init [2023-04-28T19:58:37.953Z] 2023-04-28 19:58:37,868 [run_init] DEBUG init version:0.0.0 force:False [2023-04-28T19:58:37.953Z] 2023-04-28 19:58:37,869 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-04-28T19:58:37.953Z] 2023-04-28 19:58:37,869 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-04-28T19:58:37.953Z] 2023-04-28 19:58:37,869 [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-28T19:58:42.158Z] 2023-04-28 19:58:41,796 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-04-28T19:58:42.158Z] 2023-04-28 19:58:41,797 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4541 with force:False [2023-04-28T19:58:42.158Z] 2023-04-28 19:58:41,797 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4541 [2023-04-28T19:58:42.158Z] 2023-04-28 19:58:41,801 [execute] INFO git cat-file --batch-check [2023-04-28T19:58:42.158Z] 2023-04-28 19:58:41,801 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-04-28T19:58:42.158Z] 2023-04-28 19:58:41,806 [execute] INFO git cat-file --batch [2023-04-28T19:58:42.158Z] 2023-04-28 19:58:41,807 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-04-28T19:58:42.158Z] 2023-04-28 19:58:41,811 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4541 [2023-04-28T19:58:42.158Z] 0.0.0 [Pipeline] } [2023-04-28T19:58:42.188Z] $ docker exec --env ******** --env ******** 4a5a0474533e83c01fab5b558556ad6181e82c9dd68c3fa7001cbe84a71e21fa ssh-agent -k [2023-04-28T19:58:42.311Z] unset SSH_AUTH_SOCK; [2023-04-28T19:58:42.311Z] unset SSH_AGENT_PID; [2023-04-28T19:58:42.312Z] echo Agent pid 76 killed; [2023-04-28T19:58:42.324Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-28T19:58:42.752Z] + git semver [Pipeline] } [2023-04-28T19:58:43.039Z] $ docker stop --time=1 4a5a0474533e83c01fab5b558556ad6181e82c9dd68c3fa7001cbe84a71e21fa [2023-04-28T19:58:44.321Z] $ docker rm -f --volumes 4a5a0474533e83c01fab5b558556ad6181e82c9dd68c3fa7001cbe84a71e21fa [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-28T19:58:44.725Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-28T19:58:45.001Z] Stashed 1 file(s) [Pipeline] echo [2023-04-28T19:58:45.017Z] [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-28T19:58:45.777Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-04-28T19:58:45.818Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-28T19:58:45.852Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-28T19:58:45.881Z] ========================================================= [2023-04-28T19:58:45.881Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-28T19:58:45.881Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-28T19:58:46.217Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-28T19:58:46.217Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-28T19:58:46.217Z] f56be85fc22e: Pulling fs layer [2023-04-28T19:58:46.217Z] 85791d961cd3: Pulling fs layer [2023-04-28T19:58:46.217Z] d694b5ae8c79: Pulling fs layer [2023-04-28T19:58:46.217Z] 9f32a84ed3da: Pulling fs layer [2023-04-28T19:58:46.217Z] 4d19c01a9841: Pulling fs layer [2023-04-28T19:58:46.217Z] 9325e15d5711: Pulling fs layer [2023-04-28T19:58:46.217Z] 556b6ee489ea: Pulling fs layer [2023-04-28T19:58:46.217Z] c5a4b2cf53e6: Pulling fs layer [2023-04-28T19:58:46.217Z] 4d19c01a9841: Waiting [2023-04-28T19:58:46.217Z] 9325e15d5711: Waiting [2023-04-28T19:58:46.217Z] 556b6ee489ea: Waiting [2023-04-28T19:58:46.217Z] c5a4b2cf53e6: Waiting [2023-04-28T19:58:46.217Z] 9f32a84ed3da: Waiting [2023-04-28T19:58:46.217Z] 85791d961cd3: Download complete [2023-04-28T19:58:46.217Z] 4d19c01a9841: Verifying Checksum [2023-04-28T19:58:46.217Z] 4d19c01a9841: Download complete [2023-04-28T19:58:46.217Z] f56be85fc22e: Verifying Checksum [2023-04-28T19:58:46.217Z] f56be85fc22e: Download complete [2023-04-28T19:58:46.217Z] 9325e15d5711: Verifying Checksum [2023-04-28T19:58:46.217Z] 9325e15d5711: Download complete [2023-04-28T19:58:46.477Z] f56be85fc22e: Pull complete [2023-04-28T19:58:46.477Z] 85791d961cd3: Pull complete [2023-04-28T19:58:46.738Z] c5a4b2cf53e6: Verifying Checksum [2023-04-28T19:58:46.738Z] c5a4b2cf53e6: Download complete [2023-04-28T19:58:46.995Z] d694b5ae8c79: Download complete [2023-04-28T19:58:46.995Z] 556b6ee489ea: Verifying Checksum [2023-04-28T19:58:46.995Z] 556b6ee489ea: Download complete [2023-04-28T19:58:50.286Z] d694b5ae8c79: Pull complete [2023-04-28T19:58:50.544Z] 9f32a84ed3da: Pull complete [2023-04-28T19:58:50.544Z] 4d19c01a9841: Pull complete [2023-04-28T19:58:50.544Z] 9325e15d5711: Pull complete [2023-04-28T19:58:53.071Z] 556b6ee489ea: Pull complete [2023-04-28T19:58:54.004Z] c5a4b2cf53e6: Pull complete [2023-04-28T19:58:54.004Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-04-28T19:58:54.004Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-28T19:58:54.004Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-28T19:58:54.357Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-28T19:58:54.357Z] WORKDIR /edgex [2023-04-28T19:58:54.357Z] COPY go.mod . [2023-04-28T19:58:54.357Z] RUN go mod download [2023-04-28T19:58:54.357Z] + docker build -t ci-base-image-x86_64 -f - . [2023-04-28T19:58:54.923Z] Sending build context to Docker daemon 170.7MB [2023-04-28T19:58:54.923Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-28T19:58:54.923Z] ---> c4be618373d6 [2023-04-28T19:58:54.923Z] Step 2/4 : WORKDIR /edgex [2023-04-28T19:58:56.827Z] ---> Running in c0b49e9280c3 [2023-04-28T19:58:56.827Z] Removing intermediate container c0b49e9280c3 [2023-04-28T19:58:56.827Z] ---> 3b768da3e86e [2023-04-28T19:58:56.827Z] Step 3/4 : COPY go.mod . [2023-04-28T19:58:56.827Z] ---> 0f0f65424992 [2023-04-28T19:58:56.827Z] Step 4/4 : RUN go mod download [2023-04-28T19:58:56.827Z] ---> Running in 9dfa07254847 [2023-04-28T19:59:00.317Z] Still waiting to schedule task [2023-04-28T19:59:00.317Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-28T19:59:09.041Z] Removing intermediate container 9dfa07254847 [2023-04-28T19:59:09.041Z] ---> 1eaead68823f [2023-04-28T19:59:09.041Z] Successfully built 1eaead68823f [2023-04-28T19:59:09.041Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T19:59:09.420Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-28T19:59:09.420Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T19:59:09.576Z] prd-ubuntu20.04-docker-8c-8g-12030 does not seem to be running inside a container [2023-04-28T19:59:09.608Z] $ 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-28T19:59:09.936Z] $ docker top cc66a7b222e2fa8dffa0ec0e6c17cba2782b5b67c0a7da4beb5fef3929477098 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-28T19:59:10.328Z] + go version [2023-04-28T19:59:10.328Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-28T19:59:10.364Z] $ docker stop --time=1 cc66a7b222e2fa8dffa0ec0e6c17cba2782b5b67c0a7da4beb5fef3929477098 [2023-04-28T19:59:11.631Z] $ docker rm -f --volumes cc66a7b222e2fa8dffa0ec0e6c17cba2782b5b67c0a7da4beb5fef3929477098 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T19:59:12.336Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-28T19:59:12.336Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T19:59:12.489Z] prd-ubuntu20.04-docker-8c-8g-12030 does not seem to be running inside a container [2023-04-28T19:59:12.524Z] $ 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-28T19:59:12.875Z] $ docker top 552cc93cb0074fbf2816f480f23b18d11504addcaa448a0efc97fabad02713db -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-28T19:59:12.985Z] ========================================================= [2023-04-28T19:59:12.985Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-28T19:59:12.985Z] ========================================================= [Pipeline] sh [2023-04-28T19:59:13.279Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-28T19:59:13.636Z] + make test [2023-04-28T19:59:13.636Z] go test -race -coverprofile=coverage.out ./... [2023-04-28T19:59:21.760Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-28T19:59:33.985Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-28T19:59:33.985Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-28T19:59:34.551Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-28T19:59:35.119Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-28T19:59:35.378Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-28T19:59:35.636Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-28T19:59:35.895Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-28T19:59:35.895Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-28T19:59:35.895Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-28T19:59:36.155Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-28T19:59:36.414Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-28T19:59:36.676Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-28T19:59:36.676Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-28T19:59:36.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-28T19:59:37.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-28T19:59:37.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-28T19:59:37.613Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.053s coverage: 28.7% of statements [2023-04-28T19:59:38.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.072s coverage: 98.5% of statements [2023-04-28T19:59:40.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-28T19:59:40.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-28T19:59:40.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-28T19:59:41.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-28T19:59:41.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-28T19:59:43.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-28T19:59:43.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-28T19:59:43.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-28T19:59:43.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-28T19:59:43.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-28T19:59:43.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.099s coverage: 71.5% of statements [2023-04-28T19:59:43.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.072s coverage: 54.0% of statements [2023-04-28T19:59:44.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-28T19:59:44.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-28T19:59:45.978Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.750s coverage: 88.5% of statements [2023-04-28T19:59:45.978Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.066s coverage: 3.8% of statements [2023-04-28T19:59:46.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-28T19:59:46.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-28T19:59:46.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-28T19:59:46.806Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.345s coverage: 95.6% of statements [2023-04-28T19:59:46.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-28T19:59:46.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-28T19:59:46.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-28T19:59:46.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-28T19:59:46.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-28T19:59:46.806Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.054s coverage: 72.2% of statements [2023-04-28T19:59:48.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-28T19:59:48.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-28T19:59:48.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-28T19:59:48.181Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.061s coverage: 65.9% of statements [2023-04-28T19:59:48.748Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-28T19:59:48.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-28T19:59:48.748Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.063s coverage: 0.9% of statements [2023-04-28T19:59:48.748Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.059s coverage: 29.0% of statements [2023-04-28T19:59:49.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 42.9% of statements [2023-04-28T19:59:49.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-28T19:59:49.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-28T19:59:49.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-28T19:59:49.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-28T19:59:50.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.063s coverage: 82.9% of statements [2023-04-28T19:59:50.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements [2023-04-28T19:59:50.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements [2023-04-28T19:59:50.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements [2023-04-28T19:59:50.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-28T19:59:50.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-28T19:59:50.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-28T19:59:50.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-28T19:59:51.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-28T19:59:51.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-28T19:59:51.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-28T19:59:51.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-28T19:59:52.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-28T19:59:52.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-28T19:59:52.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-28T19:59:53.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-28T19:59:53.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-28T19:59:54.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-28T19:59:54.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-28T19:59:56.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-28T19:59:56.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-28T19:59:56.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-28T19:59:57.694Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-28T19:59:57.694Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-28T19:59:57.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-28T19:59:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-28T19:59:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-28T19:59:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-28T19:59:58.891Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-28T20:00:00.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-28T20:00:00.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-28T20:00:00.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-28T20:00:00.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-28T20:00:01.649Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.061s coverage: 94.4% of statements [2023-04-28T20:00:01.649Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-28T20:00:01.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-28T20:00:01.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-28T20:00:01.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-28T20:00:02.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-28T20:00:02.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-28T20:00:03.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-28T20:00:03.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.277s coverage: 79.9% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.038s coverage: 64.4% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.063s coverage: 62.3% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.065s coverage: 87.2% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.046s coverage: 20.0% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 81.8% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 82.1% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.050s coverage: 86.0% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 63.1% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 89.4% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.192s coverage: 38.4% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.126s coverage: 92.3% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 61.5% of statements [2023-04-28T20:00:15.384Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 97.7% of statements [2023-04-28T20:00:15.384Z] 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-28T20:00:15.384Z] running golangci-lint [2023-04-28T20:00:15.384Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-04-28T20:00:15.384Z] go version go1.20.2 linux/amd64 [2023-04-28T20:00:15.384Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-04-28T20:00:15.384Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-04-28T20:00:30.259Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|files|compiled_files|deps|imports|name|types_sizes) took 15.208819385s" [2023-04-28T20:00:30.259Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 33.971472ms" [2023-04-28T20:00:38.369Z] level=info msg="[linters_context/goanalysis] analyzers took 1m26.348126415s with top 10 stages: buildir: 36.768545597s, inspect: 2.084870063s, gosec: 1.485124886s, fact_deprecated: 1.378192025s, printf: 1.283826688s, ctrlflow: 1.280313312s, S1038: 1.070627522s, fact_purity: 960.004241ms, nilness: 953.201889ms, SA9006: 679.550315ms" [2023-04-28T20:00:38.369Z] level=info msg="[runner] Issues before processing: 203, after processing: 0" [2023-04-28T20:00:38.369Z] level=info msg="[runner] Processors filtering stat (out/in): skip_dirs: 203/203, skip_files: 203/203, nolint: 0/23, cgo: 203/203, filename_unadjuster: 203/203, identifier_marker: 203/203, exclude: 203/203, exclude-rules: 23/203, path_prettifier: 203/203, autogenerated_exclude: 203/203" [2023-04-28T20:00:38.369Z] level=info msg="[runner] processing took 18.380944ms with stages: nolint: 7.376332ms, identifier_marker: 5.506567ms, autogenerated_exclude: 1.694563ms, path_prettifier: 1.576182ms, exclude-rules: 1.43481ms, skip_dirs: 697.09µs, cgo: 52.78µs, filename_unadjuster: 36.94µs, skip_files: 830ns, max_same_issues: 820ns, exclude: 760ns, uniq_by_line: 740ns, severity-rules: 590ns, diff: 430ns, source_code: 420ns, sort_results: 370ns, max_per_file_from_linter: 270ns, max_from_linter: 190ns, path_shortener: 150ns, path_prefixer: 110ns" [2023-04-28T20:00:38.369Z] level=info msg="[runner] linters took 8.541809068s with stages: goanalysis_metalinter: 8.52324671s" [2023-04-28T20:00:38.369Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-04-28T20:00:38.369Z] level=info msg="Memory: 239 samples, avg is 194.2MB, max is 756.7MB" [2023-04-28T20:00:38.369Z] level=info msg="Execution took 23.79726798s" [2023-04-28T20:00:38.369Z] go vet ./... [2023-04-28T20:00:39.733Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-12031 in /w/workspace/edgexfoundry_edgex-go_PR-4541 [Pipeline] { [Pipeline] ws [2023-04-28T20:00:39.793Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-04-28T20:00:39.872Z] The recommended git tool is: git [2023-04-28T20:00:42.553Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-28T20:00:42.812Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-28T20:00:42.812Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-28T20:00:43.102Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-28T20:00:43.410Z] + ls -al . [2023-04-28T20:00:43.410Z] total 704 [2023-04-28T20:00:43.410Z] drwxrwxr-x 11 1001 1001 4096 Apr 28 19:59 . [2023-04-28T20:00:43.410Z] drwxr-xr-x 4 root root 4096 Apr 28 19:59 .. [2023-04-28T20:00:43.410Z] drwxrwxr-x 2 1001 1001 4096 Apr 28 19:58 .blubracket [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 16 Apr 28 19:58 .dockerignore [2023-04-28T20:00:43.410Z] drwxrwxr-x 8 1001 1001 4096 Apr 28 19:58 .git [2023-04-28T20:00:43.410Z] drwxrwxr-x 3 1001 1001 4096 Apr 28 19:58 .github [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 1133 Apr 28 19:58 .gitignore [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 42 Apr 28 19:58 .golangci.yml [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 87 Apr 28 19:58 .hadolint.yml [2023-04-28T20:00:43.410Z] drwxr-xr-x 3 1001 1001 4096 Apr 28 19:58 .semver [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 166 Apr 28 19:58 .sonarcloud.properties [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 1171 Apr 28 19:58 ADOPTERS.md [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 10835 Apr 28 19:58 Attribution.txt [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 73765 Apr 28 19:58 CHANGELOG.md [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 3804 Apr 28 19:58 CONTRIBUTING.md [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 677 Apr 28 19:58 GOVERNANCE.md [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 883 Apr 28 19:58 Jenkinsfile [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 10775 Apr 28 19:58 LICENSE [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 14368 Apr 28 19:58 Makefile [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 582 Apr 28 19:58 OWNERS.md [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 9403 Apr 28 19:58 README.md [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 789 Apr 28 19:58 SECURITY.md [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 5 Apr 28 19:58 VERSION [2023-04-28T20:00:43.410Z] drwxrwxr-x 2 1001 1001 4096 Apr 28 19:58 bin [2023-04-28T20:00:43.410Z] drwxrwxr-x 18 1001 1001 4096 Apr 28 19:58 cmd [2023-04-28T20:00:43.410Z] -rw-r--r-- 1 root root 448352 Apr 28 20:00 coverage.out [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 3200 Apr 28 19:58 go.mod [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 31155 Apr 28 19:58 go.sum [2023-04-28T20:00:43.410Z] drwxrwxr-x 7 1001 1001 4096 Apr 28 19:58 internal [2023-04-28T20:00:43.410Z] drwxrwxr-x 3 1001 1001 4096 Apr 28 19:58 openapi [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 594 Apr 28 19:58 security.txt [2023-04-28T20:00:43.410Z] drwxrwxr-x 4 1001 1001 4096 Apr 28 19:58 snap [2023-04-28T20:00:43.410Z] -rw-rw-r-- 1 1001 1001 204 Apr 28 19:58 version.go [Pipeline] sh [2023-04-28T20:00:43.720Z] + '[' -e coverage.out ] [2023-04-28T20:00:43.720Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-28T20:00:43.833Z] Stashed 1 file(s) [Pipeline] sh [2023-04-28T20:00:44.125Z] + make build [2023-04-28T20:00:44.126Z] 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-28T20:00:45.084Z] using credential edgex-jenkins-ssh [2023-04-28T20:00:45.104Z] Cloning the remote Git repository [2023-04-28T20:00:45.144Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-04-28T20:00:45.232Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-04-28T20:00:45.368Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-28T20:00:45.368Z] > git --version # timeout=10 [2023-04-28T20:00:45.388Z] > git --version # 'git version 2.25.1' [2023-04-28T20:00:45.390Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-28T20:00:45.532Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-28T20:00:56.332Z] 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-28T20:00:57.716Z] 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-28T20:00:58.668Z] 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-28T20:00:59.607Z] 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-28T20:01:03.201Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-28T20:01:03.219Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-28T20:01:04.032Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-28T20:01:04.792Z] Merging remotes/origin/main commit 805e484e69628a6e3579adc566ad066761c57bdb into PR head commit 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:01:05.195Z] Merge succeeded, producing 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:01:05.196Z] Checking out Revision 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 (PR-4541) [2023-04-28T20:01:05.747Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" [2023-04-28T20:01:05.797Z] > git --version # timeout=10 [2023-04-28T20:01:05.810Z] > git --version # 'git version 2.25.1' [2023-04-28T20:01:05.834Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-28T20:01:06.174Z] 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-28T20:01:04.080Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-28T20:01:04.081Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-28T20:01:04.097Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4541/head:refs/remotes/origin/PR-4541 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-28T20:01:04.814Z] > git config core.sparsecheckout # timeout=10 [2023-04-28T20:01:04.883Z] > git checkout -f 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 # timeout=10 [2023-04-28T20:01:05.104Z] > git remote # timeout=10 [2023-04-28T20:01:05.124Z] > git config --get remote.origin.url # timeout=10 [2023-04-28T20:01:05.141Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-28T20:01:05.154Z] > git merge 805e484e69628a6e3579adc566ad066761c57bdb # timeout=10 [2023-04-28T20:01:05.182Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-28T20:01:05.204Z] > git config core.sparsecheckout # timeout=10 [2023-04-28T20:01:05.226Z] > git checkout -f 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 # timeout=10 [2023-04-28T20:01:07.107Z] 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-28T20:01:08.041Z] 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-28T20:01:09.416Z] 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-28T20:01:09.983Z] 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-28T20:01:10.918Z] 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-28T20:01:12.296Z] 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-28T20:01:18.768Z] $ docker stop --time=1 552cc93cb0074fbf2816f480f23b18d11504addcaa448a0efc97fabad02713db [2023-04-28T20:01:20.774Z] $ docker rm -f --volumes 552cc93cb0074fbf2816f480f23b18d11504addcaa448a0efc97fabad02713db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-28T20:01:21.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-28T20:01:21.939Z] [2023-04-28T20:01:21.939Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T20:01:22.237Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-28T20:01:22.237Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-28T20:01:22.237Z] Dload Upload Total Spent Left Speed [2023-04-28T20:01:22.237Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 67824 0 --:--:-- --:--:-- --:--:-- 67824 [2023-04-28T20:01:22.306Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-28T20:01:22.306Z] latest: Pulling from edgex-devops/edgex-compose [2023-04-28T20:01:22.306Z] cbdbe7a5bc2a: Pulling fs layer [2023-04-28T20:01:22.306Z] ca9280d653b3: Pulling fs layer [2023-04-28T20:01:22.306Z] 7e9c9ca2126c: Pulling fs layer [2023-04-28T20:01:22.306Z] cbdbe7a5bc2a: Verifying Checksum [2023-04-28T20:01:22.306Z] cbdbe7a5bc2a: Download complete [Pipeline] sh [2023-04-28T20:01:22.567Z] ca9280d653b3: Verifying Checksum [2023-04-28T20:01:22.567Z] ca9280d653b3: Download complete [2023-04-28T20:01:22.567Z] cbdbe7a5bc2a: Pull complete [2023-04-28T20:01:22.826Z] 7e9c9ca2126c: Download complete [2023-04-28T20:01:22.826Z] ca9280d653b3: Pull complete [2023-04-28T20:01:22.847Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-28T20:01:23.190Z] + sudo+ jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.jsonsudo [2023-04-28T20:01:23.190Z] tee /etc/docker/daemon.new [2023-04-28T20:01:23.190Z] { [2023-04-28T20:01:23.190Z] "registry-mirrors": [ [2023-04-28T20:01:23.190Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-28T20:01:23.190Z] ], [2023-04-28T20:01:23.190Z] "bip": "10.250.0.254/24", [2023-04-28T20:01:23.190Z] "hosts": [ [2023-04-28T20:01:23.190Z] "tcp://0.0.0.0:5555", [2023-04-28T20:01:23.190Z] "unix:///var/run/docker.sock" [2023-04-28T20:01:23.190Z] ], [2023-04-28T20:01:23.190Z] "mtu": 1458, [2023-04-28T20:01:23.190Z] "selinux-enabled": true, [2023-04-28T20:01:23.190Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-28T20:01:23.190Z] } [Pipeline] sh [2023-04-28T20:01:23.530Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-28T20:01:23.877Z] + sudo service docker restart [2023-04-28T20:01:26.109Z] 7e9c9ca2126c: Pull complete [2023-04-28T20:01:26.109Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-04-28T20:01:26.109Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-28T20:01:26.109Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T20:01:26.338Z] prd-ubuntu20.04-docker-8c-8g-12030 does not seem to be running inside a container [2023-04-28T20:01:26.367Z] $ 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-28T20:01:27.214Z] $ docker top 1ad53746899304e2b1eeefa2538df7b657983e2782ab67aca8d63d2ba854f817 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-28T20:01:27.598Z] + docker-compose build --help [2023-04-28T20:01:27.598Z] + grep parallel [2023-04-28T20:01:28.168Z] --parallel Build images in parallel. [Pipeline] } [2023-04-28T20:01:28.200Z] $ docker stop --time=1 1ad53746899304e2b1eeefa2538df7b657983e2782ab67aca8d63d2ba854f817 [2023-04-28T20:01:29.485Z] $ docker rm -f --volumes 1ad53746899304e2b1eeefa2538df7b657983e2782ab67aca8d63d2ba854f817 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T20:01:30.067Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-28T20:01:30.067Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T20:01:30.212Z] prd-ubuntu20.04-docker-8c-8g-12030 does not seem to be running inside a container [2023-04-28T20:01:30.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-28T20:01:30.571Z] $ docker top 646bad96a97c7f1cacd02ae8c6fb896fe5887778121cc6896a1a639b4058137f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-28T20:01:30.954Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-28T20:01:31.520Z] Building core-command ... [2023-04-28T20:01:31.520Z] Building core-common-config-bootstrapper ... [2023-04-28T20:01:31.520Z] Building core-data ... [2023-04-28T20:01:31.520Z] Building core-metadata ... [2023-04-28T20:01:31.520Z] Building security-bootstrapper ... [2023-04-28T20:01:31.520Z] Building security-proxy-auth ... [2023-04-28T20:01:31.520Z] Building security-proxy-setup ... [2023-04-28T20:01:31.520Z] Building security-secretstore-setup ... [2023-04-28T20:01:31.520Z] Building security-spiffe-token-provider ... [2023-04-28T20:01:31.520Z] Building security-spire-agent ... [2023-04-28T20:01:31.520Z] Building security-spire-config ... [2023-04-28T20:01:31.520Z] Building security-spire-server ... [2023-04-28T20:01:31.520Z] Building support-notifications ... [2023-04-28T20:01:31.520Z] Building support-scheduler ... [2023-04-28T20:01:31.520Z] Building core-metadata [2023-04-28T20:01:31.520Z] Building security-spire-server [2023-04-28T20:01:31.520Z] Building security-spire-config [2023-04-28T20:01:31.520Z] Building security-proxy-setup [2023-04-28T20:01:31.520Z] Building support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-28T20:01:42.195Z] provisioning config files... [2023-04-28T20:01:42.222Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11860499056073258625tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-28T20:01:42.609Z] ---> docker-login.sh [2023-04-28T20:01:42.609Z] nexus3.edgexfoundry.org:10001 [2023-04-28T20:01:42.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T20:01:43.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T20:01:43.150Z] Configure a credential helper to remove this warning. See [2023-04-28T20:01:43.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T20:01:43.150Z] [2023-04-28T20:01:43.150Z] Login Succeeded [2023-04-28T20:01:43.150Z] nexus3.edgexfoundry.org:10002 [2023-04-28T20:01:43.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T20:01:43.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T20:01:43.690Z] Configure a credential helper to remove this warning. See [2023-04-28T20:01:43.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T20:01:43.690Z] [2023-04-28T20:01:43.690Z] Login Succeeded [2023-04-28T20:01:43.690Z] nexus3.edgexfoundry.org:10003 [2023-04-28T20:01:43.718Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:01:43.718Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:01:43.718Z] ---> 1eaead68823f [2023-04-28T20:01:43.718Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-28T20:01:43.718Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:01:43.718Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:01:43.718Z] ---> 1eaead68823f [2023-04-28T20:01:43.718Z] Step 3/27 : WORKDIR /edgex-go [2023-04-28T20:01:43.718Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:01:43.718Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:01:43.718Z] ---> 1eaead68823f [2023-04-28T20:01:43.718Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-28T20:01:43.718Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:01:43.718Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:01:43.718Z] ---> 1eaead68823f [2023-04-28T20:01:43.718Z] Step 3/26 : WORKDIR /edgex-go [2023-04-28T20:01:43.718Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:01:43.718Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:01:43.718Z] ---> 1eaead68823f [2023-04-28T20:01:43.718Z] Step 3/22 : WORKDIR /edgex-go [2023-04-28T20:01:43.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T20:01:43.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T20:01:43.965Z] Configure a credential helper to remove this warning. See [2023-04-28T20:01:43.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T20:01:43.965Z] [2023-04-28T20:01:43.965Z] Login Succeeded [2023-04-28T20:01:43.965Z] nexus3.edgexfoundry.org:10004 [2023-04-28T20:01:44.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T20:01:44.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T20:01:44.236Z] Configure a credential helper to remove this warning. See [2023-04-28T20:01:44.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T20:01:44.236Z] [2023-04-28T20:01:44.236Z] Login Succeeded [2023-04-28T20:01:44.236Z] docker.io [2023-04-28T20:01:44.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T20:01:44.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T20:01:44.777Z] Configure a credential helper to remove this warning. See [2023-04-28T20:01:44.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T20:01:44.777Z] [2023-04-28T20:01:44.777Z] Login Succeeded [2023-04-28T20:01:44.777Z] ---> docker-login.sh ends [Pipeline] } [2023-04-28T20:01:44.808Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-04-28T20:01:45.475Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-04-28T20:01:45.512Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-28T20:01:45.544Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-28T20:01:45.574Z] ========================================================= [2023-04-28T20:01:45.574Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-28T20:01:45.574Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-28T20:01:46.031Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-28T20:01:46.031Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-28T20:01:46.031Z] c41833b44d91: Pulling fs layer [2023-04-28T20:01:46.031Z] ed15518f5707: Pulling fs layer [2023-04-28T20:01:46.031Z] feae8fd75edb: Pulling fs layer [2023-04-28T20:01:46.031Z] 242c74f7c9fa: Pulling fs layer [2023-04-28T20:01:46.031Z] 3cdef696dda3: Pulling fs layer [2023-04-28T20:01:46.031Z] 2ced38df9373: Pulling fs layer [2023-04-28T20:01:46.031Z] 58f1dce35555: Pulling fs layer [2023-04-28T20:01:46.031Z] 242c74f7c9fa: Waiting [2023-04-28T20:01:46.031Z] 58f1dce35555: Waiting [2023-04-28T20:01:46.031Z] 2ced38df9373: Waiting [2023-04-28T20:01:46.031Z] 3cdef696dda3: Waiting [2023-04-28T20:01:46.031Z] ed15518f5707: Verifying Checksum [2023-04-28T20:01:46.031Z] ed15518f5707: Download complete [2023-04-28T20:01:46.331Z] 242c74f7c9fa: Verifying Checksum [2023-04-28T20:01:46.331Z] 242c74f7c9fa: Download complete [2023-04-28T20:01:46.331Z] 3cdef696dda3: Verifying Checksum [2023-04-28T20:01:46.331Z] c41833b44d91: Verifying Checksum [2023-04-28T20:01:46.331Z] c41833b44d91: Download complete [2023-04-28T20:01:46.331Z] 3cdef696dda3: Download complete [2023-04-28T20:01:47.010Z] ---> Running in e7c26918021b [2023-04-28T20:01:47.010Z] ---> Running in 2eb879faf9e7 [2023-04-28T20:01:47.010Z] ---> Running in a47276333b71 [2023-04-28T20:01:47.010Z] ---> Running in fa73152fdff3 [2023-04-28T20:01:47.010Z] ---> Running in d9244d57f93b [2023-04-28T20:01:47.010Z] Removing intermediate container 2eb879faf9e7 [2023-04-28T20:01:47.010Z] ---> 22169de2a538 [2023-04-28T20:01:47.010Z] Step 4/23 : WORKDIR /edgex-go [2023-04-28T20:01:47.010Z] ---> Running in eeb935c0f7ba [2023-04-28T20:01:47.010Z] Removing intermediate container d9244d57f93b [2023-04-28T20:01:47.010Z] ---> e8767426574d [2023-04-28T20:01:47.010Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-28T20:01:47.010Z] Removing intermediate container a47276333b71 [2023-04-28T20:01:47.010Z] ---> c3847ffed3e4 [2023-04-28T20:01:47.010Z] Step 4/25 : WORKDIR /edgex-go [2023-04-28T20:01:47.010Z] Removing intermediate container e7c26918021b [2023-04-28T20:01:47.010Z] ---> 544e6110fcda [2023-04-28T20:01:47.010Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-28T20:01:47.011Z] Removing intermediate container fa73152fdff3 [2023-04-28T20:01:47.011Z] ---> 4b5b18336af8 [2023-04-28T20:01:47.011Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-28T20:01:47.011Z] ---> Running in 0721899df2d9 [2023-04-28T20:01:47.011Z] ---> Running in ff2029734a03 [2023-04-28T20:01:47.011Z] ---> Running in faf6283ab629 [2023-04-28T20:01:47.011Z] ---> Running in dc4da0646f26 [2023-04-28T20:01:47.011Z] Removing intermediate container eeb935c0f7ba [2023-04-28T20:01:47.011Z] ---> f60e342ea2a4 [2023-04-28T20:01:47.011Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-28T20:01:47.011Z] ---> Running in c52a85bc1afc [2023-04-28T20:01:47.011Z] Removing intermediate container 0721899df2d9 [2023-04-28T20:01:47.011Z] ---> 51e339fdf33c [2023-04-28T20:01:47.011Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-28T20:01:47.011Z] ---> Running in f972e597947b [2023-04-28T20:01:47.011Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:01:47.011Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:01:47.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:01:47.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:01:47.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:01:47.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:01:47.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:01:47.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:01:47.270Z] OK: 265 MiB in 53 packages [2023-04-28T20:01:47.529Z] OK: 265 MiB in 53 packages [2023-04-28T20:01:47.529Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:01:47.529Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:01:47.529Z] OK: 265 MiB in 53 packages [2023-04-28T20:01:47.772Z] 58f1dce35555: Verifying Checksum [2023-04-28T20:01:47.772Z] 58f1dce35555: Download complete [2023-04-28T20:01:47.787Z] OK: 265 MiB in 53 packages [2023-04-28T20:01:47.787Z] OK: 265 MiB in 53 packages [2023-04-28T20:01:47.787Z] Removing intermediate container faf6283ab629 [2023-04-28T20:01:47.787Z] ---> 7f78e07f8f42 [2023-04-28T20:01:47.788Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-28T20:01:48.046Z] ---> 357024a34938 [2023-04-28T20:01:48.046Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:01:48.046Z] Removing intermediate container ff2029734a03 [2023-04-28T20:01:48.046Z] ---> 3808bfe78ca4 [2023-04-28T20:01:48.046Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-28T20:01:48.046Z] ---> Running in 0c9075d88630 [2023-04-28T20:01:48.046Z] Removing intermediate container dc4da0646f26 [2023-04-28T20:01:48.046Z] ---> 3d2fbf615687 [2023-04-28T20:01:48.046Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-28T20:01:48.046Z] ---> 139bd915b90c [2023-04-28T20:01:48.046Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:01:48.046Z] ---> Running in 66697107e97a [2023-04-28T20:01:48.046Z] Removing intermediate container c52a85bc1afc [2023-04-28T20:01:48.046Z] ---> 02816f3d650d [2023-04-28T20:01:48.046Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-28T20:01:48.305Z] Removing intermediate container f972e597947b [2023-04-28T20:01:48.305Z] ---> 5ea66eda2072 [2023-04-28T20:01:48.305Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-28T20:01:48.305Z] ---> d7413da03e74 [2023-04-28T20:01:48.305Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:01:48.305Z] ---> Running in 93899fca8414 [2023-04-28T20:01:48.305Z] ---> 440cf8142f41 [2023-04-28T20:01:48.305Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:01:48.305Z] ---> 4f6c20a28998 [2023-04-28T20:01:48.305Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:01:48.305Z] ---> Running in 264912a9c85b [2023-04-28T20:01:48.305Z] ---> Running in a4f1b0f72052 [2023-04-28T20:01:49.195Z] c41833b44d91: Pull complete [2023-04-28T20:01:49.195Z] feae8fd75edb: Verifying Checksum [2023-04-28T20:01:49.195Z] feae8fd75edb: Download complete [2023-04-28T20:01:49.195Z] 2ced38df9373: Verifying Checksum [2023-04-28T20:01:49.195Z] 2ced38df9373: Download complete [2023-04-28T20:01:49.468Z] ed15518f5707: Pull complete [2023-04-28T20:02:01.803Z] feae8fd75edb: Pull complete [2023-04-28T20:02:01.803Z] 242c74f7c9fa: Pull complete [2023-04-28T20:02:01.803Z] 3cdef696dda3: Pull complete [2023-04-28T20:02:08.456Z] 2ced38df9373: Pull complete [2023-04-28T20:02:09.881Z] 58f1dce35555: Pull complete [2023-04-28T20:02:10.147Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-04-28T20:02:10.147Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-28T20:02:10.147Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-28T20:02:10.534Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-28T20:02:10.535Z] WORKDIR /edgex [2023-04-28T20:02:10.535Z] COPY go.mod . [2023-04-28T20:02:10.535Z] RUN go mod download [2023-04-28T20:02:10.535Z] + docker build -t ci-base-image-arm64 -f - . [2023-04-28T20:02:11.124Z] Sending build context to Docker daemon 2.932MB [2023-04-28T20:02:11.124Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-28T20:02:11.124Z] ---> fadd8f120f05 [2023-04-28T20:02:11.124Z] Step 2/4 : WORKDIR /edgex [2023-04-28T20:02:13.097Z] ---> Running in d35c637bd66f [2023-04-28T20:02:13.097Z] Removing intermediate container d35c637bd66f [2023-04-28T20:02:13.097Z] ---> 395e0e8ef14c [2023-04-28T20:02:13.097Z] Step 3/4 : COPY go.mod . [2023-04-28T20:02:15.043Z] ---> 4eb26e2226c1 [2023-04-28T20:02:15.043Z] Step 4/4 : RUN go mod download [2023-04-28T20:02:15.043Z] ---> Running in 2fbcdecaee5a [2023-04-28T20:02:27.020Z] Removing intermediate container 66697107e97a [2023-04-28T20:02:27.020Z] ---> e27036aae37c [2023-04-28T20:02:27.020Z] Step 7/27 : COPY . . [2023-04-28T20:02:27.020Z] Removing intermediate container 0c9075d88630 [2023-04-28T20:02:27.020Z] ---> 83ada826b360 [2023-04-28T20:02:27.020Z] Step 7/26 : COPY . . [2023-04-28T20:02:27.020Z] Removing intermediate container a4f1b0f72052 [2023-04-28T20:02:27.020Z] ---> fcfe46807ad7 [2023-04-28T20:02:27.020Z] Step 8/25 : COPY . . [2023-04-28T20:02:27.020Z] Removing intermediate container 93899fca8414 [2023-04-28T20:02:27.020Z] ---> 5c77aab40fcf [2023-04-28T20:02:27.020Z] Step 7/22 : COPY . . [2023-04-28T20:02:27.020Z] Removing intermediate container 264912a9c85b [2023-04-28T20:02:27.020Z] ---> 22e4bf97ae10 [2023-04-28T20:02:27.020Z] Step 8/23 : COPY . . [2023-04-28T20:02:35.131Z] ---> b8c15c2046d3 [2023-04-28T20:02:35.131Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-28T20:02:35.131Z] ---> f03b72ec7ad5 [2023-04-28T20:02:35.131Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-28T20:02:35.131Z] ---> 007c8441ff3d [2023-04-28T20:02:35.131Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-28T20:02:35.131Z] ---> 52f91426ca16 [2023-04-28T20:02:35.131Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-28T20:02:35.131Z] ---> 367eae40c728 [2023-04-28T20:02:35.131Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-04-28T20:02:35.131Z] ---> Running in 19cf4d23b8db [2023-04-28T20:02:35.131Z] ---> Running in 7d3d4a4ae05e [2023-04-28T20:02:35.131Z] ---> Running in 11d6db417553 [2023-04-28T20:02:35.131Z] ---> Running in f5518f510247 [2023-04-28T20:02:35.131Z] ---> Running in 3f9e1bf10762 [2023-04-28T20:02:35.131Z] Removing intermediate container f5518f510247 [2023-04-28T20:02:35.131Z] ---> eea63cb8cfa7 [2023-04-28T20:02:35.131Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-28T20:02:35.131Z] ---> Running in 18572b95ce25 [2023-04-28T20:02:35.131Z] Removing intermediate container 3f9e1bf10762 [2023-04-28T20:02:35.131Z] ---> 3ade69c3187a [2023-04-28T20:02:35.131Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-28T20:02:35.131Z] ---> Running in b453d022822f [2023-04-28T20:02:35.131Z] Removing intermediate container 18572b95ce25 [2023-04-28T20:02:35.131Z] ---> 459f5e26e62e [2023-04-28T20:02:35.131Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-28T20:02:35.131Z] Removing intermediate container b453d022822f [2023-04-28T20:02:35.131Z] ---> f5f3427ed361 [2023-04-28T20:02:35.131Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-28T20:02:35.131Z] ---> Running in a50489301751 [2023-04-28T20:02:35.131Z] ---> Running in b9bd2c99b01f [2023-04-28T20:02:35.131Z] Removing intermediate container b9bd2c99b01f [2023-04-28T20:02:35.131Z] ---> a25a67c61dd6 [2023-04-28T20:02:35.131Z] 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-28T20:02:35.131Z] Removing intermediate container a50489301751 [2023-04-28T20:02:35.131Z] ---> 2c484f44d293 [2023-04-28T20:02:35.131Z] 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-28T20:02:35.131Z] ---> Running in 8d48b5e577c9 [2023-04-28T20:02:35.131Z] ---> Running in 366fa398a238 [2023-04-28T20:02:35.131Z] 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-28T20:02:35.131Z] 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-28T20:02:35.131Z] 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-28T20:02:35.697Z] Removing intermediate container 8d48b5e577c9 [2023-04-28T20:02:35.697Z] ---> a2ee89808ec4 [2023-04-28T20:02:35.697Z] Step 12/27 : WORKDIR /edgex-go [2023-04-28T20:02:35.697Z] Removing intermediate container 366fa398a238 [2023-04-28T20:02:35.697Z] ---> 77cdd44001ca [2023-04-28T20:02:35.697Z] Step 12/26 : WORKDIR /edgex-go [2023-04-28T20:02:35.697Z] ---> Running in d93fd9235996 [2023-04-28T20:02:35.697Z] ---> Running in fd74d522b35a [2023-04-28T20:02:35.955Z] Removing intermediate container fd74d522b35a [2023-04-28T20:02:35.955Z] ---> 422d20fa775d [2023-04-28T20:02:35.955Z] [2023-04-28T20:02:35.955Z] Step 13/26 : FROM alpine:3.17 [2023-04-28T20:02:35.955Z] Removing intermediate container d93fd9235996 [2023-04-28T20:02:35.955Z] ---> ae762eb483a2 [2023-04-28T20:02:35.955Z] [2023-04-28T20:02:35.955Z] Step 13/27 : FROM alpine:3.17 [2023-04-28T20:02:36.524Z] 3.17: Pulling from library/alpine [2023-04-28T20:02:36.524Z] 3.17: Pulling from library/alpine [2023-04-28T20:02:37.089Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-28T20:02:37.089Z] Status: Downloaded newer image for alpine:3.17 [2023-04-28T20:02:37.089Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-28T20:02:37.089Z] Status: Image is up to date for alpine:3.17 [2023-04-28T20:02:37.089Z] ---> 9ed4aefc74f6 [2023-04-28T20:02:37.089Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-28T20:02:37.089Z] ---> 9ed4aefc74f6 [2023-04-28T20:02:37.089Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-28T20:02:37.089Z] ---> Running in 8f3c54eb6538 [2023-04-28T20:02:37.089Z] ---> Running in bb02696fd776 [2023-04-28T20:02:37.089Z] Removing intermediate container 8f3c54eb6538 [2023-04-28T20:02:37.089Z] ---> 296af6673e06 [2023-04-28T20:02:37.089Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-28T20:02:37.089Z] Removing intermediate container bb02696fd776 [2023-04-28T20:02:37.089Z] ---> ee939742699a [2023-04-28T20:02:37.089Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-28T20:02:37.089Z] ---> Running in 1f211851f842 [2023-04-28T20:02:37.089Z] ---> Running in c2494adbb5d8 [2023-04-28T20:02:37.656Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:02:37.915Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:02:37.916Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:02:37.916Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:02:38.173Z] v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-28T20:02:38.173Z] v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-28T20:02:38.173Z] OK: 17820 distinct packages available [2023-04-28T20:02:38.173Z] v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-28T20:02:38.173Z] v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-28T20:02:38.173Z] OK: 17820 distinct packages available [2023-04-28T20:02:38.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:02:38.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:02:38.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:02:38.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:02:38.689Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-28T20:02:38.689Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-28T20:02:38.689Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-28T20:02:38.689Z] (3/4) Installing libucontext (1.2-r0) [2023-04-28T20:02:38.689Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-28T20:02:38.689Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-28T20:02:38.689Z] (3/5) Installing libucontext (1.2-r0) [2023-04-28T20:02:38.689Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-28T20:02:38.689Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-28T20:02:38.689Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:02:38.689Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:02:38.689Z] OK: 7 MiB in 19 packages [2023-04-28T20:02:38.689Z] OK: 8 MiB in 20 packages [2023-04-28T20:02:39.254Z] Removing intermediate container c2494adbb5d8 [2023-04-28T20:02:39.254Z] ---> 8ed09763153d [2023-04-28T20:02:39.254Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:02:39.254Z] Removing intermediate container 1f211851f842 [2023-04-28T20:02:39.254Z] ---> bd6a59d05ab6 [2023-04-28T20:02:39.254Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:02:39.513Z] ---> cddfb15a249b [2023-04-28T20:02:39.513Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:02:39.513Z] ---> a85a1827ae6a [2023-04-28T20:02:39.513Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:02:39.771Z] ---> 2dd2c586d8ca [2023-04-28T20:02:39.771Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-28T20:02:40.029Z] ---> b68773455143 [2023-04-28T20:02:40.029Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-28T20:02:44.222Z] ---> bc3939796c28 [2023-04-28T20:02:44.222Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-28T20:02:44.222Z] ---> fd402bea0d8c [2023-04-28T20:02:44.222Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-28T20:02:44.222Z] ---> d1c2c4a148bd [2023-04-28T20:02:44.222Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-28T20:02:44.222Z] ---> 405066082cff [2023-04-28T20:02:44.222Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-28T20:02:44.222Z] ---> Running in c95ccd370317 [2023-04-28T20:02:44.222Z] ---> 65ffdf6a1acd [2023-04-28T20:02:44.222Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-28T20:02:44.222Z] Removing intermediate container c95ccd370317 [2023-04-28T20:02:44.222Z] ---> abd3bfeb98f3 [2023-04-28T20:02:44.222Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-28T20:02:44.789Z] ---> f3422993eda7 [2023-04-28T20:02:44.789Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-28T20:02:44.789Z] ---> Running in 6bdff9fabee3 [2023-04-28T20:02:44.789Z] ---> ccd7ba39970e [2023-04-28T20:02:44.789Z] Step 22/27 : WORKDIR / [2023-04-28T20:02:44.789Z] ---> Running in 34053c017ab8 [2023-04-28T20:02:45.048Z] Removing intermediate container 6bdff9fabee3 [2023-04-28T20:02:45.048Z] ---> c036b6afbc12 [2023-04-28T20:02:45.048Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-28T20:02:45.048Z] ---> Running in 76de88c136b4 [2023-04-28T20:02:45.318Z] Removing intermediate container 34053c017ab8 [2023-04-28T20:02:45.318Z] ---> 22159b6e62d0 [2023-04-28T20:02:45.318Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-28T20:02:45.318Z] ---> Running in 1c37d83c4f0a [2023-04-28T20:02:45.318Z] Removing intermediate container 76de88c136b4 [2023-04-28T20:02:45.318Z] ---> d7cce7dda91a [2023-04-28T20:02:45.318Z] Step 24/26 : LABEL arch=x86_64 [2023-04-28T20:02:45.577Z] ---> Running in 736413742ceb [2023-04-28T20:02:45.577Z] Removing intermediate container 1c37d83c4f0a [2023-04-28T20:02:45.577Z] ---> d019742ace66 [2023-04-28T20:02:45.577Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-28T20:02:45.577Z] ---> Running in 2134599b62da [2023-04-28T20:02:45.835Z] Removing intermediate container 736413742ceb [2023-04-28T20:02:45.835Z] ---> d09db52db321 [2023-04-28T20:02:45.835Z] Step 25/26 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:02:45.835Z] ---> Running in 4e1b49782cd7 [2023-04-28T20:02:45.835Z] Removing intermediate container 2134599b62da [2023-04-28T20:02:45.835Z] ---> 13b0e2a3a581 [2023-04-28T20:02:45.835Z] Step 25/27 : LABEL arch=x86_64 [2023-04-28T20:02:45.835Z] ---> Running in 0ac268e463b1 [2023-04-28T20:02:46.093Z] Removing intermediate container 4e1b49782cd7 [2023-04-28T20:02:46.093Z] ---> 90abf8c2dd1e [2023-04-28T20:02:46.093Z] Step 26/26 : LABEL version=0.0.0 [2023-04-28T20:02:46.351Z] ---> Running in 43a19c2eae61 [2023-04-28T20:02:46.351Z] Removing intermediate container 0ac268e463b1 [2023-04-28T20:02:46.351Z] ---> e45bd89d3640 [2023-04-28T20:02:46.351Z] Step 26/27 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:02:46.351Z] ---> Running in 214d5fa1dee3 [2023-04-28T20:02:46.351Z] Removing intermediate container 43a19c2eae61 [2023-04-28T20:02:46.351Z] ---> 4726db0ea0f7 [2023-04-28T20:02:46.351Z] [2023-04-28T20:02:46.609Z] Successfully built 4726db0ea0f7 [2023-04-28T20:02:46.609Z] Successfully tagged security-spire-server:latest [2023-04-28T20:02:46.609Z] Building security-secretstore-setup [2023-04-28T20:02:46.609Z] Removing intermediate container 214d5fa1dee3 [2023-04-28T20:02:46.609Z] ---> 4ff6fa4085d3 [2023-04-28T20:02:46.609Z] Step 27/27 : LABEL version=0.0.0 [2023-04-28T20:02:46.609Z]  Building security-spire-server ... done  ---> Running in 28618b29e65e [2023-04-28T20:02:47.294Z] Removing intermediate container 2fbcdecaee5a [2023-04-28T20:02:47.294Z] ---> 1530d9585714 [2023-04-28T20:02:47.294Z] Successfully built 1530d9585714 [2023-04-28T20:02:47.294Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T20:02:47.544Z] Removing intermediate container 28618b29e65e [2023-04-28T20:02:47.544Z] ---> 12bf1a8753bd [2023-04-28T20:02:47.544Z] [2023-04-28T20:02:47.544Z] Successfully built 12bf1a8753bd [2023-04-28T20:02:47.544Z] Successfully tagged security-spire-config:latest [2023-04-28T20:02:47.544Z]  Building security-spire-config ... done Building core-command [2023-04-28T20:02:47.702Z] + docker inspect -f . ci-base-image-arm64 [2023-04-28T20:02:47.702Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T20:02:47.983Z] prd-ubuntu20.04-docker-arm64-4c-16g-12031 does not seem to be running inside a container [2023-04-28T20:02:48.053Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-28T20:02:49.269Z] $ docker top 2840f5ad3857705bac317007d5a040a0a026ed908ea48aba7383cd6d04189175 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-28T20:02:50.128Z] + go version [2023-04-28T20:02:50.128Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-28T20:02:50.164Z] $ docker stop --time=1 2840f5ad3857705bac317007d5a040a0a026ed908ea48aba7383cd6d04189175 [2023-04-28T20:02:51.763Z] $ docker rm -f --volumes 2840f5ad3857705bac317007d5a040a0a026ed908ea48aba7383cd6d04189175 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T20:02:52.625Z] + docker inspect -f . ci-base-image-arm64 [2023-04-28T20:02:52.625Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T20:02:52.886Z] prd-ubuntu20.04-docker-arm64-4c-16g-12031 does not seem to be running inside a container [2023-04-28T20:02:52.954Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-28T20:02:54.100Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:02:54.100Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:02:54.100Z] ---> 1eaead68823f [2023-04-28T20:02:54.100Z] Step 3/25 : WORKDIR /edgex-go [2023-04-28T20:02:54.100Z] ---> Using cache [2023-04-28T20:02:54.100Z] ---> 4b5b18336af8 [2023-04-28T20:02:54.100Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-28T20:02:54.100Z] ---> Using cache [2023-04-28T20:02:54.100Z] ---> 3d2fbf615687 [2023-04-28T20:02:54.100Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-28T20:02:54.100Z] ---> Using cache [2023-04-28T20:02:54.100Z] ---> d7413da03e74 [2023-04-28T20:02:54.100Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:02:54.100Z] ---> Using cache [2023-04-28T20:02:54.100Z] ---> 5c77aab40fcf [2023-04-28T20:02:54.100Z] Step 7/25 : COPY . . [2023-04-28T20:02:54.100Z] ---> Using cache [2023-04-28T20:02:54.100Z] ---> b8c15c2046d3 [2023-04-28T20:02:54.100Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-28T20:02:54.100Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:02:54.100Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:02:54.100Z] ---> 1eaead68823f [2023-04-28T20:02:54.100Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-28T20:02:54.100Z] ---> Using cache [2023-04-28T20:02:54.100Z] ---> c3847ffed3e4 [2023-04-28T20:02:54.100Z] Step 4/24 : WORKDIR /edgex-go [2023-04-28T20:02:54.100Z] ---> Using cache [2023-04-28T20:02:54.100Z] ---> 51e339fdf33c [2023-04-28T20:02:54.100Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-28T20:02:54.100Z] ---> Using cache [2023-04-28T20:02:54.100Z] ---> 5ea66eda2072 [2023-04-28T20:02:54.100Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-28T20:02:54.100Z] ---> Using cache [2023-04-28T20:02:54.100Z] ---> 4f6c20a28998 [2023-04-28T20:02:54.100Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:02:54.100Z] ---> Using cache [2023-04-28T20:02:54.100Z] ---> fcfe46807ad7 [2023-04-28T20:02:54.100Z] Step 8/24 : COPY . . [2023-04-28T20:02:54.100Z] ---> Using cache [2023-04-28T20:02:54.100Z] ---> f03b72ec7ad5 [2023-04-28T20:02:54.100Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-28T20:02:55.472Z] ---> Running in 8ff53de7b7ff [2023-04-28T20:02:55.472Z] ---> Running in 93463811306c [2023-04-28T20:02:56.163Z] $ docker top ce0b7ddd7821e957a9829741d331462365ed17e818974085023e142fa6d50779 -eo pid,comm [Pipeline] { [2023-04-28T20:02:56.405Z] 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-28T20:02:56.405Z] 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 [Pipeline] echo [2023-04-28T20:02:56.463Z] ========================================================= [2023-04-28T20:02:56.463Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-28T20:02:56.463Z] ========================================================= [Pipeline] sh [2023-04-28T20:02:56.784Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-28T20:02:57.442Z] + make test [2023-04-28T20:02:57.442Z] go test -race -coverprofile=coverage.out ./... [2023-04-28T20:03:04.518Z] Removing intermediate container 19cf4d23b8db [2023-04-28T20:03:04.518Z] ---> 866acb3bc186 [2023-04-28T20:03:04.518Z] [2023-04-28T20:03:04.518Z] Step 9/22 : FROM alpine:3.17 [2023-04-28T20:03:04.518Z] ---> 9ed4aefc74f6 [2023-04-28T20:03:04.518Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-28T20:03:04.518Z] ---> Running in d30599b17344 [2023-04-28T20:03:04.518Z] Removing intermediate container 7d3d4a4ae05e [2023-04-28T20:03:04.518Z] ---> 14cf3487b02b [2023-04-28T20:03:04.518Z] [2023-04-28T20:03:04.518Z] Step 10/25 : FROM alpine:3.17 [2023-04-28T20:03:04.518Z] ---> 9ed4aefc74f6 [2023-04-28T20:03:04.518Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-28T20:03:04.518Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:03:04.518Z] ---> Running in d366f55e01a4 [2023-04-28T20:03:04.518Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:03:04.518Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-28T20:03:04.518Z] (2/2) Installing openssl (3.0.8-r4) [2023-04-28T20:03:04.518Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:03:04.518Z] OK: 8 MiB in 17 packages [2023-04-28T20:03:04.783Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:03:04.783Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:03:05.042Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-28T20:03:05.042Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:03:05.042Z] OK: 7 MiB in 16 packages [2023-04-28T20:03:05.617Z] Removing intermediate container d30599b17344 [2023-04-28T20:03:05.617Z] ---> 8b1f92f2adf8 [2023-04-28T20:03:05.617Z] 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-28T20:03:05.617Z] ---> Running in 2f1ab0f35d5e [2023-04-28T20:03:05.875Z] Removing intermediate container d366f55e01a4 [2023-04-28T20:03:05.875Z] ---> 24e7f578a294 [2023-04-28T20:03:05.875Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-28T20:03:05.875Z] ---> Running in b804d7e7827b [2023-04-28T20:03:05.875Z] Removing intermediate container 2f1ab0f35d5e [2023-04-28T20:03:05.875Z] ---> 7a06b07dadba [2023-04-28T20:03:05.875Z] Step 12/22 : WORKDIR /edgex [2023-04-28T20:03:06.133Z] ---> Running in 807ffbf47726 [2023-04-28T20:03:06.394Z] Removing intermediate container b804d7e7827b [2023-04-28T20:03:06.394Z] ---> f2dfa31d430a [2023-04-28T20:03:06.394Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-28T20:03:06.394Z] ---> Running in 6f0cffbb7154 [2023-04-28T20:03:06.656Z] Removing intermediate container 807ffbf47726 [2023-04-28T20:03:06.656Z] ---> 7f22a1896db8 [2023-04-28T20:03:06.656Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:03:06.913Z] Removing intermediate container 6f0cffbb7154 [2023-04-28T20:03:06.913Z] ---> 259137bce1e5 [2023-04-28T20:03:06.913Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-28T20:03:06.913Z] ---> Running in d34061cf62f7 [2023-04-28T20:03:07.655Z] Removing intermediate container d34061cf62f7 [2023-04-28T20:03:07.655Z] ---> b5730494afa0 [2023-04-28T20:03:07.655Z] Step 15/25 : WORKDIR / [2023-04-28T20:03:07.655Z] ---> 6e6a1b14f5e1 [2023-04-28T20:03:07.655Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:03:07.655Z] ---> Running in 508733678fee [2023-04-28T20:03:07.914Z] Removing intermediate container 508733678fee [2023-04-28T20:03:07.914Z] ---> 6030e70a2677 [2023-04-28T20:03:07.914Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:03:07.914Z] ---> 1bd482c361e3 [2023-04-28T20:03:07.914Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-28T20:03:08.479Z] ---> 6d8ab53e079a [2023-04-28T20:03:08.479Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:03:08.479Z] ---> 2b07612aa195 [2023-04-28T20:03:08.479Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-28T20:03:09.045Z] ---> 6a1c82201dba [2023-04-28T20:03:09.045Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-28T20:03:09.307Z] ---> e79ebf15decc [2023-04-28T20:03:09.308Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-28T20:03:09.566Z] ---> c25b4f5981a4 [2023-04-28T20:03:09.566Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-28T20:03:09.823Z] ---> 190fad31e3d1 [2023-04-28T20:03:09.823Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-28T20:03:09.823Z] ---> Running in db9cef78dc51 [2023-04-28T20:03:10.081Z] ---> 662d79ba60f2 [2023-04-28T20:03:10.081Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-28T20:03:10.669Z] ---> 6d195f1773c2 [2023-04-28T20:03:10.669Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-28T20:03:10.669Z] ---> Running in f416ae41bc5d [2023-04-28T20:03:10.926Z] Removing intermediate container f416ae41bc5d [2023-04-28T20:03:10.926Z] ---> 592ec65a2390 [2023-04-28T20:03:10.926Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-28T20:03:10.926Z] Removing intermediate container db9cef78dc51 [2023-04-28T20:03:10.926Z] ---> 8f0b4152b323 [2023-04-28T20:03:10.926Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-28T20:03:10.926Z] ---> Running in 703b3256e1f6 [2023-04-28T20:03:10.926Z] ---> Running in 0518fbf69f17 [2023-04-28T20:03:11.185Z] Removing intermediate container 703b3256e1f6 [2023-04-28T20:03:11.185Z] ---> dfcf38644f56 [2023-04-28T20:03:11.185Z] Step 23/25 : LABEL arch=x86_64 [2023-04-28T20:03:11.185Z] ---> Running in 709af1b99293 [2023-04-28T20:03:11.185Z] Removing intermediate container 0518fbf69f17 [2023-04-28T20:03:11.185Z] ---> 5baae5e45d0f [2023-04-28T20:03:11.185Z] Step 20/22 : LABEL arch=x86_64 [2023-04-28T20:03:11.185Z] ---> Running in 759a13006978 [2023-04-28T20:03:11.444Z] Removing intermediate container 709af1b99293 [2023-04-28T20:03:11.444Z] ---> ed248ffa3348 [2023-04-28T20:03:11.444Z] Step 24/25 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:03:11.444Z] ---> Running in 6672c564aa45 [2023-04-28T20:03:11.444Z] Removing intermediate container 759a13006978 [2023-04-28T20:03:11.444Z] ---> 0c5b0cf59cac [2023-04-28T20:03:11.444Z] Step 21/22 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:03:11.444Z] ---> Running in e99ce91e681b [2023-04-28T20:03:11.444Z] Removing intermediate container 6672c564aa45 [2023-04-28T20:03:11.444Z] ---> c0f6e84dd21e [2023-04-28T20:03:11.444Z] Step 25/25 : LABEL version=0.0.0 [2023-04-28T20:03:11.703Z] ---> Running in 00fa86009479 [2023-04-28T20:03:11.703Z] Removing intermediate container e99ce91e681b [2023-04-28T20:03:11.703Z] ---> 60656622ab30 [2023-04-28T20:03:11.703Z] Step 22/22 : LABEL version=0.0.0 [2023-04-28T20:03:11.703Z] Removing intermediate container 00fa86009479 [2023-04-28T20:03:11.703Z] ---> 49e1011ec906 [2023-04-28T20:03:11.703Z] [2023-04-28T20:03:11.703Z] ---> Running in 9c773ae9d370 [2023-04-28T20:03:11.703Z] Successfully built 49e1011ec906 [2023-04-28T20:03:11.703Z] Successfully tagged core-metadata:latest [2023-04-28T20:03:11.703Z] Building core-common-config-bootstrapper [2023-04-28T20:03:11.961Z]  Building core-metadata ... done Removing intermediate container 9c773ae9d370 [2023-04-28T20:03:11.961Z] ---> 817363896f73 [2023-04-28T20:03:11.961Z] [2023-04-28T20:03:11.961Z] Removing intermediate container 11d6db417553 [2023-04-28T20:03:11.961Z] ---> 7bd65982646d [2023-04-28T20:03:11.961Z] [2023-04-28T20:03:11.961Z] Step 10/23 : FROM alpine:3.17 [2023-04-28T20:03:11.961Z] ---> 9ed4aefc74f6 [2023-04-28T20:03:11.961Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-28T20:03:11.961Z] ---> Running in 8c5c692c2ea9 [2023-04-28T20:03:11.961Z] Successfully built 817363896f73 [2023-04-28T20:03:11.961Z] Successfully tagged security-proxy-setup:latest [2023-04-28T20:03:11.961Z] Building security-proxy-auth [2023-04-28T20:03:12.218Z]  Building security-proxy-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:03:12.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:03:12.478Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-28T20:03:12.478Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-28T20:03:12.478Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:03:12.478Z] Executing ca-certificates-20220614-r4.trigger [2023-04-28T20:03:12.736Z] OK: 8 MiB in 17 packages [2023-04-28T20:03:16.016Z] Removing intermediate container 8c5c692c2ea9 [2023-04-28T20:03:16.016Z] ---> 1a874ff762ea [2023-04-28T20:03:16.016Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-28T20:03:16.016Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:03:16.016Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:03:16.016Z] ---> 1eaead68823f [2023-04-28T20:03:16.016Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-28T20:03:16.016Z] ---> Using cache [2023-04-28T20:03:16.016Z] ---> c3847ffed3e4 [2023-04-28T20:03:16.016Z] Step 4/23 : WORKDIR /edgex-go [2023-04-28T20:03:16.016Z] ---> Using cache [2023-04-28T20:03:16.016Z] ---> 51e339fdf33c [2023-04-28T20:03:16.016Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-28T20:03:16.016Z] ---> Using cache [2023-04-28T20:03:16.016Z] ---> 5ea66eda2072 [2023-04-28T20:03:16.016Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-28T20:03:16.016Z] ---> Using cache [2023-04-28T20:03:16.016Z] ---> 4f6c20a28998 [2023-04-28T20:03:16.016Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:03:16.016Z] ---> Using cache [2023-04-28T20:03:16.016Z] ---> fcfe46807ad7 [2023-04-28T20:03:16.016Z] Step 8/23 : COPY . . [2023-04-28T20:03:16.016Z] ---> Using cache [2023-04-28T20:03:16.016Z] ---> f03b72ec7ad5 [2023-04-28T20:03:16.016Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-28T20:03:16.274Z] ---> Running in a8ab4dd69209 [2023-04-28T20:03:16.274Z] ---> Running in f6f58542608a [2023-04-28T20:03:16.531Z] Removing intermediate container a8ab4dd69209 [2023-04-28T20:03:16.531Z] ---> d32d4ccc71a4 [2023-04-28T20:03:16.531Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-28T20:03:16.531Z] ---> Running in e1daee81d3af [2023-04-28T20:03:16.531Z] Removing intermediate container e1daee81d3af [2023-04-28T20:03:16.531Z] ---> d184e6b476c8 [2023-04-28T20:03:16.531Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-28T20:03:16.788Z] ---> Running in 0f81f535a055 [2023-04-28T20:03:16.788Z] 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-28T20:03:16.788Z] Removing intermediate container 0f81f535a055 [2023-04-28T20:03:16.788Z] ---> adfcac0739a1 [2023-04-28T20:03:16.788Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:03:17.046Z] 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-28T20:03:17.046Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:03:17.046Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:03:17.046Z] ---> 1eaead68823f [2023-04-28T20:03:17.046Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-28T20:03:17.046Z] ---> Using cache [2023-04-28T20:03:17.046Z] ---> c3847ffed3e4 [2023-04-28T20:03:17.046Z] Step 4/23 : WORKDIR /edgex-go [2023-04-28T20:03:17.046Z] ---> Using cache [2023-04-28T20:03:17.047Z] ---> 51e339fdf33c [2023-04-28T20:03:17.047Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-28T20:03:17.047Z] ---> Using cache [2023-04-28T20:03:17.047Z] ---> 5ea66eda2072 [2023-04-28T20:03:17.047Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-28T20:03:17.047Z] ---> Using cache [2023-04-28T20:03:17.047Z] ---> 4f6c20a28998 [2023-04-28T20:03:17.047Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:03:17.047Z] ---> Using cache [2023-04-28T20:03:17.047Z] ---> fcfe46807ad7 [2023-04-28T20:03:17.047Z] Step 8/23 : COPY . . [2023-04-28T20:03:17.047Z] ---> Using cache [2023-04-28T20:03:17.047Z] ---> f03b72ec7ad5 [2023-04-28T20:03:17.047Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-28T20:03:17.047Z] ---> 14f489b047a7 [2023-04-28T20:03:17.047Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:03:17.304Z] ---> Running in 3997260e5011 [2023-04-28T20:03:17.304Z] ---> 816126d12f3b [2023-04-28T20:03:17.304Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-28T20:03:17.561Z] 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-28T20:03:18.127Z] ---> 79d6c61ab40a [2023-04-28T20:03:18.127Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-28T20:03:18.385Z] ---> c33d46617bc6 [2023-04-28T20:03:18.385Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-28T20:03:18.385Z] ---> Running in 54d50a21ffef [2023-04-28T20:03:18.642Z] Removing intermediate container 54d50a21ffef [2023-04-28T20:03:18.642Z] ---> 7ffb4ea91194 [2023-04-28T20:03:18.642Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-28T20:03:18.642Z] ---> Running in eb0cb2ceed5d [2023-04-28T20:03:18.900Z] Removing intermediate container eb0cb2ceed5d [2023-04-28T20:03:18.900Z] ---> 1cf415940849 [2023-04-28T20:03:18.900Z] Step 21/23 : LABEL arch=x86_64 [2023-04-28T20:03:18.900Z] ---> Running in 5ccb4907c7cf [2023-04-28T20:03:19.158Z] Removing intermediate container 5ccb4907c7cf [2023-04-28T20:03:19.158Z] ---> 95d0384538dc [2023-04-28T20:03:19.158Z] Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:03:19.416Z] ---> Running in b3b288ee0b89 [2023-04-28T20:03:19.416Z] Removing intermediate container b3b288ee0b89 [2023-04-28T20:03:19.416Z] ---> 2f9327fd0c43 [2023-04-28T20:03:19.416Z] Step 23/23 : LABEL version=0.0.0 [2023-04-28T20:03:19.416Z] ---> Running in 6a44d098c4cd [2023-04-28T20:03:19.673Z] Removing intermediate container 6a44d098c4cd [2023-04-28T20:03:19.673Z] ---> 23f9c2301e1c [2023-04-28T20:03:19.673Z] [2023-04-28T20:03:19.931Z] Successfully built 23f9c2301e1c [2023-04-28T20:03:19.931Z] Successfully tagged support-notifications:latest [2023-04-28T20:03:19.931Z]  Building support-notifications ... done Building security-spiffe-token-provider [2023-04-28T20:03:19.931Z] Removing intermediate container 8ff53de7b7ff [2023-04-28T20:03:19.931Z] ---> 92ec10656b36 [2023-04-28T20:03:19.931Z] [2023-04-28T20:03:19.931Z] Step 10/24 : FROM alpine:3.17 [2023-04-28T20:03:19.931Z] ---> 9ed4aefc74f6 [2023-04-28T20:03:19.931Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-28T20:03:19.931Z] ---> Using cache [2023-04-28T20:03:19.931Z] ---> 24e7f578a294 [2023-04-28T20:03:19.931Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-28T20:03:19.931Z] ---> Using cache [2023-04-28T20:03:19.931Z] ---> f2dfa31d430a [2023-04-28T20:03:19.931Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-28T20:03:21.307Z] ---> Running in 8e335bfccfed [2023-04-28T20:03:21.579Z] Removing intermediate container 93463811306c [2023-04-28T20:03:21.579Z] ---> fc4de5c26189 [2023-04-28T20:03:21.579Z] [2023-04-28T20:03:21.579Z] Step 9/25 : FROM alpine:3.17 [2023-04-28T20:03:21.579Z] ---> 9ed4aefc74f6 [2023-04-28T20:03:21.579Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-28T20:03:21.579Z] ---> Running in f8c3ce8dd0d1 [2023-04-28T20:03:21.842Z] Removing intermediate container 8e335bfccfed [2023-04-28T20:03:21.842Z] ---> 966bc15dc203 [2023-04-28T20:03:21.842Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-28T20:03:21.842Z] ---> Running in 627246614fea [2023-04-28T20:03:22.101Z] Removing intermediate container 627246614fea [2023-04-28T20:03:22.102Z] ---> c619f53b1d9a [2023-04-28T20:03:22.102Z] Step 15/24 : WORKDIR / [2023-04-28T20:03:22.102Z] ---> Running in ec32ec7b73d3 [2023-04-28T20:03:22.669Z] Removing intermediate container ec32ec7b73d3 [2023-04-28T20:03:22.669Z] ---> 144b485079ae [2023-04-28T20:03:22.669Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:03:22.669Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:03:22.669Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:03:22.929Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-28T20:03:22.929Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-28T20:03:22.929Z] (3/3) Installing su-exec (0.2-r2) [2023-04-28T20:03:22.929Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:03:22.929Z] Executing ca-certificates-20220614-r4.trigger [2023-04-28T20:03:23.188Z] OK: 8 MiB in 18 packages [2023-04-28T20:03:23.188Z] ---> e055ffc41c79 [2023-04-28T20:03:23.188Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:03:23.756Z] ---> 4ad4dd9ff395 [2023-04-28T20:03:23.756Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-28T20:03:24.339Z] Removing intermediate container f8c3ce8dd0d1 [2023-04-28T20:03:24.339Z] ---> 7eb888229903 [2023-04-28T20:03:24.339Z] 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-28T20:03:24.339Z] ---> Running in 554f3640efc3 [2023-04-28T20:03:24.339Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:03:24.339Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:03:24.339Z] ---> 1eaead68823f [2023-04-28T20:03:24.339Z] Step 3/20 : WORKDIR /edgex-go [2023-04-28T20:03:24.339Z] ---> Using cache [2023-04-28T20:03:24.339Z] ---> 4b5b18336af8 [2023-04-28T20:03:24.339Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-28T20:03:24.339Z] ---> Running in 2d2eb93b6350 [2023-04-28T20:03:24.597Z] ---> 48148db9abff [2023-04-28T20:03:24.597Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-28T20:03:24.597Z] Removing intermediate container 554f3640efc3 [2023-04-28T20:03:24.597Z] ---> 1e5dc7cbd317 [2023-04-28T20:03:24.597Z] Step 12/25 : WORKDIR / [2023-04-28T20:03:24.597Z] ---> Running in f10f496747f6 [2023-04-28T20:03:24.855Z] ---> 1a98f9be94f9 [2023-04-28T20:03:24.855Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-28T20:03:24.855Z] ---> Running in f30975dd5130 [2023-04-28T20:03:24.855Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:03:24.855Z] Removing intermediate container f10f496747f6 [2023-04-28T20:03:24.855Z] ---> 997131ded4d9 [2023-04-28T20:03:24.855Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:03:25.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:03:25.118Z] Removing intermediate container f30975dd5130 [2023-04-28T20:03:25.118Z] ---> 318e4842c9fc [2023-04-28T20:03:25.118Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-28T20:03:25.118Z] ---> Running in 3719206f080f [2023-04-28T20:03:25.377Z] ---> 03f9990a7e27 [2023-04-28T20:03:25.377Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:03:25.377Z] v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-28T20:03:25.377Z] v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-28T20:03:25.377Z] OK: 17819 distinct packages available [2023-04-28T20:03:25.377Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:03:25.377Z] Removing intermediate container 3719206f080f [2023-04-28T20:03:25.377Z] ---> 3af4a2f7c979 [2023-04-28T20:03:25.377Z] Step 22/24 : LABEL arch=x86_64 [2023-04-28T20:03:25.377Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:03:25.377Z] ---> Running in 464fd28c6304 [2023-04-28T20:03:25.642Z] OK: 265 MiB in 53 packages [2023-04-28T20:03:25.900Z] ---> 2c1000eddcd8 [2023-04-28T20:03:25.900Z] 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-28T20:03:25.900Z] Removing intermediate container 464fd28c6304 [2023-04-28T20:03:25.900Z] ---> 14b2422afa99 [2023-04-28T20:03:25.900Z] Step 23/24 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:03:25.900Z] ---> Running in ed7d2c51c9c5 [2023-04-28T20:03:26.158Z] Removing intermediate container ed7d2c51c9c5 [2023-04-28T20:03:26.158Z] ---> 5d1576507a21 [2023-04-28T20:03:26.158Z] Step 24/24 : LABEL version=0.0.0 [2023-04-28T20:03:26.416Z] ---> Running in b9df27b1d9dc [2023-04-28T20:03:26.416Z] ---> b9a3a9acb467 [2023-04-28T20:03:26.416Z] 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-28T20:03:26.416Z] Removing intermediate container 2d2eb93b6350 [2023-04-28T20:03:26.416Z] ---> c0426ae874e1 [2023-04-28T20:03:26.416Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-28T20:03:26.416Z] Removing intermediate container b9df27b1d9dc [2023-04-28T20:03:26.416Z] ---> e9e37f927d6a [2023-04-28T20:03:26.416Z] [2023-04-28T20:03:26.676Z] Successfully built e9e37f927d6a [2023-04-28T20:03:26.676Z] Successfully tagged core-command:latest [2023-04-28T20:03:26.676Z]  Building core-command ... done Building support-scheduler [2023-04-28T20:03:27.240Z] ---> 2522ffe932f3 [2023-04-28T20:03:27.240Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-28T20:03:27.804Z] ---> f9f63f7107be [2023-04-28T20:03:27.804Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:03:28.063Z] ---> abff2ecd57d4 [2023-04-28T20:03:28.063Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-28T20:03:28.063Z] ---> Running in c90df7ee9b67 [2023-04-28T20:03:28.997Z] ---> 107517fab27f [2023-04-28T20:03:28.997Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-28T20:03:30.373Z] ---> fe9eec799f6f [2023-04-28T20:03:30.373Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-28T20:03:30.373Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:03:30.373Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:03:30.373Z] ---> 1eaead68823f [2023-04-28T20:03:30.373Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-28T20:03:30.373Z] ---> Using cache [2023-04-28T20:03:30.373Z] ---> c3847ffed3e4 [2023-04-28T20:03:30.373Z] Step 4/23 : WORKDIR /edgex-go [2023-04-28T20:03:30.373Z] ---> Using cache [2023-04-28T20:03:30.373Z] ---> 51e339fdf33c [2023-04-28T20:03:30.373Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-28T20:03:30.373Z] ---> Using cache [2023-04-28T20:03:30.373Z] ---> 5ea66eda2072 [2023-04-28T20:03:30.373Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-28T20:03:30.373Z] ---> Using cache [2023-04-28T20:03:30.373Z] ---> 4f6c20a28998 [2023-04-28T20:03:30.373Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:03:30.373Z] ---> Using cache [2023-04-28T20:03:30.373Z] ---> fcfe46807ad7 [2023-04-28T20:03:30.373Z] Step 8/23 : COPY . . [2023-04-28T20:03:30.373Z] ---> Using cache [2023-04-28T20:03:30.373Z] ---> f03b72ec7ad5 [2023-04-28T20:03:30.373Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-28T20:03:30.373Z] ---> Running in c408ba18d5f3 [2023-04-28T20:03:30.373Z] ---> 35a81f46661a [2023-04-28T20:03:30.373Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-28T20:03:30.373Z] ---> Running in 5ec471c8f987 [2023-04-28T20:03:30.950Z] 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-28T20:03:31.517Z] Removing intermediate container 5ec471c8f987 [2023-04-28T20:03:31.517Z] ---> f02084b447b2 [2023-04-28T20:03:31.518Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-28T20:03:31.518Z] ---> Running in b571dd7f6906 [2023-04-28T20:03:31.775Z] Removing intermediate container b571dd7f6906 [2023-04-28T20:03:31.775Z] ---> 9104f3c8adb3 [2023-04-28T20:03:31.775Z] Step 23/25 : LABEL arch=x86_64 [2023-04-28T20:03:31.775Z] ---> Running in 44eceb865b6e [2023-04-28T20:03:32.033Z] Removing intermediate container 44eceb865b6e [2023-04-28T20:03:32.033Z] ---> b75781eef17f [2023-04-28T20:03:32.033Z] Step 24/25 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:03:32.033Z] ---> Running in 1b09ab9b8297 [2023-04-28T20:03:32.298Z] Removing intermediate container 1b09ab9b8297 [2023-04-28T20:03:32.298Z] ---> bebcbab76616 [2023-04-28T20:03:32.298Z] Step 25/25 : LABEL version=0.0.0 [2023-04-28T20:03:32.298Z] ---> Running in d7cf9d725f13 [2023-04-28T20:03:32.556Z] Removing intermediate container d7cf9d725f13 [2023-04-28T20:03:32.556Z] ---> 07fb30aa3274 [2023-04-28T20:03:32.556Z] [2023-04-28T20:03:32.556Z] Successfully built 07fb30aa3274 [2023-04-28T20:03:32.556Z] Successfully tagged security-secretstore-setup:latest [2023-04-28T20:03:32.556Z]  Building security-secretstore-setup ... done Building security-spire-agent [2023-04-28T20:03:35.852Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:03:35.852Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:03:35.852Z] ---> 1eaead68823f [2023-04-28T20:03:35.852Z] Step 3/27 : WORKDIR /edgex-go [2023-04-28T20:03:35.852Z] ---> Using cache [2023-04-28T20:03:35.852Z] ---> 4b5b18336af8 [2023-04-28T20:03:35.852Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-28T20:03:36.315Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-28T20:03:39.135Z] ---> Running in c0ace759206b [2023-04-28T20:03:39.135Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:03:39.394Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:03:39.394Z] OK: 265 MiB in 53 packages [2023-04-28T20:03:40.776Z] Removing intermediate container c0ace759206b [2023-04-28T20:03:40.776Z] ---> d9cb7e96ef8a [2023-04-28T20:03:40.776Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-28T20:03:41.039Z] ---> ac34e3baa622 [2023-04-28T20:03:41.039Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:03:41.298Z] ---> Running in 5c9f5f7a4c20 [2023-04-28T20:03:41.298Z] Removing intermediate container f6f58542608a [2023-04-28T20:03:41.298Z] ---> 053d880dfdf0 [2023-04-28T20:03:41.298Z] [2023-04-28T20:03:41.298Z] Step 10/23 : FROM alpine:3.17 [2023-04-28T20:03:41.298Z] ---> 9ed4aefc74f6 [2023-04-28T20:03:41.298Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-28T20:03:41.298Z] ---> Running in c7bbf67deb4f [2023-04-28T20:03:41.864Z] Removing intermediate container c7bbf67deb4f [2023-04-28T20:03:41.864Z] ---> 83761e320ad9 [2023-04-28T20:03:41.865Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-28T20:03:41.865Z] ---> Running in 9eb6771657c0 [2023-04-28T20:03:41.865Z] Removing intermediate container 3997260e5011 [2023-04-28T20:03:41.865Z] ---> 92d70f9bb475 [2023-04-28T20:03:41.865Z] [2023-04-28T20:03:41.865Z] Step 10/23 : FROM alpine:3.17 [2023-04-28T20:03:41.865Z] ---> 9ed4aefc74f6 [2023-04-28T20:03:41.865Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-28T20:03:41.865Z] ---> Using cache [2023-04-28T20:03:41.865Z] ---> 83761e320ad9 [2023-04-28T20:03:41.865Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-28T20:03:41.865Z] ---> Running in 5c496bd0bf49 [2023-04-28T20:03:42.432Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:03:42.433Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:03:42.691Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:03:42.691Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-28T20:03:42.691Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:03:42.691Z] OK: 7 MiB in 16 packages [2023-04-28T20:03:42.691Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:03:42.949Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-28T20:03:42.949Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:03:42.949Z] OK: 7 MiB in 16 packages [2023-04-28T20:03:43.515Z] Removing intermediate container 9eb6771657c0 [2023-04-28T20:03:43.515Z] ---> 29556e7c5683 [2023-04-28T20:03:43.515Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:03:43.773Z] Removing intermediate container 5c496bd0bf49 [2023-04-28T20:03:43.773Z] ---> b95ed6812f4a [2023-04-28T20:03:43.774Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:03:43.774Z] ---> 3b8f704034a4 [2023-04-28T20:03:43.774Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:03:44.032Z] ---> 11d63bea50b5 [2023-04-28T20:03:44.032Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-28T20:03:44.032Z] ---> 51b064184d38 [2023-04-28T20:03:44.032Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:03:44.382Z] ---> d5c72004b3d4 [2023-04-28T20:03:44.382Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-28T20:03:44.382Z] ---> d7709bf19026 [2023-04-28T20:03:44.382Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-28T20:03:44.967Z] ---> ba928bc31b9e [2023-04-28T20:03:44.967Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-28T20:03:44.967Z] ---> 121fa06e990d [2023-04-28T20:03:44.967Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-28T20:03:45.233Z] ---> f7e0910c0549 [2023-04-28T20:03:45.233Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-28T20:03:45.233Z] ---> Running in 7bce866b184b [2023-04-28T20:03:45.491Z] ---> 59e763907ea5 [2023-04-28T20:03:45.491Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-28T20:03:46.072Z] ---> a8fced5a9730 [2023-04-28T20:03:46.072Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-28T20:03:46.072Z] ---> Running in c6bcbf18f58c [2023-04-28T20:03:46.639Z] Removing intermediate container 7bce866b184b [2023-04-28T20:03:46.639Z] ---> 10991790c772 [2023-04-28T20:03:46.639Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-28T20:03:46.639Z] ---> Running in d9aacfc8542c [2023-04-28T20:03:47.207Z] Removing intermediate container d9aacfc8542c [2023-04-28T20:03:47.207Z] ---> 653138884059 [2023-04-28T20:03:47.207Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-28T20:03:47.207Z] ---> Running in 1747a2286ff6 [2023-04-28T20:03:47.776Z] Removing intermediate container c6bcbf18f58c [2023-04-28T20:03:47.776Z] ---> ba274d0d1492 [2023-04-28T20:03:47.776Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-28T20:03:47.776Z] Removing intermediate container 1747a2286ff6 [2023-04-28T20:03:47.776Z] ---> ec8c9e732308 [2023-04-28T20:03:47.776Z] Step 21/23 : LABEL arch=x86_64 [2023-04-28T20:03:47.776Z] ---> Running in acbefc754a47 [2023-04-28T20:03:47.776Z] ---> Running in 519e1f96faf6 [2023-04-28T20:03:47.776Z] Removing intermediate container c90df7ee9b67 [2023-04-28T20:03:47.776Z] ---> c011b6b676bd [2023-04-28T20:03:47.776Z] Step 7/20 : COPY . . [2023-04-28T20:03:48.038Z] Removing intermediate container 519e1f96faf6 [2023-04-28T20:03:48.038Z] ---> 8029bde04b1e [2023-04-28T20:03:48.038Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-28T20:03:48.038Z] Removing intermediate container acbefc754a47 [2023-04-28T20:03:48.038Z] ---> dc2eac6a4176 [2023-04-28T20:03:48.038Z] Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:03:48.297Z] ---> Running in e7603246b2fb [2023-04-28T20:03:48.297Z] ---> Running in 4a96664a06db [2023-04-28T20:03:48.297Z] Removing intermediate container e7603246b2fb [2023-04-28T20:03:48.297Z] ---> 55a6edcb52ce [2023-04-28T20:03:48.297Z] Step 21/23 : LABEL arch=x86_64 [2023-04-28T20:03:48.297Z] ---> Running in 5a8fee9405c0 [2023-04-28T20:03:48.297Z] Removing intermediate container 4a96664a06db [2023-04-28T20:03:48.297Z] ---> a45946f809ca [2023-04-28T20:03:48.297Z] Step 23/23 : LABEL version=0.0.0 [2023-04-28T20:03:48.557Z] ---> Running in 34669e4d24cd [2023-04-28T20:03:48.557Z] Removing intermediate container 5a8fee9405c0 [2023-04-28T20:03:48.557Z] ---> 0f34695b49a9 [2023-04-28T20:03:48.557Z] Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:03:48.557Z] ---> Running in 28fc272b68ea [2023-04-28T20:03:48.557Z] Removing intermediate container 34669e4d24cd [2023-04-28T20:03:48.557Z] ---> 5d74470b60f8 [2023-04-28T20:03:48.557Z] [2023-04-28T20:03:48.816Z] Removing intermediate container 28fc272b68ea [2023-04-28T20:03:48.816Z] ---> 7c48f992123d [2023-04-28T20:03:48.816Z] Step 23/23 : LABEL version=0.0.0 [2023-04-28T20:03:48.816Z] Successfully built 5d74470b60f8 [2023-04-28T20:03:48.816Z] Successfully tagged security-proxy-auth:latest [2023-04-28T20:03:48.816Z]  Building security-proxy-auth ... done Building core-data [2023-04-28T20:03:48.816Z] ---> Running in 920fd5d5542a [2023-04-28T20:03:49.075Z] Removing intermediate container 920fd5d5542a [2023-04-28T20:03:49.075Z] ---> d23ca5fd1115 [2023-04-28T20:03:49.075Z] [2023-04-28T20:03:49.338Z] Successfully built d23ca5fd1115 [2023-04-28T20:03:49.338Z] Successfully tagged core-common-config-bootstrapper:latest [2023-04-28T20:03:49.338Z] Building security-bootstrapper [2023-04-28T20:03:52.622Z]  Building core-common-config-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:03:52.622Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:03:52.622Z] ---> 1eaead68823f [2023-04-28T20:03:52.622Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-28T20:03:52.622Z] ---> Using cache [2023-04-28T20:03:52.622Z] ---> c3847ffed3e4 [2023-04-28T20:03:52.622Z] Step 4/23 : WORKDIR /edgex-go [2023-04-28T20:03:52.622Z] ---> Using cache [2023-04-28T20:03:52.622Z] ---> 51e339fdf33c [2023-04-28T20:03:52.622Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-28T20:03:52.622Z] ---> Using cache [2023-04-28T20:03:52.622Z] ---> 5ea66eda2072 [2023-04-28T20:03:52.622Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-28T20:03:52.622Z] ---> Using cache [2023-04-28T20:03:52.622Z] ---> 4f6c20a28998 [2023-04-28T20:03:52.622Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:03:52.622Z] ---> Using cache [2023-04-28T20:03:52.622Z] ---> fcfe46807ad7 [2023-04-28T20:03:52.622Z] Step 8/23 : COPY . . [2023-04-28T20:03:52.622Z] ---> Using cache [2023-04-28T20:03:52.622Z] ---> f03b72ec7ad5 [2023-04-28T20:03:52.622Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-28T20:03:52.882Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:03:52.882Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:03:53.141Z] ---> 1eaead68823f [2023-04-28T20:03:53.141Z] Step 3/33 : WORKDIR /edgex-go [2023-04-28T20:03:53.141Z] ---> Using cache [2023-04-28T20:03:53.141Z] ---> 4b5b18336af8 [2023-04-28T20:03:53.141Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-28T20:03:53.141Z] ---> Using cache [2023-04-28T20:03:53.141Z] ---> 3d2fbf615687 [2023-04-28T20:03:53.141Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-28T20:03:53.141Z] ---> Using cache [2023-04-28T20:03:53.141Z] ---> d7413da03e74 [2023-04-28T20:03:53.141Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:03:53.141Z] ---> Using cache [2023-04-28T20:03:53.141Z] ---> 5c77aab40fcf [2023-04-28T20:03:53.141Z] Step 7/33 : COPY . . [2023-04-28T20:03:53.141Z] ---> Using cache [2023-04-28T20:03:53.141Z] ---> b8c15c2046d3 [2023-04-28T20:03:53.141Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-28T20:03:55.044Z] ---> Running in cee1dcfb34ff [2023-04-28T20:03:55.044Z] ---> Running in 55de735d12a9 [2023-04-28T20:03:55.044Z] ---> b91a60944c49 [2023-04-28T20:03:55.044Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-28T20:03:55.044Z] ---> Running in d16952c51d98 [2023-04-28T20:03:55.044Z] Removing intermediate container 5c9f5f7a4c20 [2023-04-28T20:03:55.044Z] ---> 65eef90fb292 [2023-04-28T20:03:55.044Z] Step 7/27 : COPY . . [2023-04-28T20:03:55.302Z] 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-28T20:03:55.561Z] 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-28T20:03:55.561Z] 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-28T20:03:58.848Z] Removing intermediate container c408ba18d5f3 [2023-04-28T20:03:58.848Z] ---> e089346b8a4a [2023-04-28T20:03:58.848Z] [2023-04-28T20:03:58.848Z] Step 10/23 : FROM alpine:3.17 [2023-04-28T20:03:58.848Z] ---> 9ed4aefc74f6 [2023-04-28T20:03:58.848Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-28T20:03:58.848Z] ---> Using cache [2023-04-28T20:03:58.848Z] ---> 24e7f578a294 [2023-04-28T20:03:58.848Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-28T20:03:58.848Z] ---> Using cache [2023-04-28T20:03:58.848Z] ---> f2dfa31d430a [2023-04-28T20:03:58.848Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-28T20:03:58.848Z] ---> Running in 7a96053d1ef1 [2023-04-28T20:03:58.848Z] Removing intermediate container 7a96053d1ef1 [2023-04-28T20:03:58.848Z] ---> 6b2cd8694377 [2023-04-28T20:03:58.848Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-28T20:03:58.848Z] ---> Running in f6e333f55abe [2023-04-28T20:03:58.848Z] Removing intermediate container f6e333f55abe [2023-04-28T20:03:58.848Z] ---> 95b025efe434 [2023-04-28T20:03:58.848Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:03:59.413Z] ---> 84da3ed4c39e [2023-04-28T20:03:59.413Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:03:59.691Z] ---> b97ac1656f30 [2023-04-28T20:03:59.691Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-28T20:03:59.691Z] ---> b132f249c5d4 [2023-04-28T20:03:59.691Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-28T20:03:59.691Z] ---> Running in 79cdbc4cdefc [2023-04-28T20:04:00.257Z] Removing intermediate container 79cdbc4cdefc [2023-04-28T20:04:00.257Z] ---> d73b704843f3 [2023-04-28T20:04:00.257Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-28T20:04:00.257Z] ---> Running in 61942944d716 [2023-04-28T20:04:00.522Z] Removing intermediate container 61942944d716 [2023-04-28T20:04:00.522Z] ---> 2ad5a1005c1e [2023-04-28T20:04:00.522Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-28T20:04:00.783Z] ---> Running in 8ec7ef9c54b0 [2023-04-28T20:04:01.042Z] Removing intermediate container 8ec7ef9c54b0 [2023-04-28T20:04:01.043Z] ---> b3a60d11ed8c [2023-04-28T20:04:01.043Z] 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-28T20:04:01.043Z] ---> Running in f4e931e4798f [2023-04-28T20:04:01.043Z] ---> 9e22e4724175 [2023-04-28T20:04:01.043Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-28T20:04:01.610Z] ---> 45e94879c13f [2023-04-28T20:04:01.610Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-28T20:04:01.870Z] ---> Running in b7bc058f8602 [2023-04-28T20:04:01.870Z] Removing intermediate container b7bc058f8602 [2023-04-28T20:04:01.870Z] ---> 973da9d34085 [2023-04-28T20:04:01.870Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-28T20:04:02.131Z] ---> Running in 34e2c00545a7 [2023-04-28T20:04:02.131Z] Removing intermediate container 34e2c00545a7 [2023-04-28T20:04:02.131Z] ---> 5f1665915afa [2023-04-28T20:04:02.131Z] Step 21/23 : LABEL arch=x86_64 [2023-04-28T20:04:02.131Z] Removing intermediate container f4e931e4798f [2023-04-28T20:04:02.131Z] ---> beaf7b242eec [2023-04-28T20:04:02.131Z] Step 12/27 : WORKDIR /edgex-go [2023-04-28T20:04:02.131Z] ---> Running in d3ab6d8b1f20 [2023-04-28T20:04:02.390Z] ---> Running in 9c241efde610 [2023-04-28T20:04:02.390Z] Removing intermediate container d3ab6d8b1f20 [2023-04-28T20:04:02.390Z] ---> 386e27a0a9ee [2023-04-28T20:04:02.390Z] Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:04:02.390Z] Removing intermediate container 9c241efde610 [2023-04-28T20:04:02.390Z] ---> 58b3c97a8dbd [2023-04-28T20:04:02.390Z] [2023-04-28T20:04:02.390Z] Step 13/27 : FROM alpine:3.17 [2023-04-28T20:04:02.390Z] ---> 9ed4aefc74f6 [2023-04-28T20:04:02.390Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-28T20:04:02.390Z] ---> Using cache [2023-04-28T20:04:02.390Z] ---> ee939742699a [2023-04-28T20:04:02.390Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-28T20:04:02.649Z] ---> Running in 0569ca113579 [2023-04-28T20:04:02.649Z] ---> Running in 03fd6b5d38b2 [2023-04-28T20:04:02.649Z] Removing intermediate container 0569ca113579 [2023-04-28T20:04:02.649Z] ---> 0b9b997f6051 [2023-04-28T20:04:02.649Z] Step 23/23 : LABEL version=0.0.0 [2023-04-28T20:04:02.649Z] ---> Running in 6613001f32fc [2023-04-28T20:04:02.908Z] Removing intermediate container 6613001f32fc [2023-04-28T20:04:02.908Z] ---> a4fd88e37903 [2023-04-28T20:04:02.908Z] [2023-04-28T20:04:03.166Z] Successfully built a4fd88e37903 [2023-04-28T20:04:03.166Z] Successfully tagged support-scheduler:latest [2023-04-28T20:04:03.166Z]  Building support-scheduler ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:04:03.166Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:04:03.424Z] v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-28T20:04:03.424Z] v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-28T20:04:03.424Z] OK: 17820 distinct packages available [2023-04-28T20:04:03.682Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:04:03.682Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:04:03.941Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-28T20:04:03.941Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-28T20:04:03.941Z] (3/5) Installing libucontext (1.2-r0) [2023-04-28T20:04:03.941Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-28T20:04:03.941Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-28T20:04:03.941Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:04:03.941Z] OK: 8 MiB in 20 packages [2023-04-28T20:04:04.873Z] Removing intermediate container 03fd6b5d38b2 [2023-04-28T20:04:04.873Z] ---> d512e2ba807a [2023-04-28T20:04:04.873Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:04:05.130Z] ---> 40caccafbc33 [2023-04-28T20:04:05.130Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:04:05.695Z] ---> a4194b509294 [2023-04-28T20:04:05.695Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-28T20:04:07.596Z] ---> 7257019bff29 [2023-04-28T20:04:07.596Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-28T20:04:08.969Z] ---> ee72d34bc259 [2023-04-28T20:04:08.969Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-28T20:04:09.534Z] ---> 405a020b9ba6 [2023-04-28T20:04:09.534Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-28T20:04:10.099Z] ---> f9da1396bc87 [2023-04-28T20:04:10.099Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-28T20:04:10.664Z] ---> 73d773f3134b [2023-04-28T20:04:10.664Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-28T20:04:10.664Z] ---> Running in fc1244354ded [2023-04-28T20:04:10.664Z] Removing intermediate container fc1244354ded [2023-04-28T20:04:10.664Z] ---> 570439f9c9c0 [2023-04-28T20:04:10.664Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-28T20:04:10.665Z] ---> Running in 6a79206e6b49 [2023-04-28T20:04:10.923Z] Removing intermediate container 6a79206e6b49 [2023-04-28T20:04:10.923Z] ---> 631263d2d4d1 [2023-04-28T20:04:10.923Z] Step 25/27 : LABEL arch=x86_64 [2023-04-28T20:04:10.923Z] ---> Running in e90eebd513ba [2023-04-28T20:04:11.181Z] Removing intermediate container e90eebd513ba [2023-04-28T20:04:11.181Z] ---> 30bf15fdfd3a [2023-04-28T20:04:11.181Z] Step 26/27 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:04:11.181Z] ---> Running in 1d1ef4ad8bdc [2023-04-28T20:04:11.440Z] Removing intermediate container 1d1ef4ad8bdc [2023-04-28T20:04:11.440Z] ---> ff0965faf956 [2023-04-28T20:04:11.440Z] Step 27/27 : LABEL version=0.0.0 [2023-04-28T20:04:11.440Z] ---> Running in f1e0d5bc1bff [2023-04-28T20:04:11.698Z] Removing intermediate container f1e0d5bc1bff [2023-04-28T20:04:11.698Z] ---> 0a58103d37d8 [2023-04-28T20:04:11.698Z] [2023-04-28T20:04:11.698Z] Successfully built 0a58103d37d8 [2023-04-28T20:04:11.698Z] Successfully tagged security-spire-agent:latest [2023-04-28T20:04:18.250Z]  Building security-spire-agent ... done Removing intermediate container cee1dcfb34ff [2023-04-28T20:04:18.250Z] ---> 4b221ab8f0b3 [2023-04-28T20:04:18.250Z] [2023-04-28T20:04:18.250Z] Step 9/33 : FROM alpine:3.17 [2023-04-28T20:04:18.250Z] ---> 9ed4aefc74f6 [2023-04-28T20:04:18.250Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-28T20:04:18.250Z] ---> Running in 986d2434b07a [2023-04-28T20:04:18.250Z] Removing intermediate container 986d2434b07a [2023-04-28T20:04:18.250Z] ---> e1f236a2b126 [2023-04-28T20:04:18.250Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-28T20:04:18.250Z] ---> Running in 97b28893c777 [2023-04-28T20:04:18.508Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:04:18.765Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:04:19.047Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-28T20:04:19.047Z] (2/2) Installing su-exec (0.2-r2) [2023-04-28T20:04:19.047Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:04:19.047Z] OK: 7 MiB in 17 packages [2023-04-28T20:04:19.626Z] Removing intermediate container 97b28893c777 [2023-04-28T20:04:19.626Z] ---> 7965f48b9a17 [2023-04-28T20:04:19.626Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-28T20:04:19.626Z] ---> Running in 696940311af1 [2023-04-28T20:04:19.626Z] Removing intermediate container 55de735d12a9 [2023-04-28T20:04:19.626Z] ---> e1353010f059 [2023-04-28T20:04:19.626Z] [2023-04-28T20:04:19.626Z] Step 10/23 : FROM alpine:3.17 [2023-04-28T20:04:19.626Z] ---> 9ed4aefc74f6 [2023-04-28T20:04:19.626Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-28T20:04:19.626Z] ---> Running in 22e1eb8b7619 [2023-04-28T20:04:19.626Z] Removing intermediate container 696940311af1 [2023-04-28T20:04:19.626Z] ---> fcbd40184eca [2023-04-28T20:04:19.626Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-28T20:04:19.626Z] ---> Running in 9764a4393271 [2023-04-28T20:04:19.890Z] Removing intermediate container 22e1eb8b7619 [2023-04-28T20:04:19.890Z] ---> e09ac59907bd [2023-04-28T20:04:19.890Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-28T20:04:19.890Z] Removing intermediate container 9764a4393271 [2023-04-28T20:04:19.890Z] ---> 09a4a0f47377 [2023-04-28T20:04:19.890Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-28T20:04:19.890Z] ---> Running in ac48b2ea928f [2023-04-28T20:04:19.890Z] ---> Running in 5a8c887a3bf3 [2023-04-28T20:04:19.890Z] Removing intermediate container ac48b2ea928f [2023-04-28T20:04:19.890Z] ---> 6177f4d3439b [2023-04-28T20:04:19.890Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-28T20:04:19.890Z] Removing intermediate container 5a8c887a3bf3 [2023-04-28T20:04:19.890Z] ---> 90c569b23727 [2023-04-28T20:04:19.890Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-28T20:04:19.890Z] ---> Running in fc54c4fec42d [2023-04-28T20:04:20.150Z] ---> Running in e834e7431c80 [2023-04-28T20:04:20.150Z] Removing intermediate container fc54c4fec42d [2023-04-28T20:04:20.150Z] ---> c6188f13b569 [2023-04-28T20:04:20.150Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-28T20:04:20.150Z] ---> Running in 6cb8f25b8e8d [2023-04-28T20:04:20.150Z] Removing intermediate container e834e7431c80 [2023-04-28T20:04:20.150Z] ---> a5865867f7b3 [2023-04-28T20:04:20.150Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-28T20:04:20.150Z] ---> Running in 2062435cbb21 [2023-04-28T20:04:20.722Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:04:20.722Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:04:20.722Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-28T20:04:20.982Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:04:20.982Z] OK: 7 MiB in 16 packages [2023-04-28T20:04:20.982Z] Removing intermediate container 2062435cbb21 [2023-04-28T20:04:20.982Z] ---> 1d44b278bb7e [2023-04-28T20:04:20.982Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-28T20:04:20.982Z] ---> Running in ca45b6474aa6 [2023-04-28T20:04:20.982Z] Removing intermediate container ca45b6474aa6 [2023-04-28T20:04:20.982Z] ---> 5c5f30531176 [2023-04-28T20:04:20.982Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-28T20:04:21.243Z] Removing intermediate container 6cb8f25b8e8d [2023-04-28T20:04:21.243Z] ---> ac79598ac691 [2023-04-28T20:04:21.243Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:04:21.243Z] ---> 28b02e0c96d6 [2023-04-28T20:04:21.243Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-28T20:04:21.243Z] ---> Running in 10d32446dbdc [2023-04-28T20:04:21.504Z] Removing intermediate container d16952c51d98 [2023-04-28T20:04:21.504Z] ---> e708b982d5cf [2023-04-28T20:04:21.504Z] [2023-04-28T20:04:21.504Z] Step 9/20 : FROM alpine:3.17 [2023-04-28T20:04:21.504Z] ---> 9ed4aefc74f6 [2023-04-28T20:04:21.504Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-28T20:04:21.504Z] ---> Using cache [2023-04-28T20:04:21.504Z] ---> e1f236a2b126 [2023-04-28T20:04:21.504Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-28T20:04:21.504Z] ---> d289bba6647f [2023-04-28T20:04:21.504Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:04:21.504Z] ---> Running in 680d565dcb98 [2023-04-28T20:04:21.504Z] ---> de0831a64f5f [2023-04-28T20:04:21.504Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-28T20:04:21.762Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:04:21.762Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:04:22.022Z] ---> 7a2a78ff0b19 [2023-04-28T20:04:22.022Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-28T20:04:22.022Z] Removing intermediate container 10d32446dbdc [2023-04-28T20:04:22.022Z] ---> 2342550d461f [2023-04-28T20:04:22.022Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:04:22.022Z] ---> be5caf564a6a [2023-04-28T20:04:22.022Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-28T20:04:22.022Z] ---> Running in 0916a7274146 [2023-04-28T20:04:22.022Z] v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-28T20:04:22.022Z] v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-28T20:04:22.022Z] OK: 17820 distinct packages available [2023-04-28T20:04:22.293Z] ---> a637eb572ccf [2023-04-28T20:04:22.293Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:04:22.293Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T20:04:22.293Z] Removing intermediate container 0916a7274146 [2023-04-28T20:04:22.293Z] ---> 88ec1ca4cc4b [2023-04-28T20:04:22.293Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-28T20:04:22.293Z] ---> Running in cdad3de87b44 [2023-04-28T20:04:22.293Z] ---> 92dff79c56e8 [2023-04-28T20:04:22.293Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-28T20:04:22.293Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T20:04:22.293Z] Removing intermediate container cdad3de87b44 [2023-04-28T20:04:22.293Z] ---> 09d02e254f18 [2023-04-28T20:04:22.293Z] Step 21/23 : LABEL arch=x86_64 [2023-04-28T20:04:22.293Z] ---> Running in 70ccc3fdbd22 [2023-04-28T20:04:22.553Z] Removing intermediate container 70ccc3fdbd22 [2023-04-28T20:04:22.553Z] ---> 0cdb8f622612 [2023-04-28T20:04:22.553Z] Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:04:22.553Z] ---> Running in f31990b55ad5 [2023-04-28T20:04:22.553Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-28T20:04:22.553Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-28T20:04:22.553Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-28T20:04:22.553Z] (4/9) Installing libcurl (8.0.1-r0) [2023-04-28T20:04:22.553Z] (5/9) Installing curl (8.0.1-r0) [2023-04-28T20:04:22.553Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-28T20:04:22.553Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-28T20:04:22.553Z] (8/9) Installing libucontext (1.2-r0) [2023-04-28T20:04:22.553Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-28T20:04:22.553Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:04:22.553Z] Executing ca-certificates-20220614-r4.trigger [2023-04-28T20:04:22.553Z] Removing intermediate container f31990b55ad5 [2023-04-28T20:04:22.553Z] ---> 70be65b37a5c [2023-04-28T20:04:22.553Z] Step 23/23 : LABEL version=0.0.0 [2023-04-28T20:04:22.553Z] ---> fd4c1fd141ec [2023-04-28T20:04:22.553Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-28T20:04:22.553Z] ---> Running in 2e941b77fc36 [2023-04-28T20:04:22.553Z] OK: 10 MiB in 24 packages [2023-04-28T20:04:22.816Z] Removing intermediate container 2e941b77fc36 [2023-04-28T20:04:22.816Z] ---> 6284d023c4d6 [2023-04-28T20:04:22.816Z] [2023-04-28T20:04:22.816Z] ---> f8c1448dcb43 [2023-04-28T20:04:22.816Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-28T20:04:22.816Z] Successfully built 6284d023c4d6 [2023-04-28T20:04:22.816Z] Successfully tagged core-data:latest [2023-04-28T20:04:22.816Z]  Building core-data ... done  ---> e5062b7b6742 [2023-04-28T20:04:22.816Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-28T20:04:23.075Z] ---> 3bf6a075494d [2023-04-28T20:04:23.075Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-28T20:04:23.075Z] Removing intermediate container 680d565dcb98 [2023-04-28T20:04:23.075Z] ---> 38c67ad5656f [2023-04-28T20:04:23.075Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:04:23.075Z] ---> e84dd42e5dc0 [2023-04-28T20:04:23.075Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-28T20:04:23.333Z] ---> 97cc8a713c52 [2023-04-28T20:04:23.333Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:04:23.333Z] ---> 7ddfb06c4443 [2023-04-28T20:04:23.333Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-28T20:04:23.333Z] ---> Running in 012645fdd2e8 [2023-04-28T20:04:23.333Z] ---> 58da5cf0a0a1 [2023-04-28T20:04:23.333Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-28T20:04:23.899Z] ---> 73412f818f64 [2023-04-28T20:04:23.899Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-28T20:04:23.899Z] Removing intermediate container 012645fdd2e8 [2023-04-28T20:04:23.899Z] ---> 4058cc42a5e5 [2023-04-28T20:04:23.899Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-28T20:04:23.899Z] ---> Running in 9b6c54335054 [2023-04-28T20:04:23.899Z] ---> 8ef8970e5849 [2023-04-28T20:04:23.899Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-28T20:04:23.899Z] ---> Running in 2f40894a1b38 [2023-04-28T20:04:23.899Z] Removing intermediate container 9b6c54335054 [2023-04-28T20:04:23.899Z] ---> 6cd25b4ef88b [2023-04-28T20:04:23.899Z] Step 30/33 : CMD ["gate"] [2023-04-28T20:04:23.899Z] ---> Running in cc40a99f209b [2023-04-28T20:04:24.159Z] Removing intermediate container 2f40894a1b38 [2023-04-28T20:04:24.159Z] ---> b3e023048bfe [2023-04-28T20:04:24.159Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] [2023-04-28T20:04:24.159Z] ---> Running in 45d700858b5d [2023-04-28T20:04:24.159Z] Removing intermediate container cc40a99f209b [2023-04-28T20:04:24.159Z] ---> 18c05175f3e7 [2023-04-28T20:04:24.159Z] Step 31/33 : LABEL arch=x86_64 [2023-04-28T20:04:24.159Z] ---> Running in 2dd2ca1213fa [2023-04-28T20:04:24.159Z] Removing intermediate container 45d700858b5d [2023-04-28T20:04:24.159Z] ---> 8ab54a28285b [2023-04-28T20:04:24.159Z] Step 18/20 : LABEL arch=x86_64 [2023-04-28T20:04:24.159Z] ---> Running in 51c81047fe5a [2023-04-28T20:04:24.159Z] Removing intermediate container 2dd2ca1213fa [2023-04-28T20:04:24.159Z] ---> 412155a71c89 [2023-04-28T20:04:24.159Z] Step 32/33 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:04:24.159Z] ---> Running in 25c4682bff3c [2023-04-28T20:04:24.159Z] Removing intermediate container 51c81047fe5a [2023-04-28T20:04:24.159Z] ---> 578f983ccb70 [2023-04-28T20:04:24.159Z] Step 19/20 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:04:24.421Z] ---> Running in 9c649e1a403c [2023-04-28T20:04:24.421Z] Removing intermediate container 25c4682bff3c [2023-04-28T20:04:24.421Z] ---> 1d2202f771dd [2023-04-28T20:04:24.421Z] Step 33/33 : LABEL version=0.0.0 [2023-04-28T20:04:24.421Z] ---> Running in 016466d13e0d [2023-04-28T20:04:24.421Z] Removing intermediate container 9c649e1a403c [2023-04-28T20:04:24.421Z] ---> ebd5af95e84d [2023-04-28T20:04:24.421Z] Step 20/20 : LABEL version=0.0.0 [2023-04-28T20:04:24.421Z] ---> Running in 0ca5983adfb0 [2023-04-28T20:04:24.421Z] Removing intermediate container 016466d13e0d [2023-04-28T20:04:24.421Z] ---> 0ea55ec3b635 [2023-04-28T20:04:24.421Z] [2023-04-28T20:04:24.421Z] Successfully built 0ea55ec3b635 [2023-04-28T20:04:24.421Z] Removing intermediate container 0ca5983adfb0 [2023-04-28T20:04:24.421Z] ---> c611d52d2b3d [2023-04-28T20:04:24.421Z] [2023-04-28T20:04:24.421Z] Successfully tagged security-bootstrapper:latest [2023-04-28T20:04:24.683Z]  Building security-bootstrapper ... done Successfully built c611d52d2b3d [2023-04-28T20:04:24.683Z] Successfully tagged security-spiffe-token-provider:latest [2023-04-28T20:04:24.695Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-04-28T20:04:24.718Z] $ docker stop --time=1 646bad96a97c7f1cacd02ae8c6fb896fe5887778121cc6896a1a639b4058137f [2023-04-28T20:04:25.992Z] $ docker rm -f --volumes 646bad96a97c7f1cacd02ae8c6fb896fe5887778121cc6896a1a639b4058137f [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-28T20:04:26.398Z] + docker images [2023-04-28T20:04:26.398Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-28T20:04:26.398Z] security-spiffe-token-provider latest c611d52d2b3d 2 seconds ago 32.8MB [2023-04-28T20:04:26.398Z] security-bootstrapper latest 0ea55ec3b635 2 seconds ago 22.2MB [2023-04-28T20:04:26.398Z] core-data latest 6284d023c4d6 4 seconds ago 20MB [2023-04-28T20:04:26.398Z] e708b982d5cf 5 seconds ago 1.76GB [2023-04-28T20:04:26.398Z] e1353010f059 7 seconds ago 1.73GB [2023-04-28T20:04:26.398Z] 4b221ab8f0b3 9 seconds ago 1.71GB [2023-04-28T20:04:26.398Z] security-spire-agent latest 0a58103d37d8 15 seconds ago 161MB [2023-04-28T20:04:26.398Z] support-scheduler latest a4fd88e37903 24 seconds ago 31.8MB [2023-04-28T20:04:26.398Z] 58b3c97a8dbd 24 seconds ago 1.58GB [2023-04-28T20:04:26.398Z] e089346b8a4a 30 seconds ago 1.79GB [2023-04-28T20:04:26.398Z] core-common-config-bootstrapper latest d23ca5fd1115 38 seconds ago 17.2MB [2023-04-28T20:04:26.398Z] security-proxy-auth latest 5d74470b60f8 38 seconds ago 18.2MB [2023-04-28T20:04:26.398Z] 92d70f9bb475 45 seconds ago 1.72GB [2023-04-28T20:04:26.398Z] 053d880dfdf0 45 seconds ago 1.7GB [2023-04-28T20:04:26.398Z] security-secretstore-setup latest 07fb30aa3274 54 seconds ago 32.8MB [2023-04-28T20:04:26.398Z] core-command latest e9e37f927d6a About a minute ago 19.8MB [2023-04-28T20:04:26.398Z] fc4de5c26189 About a minute ago 1.72GB [2023-04-28T20:04:26.398Z] support-notifications latest 23f9c2301e1c About a minute ago 32.4MB [2023-04-28T20:04:26.398Z] 92ec10656b36 About a minute ago 1.72GB [2023-04-28T20:04:26.398Z] security-proxy-setup latest 817363896f73 About a minute ago 18.7MB [2023-04-28T20:04:26.398Z] 7bd65982646d About a minute ago 1.79GB [2023-04-28T20:04:26.398Z] core-metadata latest 49e1011ec906 About a minute ago 20.4MB [2023-04-28T20:04:26.399Z] 14cf3487b02b About a minute ago 1.73GB [2023-04-28T20:04:26.399Z] 866acb3bc186 About a minute ago 1.7GB [2023-04-28T20:04:26.399Z] security-spire-server latest 4726db0ea0f7 About a minute ago 103MB [2023-04-28T20:04:26.399Z] security-spire-config latest 12bf1a8753bd About a minute ago 102MB [2023-04-28T20:04:26.399Z] ae762eb483a2 About a minute ago 1.58GB [2023-04-28T20:04:26.399Z] 422d20fa775d About a minute ago 1.58GB [2023-04-28T20:04:26.399Z] ci-base-image-x86_64 latest 1eaead68823f 5 minutes ago 918MB [2023-04-28T20:04:26.399Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 4 days ago 700MB [2023-04-28T20:04:26.399Z] alpine 3.17 9ed4aefc74f6 4 weeks ago 7.05MB [2023-04-28T20:04:26.399Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB [2023-04-28T20:04:26.399Z] 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-28T20:05:27.985Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-28T20:05:27.985Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-28T20:05:27.985Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-28T20:05:27.985Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-28T20:05:28.943Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-28T20:05:30.359Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-28T20:05:30.941Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-28T20:05:31.524Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-28T20:05:31.525Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-28T20:05:32.940Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-28T20:05:35.533Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-28T20:05:35.533Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-28T20:05:35.533Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-28T20:05:35.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-28T20:05:53.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-28T20:05:53.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-28T20:05:53.758Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.248s coverage: 28.7% of statements [2023-04-28T20:05:59.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.279s coverage: 98.5% of statements [2023-04-28T20:06:04.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-28T20:06:04.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-28T20:06:04.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-28T20:06:06.999Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.388s coverage: 71.5% of statements [2023-04-28T20:06:08.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-28T20:06:08.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-28T20:06:09.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.298s coverage: 54.0% of statements [2023-04-28T20:06:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-28T20:06:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-28T20:06:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-28T20:06:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-28T20:06:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-28T20:06:20.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-28T20:06:20.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-28T20:06:35.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.249s coverage: 88.5% of statements [2023-04-28T20:06:35.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.425s coverage: 3.8% of statements [2023-04-28T20:06:36.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-28T20:06:36.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-28T20:06:36.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-28T20:06:37.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.587s coverage: 95.6% of statements [2023-04-28T20:06:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-28T20:06:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-28T20:06:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-28T20:06:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-28T20:06:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-28T20:06:38.071Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.214s coverage: 72.2% of statements [2023-04-28T20:06:43.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-28T20:06:43.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-28T20:06:43.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-28T20:06:43.691Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.232s coverage: 65.9% of statements [2023-04-28T20:06:53.780Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-28T20:06:53.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-28T20:06:53.780Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.429s coverage: 0.9% of statements [2023-04-28T20:06:53.780Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.266s coverage: 29.0% of statements [2023-04-28T20:06:57.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.265s coverage: 42.9% of statements [2023-04-28T20:06:57.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.259s coverage: 82.9% of statements [2023-04-28T20:06:57.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.245s coverage: 94.1% of statements [2023-04-28T20:06:57.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.279s coverage: 96.3% of statements [2023-04-28T20:07:01.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.211s coverage: 87.5% of statements [2023-04-28T20:07:03.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-28T20:07:03.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-28T20:07:03.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-28T20:07:03.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-28T20:07:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-28T20:07:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-28T20:07:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-28T20:07:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-28T20:07:14.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.219s coverage: 94.4% of statements [2023-04-28T20:07:14.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-28T20:07:14.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-28T20:07:14.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-28T20:07:14.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-28T20:07:18.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-28T20:07:18.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-28T20:07:19.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-28T20:07:27.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-28T20:07:27.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.985s coverage: 79.9% of statements [2023-04-28T20:07:27.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.260s coverage: 92.9% of statements [2023-04-28T20:07:27.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.078s coverage: 64.4% of statements [2023-04-28T20:07:27.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.207s coverage: 62.3% of statements [2023-04-28T20:07:27.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.208s coverage: 87.2% of statements [2023-04-28T20:07:27.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.171s coverage: 20.0% of statements [2023-04-28T20:07:27.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.171s coverage: 100.0% of statements [2023-04-28T20:07:27.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.453s coverage: 81.8% of statements [2023-04-28T20:07:27.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.510s coverage: 82.1% of statements [2023-04-28T20:07:28.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-28T20:07:28.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.241s coverage: 86.0% of statements [2023-04-28T20:07:33.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-28T20:07:33.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-28T20:07:34.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.993s coverage: 63.1% of statements [2023-04-28T20:07:34.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.243s coverage: 100.0% of statements [2023-04-28T20:07:35.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.116s coverage: 89.4% of statements [2023-04-28T20:07:35.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.103s coverage: 100.0% of statements [2023-04-28T20:07:35.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements [2023-04-28T20:07:36.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-28T20:07:36.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-28T20:07:36.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-28T20:07:36.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements [2023-04-28T20:07:43.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-28T20:07:43.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-28T20:07:43.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-28T20:07:43.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.984s coverage: 38.4% of statements [2023-04-28T20:07:43.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.245s coverage: 89.5% of statements [2023-04-28T20:07:48.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-28T20:07:48.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-28T20:07:48.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-28T20:07:48.246Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-28T20:07:48.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.213s coverage: 84.8% of statements [2023-04-28T20:07:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-28T20:07:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-28T20:07:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-28T20:07:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-28T20:08:00.489Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.279s coverage: 17.7% of statements [2023-04-28T20:08:00.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-28T20:08:00.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-28T20:08:00.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-28T20:08:00.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-28T20:08:01.341Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.554s coverage: 92.3% of statements [2023-04-28T20:08:05.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-28T20:08:05.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-28T20:08:05.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.275s coverage: 61.5% of statements [2023-04-28T20:08:06.994Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-28T20:08:06.994Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-28T20:08:07.576Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.392s coverage: 97.7% of statements [2023-04-28T20:08:08.529Z] 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-28T20:08:08.529Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-28T20:08:08.529Z] go vet ./... [2023-04-28T20:10:45.193Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-28T20:10:45.193Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-28T20:10:45.193Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-28T20:10:45.234Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-28T20:10:45.579Z] + ls -al . [2023-04-28T20:10:45.579Z] total 700 [2023-04-28T20:10:45.579Z] drwxrwxr-x 10 1001 1001 4096 Apr 28 20:03 . [2023-04-28T20:10:45.579Z] drwxr-xr-x 4 root root 4096 Apr 28 20:02 .. [2023-04-28T20:10:45.579Z] drwxrwxr-x 2 1001 1001 4096 Apr 28 20:01 .blubracket [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 16 Apr 28 20:01 .dockerignore [2023-04-28T20:10:45.579Z] drwxrwxr-x 8 1001 1001 4096 Apr 28 20:01 .git [2023-04-28T20:10:45.579Z] drwxrwxr-x 3 1001 1001 4096 Apr 28 20:01 .github [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 1133 Apr 28 20:01 .gitignore [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 42 Apr 28 20:01 .golangci.yml [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 87 Apr 28 20:01 .hadolint.yml [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 166 Apr 28 20:01 .sonarcloud.properties [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 1171 Apr 28 20:01 ADOPTERS.md [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 10835 Apr 28 20:01 Attribution.txt [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 73765 Apr 28 20:01 CHANGELOG.md [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 3804 Apr 28 20:01 CONTRIBUTING.md [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 677 Apr 28 20:01 GOVERNANCE.md [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 883 Apr 28 20:01 Jenkinsfile [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 10775 Apr 28 20:01 LICENSE [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 14368 Apr 28 20:01 Makefile [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 582 Apr 28 20:01 OWNERS.md [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 9403 Apr 28 20:01 README.md [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 789 Apr 28 20:01 SECURITY.md [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 5 Apr 28 19:58 VERSION [2023-04-28T20:10:45.579Z] drwxrwxr-x 2 1001 1001 4096 Apr 28 20:01 bin [2023-04-28T20:10:45.579Z] drwxrwxr-x 18 1001 1001 4096 Apr 28 20:01 cmd [2023-04-28T20:10:45.579Z] -rw-r--r-- 1 root root 448352 Apr 28 20:08 coverage.out [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 3200 Apr 28 20:01 go.mod [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 31155 Apr 28 20:01 go.sum [2023-04-28T20:10:45.579Z] drwxrwxr-x 7 1001 1001 4096 Apr 28 20:01 internal [2023-04-28T20:10:45.579Z] drwxrwxr-x 3 1001 1001 4096 Apr 28 20:01 openapi [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 594 Apr 28 20:01 security.txt [2023-04-28T20:10:45.579Z] drwxrwxr-x 4 1001 1001 4096 Apr 28 20:01 snap [2023-04-28T20:10:45.579Z] -rw-rw-r-- 1 1001 1001 204 Apr 28 20:01 version.go [Pipeline] sh [2023-04-28T20:10:46.233Z] + '[' -e coverage.out ] [2023-04-28T20:10:46.233Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-28T20:10:46.266Z] Warning: overwriting stash ‘coverage-report’ [2023-04-28T20:10:47.039Z] Stashed 1 file(s) [Pipeline] sh [2023-04-28T20:10:47.678Z] + make build [2023-04-28T20:10:47.678Z] 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-28T20:12:24.284Z] 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-28T20:12:24.284Z] 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-28T20:12:24.284Z] 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-28T20:12:24.864Z] 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-28T20:13:11.662Z] 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-28T20:13:11.928Z] 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-28T20:13:18.571Z] 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-28T20:13:22.830Z] 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-28T20:13:27.065Z] 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-28T20:13:30.397Z] 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-28T20:13:35.727Z] 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-28T20:13:41.081Z] $ docker stop --time=1 ce0b7ddd7821e957a9829741d331462365ed17e818974085023e142fa6d50779 [2023-04-28T20:13:43.057Z] $ docker rm -f --volumes ce0b7ddd7821e957a9829741d331462365ed17e818974085023e142fa6d50779 [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-28T20:13:45.528Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-28T20:13:45.529Z] [2023-04-28T20:13:45.529Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T20:13:45.910Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-28T20:13:46.179Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-04-28T20:13:46.179Z] 29e5d40040c1: Pulling fs layer [2023-04-28T20:13:46.179Z] 1ce36da41761: Pulling fs layer [2023-04-28T20:13:46.179Z] 25b303627fd3: Pulling fs layer [2023-04-28T20:13:46.179Z] 29e5d40040c1: Verifying Checksum [2023-04-28T20:13:46.179Z] 29e5d40040c1: Download complete [2023-04-28T20:13:46.443Z] 1ce36da41761: Verifying Checksum [2023-04-28T20:13:46.443Z] 1ce36da41761: Download complete [2023-04-28T20:13:46.709Z] 29e5d40040c1: Pull complete [2023-04-28T20:13:47.665Z] 1ce36da41761: Pull complete [2023-04-28T20:13:47.931Z] 25b303627fd3: Verifying Checksum [2023-04-28T20:13:58.064Z] 25b303627fd3: Pull complete [2023-04-28T20:13:58.064Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-04-28T20:13:58.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-28T20:13:58.064Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T20:13:58.382Z] prd-ubuntu20.04-docker-arm64-4c-16g-12031 does not seem to be running inside a container [2023-04-28T20:13:58.466Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-04-28T20:14:00.631Z] $ docker top 0c62e3ba4cc68f81dadfe1654ad96b095698ceb73fea0d69dd8d36260d0ff9e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-28T20:14:01.465Z] + grep parallel [2023-04-28T20:14:01.465Z] + docker-compose build --help [2023-04-28T20:14:05.701Z] --parallel Build images in parallel. [Pipeline] } [2023-04-28T20:14:05.743Z] $ docker stop --time=1 0c62e3ba4cc68f81dadfe1654ad96b095698ceb73fea0d69dd8d36260d0ff9e1 [2023-04-28T20:14:07.326Z] $ docker rm -f --volumes 0c62e3ba4cc68f81dadfe1654ad96b095698ceb73fea0d69dd8d36260d0ff9e1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T20:14:08.021Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-28T20:14:08.021Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T20:14:08.260Z] prd-ubuntu20.04-docker-arm64-4c-16g-12031 does not seem to be running inside a container [2023-04-28T20:14:08.322Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-04-28T20:14:09.387Z] $ docker top 7a06c05eee9169d271cd5430bfe26ee66e6e28e345d28bfb482632b94c081c6f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-28T20:14:09.902Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-28T20:14:15.223Z] Building core-command ... [2023-04-28T20:14:15.223Z] Building core-common-config-bootstrapper ... [2023-04-28T20:14:15.223Z] Building core-data ... [2023-04-28T20:14:15.223Z] Building core-metadata ... [2023-04-28T20:14:15.223Z] Building security-bootstrapper ... [2023-04-28T20:14:15.223Z] Building security-proxy-auth ... [2023-04-28T20:14:15.223Z] Building security-proxy-setup ... [2023-04-28T20:14:15.223Z] Building security-secretstore-setup ... [2023-04-28T20:14:15.223Z] Building security-spiffe-token-provider ... [2023-04-28T20:14:15.223Z] Building security-spire-agent ... [2023-04-28T20:14:15.223Z] Building security-spire-config ... [2023-04-28T20:14:15.223Z] Building security-spire-server ... [2023-04-28T20:14:15.223Z] Building support-notifications ... [2023-04-28T20:14:15.223Z] Building support-scheduler ... [2023-04-28T20:14:15.223Z] Building security-bootstrapper [2023-04-28T20:14:15.223Z] Building security-spire-agent [2023-04-28T20:14:15.223Z] Building security-proxy-setup [2023-04-28T20:14:15.223Z] Building core-metadata [2023-04-28T20:14:15.223Z] Building core-data [2023-04-28T20:15:02.033Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:15:02.033Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:15:02.033Z] ---> 1530d9585714 [2023-04-28T20:15:02.033Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-28T20:15:02.033Z] ---> Running in f783f0a7d94c [2023-04-28T20:15:02.033Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:15:02.033Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:15:02.033Z] ---> 1530d9585714 [2023-04-28T20:15:02.033Z] Step 3/22 : WORKDIR /edgex-go [2023-04-28T20:15:02.033Z] ---> Running in f2fc1a3a22a7 [2023-04-28T20:15:02.033Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:15:02.033Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:15:02.033Z] ---> 1530d9585714 [2023-04-28T20:15:02.033Z] Step 3/33 : WORKDIR /edgex-go [2023-04-28T20:15:02.033Z] ---> Running in 9bb7507dbac1 [2023-04-28T20:15:02.033Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:15:02.033Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:15:02.033Z] ---> 1530d9585714 [2023-04-28T20:15:02.033Z] Step 3/27 : WORKDIR /edgex-go [2023-04-28T20:15:02.033Z] ---> Running in a848cd4dcb98 [2023-04-28T20:15:02.033Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:15:02.033Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:15:02.033Z] ---> 1530d9585714 [2023-04-28T20:15:02.033Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-28T20:15:02.033Z] ---> Running in 4fa04f5e6d98 [2023-04-28T20:15:02.033Z] Removing intermediate container f783f0a7d94c [2023-04-28T20:15:02.033Z] ---> c5b7eb7c3a26 [2023-04-28T20:15:02.033Z] Step 4/23 : WORKDIR /edgex-go [2023-04-28T20:15:02.033Z] ---> Running in 482ecd155294 [2023-04-28T20:15:02.033Z] Removing intermediate container f2fc1a3a22a7 [2023-04-28T20:15:02.033Z] ---> 38cda0ec29db [2023-04-28T20:15:02.033Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-28T20:15:02.033Z] ---> Running in 71f9867e4981 [2023-04-28T20:15:02.033Z] Removing intermediate container 9bb7507dbac1 [2023-04-28T20:15:02.033Z] ---> dbf554239039 [2023-04-28T20:15:02.033Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-28T20:15:02.033Z] Removing intermediate container a848cd4dcb98 [2023-04-28T20:15:02.033Z] ---> fb9e5804fb60 [2023-04-28T20:15:02.033Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-28T20:15:02.033Z] ---> Running in cf95d3ef1209 [2023-04-28T20:15:02.033Z] Removing intermediate container 4fa04f5e6d98 [2023-04-28T20:15:02.033Z] ---> 24be5bdb914e [2023-04-28T20:15:02.033Z] Step 4/25 : WORKDIR /edgex-go [2023-04-28T20:15:02.033Z] ---> Running in 5a77ebed89ac [2023-04-28T20:15:02.033Z] Removing intermediate container 482ecd155294 [2023-04-28T20:15:02.033Z] ---> da599d49e043 [2023-04-28T20:15:02.033Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-28T20:15:02.033Z] ---> Running in fe041aadab51 [2023-04-28T20:15:02.033Z] ---> Running in 0545b32ab7c0 [2023-04-28T20:15:02.033Z] Removing intermediate container fe041aadab51 [2023-04-28T20:15:02.033Z] ---> 9368f9e319f9 [2023-04-28T20:15:02.033Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-28T20:15:02.033Z] ---> Running in 7dfea72b758e [2023-04-28T20:15:02.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:15:02.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:15:02.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:15:02.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:15:02.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:15:02.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:15:02.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:15:02.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:15:02.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:15:02.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:15:02.033Z] OK: 263 MiB in 53 packages [2023-04-28T20:15:02.033Z] OK: 263 MiB in 53 packages [2023-04-28T20:15:02.033Z] OK: 263 MiB in 53 packages [2023-04-28T20:15:02.033Z] OK: 263 MiB in 53 packages [2023-04-28T20:15:02.033Z] OK: 263 MiB in 53 packages [2023-04-28T20:15:02.615Z] Removing intermediate container cf95d3ef1209 [2023-04-28T20:15:02.615Z] ---> ec6dbc010bbc [2023-04-28T20:15:02.615Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-28T20:15:02.615Z] Removing intermediate container 71f9867e4981 [2023-04-28T20:15:02.615Z] ---> c2d24eb81e18 [2023-04-28T20:15:02.615Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-28T20:15:03.196Z] Removing intermediate container 5a77ebed89ac [2023-04-28T20:15:03.196Z] ---> 93621ddfe5ae [2023-04-28T20:15:03.196Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-28T20:15:03.196Z] Removing intermediate container 0545b32ab7c0 [2023-04-28T20:15:03.196Z] ---> 18debc657bcd [2023-04-28T20:15:03.196Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-28T20:15:03.196Z] Removing intermediate container 7dfea72b758e [2023-04-28T20:15:03.196Z] ---> 28d4b310f1d2 [2023-04-28T20:15:03.196Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-28T20:15:03.462Z] ---> 612e59d3a3c7 [2023-04-28T20:15:03.462Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:15:03.462Z] ---> 302c43b524d6 [2023-04-28T20:15:03.462Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:15:03.462Z] ---> Running in 9a401b5a019c [2023-04-28T20:15:03.728Z] ---> Running in db3fa60d4804 [2023-04-28T20:15:04.686Z] ---> 71473cdc73be [2023-04-28T20:15:04.686Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:15:04.686Z] ---> 9e14a2376066 [2023-04-28T20:15:04.686Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:15:04.686Z] ---> b492f013977c [2023-04-28T20:15:04.686Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:15:04.956Z] ---> Running in 5d365500b3ae [2023-04-28T20:15:04.956Z] ---> Running in 1328ed66fe37 [2023-04-28T20:15:04.956Z] ---> Running in f23aad481ed8 [2023-04-28T20:16:56.582Z] Removing intermediate container db3fa60d4804 [2023-04-28T20:16:56.582Z] ---> ea880ab6c25b [2023-04-28T20:16:56.582Z] Step 7/22 : COPY . . [2023-04-28T20:16:56.582Z] Removing intermediate container 1328ed66fe37 [2023-04-28T20:16:56.582Z] ---> e25fc5e6d29b [2023-04-28T20:16:56.582Z] Step 7/27 : COPY . . [2023-04-28T20:16:56.582Z] Removing intermediate container f23aad481ed8 [2023-04-28T20:16:56.582Z] ---> 7db29d901c2b [2023-04-28T20:16:56.582Z] Step 8/25 : COPY . . [2023-04-28T20:16:56.582Z] Removing intermediate container 9a401b5a019c [2023-04-28T20:16:56.582Z] ---> c6a1503b4ca1 [2023-04-28T20:16:56.582Z] Step 7/33 : COPY . . [2023-04-28T20:16:56.582Z] Removing intermediate container 5d365500b3ae [2023-04-28T20:16:56.582Z] ---> f8ff3bf60d6a [2023-04-28T20:16:56.582Z] Step 8/23 : COPY . . [2023-04-28T20:17:12.960Z] ---> 6e7d4a2fb5cb [2023-04-28T20:17:12.960Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-28T20:17:12.960Z] ---> 2b2946581d06 [2023-04-28T20:17:12.960Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-28T20:17:12.960Z] ---> Running in b9e2b1050205 [2023-04-28T20:17:12.960Z] ---> Running in f7e929605e02 [2023-04-28T20:17:12.960Z] ---> a42b0607022e [2023-04-28T20:17:12.960Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-28T20:17:13.228Z] ---> 734efe5dab00 [2023-04-28T20:17:13.228Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-28T20:17:13.228Z] ---> 90eaa9ea6b9b [2023-04-28T20:17:13.228Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-28T20:17:13.228Z] ---> Running in d1010125a110 [2023-04-28T20:17:13.228Z] ---> Running in b58d0902cc81 [2023-04-28T20:17:13.228Z] ---> Running in 5a316690fc9a [2023-04-28T20:17:13.818Z] Removing intermediate container b58d0902cc81 [2023-04-28T20:17:13.818Z] ---> 51a6994431fd [2023-04-28T20:17:13.818Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-28T20:17:14.087Z] ---> Running in daf0f513581c [2023-04-28T20:17:14.671Z] Removing intermediate container daf0f513581c [2023-04-28T20:17:14.671Z] ---> a345c7d126a8 [2023-04-28T20:17:14.671Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-28T20:17:14.671Z] ---> Running in bac578caab89 [2023-04-28T20:17:15.259Z] Removing intermediate container bac578caab89 [2023-04-28T20:17:15.259Z] ---> 19ce8fdd3a6d [2023-04-28T20:17:15.259Z] 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-28T20:17:15.526Z] ---> Running in 50d4cf42f82d [2023-04-28T20:17:15.526Z] 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-28T20:17:15.795Z] 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-28T20:17:16.062Z] 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-28T20:17:16.328Z] 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-28T20:17:18.903Z] Removing intermediate container 50d4cf42f82d [2023-04-28T20:17:18.903Z] ---> d10a4f702993 [2023-04-28T20:17:18.903Z] Step 12/27 : WORKDIR /edgex-go [2023-04-28T20:17:18.903Z] ---> Running in 46718709cb17 [2023-04-28T20:17:19.485Z] Removing intermediate container 46718709cb17 [2023-04-28T20:17:19.485Z] ---> 6eb02d092183 [2023-04-28T20:17:19.485Z] [2023-04-28T20:17:19.486Z] Step 13/27 : FROM alpine:3.17 [2023-04-28T20:17:19.752Z] 3.17: Pulling from library/alpine [2023-04-28T20:17:19.752Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-28T20:17:19.752Z] Status: Downloaded newer image for alpine:3.17 [2023-04-28T20:17:19.752Z] ---> 51e60588ff2c [2023-04-28T20:17:19.752Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-28T20:17:20.022Z] ---> Running in 1a9dcb08054e [2023-04-28T20:17:20.605Z] Removing intermediate container 1a9dcb08054e [2023-04-28T20:17:20.605Z] ---> 97012da721ef [2023-04-28T20:17:20.605Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-28T20:17:20.605Z] ---> Running in cd02249b21b1 [2023-04-28T20:17:22.554Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:17:23.511Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:17:24.924Z] v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-28T20:17:24.924Z] v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-28T20:17:24.924Z] OK: 17691 distinct packages available [2023-04-28T20:17:25.192Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:17:26.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:17:27.564Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-28T20:17:27.564Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-28T20:17:27.564Z] (3/5) Installing libucontext (1.2-r0) [2023-04-28T20:17:27.564Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-28T20:17:27.564Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-28T20:17:27.564Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:17:27.564Z] OK: 9 MiB in 20 packages [2023-04-28T20:17:29.511Z] Removing intermediate container cd02249b21b1 [2023-04-28T20:17:29.511Z] ---> 7594aea2a0b9 [2023-04-28T20:17:29.511Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:17:30.476Z] ---> 86e2cd527f8e [2023-04-28T20:17:30.476Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:17:31.057Z] ---> b68463878c38 [2023-04-28T20:17:31.057Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-28T20:17:35.302Z] ---> 30ef14f5f474 [2023-04-28T20:17:35.302Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-28T20:17:40.630Z] ---> f9473e1c7ca7 [2023-04-28T20:17:40.630Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-28T20:17:41.585Z] ---> 2065b7960b2d [2023-04-28T20:17:41.585Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-28T20:17:42.546Z] ---> 4636fecd388d [2023-04-28T20:17:42.546Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-28T20:17:43.502Z] ---> 46521ba7025b [2023-04-28T20:17:43.502Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-28T20:17:43.502Z] ---> Running in e0f3c63bbfa2 [2023-04-28T20:17:44.095Z] Removing intermediate container e0f3c63bbfa2 [2023-04-28T20:17:44.095Z] ---> 89764ed76464 [2023-04-28T20:17:44.095Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-28T20:17:44.095Z] ---> Running in 80a6b6000d26 [2023-04-28T20:17:44.683Z] Removing intermediate container 80a6b6000d26 [2023-04-28T20:17:44.683Z] ---> e0fdf3661564 [2023-04-28T20:17:44.683Z] Step 25/27 : LABEL arch=arm64 [2023-04-28T20:17:44.949Z] ---> Running in f2f4a18a1f33 [2023-04-28T20:17:45.217Z] Removing intermediate container f2f4a18a1f33 [2023-04-28T20:17:45.217Z] ---> b0bda1fb0320 [2023-04-28T20:17:45.217Z] Step 26/27 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:17:45.482Z] ---> Running in 08558032c302 [2023-04-28T20:17:46.073Z] Removing intermediate container 08558032c302 [2023-04-28T20:17:46.073Z] ---> 769490f22ed8 [2023-04-28T20:17:46.073Z] Step 27/27 : LABEL version=0.0.0 [2023-04-28T20:17:46.073Z] ---> Running in af05ee8845ac [2023-04-28T20:17:46.339Z] Removing intermediate container af05ee8845ac [2023-04-28T20:17:46.339Z] ---> b4edada8a780 [2023-04-28T20:17:46.339Z] [2023-04-28T20:17:46.605Z] Successfully built b4edada8a780 [2023-04-28T20:17:46.605Z] Successfully tagged security-spire-agent-arm64:latest [2023-04-28T20:17:46.869Z]  Building security-spire-agent ... done Building security-proxy-auth [2023-04-28T20:18:01.837Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:18:01.837Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:18:01.837Z] ---> 1530d9585714 [2023-04-28T20:18:01.837Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-28T20:18:01.837Z] ---> Using cache [2023-04-28T20:18:01.837Z] ---> 24be5bdb914e [2023-04-28T20:18:01.837Z] Step 4/23 : WORKDIR /edgex-go [2023-04-28T20:18:01.837Z] ---> Using cache [2023-04-28T20:18:01.837Z] ---> 9368f9e319f9 [2023-04-28T20:18:01.837Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-28T20:18:01.837Z] ---> Using cache [2023-04-28T20:18:01.837Z] ---> 28d4b310f1d2 [2023-04-28T20:18:01.837Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-28T20:18:01.837Z] ---> Using cache [2023-04-28T20:18:01.837Z] ---> 9e14a2376066 [2023-04-28T20:18:01.837Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:18:01.837Z] ---> Using cache [2023-04-28T20:18:01.837Z] ---> 7db29d901c2b [2023-04-28T20:18:01.837Z] Step 8/23 : COPY . . [2023-04-28T20:18:01.837Z] ---> Using cache [2023-04-28T20:18:01.837Z] ---> 90eaa9ea6b9b [2023-04-28T20:18:01.837Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-28T20:18:01.837Z] ---> Running in 88cbf354b39d [2023-04-28T20:18:02.103Z] 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-28T20:23:38.988Z] Removing intermediate container f7e929605e02 [2023-04-28T20:23:38.988Z] ---> 99e47751252e [2023-04-28T20:23:38.988Z] [2023-04-28T20:23:38.988Z] Step 9/22 : FROM alpine:3.17 [2023-04-28T20:23:38.988Z] ---> 51e60588ff2c [2023-04-28T20:23:38.988Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-28T20:23:38.988Z] ---> Running in af68c7d92dd8 [2023-04-28T20:23:38.988Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:23:38.988Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:23:38.988Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-28T20:23:38.988Z] (2/2) Installing openssl (3.0.8-r4) [2023-04-28T20:23:38.988Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:23:38.988Z] OK: 8 MiB in 17 packages [2023-04-28T20:23:38.988Z] Removing intermediate container af68c7d92dd8 [2023-04-28T20:23:38.988Z] ---> ab01196c7c97 [2023-04-28T20:23:38.988Z] 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-28T20:23:38.989Z] ---> Running in 6d46e827e90e [2023-04-28T20:23:42.320Z] Removing intermediate container 6d46e827e90e [2023-04-28T20:23:42.320Z] ---> edb45c620c0e [2023-04-28T20:23:42.320Z] Step 12/22 : WORKDIR /edgex [2023-04-28T20:23:42.320Z] ---> Running in 9dbf05dae96d [2023-04-28T20:23:42.901Z] Removing intermediate container 9dbf05dae96d [2023-04-28T20:23:42.901Z] ---> e8a08e94e120 [2023-04-28T20:23:42.901Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:23:44.305Z] ---> 28367c16d1f7 [2023-04-28T20:23:44.305Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:23:44.888Z] Removing intermediate container b9e2b1050205 [2023-04-28T20:23:44.888Z] ---> c9bb3d67e1d8 [2023-04-28T20:23:44.888Z] [2023-04-28T20:23:44.888Z] Step 9/33 : FROM alpine:3.17 [2023-04-28T20:23:44.888Z] ---> 51e60588ff2c [2023-04-28T20:23:44.888Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-28T20:23:45.158Z] ---> Running in 7a4bcc02b3ce [2023-04-28T20:23:45.426Z] ---> ef818078a2c7 [2023-04-28T20:23:45.426Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-28T20:23:45.694Z] Removing intermediate container 7a4bcc02b3ce [2023-04-28T20:23:45.694Z] ---> eef83aa85209 [2023-04-28T20:23:45.694Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-28T20:23:45.694Z] ---> Running in 00cfa51665f9 [2023-04-28T20:23:46.654Z] ---> 331382a2f261 [2023-04-28T20:23:46.654Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-28T20:23:48.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:23:48.670Z] ---> 3acbbaafbd89 [2023-04-28T20:23:48.670Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-28T20:23:48.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:23:49.543Z] ---> 6df1c93c86f8 [2023-04-28T20:23:49.543Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-28T20:23:49.543Z] ---> Running in a0a880f2b2ae [2023-04-28T20:23:50.497Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-28T20:23:50.497Z] (2/2) Installing su-exec (0.2-r2) [2023-04-28T20:23:50.497Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:23:50.497Z] OK: 8 MiB in 17 packages [2023-04-28T20:23:52.452Z] Removing intermediate container 00cfa51665f9 [2023-04-28T20:23:52.452Z] ---> 10cf30dd490f [2023-04-28T20:23:52.452Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-28T20:23:52.452Z] ---> Running in cf00a969fcb3 [2023-04-28T20:23:53.036Z] Removing intermediate container a0a880f2b2ae [2023-04-28T20:23:53.036Z] ---> 8c4e3c35e9cc [2023-04-28T20:23:53.036Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-28T20:23:53.303Z] Removing intermediate container cf00a969fcb3 [2023-04-28T20:23:53.303Z] ---> 0fd3c5f3ae3a [2023-04-28T20:23:53.303Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-28T20:23:53.303Z] ---> Running in 62ade55489d2 [2023-04-28T20:23:53.303Z] ---> Running in 6898d9dfbc97 [2023-04-28T20:23:53.882Z] Removing intermediate container 62ade55489d2 [2023-04-28T20:23:53.882Z] ---> e24fa7aaf044 [2023-04-28T20:23:53.883Z] Step 20/22 : LABEL arch=arm64 [2023-04-28T20:23:56.460Z] Removing intermediate container 6898d9dfbc97 [2023-04-28T20:23:56.460Z] ---> ffe65282f2dc [2023-04-28T20:23:56.460Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-28T20:23:56.460Z] ---> Running in b1dde3a8b99a [2023-04-28T20:23:56.460Z] ---> Running in 3ed56b8eeb84 [2023-04-28T20:23:56.460Z] Removing intermediate container b1dde3a8b99a [2023-04-28T20:23:56.460Z] ---> 38eef981c130 [2023-04-28T20:23:56.460Z] Step 21/22 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:23:56.733Z] ---> Running in 82108557978d [2023-04-28T20:23:57.010Z] Removing intermediate container 3ed56b8eeb84 [2023-04-28T20:23:57.010Z] ---> 2a983b47898a [2023-04-28T20:23:57.010Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-28T20:23:57.282Z] ---> Running in 5bf824c05902 [2023-04-28T20:23:57.283Z] Removing intermediate container 82108557978d [2023-04-28T20:23:57.283Z] ---> bc9c9f7d269a [2023-04-28T20:23:57.283Z] Step 22/22 : LABEL version=0.0.0 [2023-04-28T20:23:57.548Z] ---> Running in 3599cb007ab6 [2023-04-28T20:23:57.815Z] Removing intermediate container 5bf824c05902 [2023-04-28T20:23:57.815Z] ---> 8693f73870f4 [2023-04-28T20:23:57.815Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-28T20:23:58.082Z] ---> Running in 465e0c89cf5c [2023-04-28T20:23:58.083Z] Removing intermediate container 3599cb007ab6 [2023-04-28T20:23:58.083Z] ---> 407a37d3307a [2023-04-28T20:23:58.083Z] [2023-04-28T20:23:58.664Z] Successfully built 407a37d3307a [2023-04-28T20:23:58.664Z] Successfully tagged security-proxy-setup-arm64:latest [2023-04-28T20:23:58.664Z]  Building security-proxy-setup ... done Building support-notifications [2023-04-28T20:24:02.003Z] Removing intermediate container 465e0c89cf5c [2023-04-28T20:24:02.003Z] ---> de8590e4638f [2023-04-28T20:24:02.003Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-28T20:24:02.271Z] ---> Running in e3581e11dece [2023-04-28T20:24:03.229Z] Removing intermediate container e3581e11dece [2023-04-28T20:24:03.229Z] ---> bda1e930cd2b [2023-04-28T20:24:03.229Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-28T20:24:04.636Z] ---> 04d65fda2953 [2023-04-28T20:24:04.636Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-28T20:24:04.636Z] ---> Running in 28640e2c3a02 [2023-04-28T20:24:09.975Z] Removing intermediate container 28640e2c3a02 [2023-04-28T20:24:09.975Z] ---> 2d5b36f3674c [2023-04-28T20:24:09.975Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:24:11.387Z] ---> 22d0defcbf91 [2023-04-28T20:24:11.387Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:24:11.387Z] Removing intermediate container 88cbf354b39d [2023-04-28T20:24:11.387Z] ---> b3f908c6d8b5 [2023-04-28T20:24:11.387Z] [2023-04-28T20:24:11.387Z] Step 10/23 : FROM alpine:3.17 [2023-04-28T20:24:11.387Z] ---> 51e60588ff2c [2023-04-28T20:24:11.387Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-28T20:24:11.670Z] ---> Running in ca065d85051a [2023-04-28T20:24:12.626Z] ---> 6af6d83c5823 [2023-04-28T20:24:12.626Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-28T20:24:12.626Z] Removing intermediate container ca065d85051a [2023-04-28T20:24:12.626Z] ---> 5ec1936c388a [2023-04-28T20:24:12.626Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-28T20:24:12.626Z] ---> Running in b90d8dd2d535 [2023-04-28T20:24:14.578Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:24:14.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:24:15.426Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:24:15.426Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:24:15.426Z] ---> 1530d9585714 [2023-04-28T20:24:15.426Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-28T20:24:15.426Z] ---> Using cache [2023-04-28T20:24:15.426Z] ---> 24be5bdb914e [2023-04-28T20:24:15.426Z] Step 4/23 : WORKDIR /edgex-go [2023-04-28T20:24:15.426Z] ---> Using cache [2023-04-28T20:24:15.426Z] ---> 9368f9e319f9 [2023-04-28T20:24:15.426Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-28T20:24:16.009Z] ---> dd40fa1e1ae5 [2023-04-28T20:24:16.009Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-28T20:24:16.009Z] ---> Running in e42b828817f7 [2023-04-28T20:24:16.283Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-28T20:24:16.283Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:24:16.283Z] OK: 8 MiB in 16 packages [2023-04-28T20:24:17.273Z] ---> e8423c4a2d14 [2023-04-28T20:24:17.274Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-28T20:24:17.876Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:24:18.179Z] Removing intermediate container b90d8dd2d535 [2023-04-28T20:24:18.179Z] ---> 47a8e05f61b3 [2023-04-28T20:24:18.179Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:24:18.457Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:24:18.457Z] ---> 6ac7ba7ec4da [2023-04-28T20:24:18.457Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-28T20:24:19.420Z] ---> 92882048c5e4 [2023-04-28T20:24:19.420Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:24:19.686Z] OK: 263 MiB in 53 packages [2023-04-28T20:24:19.686Z] ---> 539f4407982d [2023-04-28T20:24:19.686Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-28T20:24:20.650Z] ---> 03eb5bc67d27 [2023-04-28T20:24:20.650Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-28T20:24:20.650Z] Removing intermediate container d1010125a110 [2023-04-28T20:24:20.650Z] ---> c54fd3033940 [2023-04-28T20:24:20.650Z] [2023-04-28T20:24:20.650Z] Step 10/23 : FROM alpine:3.17 [2023-04-28T20:24:20.650Z] ---> 51e60588ff2c [2023-04-28T20:24:20.650Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-28T20:24:20.918Z] ---> Running in b5a2501f8926 [2023-04-28T20:24:20.918Z] Removing intermediate container e42b828817f7 [2023-04-28T20:24:20.918Z] ---> 8d1048fce0a8 [2023-04-28T20:24:20.918Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-28T20:24:21.185Z] ---> 16c8ab32f1c4 [2023-04-28T20:24:21.185Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-28T20:24:24.523Z] Removing intermediate container b5a2501f8926 [2023-04-28T20:24:24.523Z] ---> a727b2fe71a5 [2023-04-28T20:24:24.523Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-28T20:24:24.523Z] ---> 96f1fadff43c [2023-04-28T20:24:24.523Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:24:24.523Z] ---> 8d6b2c424473 [2023-04-28T20:24:24.523Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-28T20:24:24.523Z] ---> 42dbe52a1c11 [2023-04-28T20:24:24.523Z] ---> Running in bc705c2f68eb [2023-04-28T20:24:24.523Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-28T20:24:24.523Z] ---> Running in ba08bc256747 [2023-04-28T20:24:24.523Z] ---> Running in b2fbb79b6ac7 [2023-04-28T20:24:25.105Z] Removing intermediate container bc705c2f68eb [2023-04-28T20:24:25.105Z] ---> 6f48f8ff0dd3 [2023-04-28T20:24:25.105Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-28T20:24:25.371Z] ---> Running in 2754e85d828e [2023-04-28T20:24:25.636Z] Removing intermediate container 5a316690fc9a [2023-04-28T20:24:25.636Z] ---> 81cc6dd79cbf [2023-04-28T20:24:25.636Z] [2023-04-28T20:24:25.636Z] Step 10/25 : FROM alpine:3.17 [2023-04-28T20:24:25.636Z] ---> 51e60588ff2c [2023-04-28T20:24:25.636Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-28T20:24:25.636Z] ---> b613611a7639 [2023-04-28T20:24:25.636Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-28T20:24:25.636Z] ---> Running in 82ba85539365 [2023-04-28T20:24:26.220Z] Removing intermediate container 2754e85d828e [2023-04-28T20:24:26.220Z] ---> bea24f9b61aa [2023-04-28T20:24:26.220Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-28T20:24:26.487Z] ---> Running in 1713f44a6b7f [2023-04-28T20:24:27.070Z] ---> 650c8ef60939 [2023-04-28T20:24:27.070Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-28T20:24:27.336Z] ---> Running in bf8a2e4f7c73 [2023-04-28T20:24:27.949Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:24:28.535Z] Removing intermediate container b2fbb79b6ac7 [2023-04-28T20:24:28.535Z] ---> f1d94f8cf88e [2023-04-28T20:24:28.535Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-28T20:24:28.535Z] ---> Running in 5f38e73f127f [2023-04-28T20:24:28.801Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:24:28.801Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:24:29.076Z] Removing intermediate container 5f38e73f127f [2023-04-28T20:24:29.076Z] ---> 03d79adc1983 [2023-04-28T20:24:29.076Z] Step 30/33 : CMD ["gate"] [2023-04-28T20:24:29.343Z] ---> Running in 6c66fd6f67e2 [2023-04-28T20:24:29.344Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:24:29.924Z] Removing intermediate container 6c66fd6f67e2 [2023-04-28T20:24:29.924Z] ---> 277bd49e0c18 [2023-04-28T20:24:29.924Z] Step 31/33 : LABEL arch=arm64 [2023-04-28T20:24:30.193Z] ---> Running in 89cf541e4498 [2023-04-28T20:24:30.193Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-28T20:24:30.193Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:24:30.193Z] OK: 8 MiB in 16 packages [2023-04-28T20:24:30.462Z] Removing intermediate container bf8a2e4f7c73 [2023-04-28T20:24:30.462Z] ---> 89b99f698934 [2023-04-28T20:24:30.462Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-28T20:24:30.733Z] ---> Running in 5ccbd2eb1f56 [2023-04-28T20:24:30.733Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-28T20:24:30.733Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:24:30.733Z] Removing intermediate container 89cf541e4498 [2023-04-28T20:24:30.733Z] ---> 2dd48af208b2 [2023-04-28T20:24:30.733Z] Step 32/33 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:24:30.733Z] OK: 8 MiB in 16 packages [2023-04-28T20:24:31.004Z] ---> Running in dfcd4a18e63d [2023-04-28T20:24:31.588Z] Removing intermediate container 5ccbd2eb1f56 [2023-04-28T20:24:31.588Z] ---> 4aec8b949568 [2023-04-28T20:24:31.588Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-28T20:24:31.856Z] Removing intermediate container dfcd4a18e63d [2023-04-28T20:24:31.856Z] ---> 873d654703fa [2023-04-28T20:24:31.856Z] Step 33/33 : LABEL version=0.0.0 [2023-04-28T20:24:31.856Z] ---> Running in 29c9d95a90a7 [2023-04-28T20:24:31.856Z] ---> Running in 2f92881ba0e0 [2023-04-28T20:24:32.126Z] Removing intermediate container 82ba85539365 [2023-04-28T20:24:32.126Z] ---> 5495340f10d5 [2023-04-28T20:24:32.126Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-28T20:24:32.403Z] ---> Running in 5745574d5efd [2023-04-28T20:24:32.403Z] Removing intermediate container 1713f44a6b7f [2023-04-28T20:24:32.403Z] ---> 268642cb6e06 [2023-04-28T20:24:32.403Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:24:32.671Z] Removing intermediate container 29c9d95a90a7 [2023-04-28T20:24:32.671Z] ---> 0e0c15b64ad5 [2023-04-28T20:24:32.671Z] Step 21/23 : LABEL arch=arm64 [2023-04-28T20:24:32.671Z] Removing intermediate container 2f92881ba0e0 [2023-04-28T20:24:32.671Z] ---> 7e56749358ed [2023-04-28T20:24:32.671Z] [2023-04-28T20:24:32.671Z] ---> Running in 8f902f4f26e1 [2023-04-28T20:24:32.939Z] Removing intermediate container 5745574d5efd [2023-04-28T20:24:32.939Z] ---> ae57bd25db96 [2023-04-28T20:24:32.939Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-28T20:24:32.939Z] ---> Running in d3a07f07e0cb [2023-04-28T20:24:33.212Z] Successfully built 7e56749358ed [2023-04-28T20:24:33.212Z] Successfully tagged security-bootstrapper-arm64:latest [2023-04-28T20:24:33.212Z]  Building security-bootstrapper ... done Building security-secretstore-setup [2023-04-28T20:24:33.212Z] Removing intermediate container 8f902f4f26e1 [2023-04-28T20:24:33.212Z] ---> 6a3098bc089f [2023-04-28T20:24:33.212Z] Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:24:33.212Z] ---> 3e063eef9d21 [2023-04-28T20:24:33.477Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:24:33.477Z] ---> Running in 3fd18e76edf9 [2023-04-28T20:24:33.477Z] Removing intermediate container d3a07f07e0cb [2023-04-28T20:24:33.477Z] ---> 8d058d2d529c [2023-04-28T20:24:33.477Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-28T20:24:33.761Z] ---> Running in 4569b083893e [2023-04-28T20:24:34.027Z] Removing intermediate container 3fd18e76edf9 [2023-04-28T20:24:34.027Z] ---> 2e984b84ff30 [2023-04-28T20:24:34.027Z] Step 23/23 : LABEL version=0.0.0 [2023-04-28T20:24:34.027Z] ---> Running in cfc832ee8476 [2023-04-28T20:24:34.293Z] Removing intermediate container 4569b083893e [2023-04-28T20:24:34.293Z] ---> 8b4d9740175b [2023-04-28T20:24:34.293Z] Step 15/25 : WORKDIR / [2023-04-28T20:24:34.559Z] ---> a1b7461c990e [2023-04-28T20:24:34.559Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-28T20:24:34.559Z] ---> Running in 07dba0b8c148 [2023-04-28T20:24:34.830Z] Removing intermediate container cfc832ee8476 [2023-04-28T20:24:34.830Z] ---> 1caed6c1916e [2023-04-28T20:24:34.830Z] [2023-04-28T20:24:35.100Z] Successfully built 1caed6c1916e [2023-04-28T20:24:35.100Z] Successfully tagged security-proxy-auth-arm64:latest [2023-04-28T20:24:35.100Z]  Building security-proxy-auth ... done Building core-common-config-bootstrapper [2023-04-28T20:24:35.680Z] Removing intermediate container 07dba0b8c148 [2023-04-28T20:24:35.680Z] ---> 6a16d74a4ba6 [2023-04-28T20:24:35.680Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:24:37.086Z] ---> e6a9587c454d [2023-04-28T20:24:37.087Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:24:37.087Z] ---> ae6050a31abd [2023-04-28T20:24:37.087Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-28T20:24:38.045Z] ---> 47e96607de11 [2023-04-28T20:24:38.045Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-28T20:24:38.045Z] ---> 2664321940ed [2023-04-28T20:24:38.045Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-28T20:24:38.311Z] ---> Running in 8df0a917aee1 [2023-04-28T20:24:39.292Z] Removing intermediate container 8df0a917aee1 [2023-04-28T20:24:39.292Z] ---> 5361faf5e6cb [2023-04-28T20:24:39.292Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-28T20:24:39.292Z] ---> Running in 9bc33579c3ea [2023-04-28T20:24:39.880Z] ---> 0f48b4e96c09 [2023-04-28T20:24:39.880Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-28T20:24:40.148Z] Removing intermediate container 9bc33579c3ea [2023-04-28T20:24:40.148Z] ---> e8dbf781a5b6 [2023-04-28T20:24:40.148Z] Step 21/23 : LABEL arch=arm64 [2023-04-28T20:24:40.414Z] ---> Running in 8d80e3341313 [2023-04-28T20:24:40.995Z] Removing intermediate container 8d80e3341313 [2023-04-28T20:24:40.995Z] ---> 5666f77f6f42 [2023-04-28T20:24:40.995Z] Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:24:40.995Z] ---> 274ba32a6d35 [2023-04-28T20:24:40.995Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-28T20:24:40.995Z] ---> Running in e6426f353b53 [2023-04-28T20:24:41.581Z] Removing intermediate container e6426f353b53 [2023-04-28T20:24:41.581Z] ---> 0b06eec40c21 [2023-04-28T20:24:41.581Z] Step 23/23 : LABEL version=0.0.0 [2023-04-28T20:24:41.851Z] ---> Running in b10389e83cc3 [2023-04-28T20:24:42.117Z] ---> e18757eb1d62 [2023-04-28T20:24:42.117Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-28T20:24:42.117Z] ---> Running in 7109e8930863 [2023-04-28T20:24:42.701Z] Removing intermediate container b10389e83cc3 [2023-04-28T20:24:42.702Z] ---> 6b1b72243393 [2023-04-28T20:24:42.702Z] [2023-04-28T20:24:42.702Z] Removing intermediate container 7109e8930863 [2023-04-28T20:24:42.702Z] ---> 1007cf60802a [2023-04-28T20:24:42.968Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-28T20:24:42.968Z] ---> Running in cd4123d10108 [2023-04-28T20:24:43.234Z] Successfully built 6b1b72243393 [2023-04-28T20:24:43.234Z] Successfully tagged core-data-arm64:latest [2023-04-28T20:24:43.234Z]  Building core-data ... done Building security-spire-config [2023-04-28T20:24:43.500Z] Removing intermediate container cd4123d10108 [2023-04-28T20:24:43.500Z] ---> df0bb0f0c33f [2023-04-28T20:24:43.500Z] Step 23/25 : LABEL arch=arm64 [2023-04-28T20:24:43.769Z] ---> Running in 7c08ecc7b929 [2023-04-28T20:24:44.413Z] Removing intermediate container 7c08ecc7b929 [2023-04-28T20:24:44.413Z] ---> d585f52a2e40 [2023-04-28T20:24:44.413Z] Step 24/25 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:24:44.413Z] ---> Running in e07e1870682e [2023-04-28T20:24:45.378Z] Removing intermediate container e07e1870682e [2023-04-28T20:24:45.378Z] ---> 3759059ca9d9 [2023-04-28T20:24:45.378Z] Step 25/25 : LABEL version=0.0.0 [2023-04-28T20:24:45.378Z] ---> Running in 09448993a710 [2023-04-28T20:24:45.985Z] Removing intermediate container 09448993a710 [2023-04-28T20:24:45.985Z] ---> 911f5b35cace [2023-04-28T20:24:45.985Z] [2023-04-28T20:24:45.985Z] Successfully built 911f5b35cace [2023-04-28T20:24:45.985Z] Successfully tagged core-metadata-arm64:latest [2023-04-28T20:24:45.985Z]  Building core-metadata ... done Building security-spire-server [2023-04-28T20:25:04.186Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:25:04.186Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:25:04.186Z] ---> 1530d9585714 [2023-04-28T20:25:04.186Z] Step 3/25 : WORKDIR /edgex-go [2023-04-28T20:25:04.186Z] ---> Using cache [2023-04-28T20:25:04.186Z] ---> fb9e5804fb60 [2023-04-28T20:25:04.186Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-28T20:25:05.606Z] ---> Running in 212eec80f7e0 [2023-04-28T20:25:06.189Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:25:06.189Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:25:06.189Z] ---> 1530d9585714 [2023-04-28T20:25:06.189Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-28T20:25:06.189Z] ---> Using cache [2023-04-28T20:25:06.189Z] ---> 24be5bdb914e [2023-04-28T20:25:06.189Z] Step 4/23 : WORKDIR /edgex-go [2023-04-28T20:25:06.189Z] ---> Using cache [2023-04-28T20:25:06.189Z] ---> 9368f9e319f9 [2023-04-28T20:25:06.189Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-28T20:25:06.189Z] ---> Using cache [2023-04-28T20:25:06.189Z] ---> 28d4b310f1d2 [2023-04-28T20:25:06.189Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-28T20:25:06.189Z] ---> Using cache [2023-04-28T20:25:06.189Z] ---> 9e14a2376066 [2023-04-28T20:25:06.189Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:25:06.189Z] ---> Using cache [2023-04-28T20:25:06.189Z] ---> 7db29d901c2b [2023-04-28T20:25:06.189Z] Step 8/23 : COPY . . [2023-04-28T20:25:06.457Z] ---> Using cache [2023-04-28T20:25:06.457Z] ---> 90eaa9ea6b9b [2023-04-28T20:25:06.457Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-28T20:25:06.726Z] ---> Running in db3a9c99e664 [2023-04-28T20:25:06.993Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:25:07.576Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:25:08.532Z] 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-28T20:25:08.798Z] OK: 263 MiB in 53 packages [2023-04-28T20:25:11.372Z] Removing intermediate container 212eec80f7e0 [2023-04-28T20:25:11.372Z] ---> 1e783456fa0f [2023-04-28T20:25:11.372Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-28T20:25:12.776Z] ---> 7fcae88c71e2 [2023-04-28T20:25:12.776Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:25:12.776Z] ---> Running in 80f4413da876 [2023-04-28T20:25:15.369Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:25:15.369Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:25:15.369Z] ---> 1530d9585714 [2023-04-28T20:25:15.369Z] Step 3/27 : WORKDIR /edgex-go [2023-04-28T20:25:15.369Z] ---> Using cache [2023-04-28T20:25:15.369Z] ---> fb9e5804fb60 [2023-04-28T20:25:15.369Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-28T20:25:15.369Z] ---> Using cache [2023-04-28T20:25:15.369Z] ---> 93621ddfe5ae [2023-04-28T20:25:15.369Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-28T20:25:15.369Z] ---> Using cache [2023-04-28T20:25:15.369Z] ---> 71473cdc73be [2023-04-28T20:25:15.369Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:25:15.369Z] ---> Using cache [2023-04-28T20:25:15.369Z] ---> e25fc5e6d29b [2023-04-28T20:25:15.369Z] Step 7/27 : COPY . . [2023-04-28T20:25:15.369Z] ---> Using cache [2023-04-28T20:25:15.369Z] ---> 734efe5dab00 [2023-04-28T20:25:15.369Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-28T20:25:15.369Z] ---> Using cache [2023-04-28T20:25:15.369Z] ---> 51a6994431fd [2023-04-28T20:25:15.369Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-28T20:25:15.369Z] ---> Using cache [2023-04-28T20:25:15.369Z] ---> a345c7d126a8 [2023-04-28T20:25:15.369Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-28T20:25:15.369Z] ---> Using cache [2023-04-28T20:25:15.369Z] ---> 19ce8fdd3a6d [2023-04-28T20:25:15.369Z] 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-28T20:25:15.369Z] ---> Using cache [2023-04-28T20:25:15.369Z] ---> d10a4f702993 [2023-04-28T20:25:15.369Z] Step 12/27 : WORKDIR /edgex-go [2023-04-28T20:25:15.369Z] ---> Using cache [2023-04-28T20:25:15.369Z] ---> 6eb02d092183 [2023-04-28T20:25:15.369Z] [2023-04-28T20:25:15.369Z] Step 13/27 : FROM alpine:3.17 [2023-04-28T20:25:15.369Z] ---> 51e60588ff2c [2023-04-28T20:25:15.369Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-28T20:25:15.369Z] ---> Using cache [2023-04-28T20:25:15.369Z] ---> 97012da721ef [2023-04-28T20:25:15.369Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-28T20:25:16.788Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:25:16.788Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:25:16.788Z] ---> 1530d9585714 [2023-04-28T20:25:16.788Z] Step 3/26 : WORKDIR /edgex-go [2023-04-28T20:25:16.788Z] ---> Using cache [2023-04-28T20:25:16.788Z] ---> fb9e5804fb60 [2023-04-28T20:25:16.788Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-28T20:25:16.788Z] ---> Using cache [2023-04-28T20:25:16.788Z] ---> 93621ddfe5ae [2023-04-28T20:25:16.788Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-28T20:25:16.788Z] ---> Using cache [2023-04-28T20:25:16.788Z] ---> 71473cdc73be [2023-04-28T20:25:16.788Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:25:16.788Z] ---> Using cache [2023-04-28T20:25:16.788Z] ---> e25fc5e6d29b [2023-04-28T20:25:16.788Z] Step 7/26 : COPY . . [2023-04-28T20:25:16.788Z] ---> Using cache [2023-04-28T20:25:16.788Z] ---> 734efe5dab00 [2023-04-28T20:25:17.066Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-04-28T20:25:17.066Z] ---> Using cache [2023-04-28T20:25:17.066Z] ---> 51a6994431fd [2023-04-28T20:25:17.066Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-28T20:25:17.066Z] ---> Using cache [2023-04-28T20:25:17.066Z] ---> a345c7d126a8 [2023-04-28T20:25:17.066Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-28T20:25:17.066Z] ---> Using cache [2023-04-28T20:25:17.066Z] ---> 19ce8fdd3a6d [2023-04-28T20:25:17.066Z] 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-28T20:25:17.066Z] ---> Running in 217902a6676d [2023-04-28T20:25:17.066Z] ---> Running in 39eeba4b0539 [2023-04-28T20:25:19.645Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:25:20.603Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:25:21.186Z] Removing intermediate container 39eeba4b0539 [2023-04-28T20:25:21.186Z] ---> fd3c781a61bc [2023-04-28T20:25:21.186Z] Step 12/26 : WORKDIR /edgex-go [2023-04-28T20:25:21.454Z] ---> Running in ed8d876024b0 [2023-04-28T20:25:22.040Z] Removing intermediate container ed8d876024b0 [2023-04-28T20:25:22.040Z] ---> 6ad19c0b04e4 [2023-04-28T20:25:22.040Z] [2023-04-28T20:25:22.040Z] Step 13/26 : FROM alpine:3.17 [2023-04-28T20:25:22.040Z] ---> 51e60588ff2c [2023-04-28T20:25:22.040Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-28T20:25:22.040Z] ---> Using cache [2023-04-28T20:25:22.040Z] ---> 97012da721ef [2023-04-28T20:25:22.040Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-28T20:25:22.040Z] ---> Using cache [2023-04-28T20:25:22.040Z] ---> 7594aea2a0b9 [2023-04-28T20:25:22.040Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:25:22.040Z] ---> Using cache [2023-04-28T20:25:22.040Z] ---> 86e2cd527f8e [2023-04-28T20:25:22.040Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:25:22.306Z] ---> Using cache [2023-04-28T20:25:22.306Z] ---> b68463878c38 [2023-04-28T20:25:22.306Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-28T20:25:22.306Z] v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-28T20:25:22.306Z] v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-28T20:25:22.306Z] OK: 17691 distinct packages available [2023-04-28T20:25:22.572Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:25:23.152Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:25:24.843Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-28T20:25:24.843Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-28T20:25:24.843Z] (3/4) Installing libucontext (1.2-r0) [2023-04-28T20:25:24.843Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-28T20:25:24.843Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:25:24.843Z] OK: 8 MiB in 19 packages [2023-04-28T20:25:27.468Z] Removing intermediate container 217902a6676d [2023-04-28T20:25:27.468Z] ---> 19be0b919665 [2023-04-28T20:25:27.468Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:25:30.086Z] ---> 0a5b656b54f0 [2023-04-28T20:25:30.086Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:25:32.023Z] ---> 0d129cb60474 [2023-04-28T20:25:32.023Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-28T20:25:33.957Z] ---> 12b71589d16f [2023-04-28T20:25:33.957Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-28T20:25:35.892Z] ---> 9e9a09761cf0 [2023-04-28T20:25:35.892Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-28T20:25:36.846Z] ---> a1abdd3f29c5 [2023-04-28T20:25:36.846Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-28T20:25:38.467Z] ---> 71c32c1dd5f5 [2023-04-28T20:25:38.467Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-28T20:25:38.735Z] ---> Running in 5d42d8b58e88 [2023-04-28T20:25:40.137Z] Removing intermediate container 5d42d8b58e88 [2023-04-28T20:25:40.137Z] ---> e7c908a09bbe [2023-04-28T20:25:40.137Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-28T20:25:40.137Z] ---> Running in 59820b6a266e [2023-04-28T20:25:40.402Z] ---> 8f820c5e8d71 [2023-04-28T20:25:40.402Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-28T20:25:40.989Z] Removing intermediate container 59820b6a266e [2023-04-28T20:25:40.989Z] ---> ed853e8aeec3 [2023-04-28T20:25:40.989Z] Step 24/26 : LABEL arch=arm64 [2023-04-28T20:25:40.989Z] ---> Running in 4ce645e25698 [2023-04-28T20:25:41.947Z] ---> 033d24309864 [2023-04-28T20:25:41.947Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-28T20:25:41.947Z] Removing intermediate container 4ce645e25698 [2023-04-28T20:25:41.947Z] ---> f77e444b47cf [2023-04-28T20:25:41.947Z] Step 25/26 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:25:42.213Z] ---> Running in afe614e13ff7 [2023-04-28T20:25:42.214Z] ---> Running in 0d1bd0fd83b2 [2023-04-28T20:25:42.812Z] Removing intermediate container afe614e13ff7 [2023-04-28T20:25:42.812Z] ---> ab1d0ede5b50 [2023-04-28T20:25:42.812Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-28T20:25:43.081Z] Removing intermediate container 0d1bd0fd83b2 [2023-04-28T20:25:43.081Z] ---> 9058c1bf3ef6 [2023-04-28T20:25:43.081Z] Step 26/26 : LABEL version=0.0.0 [2023-04-28T20:25:43.081Z] ---> Running in 5191d2fd100d [2023-04-28T20:25:43.348Z] Removing intermediate container ba08bc256747 [2023-04-28T20:25:43.348Z] ---> 19300704bf1b [2023-04-28T20:25:43.348Z] Step 8/23 : COPY . . [2023-04-28T20:25:44.313Z] Removing intermediate container 5191d2fd100d [2023-04-28T20:25:44.313Z] ---> c17318b68fc9 [2023-04-28T20:25:44.313Z] [2023-04-28T20:25:44.313Z] ---> a0997d66b43c [2023-04-28T20:25:44.313Z] Step 22/27 : WORKDIR / [2023-04-28T20:25:44.586Z] ---> Running in 5ed2b4faf5c9 [2023-04-28T20:25:44.856Z] Successfully built c17318b68fc9 [2023-04-28T20:25:44.856Z] Successfully tagged security-spire-server-arm64:latest [2023-04-28T20:25:44.856Z] Building support-scheduler [2023-04-28T20:25:45.438Z]  Building security-spire-server ... done Removing intermediate container 5ed2b4faf5c9 [2023-04-28T20:25:45.438Z] ---> 028b020aa7a5 [2023-04-28T20:25:45.438Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-28T20:25:45.705Z] ---> Running in 2b838391dbe2 [2023-04-28T20:25:46.665Z] Removing intermediate container 2b838391dbe2 [2023-04-28T20:25:46.665Z] ---> 29421eef7f88 [2023-04-28T20:25:46.665Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-28T20:25:46.665Z] ---> Running in 90e56c7f1e19 [2023-04-28T20:25:47.624Z] Removing intermediate container 90e56c7f1e19 [2023-04-28T20:25:47.624Z] ---> 6d13bb53f11f [2023-04-28T20:25:47.624Z] Step 25/27 : LABEL arch=arm64 [2023-04-28T20:25:47.889Z] ---> Running in 10d385c9b1bc [2023-04-28T20:25:48.870Z] Removing intermediate container 10d385c9b1bc [2023-04-28T20:25:48.870Z] ---> d7da7c6c2d78 [2023-04-28T20:25:48.870Z] Step 26/27 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:25:49.144Z] ---> Running in a47f53e3f698 [2023-04-28T20:25:50.097Z] Removing intermediate container a47f53e3f698 [2023-04-28T20:25:50.097Z] ---> e5046bb04c92 [2023-04-28T20:25:50.097Z] Step 27/27 : LABEL version=0.0.0 [2023-04-28T20:25:50.097Z] ---> Running in fe2b9b193ab6 [2023-04-28T20:25:50.677Z] Removing intermediate container fe2b9b193ab6 [2023-04-28T20:25:50.677Z] ---> a839fe166539 [2023-04-28T20:25:50.942Z] [2023-04-28T20:25:51.522Z] Successfully built a839fe166539 [2023-04-28T20:25:51.522Z] Successfully tagged security-spire-config-arm64:latest [2023-04-28T20:25:51.522Z]  Building security-spire-config ... done Building core-command [2023-04-28T20:26:01.589Z] ---> 36c7c70b2de4 [2023-04-28T20:26:01.589Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-28T20:26:01.589Z] ---> Running in badd90f74372 [2023-04-28T20:26:04.167Z] 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-28T20:26:06.745Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:26:06.745Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:26:06.745Z] ---> 1530d9585714 [2023-04-28T20:26:06.745Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-28T20:26:06.745Z] ---> Using cache [2023-04-28T20:26:06.745Z] ---> 24be5bdb914e [2023-04-28T20:26:06.745Z] Step 4/23 : WORKDIR /edgex-go [2023-04-28T20:26:06.745Z] ---> Using cache [2023-04-28T20:26:06.745Z] ---> 9368f9e319f9 [2023-04-28T20:26:06.745Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-28T20:26:06.745Z] ---> Using cache [2023-04-28T20:26:06.745Z] ---> 28d4b310f1d2 [2023-04-28T20:26:06.745Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-28T20:26:06.745Z] ---> Using cache [2023-04-28T20:26:06.745Z] ---> 9e14a2376066 [2023-04-28T20:26:06.745Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:26:06.745Z] ---> Using cache [2023-04-28T20:26:06.745Z] ---> 7db29d901c2b [2023-04-28T20:26:06.745Z] Step 8/23 : COPY . . [2023-04-28T20:26:06.745Z] ---> Using cache [2023-04-28T20:26:06.745Z] ---> 90eaa9ea6b9b [2023-04-28T20:26:06.745Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-28T20:26:09.320Z] ---> Running in 40cbdc457bda [2023-04-28T20:26:11.901Z] 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-28T20:26:15.237Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:26:15.237Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:26:15.237Z] ---> 1530d9585714 [2023-04-28T20:26:15.237Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-28T20:26:15.237Z] ---> Using cache [2023-04-28T20:26:15.237Z] ---> 24be5bdb914e [2023-04-28T20:26:15.237Z] Step 4/24 : WORKDIR /edgex-go [2023-04-28T20:26:15.237Z] ---> Using cache [2023-04-28T20:26:15.237Z] ---> 9368f9e319f9 [2023-04-28T20:26:15.237Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-28T20:26:15.237Z] ---> Using cache [2023-04-28T20:26:15.237Z] ---> 28d4b310f1d2 [2023-04-28T20:26:15.237Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-28T20:26:15.237Z] ---> Using cache [2023-04-28T20:26:15.237Z] ---> 9e14a2376066 [2023-04-28T20:26:15.237Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:26:15.237Z] ---> Using cache [2023-04-28T20:26:15.237Z] ---> 7db29d901c2b [2023-04-28T20:26:15.237Z] Step 8/24 : COPY . . [2023-04-28T20:26:15.237Z] ---> Using cache [2023-04-28T20:26:15.237Z] ---> 90eaa9ea6b9b [2023-04-28T20:26:15.237Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-28T20:26:15.512Z] ---> Running in 71209c845587 [2023-04-28T20:26:18.099Z] 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-28T20:26:44.776Z] Removing intermediate container 80f4413da876 [2023-04-28T20:26:44.776Z] ---> 59dad58cc95a [2023-04-28T20:26:44.776Z] Step 7/25 : COPY . . [2023-04-28T20:26:54.876Z] ---> e480301c9637 [2023-04-28T20:26:54.876Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-28T20:26:54.876Z] ---> Running in 1594bb3e4d39 [2023-04-28T20:26:55.830Z] 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-28T20:31:17.617Z] Removing intermediate container db3a9c99e664 [2023-04-28T20:31:17.617Z] ---> 25fff8bda4b4 [2023-04-28T20:31:17.617Z] [2023-04-28T20:31:17.617Z] Step 10/23 : FROM alpine:3.17 [2023-04-28T20:31:17.617Z] ---> 51e60588ff2c [2023-04-28T20:31:17.617Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-28T20:31:17.617Z] ---> Using cache [2023-04-28T20:31:17.617Z] ---> 5ec1936c388a [2023-04-28T20:31:17.617Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-28T20:31:17.617Z] ---> Using cache [2023-04-28T20:31:17.617Z] ---> 47a8e05f61b3 [2023-04-28T20:31:17.617Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:31:17.617Z] ---> Using cache [2023-04-28T20:31:17.617Z] ---> 92882048c5e4 [2023-04-28T20:31:17.617Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:31:17.617Z] ---> Using cache [2023-04-28T20:31:17.617Z] ---> 03eb5bc67d27 [2023-04-28T20:31:17.617Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-28T20:31:17.617Z] ---> 5cd60bc7479d [2023-04-28T20:31:17.617Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-28T20:31:17.617Z] ---> edc492ee320d [2023-04-28T20:31:17.617Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-28T20:31:17.617Z] ---> ec1343aaefdb [2023-04-28T20:31:17.618Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-28T20:31:17.618Z] ---> Running in a996d24b1f86 [2023-04-28T20:31:17.618Z] Removing intermediate container a996d24b1f86 [2023-04-28T20:31:17.618Z] ---> b2eda17f8462 [2023-04-28T20:31:17.618Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-28T20:31:17.618Z] ---> Running in 1c8be31f1514 [2023-04-28T20:31:17.618Z] Removing intermediate container 1c8be31f1514 [2023-04-28T20:31:17.618Z] ---> b2a99efbafe4 [2023-04-28T20:31:17.618Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-28T20:31:17.618Z] ---> Running in a57aa89f9aa1 [2023-04-28T20:31:17.884Z] Removing intermediate container a57aa89f9aa1 [2023-04-28T20:31:17.884Z] ---> 23f379f874a3 [2023-04-28T20:31:17.884Z] Step 21/23 : LABEL arch=arm64 [2023-04-28T20:31:17.884Z] ---> Running in d3ae38445339 [2023-04-28T20:31:18.489Z] Removing intermediate container d3ae38445339 [2023-04-28T20:31:18.489Z] ---> 606800a942d4 [2023-04-28T20:31:18.489Z] Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:31:18.489Z] ---> Running in 0193fb94c7ec [2023-04-28T20:31:19.071Z] Removing intermediate container 0193fb94c7ec [2023-04-28T20:31:19.071Z] ---> e5013c246c1b [2023-04-28T20:31:19.071Z] Step 23/23 : LABEL version=0.0.0 [2023-04-28T20:31:19.071Z] ---> Running in abea4f06f164 [2023-04-28T20:31:19.650Z] Removing intermediate container abea4f06f164 [2023-04-28T20:31:19.650Z] ---> b8271eb60745 [2023-04-28T20:31:19.650Z] [2023-04-28T20:31:19.916Z] Successfully built b8271eb60745 [2023-04-28T20:31:19.916Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-04-28T20:31:19.916Z]  Building core-common-config-bootstrapper ... done Building security-spiffe-token-provider [2023-04-28T20:31:38.109Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-28T20:31:38.109Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-28T20:31:38.109Z] ---> 1530d9585714 [2023-04-28T20:31:38.109Z] Step 3/20 : WORKDIR /edgex-go [2023-04-28T20:31:38.109Z] ---> Using cache [2023-04-28T20:31:38.109Z] ---> fb9e5804fb60 [2023-04-28T20:31:38.109Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-28T20:31:38.109Z] ---> Running in 086b4f524ab8 [2023-04-28T20:31:38.109Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:31:38.375Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:31:39.777Z] v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-28T20:31:39.777Z] v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-28T20:31:39.777Z] OK: 17690 distinct packages available [2023-04-28T20:31:40.361Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:31:40.943Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:31:42.349Z] OK: 263 MiB in 53 packages [2023-04-28T20:31:44.290Z] Removing intermediate container 086b4f524ab8 [2023-04-28T20:31:44.290Z] ---> 730217e481d1 [2023-04-28T20:31:44.290Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-28T20:31:44.869Z] ---> ee675c643d8c [2023-04-28T20:31:44.869Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T20:31:45.134Z] ---> Running in 21b0bbef951c [2023-04-28T20:33:06.721Z] 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-28T20:33:24.911Z] Removing intermediate container 21b0bbef951c [2023-04-28T20:33:24.911Z] ---> cb618287baac [2023-04-28T20:33:24.911Z] Step 7/20 : COPY . . [2023-04-28T20:33:30.241Z] Removing intermediate container 1594bb3e4d39 [2023-04-28T20:33:30.241Z] ---> e66996706e73 [2023-04-28T20:33:30.241Z] [2023-04-28T20:33:30.241Z] Step 9/25 : FROM alpine:3.17 [2023-04-28T20:33:30.241Z] ---> 51e60588ff2c [2023-04-28T20:33:30.241Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-28T20:33:30.241Z] Removing intermediate container 71209c845587 [2023-04-28T20:33:30.241Z] ---> a61c6d59fef7 [2023-04-28T20:33:30.241Z] [2023-04-28T20:33:30.241Z] Step 10/24 : FROM alpine:3.17 [2023-04-28T20:33:30.241Z] ---> 51e60588ff2c [2023-04-28T20:33:30.241Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-28T20:33:30.241Z] ---> Using cache [2023-04-28T20:33:30.241Z] ---> 5495340f10d5 [2023-04-28T20:33:30.241Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-28T20:33:30.241Z] ---> Using cache [2023-04-28T20:33:30.241Z] ---> ae57bd25db96 [2023-04-28T20:33:30.241Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-28T20:33:30.508Z] ---> Running in 5d13f2268d54 [2023-04-28T20:33:30.774Z] ---> Running in 1ee750cb38da [2023-04-28T20:33:31.738Z] Removing intermediate container 5d13f2268d54 [2023-04-28T20:33:31.738Z] ---> 7a38cdd10e64 [2023-04-28T20:33:31.738Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-28T20:33:32.004Z] ---> Running in ecce8b964119 [2023-04-28T20:33:32.586Z] Removing intermediate container ecce8b964119 [2023-04-28T20:33:32.586Z] ---> b63637aabedf [2023-04-28T20:33:32.586Z] Step 15/24 : WORKDIR / [2023-04-28T20:33:32.852Z] ---> Running in 11f8f0458b55 [2023-04-28T20:33:33.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:33:34.023Z] Removing intermediate container 11f8f0458b55 [2023-04-28T20:33:34.023Z] ---> 565d4e1f1341 [2023-04-28T20:33:34.023Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:33:35.982Z] ---> f560b4d91daa [2023-04-28T20:33:35.982Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:33:37.389Z] ---> 228a33c0776a [2023-04-28T20:33:37.389Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-28T20:33:38.345Z] WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.17/main: temporary error (try again later) [2023-04-28T20:33:38.345Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:33:40.291Z] ---> 91e6dc2cddb6 [2023-04-28T20:33:40.291Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-28T20:33:41.698Z] ---> 685f301e1207 [2023-04-28T20:33:41.698Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-28T20:33:41.698Z] ---> Running in a67adb149e26 [2023-04-28T20:33:41.966Z] ---> d0eb3c6e3e1a [2023-04-28T20:33:41.966Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-28T20:33:43.375Z] WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.17/community: temporary error (try again later) [2023-04-28T20:33:43.375Z] ERROR: unable to select packages: [2023-04-28T20:33:43.375Z]  ca-certificates (no such package): [2023-04-28T20:33:43.375Z] required by: world[ca-certificates] [2023-04-28T20:33:43.375Z] dumb-init (no such package): [2023-04-28T20:33:43.375Z] required by: world[dumb-init] [2023-04-28T20:33:43.375Z] su-exec (no such package): [2023-04-28T20:33:43.375Z] required by: world[su-exec] [2023-04-28T20:33:44.782Z] Removing intermediate container a67adb149e26 [2023-04-28T20:33:44.782Z] ---> d4b1cb2b10ac [2023-04-28T20:33:44.782Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-28T20:33:44.782Z] ---> Running in 02a80f060053 [2023-04-28T20:33:45.048Z] ---> Running in 6bbfc18f6193 [2023-04-28T20:33:46.008Z] Removing intermediate container 6bbfc18f6193 [2023-04-28T20:33:46.008Z] ---> f9f87799c904 [2023-04-28T20:33:46.008Z] Step 22/24 : LABEL arch=arm64 [2023-04-28T20:33:46.008Z] ---> Running in def27e255faf [2023-04-28T20:33:46.589Z] Removing intermediate container def27e255faf [2023-04-28T20:33:46.589Z] ---> ab7e49bab975 [2023-04-28T20:33:46.589Z] Step 23/24 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:33:46.958Z] ---> Running in 20b7783e54dd [2023-04-28T20:33:47.273Z] 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-28T20:33:47.606Z] Removing intermediate container 20b7783e54dd [2023-04-28T20:33:47.606Z] ---> ceebd9cfff35 [2023-04-28T20:33:47.606Z] Step 24/24 : LABEL version=0.0.0 [2023-04-28T20:33:47.606Z] ---> Running in 73c4b38dc63d [2023-04-28T20:33:48.217Z] Removing intermediate container 73c4b38dc63d [2023-04-28T20:33:48.217Z] ---> 605e10c232a7 [2023-04-28T20:33:48.217Z] [2023-04-28T20:33:48.494Z] Successfully built 605e10c232a7 [2023-04-28T20:33:48.494Z] Successfully tagged core-command-arm64:latest [2023-04-28T20:35:10.222Z]  Building core-command ... done Removing intermediate container badd90f74372 [2023-04-28T20:35:10.222Z] ---> 39946f0cc51c [2023-04-28T20:35:10.222Z] [2023-04-28T20:35:10.222Z] Step 10/23 : FROM alpine:3.17 [2023-04-28T20:35:10.222Z] ---> 51e60588ff2c [2023-04-28T20:35:10.222Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-28T20:35:10.222Z] Removing intermediate container 40cbdc457bda [2023-04-28T20:35:10.222Z] ---> c8201f031c5c [2023-04-28T20:35:10.222Z] [2023-04-28T20:35:10.222Z] Step 10/23 : FROM alpine:3.17 [2023-04-28T20:35:10.222Z] ---> 51e60588ff2c [2023-04-28T20:35:10.222Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-28T20:35:10.222Z] ---> Using cache [2023-04-28T20:35:10.222Z] ---> 5495340f10d5 [2023-04-28T20:35:10.222Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-28T20:35:10.222Z] ---> Using cache [2023-04-28T20:35:10.222Z] ---> ae57bd25db96 [2023-04-28T20:35:10.222Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-28T20:35:10.222Z] ---> Running in 3ba4ac606771 [2023-04-28T20:35:10.222Z] ---> Running in 4d0bb2e7653b [2023-04-28T20:35:10.222Z] Removing intermediate container 4d0bb2e7653b [2023-04-28T20:35:10.222Z] ---> c9ab2f5702ad [2023-04-28T20:35:10.222Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-28T20:35:10.222Z] ---> Running in a53db7b599ed [2023-04-28T20:35:10.222Z] Removing intermediate container a53db7b599ed [2023-04-28T20:35:10.222Z] ---> 9ba333b68d37 [2023-04-28T20:35:10.222Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:35:10.222Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:35:10.222Z] ---> edaf7d985e2d [2023-04-28T20:35:10.222Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:35:10.222Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:35:10.222Z] ---> 558147286f37 [2023-04-28T20:35:10.222Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-28T20:35:10.222Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-28T20:35:10.222Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-28T20:35:10.222Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:35:10.222Z] Executing ca-certificates-20220614-r4.trigger [2023-04-28T20:35:10.222Z] OK: 8 MiB in 17 packages [2023-04-28T20:35:12.158Z] ---> b249bd2660c8 [2023-04-28T20:35:12.158Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-28T20:35:12.158Z] Removing intermediate container 3ba4ac606771 [2023-04-28T20:35:12.158Z] ---> e3828c7f2752 [2023-04-28T20:35:12.158Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-28T20:35:12.158Z] ---> Running in afe19c37c3f1 [2023-04-28T20:35:13.139Z] ---> f50b383c5751 [2023-04-28T20:35:13.139Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"]Removing intermediate container afe19c37c3f1 [2023-04-28T20:35:13.139Z] [2023-04-28T20:35:13.139Z] ---> 1e391559a51a [2023-04-28T20:35:13.139Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-28T20:35:13.139Z] ---> Running in 19fe3f833cea [2023-04-28T20:35:13.139Z] ---> Running in 6f5326d98270 [2023-04-28T20:35:13.720Z] Removing intermediate container 6f5326d98270 [2023-04-28T20:35:13.720Z] Removing intermediate container 19fe3f833cea [2023-04-28T20:35:13.720Z] ---> eca466979615 [2023-04-28T20:35:13.720Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-28T20:35:13.720Z] ---> ac51216e5199 [2023-04-28T20:35:13.720Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-28T20:35:13.998Z] ---> Running in b31a8559c29e [2023-04-28T20:35:13.998Z] ---> Running in 7178ce6b2d86 [2023-04-28T20:35:14.624Z] Removing intermediate container b31a8559c29e [2023-04-28T20:35:14.624Z] ---> 142edd4c52ca [2023-04-28T20:35:14.624Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:35:14.624Z] Removing intermediate container 7178ce6b2d86 [2023-04-28T20:35:14.624Z] ---> 042bfcc97894 [2023-04-28T20:35:14.624Z] Step 21/23 : LABEL arch=arm64 [2023-04-28T20:35:14.898Z] ---> Running in 80e1aad4ba4c [2023-04-28T20:35:15.499Z] Removing intermediate container 80e1aad4ba4c [2023-04-28T20:35:15.499Z] ---> b6139b00502e [2023-04-28T20:35:15.499Z] Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:35:15.499Z] ---> Running in b2db1d56694b [2023-04-28T20:35:15.769Z] ---> 1d13985adfae [2023-04-28T20:35:15.769Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:35:18.361Z] Removing intermediate container b2db1d56694b [2023-04-28T20:35:18.361Z] ---> 0f966cdd3251 [2023-04-28T20:35:18.361Z] Step 23/23 : LABEL version=0.0.0 [2023-04-28T20:35:18.361Z] ---> d04dc38d25ff [2023-04-28T20:35:18.361Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-28T20:35:18.361Z] ---> Running in 48bec1e671be [2023-04-28T20:35:18.947Z] Removing intermediate container 48bec1e671be [2023-04-28T20:35:18.947Z] ---> 625fc657fa4c [2023-04-28T20:35:18.947Z] [2023-04-28T20:35:19.216Z] Successfully built 625fc657fa4c [2023-04-28T20:35:19.216Z] Successfully tagged support-scheduler-arm64:latest [2023-04-28T20:35:21.170Z]  Building support-scheduler ... done  ---> fca6fd33f91f [2023-04-28T20:35:21.170Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-28T20:35:21.750Z] ---> 075c1a89ddcf [2023-04-28T20:35:21.750Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-28T20:35:21.750Z] ---> Running in 2727d4799790 [2023-04-28T20:35:22.335Z] Removing intermediate container 2727d4799790 [2023-04-28T20:35:22.335Z] ---> f7f17e093589 [2023-04-28T20:35:22.335Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-28T20:35:22.335Z] ---> Running in abdd8a09dc88 [2023-04-28T20:35:22.606Z] Removing intermediate container abdd8a09dc88 [2023-04-28T20:35:22.606Z] ---> ce4713f47f74 [2023-04-28T20:35:22.606Z] Step 21/23 : LABEL arch=arm64 [2023-04-28T20:35:22.876Z] ---> Running in 943f5b593c00 [2023-04-28T20:35:23.460Z] Removing intermediate container 943f5b593c00 [2023-04-28T20:35:23.460Z] ---> 0c92fa7179fa [2023-04-28T20:35:23.460Z] Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:35:23.460Z] ---> Running in d2c438e54ed6 [2023-04-28T20:35:24.046Z] Removing intermediate container d2c438e54ed6 [2023-04-28T20:35:24.046Z] ---> f19310dcf99c [2023-04-28T20:35:24.046Z] Step 23/23 : LABEL version=0.0.0 [2023-04-28T20:35:24.046Z] ---> Running in 1c9c7e9a3dda [2023-04-28T20:35:24.634Z] Removing intermediate container 1c9c7e9a3dda [2023-04-28T20:35:24.634Z] ---> 071a7429df8c [2023-04-28T20:35:24.634Z] [2023-04-28T20:35:24.899Z] Successfully built 071a7429df8c [2023-04-28T20:35:24.899Z] Successfully tagged support-notifications-arm64:latest [2023-04-28T20:36:32.703Z]  Building support-notifications ... done Removing intermediate container 02a80f060053 [2023-04-28T20:36:32.703Z] ---> f43c27d1efe9 [2023-04-28T20:36:32.703Z] [2023-04-28T20:36:32.703Z] Step 9/20 : FROM alpine:3.17 [2023-04-28T20:36:32.703Z] ---> 51e60588ff2c [2023-04-28T20:36:32.703Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-28T20:36:32.703Z] ---> Using cache [2023-04-28T20:36:32.703Z] ---> eef83aa85209 [2023-04-28T20:36:32.703Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-28T20:36:32.703Z] ---> Running in 4d790daa6303 [2023-04-28T20:36:32.703Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:36:32.703Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:36:32.703Z] v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-28T20:36:32.703Z] v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-28T20:36:32.703Z] OK: 17691 distinct packages available [2023-04-28T20:36:32.703Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T20:36:32.703Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T20:36:32.703Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-28T20:36:32.703Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-28T20:36:32.703Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-28T20:36:32.703Z] (4/9) Installing libcurl (8.0.1-r0) [2023-04-28T20:36:32.703Z] (5/9) Installing curl (8.0.1-r0) [2023-04-28T20:36:32.703Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-28T20:36:32.703Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-28T20:36:32.703Z] (8/9) Installing libucontext (1.2-r0) [2023-04-28T20:36:32.703Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-28T20:36:32.703Z] Executing busybox-1.35.0-r29.trigger [2023-04-28T20:36:32.703Z] Executing ca-certificates-20220614-r4.trigger [2023-04-28T20:36:32.703Z] OK: 11 MiB in 24 packages [2023-04-28T20:36:32.703Z] Removing intermediate container 4d790daa6303 [2023-04-28T20:36:32.703Z] ---> d5d6fdf23fbc [2023-04-28T20:36:32.703Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-28T20:36:32.703Z] ---> feb4002933e1 [2023-04-28T20:36:32.703Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-28T20:36:32.968Z] ---> 177f1cc28b6e [2023-04-28T20:36:32.968Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-28T20:36:34.369Z] ---> 0d8f1fc372f3 [2023-04-28T20:36:34.369Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-28T20:36:34.634Z] ---> 32e70a7cb532 [2023-04-28T20:36:34.634Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-28T20:36:34.634Z] ---> Running in 9d0410e5040c [2023-04-28T20:36:34.900Z] Removing intermediate container 9d0410e5040c [2023-04-28T20:36:34.900Z] ---> b6bf65b44027 [2023-04-28T20:36:34.900Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] [2023-04-28T20:36:34.900Z] ---> Running in d3893553f819 [2023-04-28T20:36:35.166Z] Removing intermediate container d3893553f819 [2023-04-28T20:36:35.166Z] ---> 44628852261d [2023-04-28T20:36:35.166Z] Step 18/20 : LABEL arch=arm64 [2023-04-28T20:36:35.166Z] ---> Running in 8f298f3b080d [2023-04-28T20:36:35.430Z] Removing intermediate container 8f298f3b080d [2023-04-28T20:36:35.430Z] ---> ee72ae0f7205 [2023-04-28T20:36:35.430Z] Step 19/20 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [2023-04-28T20:36:35.695Z] ---> Running in 52832ac624fc [2023-04-28T20:36:35.960Z] Removing intermediate container 52832ac624fc [2023-04-28T20:36:35.960Z] ---> a88b66e89d26 [2023-04-28T20:36:35.960Z] Step 20/20 : LABEL version=0.0.0 [2023-04-28T20:36:35.960Z] ---> Running in d50947832eb4 [2023-04-28T20:36:36.224Z] Removing intermediate container d50947832eb4 [2023-04-28T20:36:36.224Z] ---> 7f39f58922e5 [2023-04-28T20:36:36.224Z] [2023-04-28T20:36:36.490Z] Successfully built 7f39f58922e5 [2023-04-28T20:36:36.490Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-04-28T20:36:36.490Z]  Building security-spiffe-token-provider ... done  [2023-04-28T20:36:36.490Z] ERROR: for security-secretstore-setup (, "The command '/bin/sh -c apk add --update --no-cache ca-certificates dumb-init su-exec' returned a non-zero code: 3") [2023-04-28T20:36:36.490Z] Service 'security-secretstore-setup' failed to build: The command '/bin/sh -c apk add --update --no-cache ca-certificates dumb-init su-exec' returned a non-zero code: 3 [Pipeline] } [2023-04-28T20:36:36.798Z] $ docker stop --time=1 7a06c05eee9169d271cd5430bfe26ee66e6e28e345d28bfb482632b94c081c6f [2023-04-28T20:36:39.953Z] $ docker rm -f --volumes 7a06c05eee9169d271cd5430bfe26ee66e6e28e345d28bfb482632b94c081c6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T20:36:40.949Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-28T20:36:40.949Z] [2023-04-28T20:36:40.949Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T20:36:41.346Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-28T20:36:41.610Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-28T20:36:41.610Z] 8998bd30e6a1: Pulling fs layer [2023-04-28T20:36:41.610Z] 04944245beec: Pulling fs layer [2023-04-28T20:36:41.610Z] 699f458cf7ca: Pulling fs layer [2023-04-28T20:36:41.610Z] 765212b225bb: Pulling fs layer [2023-04-28T20:36:41.610Z] f23df028b6ca: Pulling fs layer [2023-04-28T20:36:41.610Z] d65c8cfc05b1: Pulling fs layer [2023-04-28T20:36:41.610Z] 2437ff75d9bd: Pulling fs layer [2023-04-28T20:36:41.610Z] f23df028b6ca: Waiting [2023-04-28T20:36:41.610Z] d65c8cfc05b1: Waiting [2023-04-28T20:36:41.610Z] 2437ff75d9bd: Waiting [2023-04-28T20:36:41.610Z] 765212b225bb: Waiting [2023-04-28T20:36:41.610Z] 04944245beec: Verifying Checksum [2023-04-28T20:36:41.610Z] 04944245beec: Download complete [2023-04-28T20:36:41.610Z] 765212b225bb: Verifying Checksum [2023-04-28T20:36:41.610Z] 765212b225bb: Download complete [2023-04-28T20:36:41.875Z] f23df028b6ca: Verifying Checksum [2023-04-28T20:36:41.875Z] f23df028b6ca: Download complete [2023-04-28T20:36:41.875Z] d65c8cfc05b1: Verifying Checksum [2023-04-28T20:36:41.875Z] d65c8cfc05b1: Download complete [2023-04-28T20:36:41.875Z] 699f458cf7ca: Verifying Checksum [2023-04-28T20:36:41.875Z] 699f458cf7ca: Download complete [2023-04-28T20:36:42.141Z] 8998bd30e6a1: Verifying Checksum [2023-04-28T20:36:42.141Z] 8998bd30e6a1: Download complete [2023-04-28T20:36:44.711Z] 2437ff75d9bd: Verifying Checksum [2023-04-28T20:36:44.711Z] 2437ff75d9bd: Download complete [2023-04-28T20:36:46.113Z] 8998bd30e6a1: Pull complete [2023-04-28T20:36:46.379Z] 04944245beec: Pull complete [2023-04-28T20:36:47.786Z] 699f458cf7ca: Pull complete [2023-04-28T20:36:48.052Z] 765212b225bb: Pull complete [2023-04-28T20:36:49.009Z] f23df028b6ca: Pull complete [2023-04-28T20:36:49.009Z] d65c8cfc05b1: Pull complete [2023-04-28T20:37:03.975Z] 2437ff75d9bd: Pull complete [2023-04-28T20:37:03.975Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-28T20:37:03.975Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-28T20:37:03.975Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T20:37:04.297Z] prd-ubuntu20.04-docker-arm64-4c-16g-12031 does not seem to be running inside a container [2023-04-28T20:37:04.368Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-28T20:37:08.434Z] $ docker top 06f225ebbdc001f5388ccd341435eb85d9b4a2cdf5ae8b728f4541ebdbe43d29 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-28T20:37:09.399Z] ---> job-cost.sh [2023-04-28T20:37:09.399Z] lf-activate-venv: SKIPPING [2023-04-28T20:37:09.399Z] INFO: No Stack... [2023-04-28T20:37:09.977Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-28T20:37:10.931Z] INFO: Archiving Costs [Pipeline] sh [2023-04-28T20:37:11.589Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-04-28T20:37:11.589Z] + cut -d, -f6 [Pipeline] lock [2023-04-28T20:37:11.647Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4541-1-stack-cost] [2023-04-28T20:37:11.652Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4541-1-stack-cost] did not exist. Created. [2023-04-28T20:37:11.652Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4541-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-28T20:37:12.054Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-28T20:37:12.497Z] Stashed 1 file(s) [Pipeline] } [2023-04-28T20:37:12.512Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4541-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-28T20:37:12.588Z] $ docker stop --time=1 06f225ebbdc001f5388ccd341435eb85d9b4a2cdf5ae8b728f4541ebdbe43d29 [2023-04-28T20:37:14.084Z] $ docker rm -f --volumes 06f225ebbdc001f5388ccd341435eb85d9b4a2cdf5ae8b728f4541ebdbe43d29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-28T20:37:14.791Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [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-28T20:37:16.340Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-04-28T20:37:16.671Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-28T20:37:17.560Z] ---> package-listing.sh [2023-04-28T20:37:17.560Z] ++ facter osfamily [2023-04-28T20:37:17.560Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-28T20:37:17.819Z] + OS_FAMILY=debian [2023-04-28T20:37:17.819Z] + workspace=/w/workspace/edgex-go/1 [2023-04-28T20:37:17.819Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-28T20:37:17.819Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-28T20:37:17.819Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-28T20:37:17.819Z] + PACKAGES=/tmp/packages_start.txt [2023-04-28T20:37:17.819Z] + '[' /w/workspace/edgex-go/1 ']' [2023-04-28T20:37:17.819Z] + PACKAGES=/tmp/packages_end.txt [2023-04-28T20:37:17.819Z] + case "${OS_FAMILY}" in [2023-04-28T20:37:17.819Z] + dpkg -l [2023-04-28T20:37:17.819Z] + grep '^ii' [2023-04-28T20:37:17.819Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-28T20:37:17.819Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-28T20:37:17.819Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-28T20:37:17.819Z] + '[' /w/workspace/edgex-go/1 ']' [2023-04-28T20:37:17.819Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-04-28T20:37:17.819Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-04-28T20:37:17.854Z] 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-28T20:37:18.154Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T20:37:18.780Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-28T20:37:18.780Z] [2023-04-28T20:37:18.780Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T20:37:19.159Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-28T20:37:19.159Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-28T20:37:19.159Z] 5eb5b503b376: Pulling fs layer [2023-04-28T20:37:19.159Z] 5c69ac0246d0: Pulling fs layer [2023-04-28T20:37:19.159Z] ec43610c2a17: Pulling fs layer [2023-04-28T20:37:19.159Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-28T20:37:19.159Z] 33b1e0a273af: Pulling fs layer [2023-04-28T20:37:19.159Z] 5d3b04190fa2: Pulling fs layer [2023-04-28T20:37:19.159Z] 2f39f015ded8: Pulling fs layer [2023-04-28T20:37:19.159Z] 3a2ae6a8a46f: Waiting [2023-04-28T20:37:19.159Z] 33b1e0a273af: Waiting [2023-04-28T20:37:19.159Z] 5d3b04190fa2: Waiting [2023-04-28T20:37:19.159Z] 2f39f015ded8: Waiting [2023-04-28T20:37:19.159Z] 5c69ac0246d0: Verifying Checksum [2023-04-28T20:37:19.159Z] 5c69ac0246d0: Download complete [2023-04-28T20:37:19.159Z] 3a2ae6a8a46f: Download complete [2023-04-28T20:37:19.159Z] 33b1e0a273af: Verifying Checksum [2023-04-28T20:37:19.159Z] 33b1e0a273af: Download complete [2023-04-28T20:37:19.159Z] 5d3b04190fa2: Verifying Checksum [2023-04-28T20:37:19.159Z] ec43610c2a17: Verifying Checksum [2023-04-28T20:37:19.159Z] ec43610c2a17: Download complete [2023-04-28T20:37:19.418Z] 5eb5b503b376: Verifying Checksum [2023-04-28T20:37:19.418Z] 5eb5b503b376: Download complete [2023-04-28T20:37:19.991Z] 2f39f015ded8: Download complete [2023-04-28T20:37:20.558Z] 5eb5b503b376: Pull complete [2023-04-28T20:37:20.558Z] 5c69ac0246d0: Pull complete [2023-04-28T20:37:21.125Z] ec43610c2a17: Pull complete [2023-04-28T20:37:21.125Z] 3a2ae6a8a46f: Pull complete [2023-04-28T20:37:21.384Z] 33b1e0a273af: Pull complete [2023-04-28T20:37:21.384Z] 5d3b04190fa2: Pull complete [2023-04-28T20:37:25.580Z] 2f39f015ded8: Pull complete [2023-04-28T20:37:25.580Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-28T20:37:25.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-28T20:37:25.580Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T20:37:25.809Z] prd-ubuntu20.04-docker-8c-8g-12030 does not seem to be running inside a container [2023-04-28T20:37:25.840Z] $ 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-28T20:37:27.161Z] $ docker top 754db9e8b7f64da545a8bd83cfef908e7de0772a1fe9ec2e5c5b5058f9136d24 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-28T20:37:27.555Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-28T20:37:27.865Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-28T20:37:28.179Z] + ls /var/log/sa-host [2023-04-28T20:37:28.179Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-28T20:37:28.415Z] provisioning config files... [2023-04-28T20:37:28.423Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config14889740066932466606tmp [Pipeline] { [Pipeline] echo [2023-04-28T20:37:28.470Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-28T20:37:28.779Z] ---> create-netrc.sh [Pipeline] } [2023-04-28T20:37:28.806Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-28T20:37:29.210Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-28T20:37:29.244Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-28T20:37:29.555Z] ---> sudo-logs.sh [2023-04-28T20:37:29.555Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-28T20:37:29.638Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-28T20:37:29.950Z] ---> job-cost.sh [2023-04-28T20:37:29.951Z] lf-activate-venv: SKIPPING [2023-04-28T20:37:29.951Z] DEBUG: total: 0.10999999940395355 [2023-04-28T20:37:29.951Z] INFO: Retrieving Stack Cost... [2023-04-28T20:37:30.210Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-28T20:37:30.777Z] INFO: Archiving Costs [Pipeline] echo [2023-04-28T20:37:30.813Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-28T20:37:31.124Z] ---> logs-deploy.sh [2023-04-28T20:37:31.124Z] lf-activate-venv: SKIPPING [2023-04-28T20:37:31.124Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4541/1 [2023-04-28T20:37:31.124Z] INFO: archiving workspace using pattern(s): [2023-04-28T20:37:32.061Z] Archives upload complete. [2023-04-28T20:37:32.325Z] INFO: archiving logs to Nexus