Pull request #4534 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9271d25c44458c9522706a5c2b8f4034fcdb8d0f+577681181bc6884f0ff204c6dd697ba0a91a7618 (7054723ca44fdfbdedb4446c2f0485b994e824ac) 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-ssh5139860348112503374.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-ssh17926681377589619117.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-4534/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-4534/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1857283220896365713.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-4534/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8928150433888640970.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-ssh3009729126568938452.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-4534/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-4534/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4312196861241659790.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-11058’ Running on prd-ubuntu20.04-docker-8c-8g-11060 in /w/workspace/edgexfoundry_edgex-go_PR-4534 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4534/head:refs/remotes/origin/PR-4534 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 577681181bc6884f0ff204c6dd697ba0a91a7618 into PR head commit 9271d25c44458c9522706a5c2b8f4034fcdb8d0f Merge succeeded, producing 9271d25c44458c9522706a5c2b8f4034fcdb8d0f Checking out Revision 9271d25c44458c9522706a5c2b8f4034fcdb8d0f (PR-4534) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/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-26T19:59:11.247Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-26T19:59:11.434Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-26T19:59:11.539Z] ========================================================= [2023-04-26T19:59:11.539Z] EdgeX Global Pipelines Version Info [2023-04-26T19:59:11.539Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 9271d25c44458c9522706a5c2b8f4034fcdb8d0f # 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 577681181bc6884f0ff204c6dd697ba0a91a7618 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9271d25c44458c9522706a5c2b8f4034fcdb8d0f # timeout=10 [2023-04-26T19:59:12.294Z] ------------------- [2023-04-26T19:59:12.294Z] stable info: [2023-04-26T19:59:12.294Z] ------------------- [2023-04-26T19:59:12.294Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-26T19:59:12.294Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-26T19:59:12.294Z] Message: update stable to v1.0.248 [2023-04-26T19:59:12.862Z] ------------------- [2023-04-26T19:59:12.862Z] experimental info: [2023-04-26T19:59:12.862Z] ------------------- [2023-04-26T19:59:12.862Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-26T19:59:12.862Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-26T19:59:12.862Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-26T19:59:13.194Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-04-26T19:59:13.248Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-04-26T19:59:13.299Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-26T19:59:13.340Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-26T19:59:13.385Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-26T19:59:13.429Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-26T19:59:13.472Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-26T19:59:13.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-04-26T19:59:13.572Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-04-26T19:59:13.615Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-04-26T19:59:13.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-26T19:59:13.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-26T19:59:13.746Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-26T19:59:13.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-26T19:59:13.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-26T19:59:13.880Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-26T19:59:13.922Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-26T19:59:13.989Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-26T19:59:14.032Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-04-26T19:59:14.076Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-04-26T19:59:14.132Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-26T19:59:14.176Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-26T19:59:14.219Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-26T19:59:14.264Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4534 [Pipeline] echo [2023-04-26T19:59:14.308Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4534 [Pipeline] echo [2023-04-26T19:59:14.353Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4534 [Pipeline] echo [2023-04-26T19:59:14.397Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9271d25c44458c9522706a5c2b8f4034fcdb8d0f [Pipeline] echo [2023-04-26T19:59:14.440Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9271d25 [Pipeline] echo [2023-04-26T19:59:14.484Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T19:59:14.613Z] provisioning config files... [2023-04-26T19:59:14.627Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4674388590793600029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T19:59:14.978Z] ---> docker-login.sh [2023-04-26T19:59:14.979Z] nexus3.edgexfoundry.org:10001 [2023-04-26T19:59:14.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T19:59:15.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T19:59:15.238Z] Configure a credential helper to remove this warning. See [2023-04-26T19:59:15.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T19:59:15.238Z] [2023-04-26T19:59:15.238Z] Login Succeeded [2023-04-26T19:59:15.238Z] nexus3.edgexfoundry.org:10002 [2023-04-26T19:59:15.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T19:59:15.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T19:59:15.498Z] Configure a credential helper to remove this warning. See [2023-04-26T19:59:15.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T19:59:15.498Z] [2023-04-26T19:59:15.498Z] Login Succeeded [2023-04-26T19:59:15.498Z] nexus3.edgexfoundry.org:10003 [2023-04-26T19:59:15.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T19:59:15.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T19:59:15.498Z] Configure a credential helper to remove this warning. See [2023-04-26T19:59:15.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T19:59:15.498Z] [2023-04-26T19:59:15.498Z] Login Succeeded [2023-04-26T19:59:15.498Z] nexus3.edgexfoundry.org:10004 [2023-04-26T19:59:15.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T19:59:15.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T19:59:15.758Z] Configure a credential helper to remove this warning. See [2023-04-26T19:59:15.758Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T19:59:15.758Z] [2023-04-26T19:59:15.758Z] Login Succeeded [2023-04-26T19:59:15.758Z] docker.io [2023-04-26T19:59:15.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T19:59:16.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T19:59:16.018Z] Configure a credential helper to remove this warning. See [2023-04-26T19:59:16.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T19:59:16.018Z] [2023-04-26T19:59:16.018Z] Login Succeeded [2023-04-26T19:59:16.018Z] ---> docker-login.sh ends [Pipeline] } [2023-04-26T19:59:16.049Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-26T19:59:16.492Z] + 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-26T19:59:16.492Z] + dirname cmd/core-command/Dockerfile [2023-04-26T19:59:16.492Z] + cut -d/ -f2 [2023-04-26T19:59:16.492Z] + echo core-command,cmd/core-command/Dockerfile [2023-04-26T19:59:16.492Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-04-26T19:59:16.492Z] + cut -d/ -f2 [2023-04-26T19:59:16.492Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-04-26T19:59:16.492Z] + + cut -d/ -f2 [2023-04-26T19:59:16.492Z] dirname cmd/core-data/Dockerfile [2023-04-26T19:59:16.492Z] + echo core-data,cmd/core-data/Dockerfile [2023-04-26T19:59:16.492Z] + dirname cmd/core-metadata/Dockerfile [2023-04-26T19:59:16.492Z] + cut -d/ -f2 [2023-04-26T19:59:16.492Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-04-26T19:59:16.492Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-04-26T19:59:16.492Z] + cut -d/ -f2 [2023-04-26T19:59:16.492Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-04-26T19:59:16.492Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-04-26T19:59:16.492Z] + cut -d/ -f2 [2023-04-26T19:59:16.492Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-04-26T19:59:16.492Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-04-26T19:59:16.492Z] + cut -d/ -f2 [2023-04-26T19:59:16.492Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-04-26T19:59:16.492Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-04-26T19:59:16.492Z] + cut -d/ -f2 [2023-04-26T19:59:16.492Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-04-26T19:59:16.492Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-04-26T19:59:16.492Z] + cut -d/ -f2 [2023-04-26T19:59:16.492Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-04-26T19:59:16.492Z] + dirname cmd/security-spire-agent/Dockerfile [2023-04-26T19:59:16.492Z] + cut -d/ -f2 [2023-04-26T19:59:16.492Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-04-26T19:59:16.492Z] + dirname cmd/security-spire-config/Dockerfile [2023-04-26T19:59:16.492Z] + cut -d/ -f2 [2023-04-26T19:59:16.492Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-04-26T19:59:16.492Z] + dirname cmd/security-spire-server/Dockerfile [2023-04-26T19:59:16.492Z] + cut -d/ -f2 [2023-04-26T19:59:16.492Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-04-26T19:59:16.492Z] + dirname cmd/support-notifications/Dockerfile [2023-04-26T19:59:16.492Z] + cut -d/ -f2 [2023-04-26T19:59:16.492Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-04-26T19:59:16.492Z] + dirname cmd/support-scheduler/Dockerfile [2023-04-26T19:59:16.492Z] + cut -d/ -f2 [2023-04-26T19:59:16.492Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-04-26T19:59:16.559Z] 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-26T19:59:17.084Z] + git rev-list -1 --merges 9271d25c44458c9522706a5c2b8f4034fcdb8d0f~1..9271d25c44458c9522706a5c2b8f4034fcdb8d0f [Pipeline] echo [2023-04-26T19:59:17.116Z] -----------> git rev-list -1 --merges 9271d25c44458c9522706a5c2b8f4034fcdb8d0f~1..9271d25c44458c9522706a5c2b8f4034fcdb8d0f 9271d25c44458c9522706a5c2b8f4034fcdb8d0f [false] [Pipeline] sh [2023-04-26T19:59:17.428Z] + git log --format=format:%s -1 9271d25c44458c9522706a5c2b8f4034fcdb8d0f [Pipeline] echo [2023-04-26T19:59:17.466Z] ========================================================= [2023-04-26T19:59:17.466Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-26T19:59:17.466Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-04-26T19:59:17.974Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-26T19:59:17.974Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-26T19:59:17.974Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-26T19:59:17.974Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-26T19:59:17.974Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-26T19:59:17.974Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-26T19:59:17.974Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T19:59:18.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-26T19:59:18.435Z] [2023-04-26T19:59:18.435Z] 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-26T19:59:18.824Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-26T19:59:18.824Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-26T19:59:18.824Z] b85a868b505f: Pulling fs layer [2023-04-26T19:59:18.824Z] e2be974225ed: Pulling fs layer [2023-04-26T19:59:18.824Z] 339a4e72a1f5: Pulling fs layer [2023-04-26T19:59:18.824Z] 988bab9f4d93: Pulling fs layer [2023-04-26T19:59:18.824Z] 1469e6f7b9e6: Pulling fs layer [2023-04-26T19:59:18.824Z] eaf3925da568: Pulling fs layer [2023-04-26T19:59:18.824Z] bab4dde63d76: Pulling fs layer [2023-04-26T19:59:18.824Z] bde34c3a00c8: Pulling fs layer [2023-04-26T19:59:18.824Z] 1469e6f7b9e6: Waiting [2023-04-26T19:59:18.824Z] 988bab9f4d93: Waiting [2023-04-26T19:59:18.824Z] eaf3925da568: Waiting [2023-04-26T19:59:18.824Z] bab4dde63d76: Waiting [2023-04-26T19:59:18.824Z] b352a97aabf1: Pulling fs layer [2023-04-26T19:59:18.824Z] bde34c3a00c8: Waiting [2023-04-26T19:59:18.824Z] b352a97aabf1: Waiting [2023-04-26T19:59:18.824Z] 4872d77fe225: Pulling fs layer [2023-04-26T19:59:18.824Z] 5851b861e8e6: Pulling fs layer [2023-04-26T19:59:18.824Z] 4872d77fe225: Waiting [2023-04-26T19:59:18.824Z] 5851b861e8e6: Waiting [2023-04-26T19:59:18.824Z] e2be974225ed: Verifying Checksum [2023-04-26T19:59:18.824Z] e2be974225ed: Download complete [2023-04-26T19:59:18.824Z] 988bab9f4d93: Verifying Checksum [2023-04-26T19:59:18.824Z] 988bab9f4d93: Download complete [2023-04-26T19:59:18.824Z] 1469e6f7b9e6: Verifying Checksum [2023-04-26T19:59:18.824Z] 1469e6f7b9e6: Download complete [2023-04-26T19:59:18.824Z] eaf3925da568: Verifying Checksum [2023-04-26T19:59:18.824Z] eaf3925da568: Download complete [2023-04-26T19:59:19.083Z] 339a4e72a1f5: Download complete [2023-04-26T19:59:19.083Z] bde34c3a00c8: Verifying Checksum [2023-04-26T19:59:19.083Z] b352a97aabf1: Verifying Checksum [2023-04-26T19:59:19.083Z] b352a97aabf1: Download complete [2023-04-26T19:59:19.083Z] 4872d77fe225: Download complete [2023-04-26T19:59:19.083Z] 5851b861e8e6: Verifying Checksum [2023-04-26T19:59:19.083Z] 5851b861e8e6: Download complete [2023-04-26T19:59:19.083Z] b85a868b505f: Verifying Checksum [2023-04-26T19:59:19.083Z] b85a868b505f: Download complete [2023-04-26T19:59:19.343Z] bab4dde63d76: Verifying Checksum [2023-04-26T19:59:19.343Z] bab4dde63d76: Download complete [2023-04-26T19:59:20.284Z] b85a868b505f: Pull complete [2023-04-26T19:59:20.284Z] e2be974225ed: Pull complete [2023-04-26T19:59:20.853Z] 339a4e72a1f5: Pull complete [2023-04-26T19:59:20.853Z] 988bab9f4d93: Pull complete [2023-04-26T19:59:21.112Z] 1469e6f7b9e6: Pull complete [2023-04-26T19:59:21.112Z] eaf3925da568: Pull complete [2023-04-26T19:59:23.019Z] bab4dde63d76: Pull complete [2023-04-26T19:59:23.019Z] bde34c3a00c8: Pull complete [2023-04-26T19:59:23.019Z] b352a97aabf1: Pull complete [2023-04-26T19:59:23.299Z] 4872d77fe225: Pull complete [2023-04-26T19:59:23.299Z] 5851b861e8e6: Pull complete [2023-04-26T19:59:23.299Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-26T19:59:23.299Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-26T19:59:23.299Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T19:59:23.559Z] prd-ubuntu20.04-docker-8c-8g-11060 does not seem to be running inside a container [2023-04-26T19:59:23.601Z] $ 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-26T19:59:24.697Z] $ docker top 284a0b11ae0bdc27255ce5b9c6990f934cddb33c83e32d7016364ecc76304094 -eo pid,comm [2023-04-26T19:59:24.743Z] 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-26T19:59:24.743Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-26T19:59:24.871Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-26T19:59:24.871Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-26T19:59:24.989Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-26T19:59:24.999Z] $ docker exec 284a0b11ae0bdc27255ce5b9c6990f934cddb33c83e32d7016364ecc76304094 ssh-agent [2023-04-26T19:59:25.102Z] SSH_AUTH_SOCK=/tmp/ssh-SJQX7gUMxcqK/agent.31 [2023-04-26T19:59:25.102Z] SSH_AGENT_PID=37 [2023-04-26T19:59:25.109Z] Running ssh-add (command line suppressed) [2023-04-26T19:59:25.224Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7804777928518085646.key (/w/workspace/edgex-go/1@tmp/private_key_7804777928518085646.key) [2023-04-26T19:59:25.230Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-26T19:59:25.573Z] + git tag --points-at HEAD [Pipeline] } [2023-04-26T19:59:25.627Z] $ docker exec --env ******** --env ******** 284a0b11ae0bdc27255ce5b9c6990f934cddb33c83e32d7016364ecc76304094 ssh-agent -k [2023-04-26T19:59:25.735Z] unset SSH_AUTH_SOCK; [2023-04-26T19:59:25.735Z] unset SSH_AGENT_PID; [2023-04-26T19:59:25.736Z] echo Agent pid 37 killed; [2023-04-26T19:59:25.737Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-26T19:59:25.860Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-26T19:59:25.860Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-26T19:59:25.966Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-26T19:59:25.976Z] $ docker exec 284a0b11ae0bdc27255ce5b9c6990f934cddb33c83e32d7016364ecc76304094 ssh-agent [2023-04-26T19:59:26.096Z] SSH_AUTH_SOCK=/tmp/ssh-p7P8yBfIzhtl/agent.70 [2023-04-26T19:59:26.096Z] SSH_AGENT_PID=76 [2023-04-26T19:59:26.099Z] Running ssh-add (command line suppressed) [2023-04-26T19:59:26.216Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_12432555438022264782.key (/w/workspace/edgex-go/1@tmp/private_key_12432555438022264782.key) [2023-04-26T19:59:26.221Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-26T19:59:26.614Z] + git semver init [2023-04-26T19:59:26.873Z] 2023-04-26 19:59:26,806 [run_init] DEBUG init version:0.0.0 force:False [2023-04-26T19:59:26.873Z] 2023-04-26 19:59:26,807 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-04-26T19:59:26.873Z] 2023-04-26 19:59:26,807 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-04-26T19:59:26.873Z] 2023-04-26 19:59:26,807 [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-26T19:59:32.162Z] 2023-04-26 19:59:31,211 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-04-26T19:59:32.162Z] 2023-04-26 19:59:31,211 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4534 with force:False [2023-04-26T19:59:32.162Z] 2023-04-26 19:59:31,211 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4534 [2023-04-26T19:59:32.162Z] 2023-04-26 19:59:31,214 [execute] INFO git cat-file --batch-check [2023-04-26T19:59:32.162Z] 2023-04-26 19:59:31,214 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-04-26T19:59:32.162Z] 2023-04-26 19:59:31,219 [execute] INFO git cat-file --batch [2023-04-26T19:59:32.162Z] 2023-04-26 19:59:31,220 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-04-26T19:59:32.162Z] 2023-04-26 19:59:31,224 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4534 [2023-04-26T19:59:32.162Z] 0.0.0 [Pipeline] } [2023-04-26T19:59:32.194Z] $ docker exec --env ******** --env ******** 284a0b11ae0bdc27255ce5b9c6990f934cddb33c83e32d7016364ecc76304094 ssh-agent -k [2023-04-26T19:59:32.288Z] unset SSH_AUTH_SOCK; [2023-04-26T19:59:32.288Z] unset SSH_AGENT_PID; [2023-04-26T19:59:32.289Z] echo Agent pid 76 killed; [2023-04-26T19:59:32.291Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-26T19:59:33.160Z] + git semver [Pipeline] } [2023-04-26T19:59:33.454Z] $ docker stop --time=1 284a0b11ae0bdc27255ce5b9c6990f934cddb33c83e32d7016364ecc76304094 [2023-04-26T19:59:34.716Z] $ docker rm -f --volumes 284a0b11ae0bdc27255ce5b9c6990f934cddb33c83e32d7016364ecc76304094 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-26T19:59:35.278Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-26T19:59:35.871Z] Stashed 1 file(s) [Pipeline] echo [2023-04-26T19:59:35.931Z] [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-26T19:59:37.330Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-04-26T19:59:37.466Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T19:59:37.507Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T19:59:37.598Z] ========================================================= [2023-04-26T19:59:37.598Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-26T19:59:37.598Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-26T19:59:38.166Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-26T19:59:38.166Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-26T19:59:38.166Z] f56be85fc22e: Pulling fs layer [2023-04-26T19:59:38.166Z] 85791d961cd3: Pulling fs layer [2023-04-26T19:59:38.166Z] d694b5ae8c79: Pulling fs layer [2023-04-26T19:59:38.166Z] 9f32a84ed3da: Pulling fs layer [2023-04-26T19:59:38.166Z] 4d19c01a9841: Pulling fs layer [2023-04-26T19:59:38.166Z] 9325e15d5711: Pulling fs layer [2023-04-26T19:59:38.166Z] 556b6ee489ea: Pulling fs layer [2023-04-26T19:59:38.166Z] c5a4b2cf53e6: Pulling fs layer [2023-04-26T19:59:38.166Z] 9f32a84ed3da: Waiting [2023-04-26T19:59:38.166Z] 4d19c01a9841: Waiting [2023-04-26T19:59:38.166Z] 9325e15d5711: Waiting [2023-04-26T19:59:38.166Z] 556b6ee489ea: Waiting [2023-04-26T19:59:38.166Z] c5a4b2cf53e6: Waiting [2023-04-26T19:59:38.166Z] 85791d961cd3: Verifying Checksum [2023-04-26T19:59:38.166Z] 85791d961cd3: Download complete [2023-04-26T19:59:38.166Z] 9f32a84ed3da: Download complete [2023-04-26T19:59:38.166Z] 4d19c01a9841: Verifying Checksum [2023-04-26T19:59:38.166Z] 4d19c01a9841: Download complete [2023-04-26T19:59:38.166Z] 9325e15d5711: Verifying Checksum [2023-04-26T19:59:38.166Z] 9325e15d5711: Download complete [2023-04-26T19:59:38.166Z] f56be85fc22e: Download complete [2023-04-26T19:59:38.436Z] f56be85fc22e: Pull complete [2023-04-26T19:59:38.436Z] 85791d961cd3: Pull complete [2023-04-26T19:59:39.007Z] c5a4b2cf53e6: Verifying Checksum [2023-04-26T19:59:39.007Z] c5a4b2cf53e6: Download complete [2023-04-26T19:59:39.007Z] d694b5ae8c79: Verifying Checksum [2023-04-26T19:59:39.007Z] d694b5ae8c79: Download complete [2023-04-26T19:59:39.264Z] 556b6ee489ea: Verifying Checksum [2023-04-26T19:59:39.264Z] 556b6ee489ea: Download complete [2023-04-26T19:59:41.827Z] d694b5ae8c79: Pull complete [2023-04-26T19:59:41.827Z] 9f32a84ed3da: Pull complete [2023-04-26T19:59:42.086Z] 4d19c01a9841: Pull complete [2023-04-26T19:59:42.086Z] 9325e15d5711: Pull complete [2023-04-26T19:59:44.613Z] 556b6ee489ea: Pull complete [2023-04-26T19:59:45.180Z] c5a4b2cf53e6: Pull complete [2023-04-26T19:59:45.180Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-04-26T19:59:45.180Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-26T19:59:45.180Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-26T19:59:45.564Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-26T19:59:45.564Z] WORKDIR /edgex [2023-04-26T19:59:45.564Z] COPY go.mod . [2023-04-26T19:59:45.564Z] RUN go mod download [2023-04-26T19:59:45.564Z] + docker build -t ci-base-image-x86_64 -f - . [2023-04-26T19:59:46.139Z] Sending build context to Docker daemon 170.6MB [2023-04-26T19:59:46.139Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-26T19:59:46.139Z] ---> c4be618373d6 [2023-04-26T19:59:46.139Z] Step 2/4 : WORKDIR /edgex [2023-04-26T19:59:47.516Z] ---> Running in 7acabedd3ee1 [2023-04-26T19:59:47.516Z] Removing intermediate container 7acabedd3ee1 [2023-04-26T19:59:47.516Z] ---> 5573d4c1d6f1 [2023-04-26T19:59:47.516Z] Step 3/4 : COPY go.mod . [2023-04-26T19:59:47.775Z] ---> 552816ea708c [2023-04-26T19:59:47.775Z] Step 4/4 : RUN go mod download [2023-04-26T19:59:47.775Z] ---> Running in 473f715c44b1 [2023-04-26T19:59:51.493Z] Still waiting to schedule task [2023-04-26T19:59:51.493Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-11059’ [2023-04-26T19:59:57.757Z] Removing intermediate container 473f715c44b1 [2023-04-26T19:59:57.757Z] ---> dab9640f05ea [2023-04-26T19:59:57.757Z] Successfully built dab9640f05ea [2023-04-26T19:59:57.757Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T19:59:58.176Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-26T19:59:58.176Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T19:59:58.498Z] prd-ubuntu20.04-docker-8c-8g-11060 does not seem to be running inside a container [2023-04-26T19:59:58.540Z] $ 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-26T19:59:58.929Z] $ docker top 91df9e63c4cd1ee735ccf4db3fcfd171ae43e64cb89769786116f05b89953a6b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T19:59:59.322Z] + go version [2023-04-26T19:59:59.322Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-26T19:59:59.369Z] $ docker stop --time=1 91df9e63c4cd1ee735ccf4db3fcfd171ae43e64cb89769786116f05b89953a6b [2023-04-26T20:00:00.691Z] $ docker rm -f --volumes 91df9e63c4cd1ee735ccf4db3fcfd171ae43e64cb89769786116f05b89953a6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T20:00:01.393Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-26T20:00:01.393Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T20:00:01.555Z] prd-ubuntu20.04-docker-8c-8g-11060 does not seem to be running inside a container [2023-04-26T20:00:01.600Z] $ 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-26T20:00:01.966Z] $ docker top b45a25fdf6fded660233dad4d979627a18786646ef8a6189a63fc5c8d8134acf -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-26T20:00:02.064Z] ========================================================= [2023-04-26T20:00:02.064Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-26T20:00:02.064Z] ========================================================= [Pipeline] sh [2023-04-26T20:00:02.358Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-26T20:00:02.724Z] + make test [2023-04-26T20:00:02.724Z] go test -race -coverprofile=coverage.out ./... [2023-04-26T20:00:10.864Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-26T20:00:25.960Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-26T20:00:25.960Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-26T20:00:25.960Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-26T20:00:26.220Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-26T20:00:26.788Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-26T20:00:27.842Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-26T20:00:27.842Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-26T20:00:27.842Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-26T20:00:28.104Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-26T20:00:28.104Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-26T20:00:28.853Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-26T20:00:29.424Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-26T20:00:29.424Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-26T20:00:29.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-26T20:00:29.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-26T20:00:29.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-26T20:00:30.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.053s coverage: 28.7% of statements [2023-04-26T20:00:31.547Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.069s coverage: 98.5% of statements [2023-04-26T20:00:32.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-26T20:00:32.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-26T20:00:32.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-26T20:00:33.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-26T20:00:33.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-26T20:00:34.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-26T20:00:34.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-26T20:00:34.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-26T20:00:34.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-26T20:00:34.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-26T20:00:35.371Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.079s coverage: 71.5% of statements [2023-04-26T20:00:35.372Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.069s coverage: 54.0% of statements [2023-04-26T20:00:35.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-26T20:00:35.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-26T20:00:36.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 1.985s coverage: 88.5% of statements [2023-04-26T20:00:36.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.078s coverage: 3.8% of statements [2023-04-26T20:00:37.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-26T20:00:37.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-26T20:00:37.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-26T20:00:38.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.372s coverage: 95.6% of statements [2023-04-26T20:00:38.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-26T20:00:38.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-26T20:00:38.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-26T20:00:38.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-26T20:00:38.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-26T20:00:38.207Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.056s coverage: 72.2% of statements [2023-04-26T20:00:39.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-26T20:00:39.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-26T20:00:39.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-26T20:00:39.302Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.056s coverage: 65.9% of statements [2023-04-26T20:00:39.872Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-26T20:00:39.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-26T20:00:39.872Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.075s coverage: 0.9% of statements [2023-04-26T20:00:39.872Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.063s coverage: 29.0% of statements [2023-04-26T20:00:39.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 44.1% of statements [2023-04-26T20:00:39.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 82.9% of statements [2023-04-26T20:00:39.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements [2023-04-26T20:00:40.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements [2023-04-26T20:00:40.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements [2023-04-26T20:00:41.016Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-26T20:00:41.016Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-26T20:00:41.016Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-26T20:00:41.016Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-26T20:00:41.016Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-26T20:00:41.016Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-26T20:00:41.016Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-26T20:00:41.016Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-26T20:00:41.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-26T20:00:41.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-26T20:00:41.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-26T20:00:41.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-26T20:00:42.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-26T20:00:42.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-26T20:00:42.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-26T20:00:43.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-26T20:00:43.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-26T20:00:44.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-26T20:00:44.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-26T20:00:46.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-26T20:00:46.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-26T20:00:46.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-26T20:00:47.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-26T20:00:47.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-26T20:00:47.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-26T20:00:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-26T20:00:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-26T20:00:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-26T20:00:48.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-26T20:00:49.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-26T20:00:49.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-26T20:00:49.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-26T20:00:49.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-26T20:00:50.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-26T20:00:50.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-26T20:00:50.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-26T20:00:50.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-26T20:00:51.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-26T20:00:51.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-26T20:00:52.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements [2023-04-26T20:00:52.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-26T20:00:52.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.307s coverage: 79.9% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.067s coverage: 92.9% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 64.4% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.060s coverage: 62.3% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.057s coverage: 87.2% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.047s coverage: 20.0% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 81.8% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.079s coverage: 82.1% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.060s coverage: 86.0% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.154s coverage: 63.1% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 89.4% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.187s coverage: 38.4% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.068s coverage: 17.7% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.122s coverage: 92.3% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.058s coverage: 61.5% of statements [2023-04-26T20:01:04.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.076s coverage: 97.7% of statements [2023-04-26T20:01:04.987Z] 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-26T20:01:04.987Z] running golangci-lint [2023-04-26T20:01:04.987Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-04-26T20:01:04.987Z] go version go1.20.2 linux/amd64 [2023-04-26T20:01:04.987Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-04-26T20:01:04.987Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-04-26T20:01:19.865Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|name|imports|types_sizes) took 13.575037346s" [2023-04-26T20:01:19.866Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 30.41105ms" [2023-04-26T20:01:27.970Z] level=info msg="[linters_context/goanalysis] analyzers took 55.297270962s with top 10 stages: buildir: 34.523998793s, inspect: 1.552038989s, fact_deprecated: 1.433217154s, S1038: 1.148116909s, ctrlflow: 1.086284272s, printf: 1.052595285s, gosec: 1.029179495s, nilness: 861.839166ms, fact_purity: 772.110243ms, unused: 604.878775ms" [2023-04-26T20:01:27.970Z] level=info msg="[runner] Issues before processing: 203, after processing: 0" [2023-04-26T20:01:27.970Z] level=info msg="[runner] Processors filtering stat (out/in): path_prettifier: 203/203, skip_files: 203/203, autogenerated_exclude: 203/203, exclude: 203/203, nolint: 0/23, cgo: 203/203, identifier_marker: 203/203, skip_dirs: 203/203, exclude-rules: 23/203, filename_unadjuster: 203/203" [2023-04-26T20:01:27.970Z] level=info msg="[runner] processing took 14.802874ms with stages: nolint: 7.332941ms, identifier_marker: 4.195737ms, exclude-rules: 1.229508ms, autogenerated_exclude: 900.802µs, path_prettifier: 750.52µs, skip_dirs: 353.996µs, filename_unadjuster: 19.15µs, cgo: 16µs, uniq_by_line: 1.02µs, max_same_issues: 680ns, severity-rules: 470ns, skip_files: 400ns, diff: 270ns, exclude: 260ns, source_code: 250ns, sort_results: 230ns, max_from_linter: 180ns, max_per_file_from_linter: 170ns, path_shortener: 150ns, path_prefixer: 140ns" [2023-04-26T20:01:27.970Z] level=info msg="[runner] linters took 8.160406249s with stages: goanalysis_metalinter: 8.145505833s" [2023-04-26T20:01:27.970Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-04-26T20:01:27.970Z] level=info msg="Memory: 219 samples, avg is 202.9MB, max is 735.6MB" [2023-04-26T20:01:27.970Z] level=info msg="Execution took 21.777963069s" [2023-04-26T20:01:27.970Z] go vet ./... [2023-04-26T20:01:31.364Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-26T20:01:31.364Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-26T20:01:31.713Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-26T20:01:31.826Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-26T20:01:32.135Z] + ls -al . [2023-04-26T20:01:32.135Z] total 704 [2023-04-26T20:01:32.135Z] drwxrwxr-x 11 1001 1001 4096 Apr 26 20:00 . [2023-04-26T20:01:32.135Z] drwxr-xr-x 4 root root 4096 Apr 26 20:00 .. [2023-04-26T20:01:32.135Z] drwxrwxr-x 2 1001 1001 4096 Apr 26 19:59 .blubracket [2023-04-26T20:01:32.135Z] -rw-rw-r-- 1 1001 1001 16 Apr 26 19:59 .dockerignore [2023-04-26T20:01:32.135Z] drwxrwxr-x 8 1001 1001 4096 Apr 26 19:59 .git [2023-04-26T20:01:32.135Z] drwxrwxr-x 3 1001 1001 4096 Apr 26 19:59 .github [2023-04-26T20:01:32.135Z] -rw-rw-r-- 1 1001 1001 1133 Apr 26 19:59 .gitignore [2023-04-26T20:01:32.135Z] -rw-rw-r-- 1 1001 1001 42 Apr 26 19:59 .golangci.yml [2023-04-26T20:01:32.135Z] -rw-rw-r-- 1 1001 1001 87 Apr 26 19:59 .hadolint.yml [2023-04-26T20:01:32.135Z] drwxr-xr-x 3 1001 1001 4096 Apr 26 19:59 .semver [2023-04-26T20:01:32.135Z] -rw-rw-r-- 1 1001 1001 166 Apr 26 19:59 .sonarcloud.properties [2023-04-26T20:01:32.135Z] -rw-rw-r-- 1 1001 1001 1171 Apr 26 19:59 ADOPTERS.md [2023-04-26T20:01:32.135Z] -rw-rw-r-- 1 1001 1001 10835 Apr 26 19:59 Attribution.txt [2023-04-26T20:01:32.135Z] -rw-rw-r-- 1 1001 1001 73765 Apr 26 19:59 CHANGELOG.md [2023-04-26T20:01:32.135Z] -rw-rw-r-- 1 1001 1001 3804 Apr 26 19:59 CONTRIBUTING.md [2023-04-26T20:01:32.135Z] -rw-rw-r-- 1 1001 1001 677 Apr 26 19:59 GOVERNANCE.md [2023-04-26T20:01:32.135Z] -rw-rw-r-- 1 1001 1001 883 Apr 26 19:59 Jenkinsfile [2023-04-26T20:01:32.135Z] -rw-rw-r-- 1 1001 1001 10775 Apr 26 19:59 LICENSE [2023-04-26T20:01:32.135Z] -rw-rw-r-- 1 1001 1001 14368 Apr 26 19:59 Makefile [2023-04-26T20:01:32.135Z] -rw-rw-r-- 1 1001 1001 582 Apr 26 19:59 OWNERS.md [2023-04-26T20:01:32.135Z] -rw-rw-r-- 1 1001 1001 9403 Apr 26 19:59 README.md [2023-04-26T20:01:32.135Z] -rw-rw-r-- 1 1001 1001 789 Apr 26 19:59 SECURITY.md [2023-04-26T20:01:32.135Z] -rw-rw-r-- 1 1001 1001 5 Apr 26 19:59 VERSION [2023-04-26T20:01:32.135Z] drwxrwxr-x 2 1001 1001 4096 Apr 26 19:59 bin [2023-04-26T20:01:32.136Z] drwxrwxr-x 18 1001 1001 4096 Apr 26 19:59 cmd [2023-04-26T20:01:32.136Z] -rw-r--r-- 1 root root 448248 Apr 26 20:01 coverage.out [2023-04-26T20:01:32.136Z] -rw-rw-r-- 1 1001 1001 3200 Apr 26 19:59 go.mod [2023-04-26T20:01:32.136Z] -rw-rw-r-- 1 1001 1001 31155 Apr 26 19:59 go.sum [2023-04-26T20:01:32.136Z] drwxrwxr-x 7 1001 1001 4096 Apr 26 19:59 internal [2023-04-26T20:01:32.136Z] drwxrwxr-x 3 1001 1001 4096 Apr 26 19:59 openapi [2023-04-26T20:01:32.136Z] -rw-rw-r-- 1 1001 1001 594 Apr 26 19:59 security.txt [2023-04-26T20:01:32.136Z] drwxrwxr-x 4 1001 1001 4096 Apr 26 19:59 snap [2023-04-26T20:01:32.136Z] -rw-rw-r-- 1 1001 1001 204 Apr 26 19:59 version.go [Pipeline] sh [2023-04-26T20:01:32.448Z] + '[' -e coverage.out ] [2023-04-26T20:01:32.448Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-26T20:01:32.565Z] Stashed 1 file(s) [Pipeline] sh [2023-04-26T20:01:32.911Z] + make build [2023-04-26T20:01:32.911Z] 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-26T20:01:45.158Z] 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-26T20:01:45.726Z] 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-26T20:01:46.678Z] 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-26T20:01:47.613Z] 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-26T20:01:54.172Z] 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-26T20:01:55.551Z] 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-26T20:01:56.490Z] 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-26T20:01:57.482Z] 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-26T20:01:58.424Z] 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-26T20:01:59.368Z] 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-26T20:02:00.750Z] 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-26T20:02:01.743Z] $ docker stop --time=1 b45a25fdf6fded660233dad4d979627a18786646ef8a6189a63fc5c8d8134acf [2023-04-26T20:02:03.777Z] $ docker rm -f --volumes b45a25fdf6fded660233dad4d979627a18786646ef8a6189a63fc5c8d8134acf [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-26T20:02:05.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-26T20:02:05.264Z] [2023-04-26T20:02:05.264Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T20:02:05.688Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-26T20:02:05.688Z] latest: Pulling from edgex-devops/edgex-compose [2023-04-26T20:02:05.688Z] cbdbe7a5bc2a: Pulling fs layer [2023-04-26T20:02:05.688Z] ca9280d653b3: Pulling fs layer [2023-04-26T20:02:05.688Z] 7e9c9ca2126c: Pulling fs layer [2023-04-26T20:02:05.688Z] cbdbe7a5bc2a: Download complete [2023-04-26T20:02:05.948Z] ca9280d653b3: Verifying Checksum [2023-04-26T20:02:05.948Z] ca9280d653b3: Download complete [2023-04-26T20:02:05.948Z] cbdbe7a5bc2a: Pull complete [2023-04-26T20:02:06.208Z] ca9280d653b3: Pull complete [2023-04-26T20:02:06.469Z] 7e9c9ca2126c: Download complete [2023-04-26T20:02:09.749Z] 7e9c9ca2126c: Pull complete [2023-04-26T20:02:09.749Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-04-26T20:02:09.749Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-26T20:02:09.749Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T20:02:09.950Z] prd-ubuntu20.04-docker-8c-8g-11060 does not seem to be running inside a container [2023-04-26T20:02:09.993Z] $ 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-26T20:02:10.786Z] $ docker top 301f80140bebe25e9dee17118fd37222552882de9877e8eb6555d14180fa1dc0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T20:02:11.179Z] + docker-compose build --help [2023-04-26T20:02:11.179Z] + grep parallel [2023-04-26T20:02:11.747Z] --parallel Build images in parallel. [Pipeline] } [2023-04-26T20:02:11.785Z] $ docker stop --time=1 301f80140bebe25e9dee17118fd37222552882de9877e8eb6555d14180fa1dc0 [2023-04-26T20:02:13.060Z] $ docker rm -f --volumes 301f80140bebe25e9dee17118fd37222552882de9877e8eb6555d14180fa1dc0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T20:02:13.657Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-26T20:02:13.657Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T20:02:13.825Z] prd-ubuntu20.04-docker-8c-8g-11060 does not seem to be running inside a container [2023-04-26T20:02:13.861Z] $ 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-26T20:02:14.166Z] $ docker top 13d470b27ba64f9e664b6211d76b9c7c734795d1f8bd9542083e0cc03e35c485 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T20:02:14.545Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-26T20:02:15.117Z] Building core-command ... [2023-04-26T20:02:15.117Z] Building core-common-config-bootstrapper ... [2023-04-26T20:02:15.117Z] Building core-data ... [2023-04-26T20:02:15.117Z] Building core-metadata ... [2023-04-26T20:02:15.117Z] Building security-bootstrapper ... [2023-04-26T20:02:15.117Z] Building security-proxy-auth ... [2023-04-26T20:02:15.117Z] Building security-proxy-setup ... [2023-04-26T20:02:15.117Z] Building security-secretstore-setup ... [2023-04-26T20:02:15.117Z] Building security-spiffe-token-provider ... [2023-04-26T20:02:15.117Z] Building security-spire-agent ... [2023-04-26T20:02:15.117Z] Building security-spire-config ... [2023-04-26T20:02:15.117Z] Building security-spire-server ... [2023-04-26T20:02:15.117Z] Building support-notifications ... [2023-04-26T20:02:15.117Z] Building support-scheduler ... [2023-04-26T20:02:15.117Z] Building security-proxy-auth [2023-04-26T20:02:15.117Z] Building security-proxy-setup [2023-04-26T20:02:15.117Z] Building core-data [2023-04-26T20:02:15.117Z] Building core-command [2023-04-26T20:02:15.117Z] Building security-bootstrapper [2023-04-26T20:02:23.141Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-11062 in /w/workspace/edgexfoundry_edgex-go_PR-4534 [Pipeline] { [Pipeline] ws [2023-04-26T20:02:23.195Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-04-26T20:02:23.270Z] The recommended git tool is: git [2023-04-26T20:02:29.598Z] using credential edgex-jenkins-ssh [2023-04-26T20:02:29.618Z] Cloning the remote Git repository [2023-04-26T20:02:29.991Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:02:29.991Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:02:29.991Z] ---> dab9640f05ea [2023-04-26T20:02:29.991Z] Step 3/33 : WORKDIR /edgex-go [2023-04-26T20:02:29.991Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:02:29.991Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:02:29.991Z] ---> dab9640f05ea [2023-04-26T20:02:29.991Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T20:02:29.991Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:02:29.991Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:02:29.991Z] ---> dab9640f05ea [2023-04-26T20:02:29.991Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T20:02:29.991Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:02:29.991Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:02:29.991Z] ---> dab9640f05ea [2023-04-26T20:02:29.991Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-26T20:02:29.991Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:02:29.991Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:02:29.991Z] ---> dab9640f05ea [2023-04-26T20:02:29.991Z] Step 3/22 : WORKDIR /edgex-go [2023-04-26T20:02:30.557Z] ---> Running in 91458a8bfc2b [2023-04-26T20:02:30.557Z] ---> Running in b0f7d86195e2 [2023-04-26T20:02:30.557Z] ---> Running in 811d44ceeb22 [2023-04-26T20:02:30.557Z] ---> Running in 51428bf6a5a1 [2023-04-26T20:02:30.557Z] ---> Running in 800b7520d83b [2023-04-26T20:02:30.557Z] Removing intermediate container 91458a8bfc2b [2023-04-26T20:02:30.557Z] ---> 0178e20ecb39 [2023-04-26T20:02:30.557Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T20:02:30.557Z] Removing intermediate container b0f7d86195e2 [2023-04-26T20:02:30.557Z] ---> 573d81934fd4 [2023-04-26T20:02:30.557Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T20:02:30.557Z] Removing intermediate container 51428bf6a5a1 [2023-04-26T20:02:30.557Z] ---> 0a0ca19d7cb4 [2023-04-26T20:02:30.557Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-26T20:02:30.557Z] ---> Running in 6782d803b70a [2023-04-26T20:02:30.557Z] Removing intermediate container 811d44ceeb22 [2023-04-26T20:02:30.557Z] ---> f45342e423fd [2023-04-26T20:02:30.557Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-26T20:02:30.557Z] Removing intermediate container 800b7520d83b [2023-04-26T20:02:30.557Z] ---> b8d338e0fe59 [2023-04-26T20:02:30.557Z] Step 4/24 : WORKDIR /edgex-go [2023-04-26T20:02:30.557Z] ---> Running in acf80f5cb470 [2023-04-26T20:02:30.557Z] ---> Running in 5025f51707be [2023-04-26T20:02:30.557Z] ---> Running in 24872ee65df3 [2023-04-26T20:02:29.678Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-04-26T20:02:29.791Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-04-26T20:02:29.981Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-26T20:02:29.983Z] > git --version # timeout=10 [2023-04-26T20:02:30.011Z] > git --version # 'git version 2.25.1' [2023-04-26T20:02:30.015Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-26T20:02:30.199Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-26T20:02:30.816Z] ---> Running in 259116b7c678 [2023-04-26T20:02:30.816Z] Removing intermediate container 6782d803b70a [2023-04-26T20:02:30.816Z] ---> 765185752479 [2023-04-26T20:02:30.816Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-26T20:02:30.816Z] ---> Running in d5048a859171 [2023-04-26T20:02:30.816Z] Removing intermediate container 24872ee65df3 [2023-04-26T20:02:30.816Z] ---> 5829a1f3c62b [2023-04-26T20:02:30.816Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-26T20:02:30.816Z] Removing intermediate container 259116b7c678 [2023-04-26T20:02:30.816Z] ---> bebd14928974 [2023-04-26T20:02:30.816Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-26T20:02:30.816Z] ---> Running in 4f226b3bb79a [2023-04-26T20:02:30.816Z] ---> Running in b239bcb68d23 [2023-04-26T20:02:31.075Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:02:31.075Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:02:31.075Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:02:31.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:02:31.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:02:31.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:02:31.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:02:31.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:02:31.334Z] OK: 265 MiB in 53 packages [2023-04-26T20:02:31.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:02:31.593Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:02:31.593Z] OK: 265 MiB in 53 packages [2023-04-26T20:02:31.593Z] OK: 265 MiB in 53 packages [2023-04-26T20:02:31.593Z] OK: 265 MiB in 53 packages [2023-04-26T20:02:31.852Z] OK: 265 MiB in 53 packages [2023-04-26T20:02:31.852Z] Removing intermediate container 5025f51707be [2023-04-26T20:02:31.852Z] ---> 1452c6446589 [2023-04-26T20:02:31.852Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-26T20:02:31.852Z] Removing intermediate container acf80f5cb470 [2023-04-26T20:02:31.852Z] ---> 2e7ec66033a8 [2023-04-26T20:02:31.852Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-26T20:02:32.110Z] ---> e013cb521a8a [2023-04-26T20:02:32.110Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:02:32.110Z] ---> 27614d920d9a [2023-04-26T20:02:32.110Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:02:32.110Z] ---> Running in 19a27afd36d9 [2023-04-26T20:02:32.110Z] Removing intermediate container d5048a859171 [2023-04-26T20:02:32.110Z] ---> 3b2e6ef9919d [2023-04-26T20:02:32.110Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T20:02:32.110Z] ---> Running in 74ac73873e8c [2023-04-26T20:02:32.110Z] Removing intermediate container b239bcb68d23 [2023-04-26T20:02:32.110Z] ---> 113ed7a569d2 [2023-04-26T20:02:32.110Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-26T20:02:32.110Z] Removing intermediate container 4f226b3bb79a [2023-04-26T20:02:32.110Z] ---> 43abfe58613d [2023-04-26T20:02:32.110Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T20:02:32.110Z] ---> 0eb0e5fa522d [2023-04-26T20:02:32.110Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:02:32.110Z] ---> Running in ede8f8824867 [2023-04-26T20:02:32.369Z] ---> b9d900ac43f6 [2023-04-26T20:02:32.369Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:02:32.369Z] ---> Running in 7dfe109cd564 [2023-04-26T20:02:32.369Z] ---> 1df48878f40e [2023-04-26T20:02:32.369Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:02:32.369Z] ---> Running in 35de3326f850 [2023-04-26T20:02:49.485Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-26T20:02:49.516Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-26T20:02:51.326Z] Merging remotes/origin/main commit 577681181bc6884f0ff204c6dd697ba0a91a7618 into PR head commit 9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:02:51.772Z] Merge succeeded, producing 9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:02:51.773Z] Checking out Revision 9271d25c44458c9522706a5c2b8f4034fcdb8d0f (PR-4534) [2023-04-26T20:02:50.491Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-26T20:02:50.539Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-26T20:02:50.540Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-26T20:02:50.557Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4534/head:refs/remotes/origin/PR-4534 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-26T20:02:51.347Z] > git config core.sparsecheckout # timeout=10 [2023-04-26T20:02:51.427Z] > git checkout -f 9271d25c44458c9522706a5c2b8f4034fcdb8d0f # timeout=10 [2023-04-26T20:02:51.651Z] > git remote # timeout=10 [2023-04-26T20:02:51.671Z] > git config --get remote.origin.url # timeout=10 [2023-04-26T20:02:51.692Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-26T20:02:51.710Z] > git merge 577681181bc6884f0ff204c6dd697ba0a91a7618 # timeout=10 [2023-04-26T20:02:51.745Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-26T20:02:51.781Z] > git config core.sparsecheckout # timeout=10 [2023-04-26T20:02:51.805Z] > git checkout -f 9271d25c44458c9522706a5c2b8f4034fcdb8d0f # timeout=10 [2023-04-26T20:02:52.553Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v3" [2023-04-26T20:02:52.605Z] > git --version # timeout=10 [2023-04-26T20:02:52.619Z] > git --version # 'git version 2.25.1' [2023-04-26T20:02:52.636Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-26T20:02:53.917Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-26T20:02:53.917Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-26T20:02:53.917Z] Dload Upload Total Spent Left Speed [2023-04-26T20:02:53.917Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95156 0 --:--:-- --:--:-- --:--:-- 95872 [Pipeline] sh [2023-04-26T20:02:54.348Z] Removing intermediate container 35de3326f850 [2023-04-26T20:02:54.348Z] ---> 786cc7f07143 [2023-04-26T20:02:54.348Z] Step 8/23 : COPY . . [2023-04-26T20:02:54.348Z] Removing intermediate container 19a27afd36d9 [2023-04-26T20:02:54.348Z] ---> bce4aac2c9b3 [2023-04-26T20:02:54.348Z] Step 7/22 : COPY . . [2023-04-26T20:02:54.348Z] Removing intermediate container 74ac73873e8c [2023-04-26T20:02:54.348Z] ---> 21854e5018ac [2023-04-26T20:02:54.348Z] Step 7/33 : COPY . . [2023-04-26T20:02:54.348Z] Removing intermediate container 7dfe109cd564 [2023-04-26T20:02:54.348Z] ---> 8ae2387072d1 [2023-04-26T20:02:54.348Z] Step 8/24 : COPY . . [2023-04-26T20:02:54.348Z] Removing intermediate container ede8f8824867 [2023-04-26T20:02:54.348Z] ---> fa28b835041d [2023-04-26T20:02:54.348Z] Step 8/23 : COPY . . [2023-04-26T20:02:54.522Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-26T20:02:54.875Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-26T20:02:54.875Z] + sudo tee /etc/docker/daemon.new [2023-04-26T20:02:54.876Z] { [2023-04-26T20:02:54.876Z] "registry-mirrors": [ [2023-04-26T20:02:54.876Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-26T20:02:54.876Z] ], [2023-04-26T20:02:54.876Z] "bip": "10.250.0.254/24", [2023-04-26T20:02:54.876Z] "hosts": [ [2023-04-26T20:02:54.876Z] "tcp://0.0.0.0:5555", [2023-04-26T20:02:54.876Z] "unix:///var/run/docker.sock" [2023-04-26T20:02:54.876Z] ], [2023-04-26T20:02:54.876Z] "mtu": 1458, [2023-04-26T20:02:54.876Z] "selinux-enabled": true, [2023-04-26T20:02:54.876Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-26T20:02:54.876Z] } [Pipeline] sh [2023-04-26T20:02:55.226Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-26T20:02:55.576Z] + sudo service docker restart [2023-04-26T20:02:59.613Z] ---> 12d648d8fa6c [2023-04-26T20:02:59.613Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-26T20:02:59.613Z] ---> 2054b5bddc5c [2023-04-26T20:02:59.613Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-26T20:02:59.613Z] ---> 12d921fcc78c [2023-04-26T20:02:59.613Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-26T20:02:59.613Z] ---> 7c22034c7a80 [2023-04-26T20:02:59.613Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-26T20:02:59.613Z] ---> Running in ee9cda1d930c [2023-04-26T20:02:59.613Z] ---> Running in f09f94fa57f1 [2023-04-26T20:02:59.613Z] ---> Running in 1f78824ae73d [2023-04-26T20:02:59.613Z] ---> e5278f51d3a2 [2023-04-26T20:02:59.613Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-26T20:02:59.613Z] ---> Running in 8de148e09ec1 [2023-04-26T20:02:59.613Z] ---> Running in 78d22b77c393 [2023-04-26T20:03:00.178Z] 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-26T20:03:00.178Z] 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-26T20:03:00.178Z] 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-26T20:03:00.436Z] 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-26T20:03:00.436Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T20:03:13.922Z] provisioning config files... [2023-04-26T20:03:13.954Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2761033781536316473tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T20:03:14.350Z] ---> docker-login.sh [2023-04-26T20:03:14.350Z] nexus3.edgexfoundry.org:10001 [2023-04-26T20:03:14.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T20:03:14.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T20:03:14.943Z] Configure a credential helper to remove this warning. See [2023-04-26T20:03:14.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T20:03:14.943Z] [2023-04-26T20:03:14.943Z] Login Succeeded [2023-04-26T20:03:14.943Z] nexus3.edgexfoundry.org:10002 [2023-04-26T20:03:15.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T20:03:15.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T20:03:15.487Z] Configure a credential helper to remove this warning. See [2023-04-26T20:03:15.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T20:03:15.487Z] [2023-04-26T20:03:15.487Z] Login Succeeded [2023-04-26T20:03:15.487Z] nexus3.edgexfoundry.org:10003 [2023-04-26T20:03:15.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T20:03:15.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T20:03:15.762Z] Configure a credential helper to remove this warning. See [2023-04-26T20:03:15.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T20:03:15.762Z] [2023-04-26T20:03:15.762Z] Login Succeeded [2023-04-26T20:03:15.762Z] nexus3.edgexfoundry.org:10004 [2023-04-26T20:03:16.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T20:03:16.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T20:03:16.036Z] Configure a credential helper to remove this warning. See [2023-04-26T20:03:16.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T20:03:16.036Z] [2023-04-26T20:03:16.036Z] Login Succeeded [2023-04-26T20:03:16.310Z] docker.io [2023-04-26T20:03:16.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T20:03:16.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T20:03:16.857Z] Configure a credential helper to remove this warning. See [2023-04-26T20:03:16.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T20:03:16.857Z] [2023-04-26T20:03:16.857Z] Login Succeeded [2023-04-26T20:03:16.857Z] ---> docker-login.sh ends [Pipeline] } [2023-04-26T20:03:16.887Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-04-26T20:03:17.650Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-04-26T20:03:17.688Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T20:03:17.722Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T20:03:17.755Z] ========================================================= [2023-04-26T20:03:17.755Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-26T20:03:17.755Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-26T20:03:18.137Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-26T20:03:18.414Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-26T20:03:18.414Z] c41833b44d91: Pulling fs layer [2023-04-26T20:03:18.414Z] ed15518f5707: Pulling fs layer [2023-04-26T20:03:18.414Z] feae8fd75edb: Pulling fs layer [2023-04-26T20:03:18.414Z] 242c74f7c9fa: Pulling fs layer [2023-04-26T20:03:18.414Z] 3cdef696dda3: Pulling fs layer [2023-04-26T20:03:18.414Z] 2ced38df9373: Pulling fs layer [2023-04-26T20:03:18.414Z] 58f1dce35555: Pulling fs layer [2023-04-26T20:03:18.414Z] 3cdef696dda3: Waiting [2023-04-26T20:03:18.414Z] 242c74f7c9fa: Waiting [2023-04-26T20:03:18.414Z] 2ced38df9373: Waiting [2023-04-26T20:03:18.414Z] 58f1dce35555: Waiting [2023-04-26T20:03:18.414Z] ed15518f5707: Download complete [2023-04-26T20:03:18.414Z] 242c74f7c9fa: Verifying Checksum [2023-04-26T20:03:18.414Z] 242c74f7c9fa: Download complete [2023-04-26T20:03:18.414Z] 3cdef696dda3: Download complete [2023-04-26T20:03:18.414Z] c41833b44d91: Verifying Checksum [2023-04-26T20:03:18.414Z] c41833b44d91: Download complete [2023-04-26T20:03:20.112Z] c41833b44d91: Pull complete [2023-04-26T20:03:20.112Z] 58f1dce35555: Verifying Checksum [2023-04-26T20:03:20.112Z] 58f1dce35555: Download complete [2023-04-26T20:03:20.731Z] ed15518f5707: Pull complete [2023-04-26T20:03:21.709Z] feae8fd75edb: Download complete [2023-04-26T20:03:21.709Z] 2ced38df9373: Verifying Checksum [2023-04-26T20:03:21.709Z] 2ced38df9373: Download complete [2023-04-26T20:03:34.070Z] feae8fd75edb: Pull complete [2023-04-26T20:03:34.070Z] 242c74f7c9fa: Pull complete [2023-04-26T20:03:34.070Z] 3cdef696dda3: Pull complete [2023-04-26T20:03:39.130Z] Removing intermediate container 1f78824ae73d [2023-04-26T20:03:39.130Z] ---> 08cff54b3a38 [2023-04-26T20:03:39.130Z] [2023-04-26T20:03:39.130Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T20:03:39.130Z] Removing intermediate container ee9cda1d930c [2023-04-26T20:03:39.130Z] ---> 3e9829fe3bb3 [2023-04-26T20:03:39.130Z] [2023-04-26T20:03:39.130Z] Step 9/33 : FROM alpine:3.17 [2023-04-26T20:03:39.130Z] Removing intermediate container 8de148e09ec1 [2023-04-26T20:03:39.130Z] ---> 50dc517aa211 [2023-04-26T20:03:39.130Z] [2023-04-26T20:03:39.130Z] Step 9/22 : FROM alpine:3.17 [2023-04-26T20:03:39.130Z] Removing intermediate container 78d22b77c393 [2023-04-26T20:03:39.130Z] ---> f3d969af044b [2023-04-26T20:03:39.130Z] [2023-04-26T20:03:39.130Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T20:03:39.130Z] Removing intermediate container f09f94fa57f1 [2023-04-26T20:03:39.130Z] ---> 5bafa731bd50 [2023-04-26T20:03:39.130Z] [2023-04-26T20:03:39.130Z] Step 10/24 : FROM alpine:3.17 [2023-04-26T20:03:39.130Z] 3.17: Pulling from library/alpine [2023-04-26T20:03:39.130Z] 3.17: Pulling from library/alpine [2023-04-26T20:03:39.130Z] 3.17: Pulling from library/alpine [2023-04-26T20:03:39.130Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T20:03:39.130Z] 3.17: Pulling from library/alpine [2023-04-26T20:03:39.130Z] 3.17: Pulling from library/alpine [2023-04-26T20:03:39.130Z] Status: Downloaded newer image for alpine:3.17 [2023-04-26T20:03:39.130Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T20:03:39.130Z] Status: Image is up to date for alpine:3.17 [2023-04-26T20:03:39.130Z] ---> 9ed4aefc74f6 [2023-04-26T20:03:39.130Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-26T20:03:39.130Z] ---> 9ed4aefc74f6 [2023-04-26T20:03:39.130Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-26T20:03:39.130Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T20:03:39.130Z] Status: Image is up to date for alpine:3.17 [2023-04-26T20:03:39.130Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T20:03:39.130Z] Status: Image is up to date for alpine:3.17 [2023-04-26T20:03:39.130Z] ---> 9ed4aefc74f6 [2023-04-26T20:03:39.130Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-26T20:03:39.130Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T20:03:39.130Z] Status: Image is up to date for alpine:3.17 [2023-04-26T20:03:39.130Z] ---> 9ed4aefc74f6 [2023-04-26T20:03:39.130Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T20:03:39.130Z] ---> 9ed4aefc74f6 [2023-04-26T20:03:39.130Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-26T20:03:39.130Z] ---> Running in 7161f7eef879 [2023-04-26T20:03:39.130Z] ---> Running in eb01206eb61c [2023-04-26T20:03:39.130Z] ---> Running in 950cda0f6575 [2023-04-26T20:03:39.130Z] ---> Running in a13aa4a1c236 [2023-04-26T20:03:39.130Z] ---> Running in 4703940efe9a [2023-04-26T20:03:39.130Z] Removing intermediate container 950cda0f6575 [2023-04-26T20:03:39.130Z] ---> 7bf36d139ee8 [2023-04-26T20:03:39.130Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-26T20:03:39.130Z] Removing intermediate container eb01206eb61c [2023-04-26T20:03:39.130Z] ---> 9f1f1000d681 [2023-04-26T20:03:39.130Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-26T20:03:39.130Z] Removing intermediate container 4703940efe9a [2023-04-26T20:03:39.130Z] ---> 6853bf72db20 [2023-04-26T20:03:39.130Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-26T20:03:39.130Z] ---> Running in 9e2848719b9d [2023-04-26T20:03:39.130Z] ---> Running in 8da458c1648a [2023-04-26T20:03:39.130Z] ---> Running in 6b994376c39b [2023-04-26T20:03:39.130Z] Removing intermediate container 6b994376c39b [2023-04-26T20:03:39.130Z] ---> c55b2a212afb [2023-04-26T20:03:39.130Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-26T20:03:39.130Z] ---> Running in 00a1a3976954 [2023-04-26T20:03:39.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:03:39.130Z] Removing intermediate container 00a1a3976954 [2023-04-26T20:03:39.130Z] ---> a994e054aa57 [2023-04-26T20:03:39.130Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-26T20:03:39.130Z] ---> Running in 7a11693dd44c [2023-04-26T20:03:39.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:03:39.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:03:39.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:03:39.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:03:39.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:03:39.131Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-26T20:03:39.131Z] (2/2) Installing openssl (3.0.8-r4) [2023-04-26T20:03:39.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:03:39.131Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:03:39.131Z] OK: 8 MiB in 17 packages [2023-04-26T20:03:39.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:03:39.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:03:39.131Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-26T20:03:39.131Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:03:39.131Z] OK: 7 MiB in 16 packages [2023-04-26T20:03:39.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:03:39.131Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-26T20:03:39.131Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:03:39.131Z] OK: 7 MiB in 16 packages [2023-04-26T20:03:39.131Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-26T20:03:39.131Z] (2/2) Installing su-exec (0.2-r2) [2023-04-26T20:03:39.131Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:03:39.131Z] OK: 7 MiB in 17 packages [2023-04-26T20:03:39.131Z] Removing intermediate container 7161f7eef879 [2023-04-26T20:03:39.131Z] ---> aecee64c6bfe [2023-04-26T20:03:39.131Z] 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-26T20:03:39.131Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-26T20:03:39.131Z] ---> Running in 72401489680d [2023-04-26T20:03:39.131Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:03:39.131Z] OK: 7 MiB in 16 packages [2023-04-26T20:03:39.131Z] Removing intermediate container 72401489680d [2023-04-26T20:03:39.131Z] ---> 63e44f56153b [2023-04-26T20:03:39.131Z] Step 12/22 : WORKDIR /edgex [2023-04-26T20:03:39.131Z] ---> Running in edd6e03dc365 [2023-04-26T20:03:39.131Z] Removing intermediate container a13aa4a1c236 [2023-04-26T20:03:39.131Z] ---> 4a64c43702b0 [2023-04-26T20:03:39.131Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T20:03:39.131Z] ---> Running in 35b1dbdda09f [2023-04-26T20:03:39.131Z] Removing intermediate container 9e2848719b9d [2023-04-26T20:03:39.131Z] ---> 63da1f66cda9 [2023-04-26T20:03:39.131Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:03:39.131Z] Removing intermediate container edd6e03dc365 [2023-04-26T20:03:39.131Z] ---> ff6bec5385a5 [2023-04-26T20:03:39.131Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:03:39.131Z] Removing intermediate container 35b1dbdda09f [2023-04-26T20:03:39.131Z] ---> c5f60bc41260 [2023-04-26T20:03:39.131Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-26T20:03:39.131Z] Removing intermediate container 8da458c1648a [2023-04-26T20:03:39.131Z] ---> 627ab1686b01 [2023-04-26T20:03:39.131Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-26T20:03:39.131Z] ---> Running in 7ecee3229863 [2023-04-26T20:03:39.131Z] ---> 83ac3eed0675 [2023-04-26T20:03:39.131Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:03:39.131Z] ---> Running in 2a49f9fe2494 [2023-04-26T20:03:39.131Z] ---> 8e7cbb1889d4 [2023-04-26T20:03:39.131Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:03:39.131Z] Removing intermediate container 7a11693dd44c [2023-04-26T20:03:39.131Z] ---> fd91a255248f [2023-04-26T20:03:39.131Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:03:39.131Z] Removing intermediate container 7ecee3229863 [2023-04-26T20:03:39.131Z] ---> 5be07eb9fa18 [2023-04-26T20:03:39.131Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-26T20:03:39.131Z] ---> Running in 9df611ba5d70 [2023-04-26T20:03:39.131Z] Removing intermediate container 2a49f9fe2494 [2023-04-26T20:03:39.131Z] ---> 8168c691e51b [2023-04-26T20:03:39.131Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-26T20:03:39.131Z] ---> Running in c81f0e360d3d [2023-04-26T20:03:39.131Z] ---> 8c04fa4615b3 [2023-04-26T20:03:39.131Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-26T20:03:39.131Z] ---> 4fc90ead8aee [2023-04-26T20:03:39.131Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-26T20:03:39.131Z] ---> 17136f7c1db8 [2023-04-26T20:03:39.131Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:03:39.131Z] Removing intermediate container 9df611ba5d70 [2023-04-26T20:03:39.131Z] ---> 9a13aa6132be [2023-04-26T20:03:39.131Z] Step 15/24 : WORKDIR / [2023-04-26T20:03:39.131Z] Removing intermediate container c81f0e360d3d [2023-04-26T20:03:39.131Z] ---> 97111d35a9aa [2023-04-26T20:03:39.131Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-26T20:03:39.131Z] ---> Running in 0ac026d2eb44 [2023-04-26T20:03:39.131Z] ---> Running in b4b0cd01f0d5 [2023-04-26T20:03:39.131Z] ---> 8719322dda1a [2023-04-26T20:03:39.131Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-26T20:03:39.131Z] ---> 99271773830c [2023-04-26T20:03:39.131Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-26T20:03:39.131Z] Removing intermediate container 0ac026d2eb44 [2023-04-26T20:03:39.131Z] ---> fd5af60123ac [2023-04-26T20:03:39.131Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:03:39.131Z] ---> a01f6f622b3f [2023-04-26T20:03:39.131Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-26T20:03:39.131Z] Removing intermediate container b4b0cd01f0d5 [2023-04-26T20:03:39.131Z] ---> fde7936aba90 [2023-04-26T20:03:39.131Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-26T20:03:39.131Z] ---> Running in 717e6389139a [2023-04-26T20:03:39.131Z] ---> 1e11b72c255d [2023-04-26T20:03:39.131Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-26T20:03:39.131Z] Removing intermediate container 717e6389139a [2023-04-26T20:03:39.131Z] ---> dd4a018642c9 [2023-04-26T20:03:39.131Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-26T20:03:39.131Z] ---> b46e87e663a4 [2023-04-26T20:03:39.131Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-26T20:03:39.131Z] ---> 37945fc8ca29 [2023-04-26T20:03:39.131Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:03:39.131Z] ---> Running in 7d307b2ae58c [2023-04-26T20:03:39.131Z] ---> bd74ae725669 [2023-04-26T20:03:39.131Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-26T20:03:39.131Z] ---> 91c430ecdb8c [2023-04-26T20:03:39.131Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-26T20:03:39.131Z] ---> Running in 1b4b28292ffb [2023-04-26T20:03:39.131Z] ---> 67ea057c83b4 [2023-04-26T20:03:39.131Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-26T20:03:39.131Z] ---> 6d3664baa03e [2023-04-26T20:03:39.131Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-26T20:03:39.131Z] ---> Running in 8cc857d4a612 [2023-04-26T20:03:39.131Z] ---> 29c3afe8eb18 [2023-04-26T20:03:39.131Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-26T20:03:39.131Z] ---> Running in 2368f69a1859 [2023-04-26T20:03:39.131Z] Removing intermediate container 2368f69a1859 [2023-04-26T20:03:39.131Z] ---> d74f43ad8f77 [2023-04-26T20:03:39.131Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T20:03:39.131Z] ---> Running in edb3a1d3990d [2023-04-26T20:03:39.131Z] Removing intermediate container edb3a1d3990d [2023-04-26T20:03:39.131Z] ---> 0a13126abf26 [2023-04-26T20:03:39.131Z] Step 21/23 : LABEL arch=x86_64 [2023-04-26T20:03:39.131Z] ---> 75bf645675bb [2023-04-26T20:03:39.131Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-26T20:03:39.131Z] ---> Running in 855bdf49531e [2023-04-26T20:03:39.131Z] Removing intermediate container 855bdf49531e [2023-04-26T20:03:39.131Z] ---> dd9c4a55f337 [2023-04-26T20:03:39.131Z] Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:03:39.131Z] ---> Running in 960a582289fe [2023-04-26T20:03:39.131Z] Removing intermediate container 7d307b2ae58c [2023-04-26T20:03:39.131Z] ---> bcccf7371b54 [2023-04-26T20:03:39.131Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-26T20:03:39.131Z] ---> 830fd8a6d86f [2023-04-26T20:03:39.131Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-26T20:03:39.131Z] ---> Running in 34cfaf0ea446 [2023-04-26T20:03:39.131Z] ---> Running in ffb2c1223267 [2023-04-26T20:03:39.131Z] Removing intermediate container 960a582289fe [2023-04-26T20:03:39.131Z] ---> 892fe3d92d4f [2023-04-26T20:03:39.131Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T20:03:39.131Z] ---> Running in a3e8f743610c [2023-04-26T20:03:39.131Z] Removing intermediate container 34cfaf0ea446 [2023-04-26T20:03:39.131Z] ---> e8f5f576af56 [2023-04-26T20:03:39.131Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-26T20:03:39.131Z] Removing intermediate container ffb2c1223267 [2023-04-26T20:03:39.131Z] ---> 6d376d7b63e1 [2023-04-26T20:03:39.131Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T20:03:39.131Z] ---> Running in e0c0c5d382e9 [2023-04-26T20:03:39.131Z] Removing intermediate container a3e8f743610c [2023-04-26T20:03:39.131Z] ---> 07f4ad466bdb [2023-04-26T20:03:39.131Z] [2023-04-26T20:03:39.131Z] Successfully built 07f4ad466bdb [2023-04-26T20:03:39.131Z] Successfully tagged core-data:latest [2023-04-26T20:03:39.131Z] Removing intermediate container e0c0c5d382e9 [2023-04-26T20:03:39.131Z]  Building core-data ... done  ---> e0fcd0ea481e [2023-04-26T20:03:39.131Z] Step 22/24 : LABEL arch=x86_64 [2023-04-26T20:03:39.131Z] Building security-spiffe-token-provider [2023-04-26T20:03:39.131Z] ---> f5a4eda1c33c [2023-04-26T20:03:39.131Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-26T20:03:39.131Z] ---> Running in b94beac8423d [2023-04-26T20:03:39.131Z] ---> Running in 2e3f0955aaad [2023-04-26T20:03:39.131Z] Removing intermediate container 1b4b28292ffb [2023-04-26T20:03:39.131Z] ---> 2f676a084e6c [2023-04-26T20:03:39.131Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-26T20:03:39.131Z] ---> Running in f975cebf6e65 [2023-04-26T20:03:39.131Z] Removing intermediate container b94beac8423d [2023-04-26T20:03:39.131Z] ---> 8582c20cdc8e [2023-04-26T20:03:39.131Z] Step 23/24 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:03:39.131Z] ---> Running in 1812e6acd07a [2023-04-26T20:03:39.131Z] Removing intermediate container f975cebf6e65 [2023-04-26T20:03:39.131Z] ---> 9c1e38cca09e [2023-04-26T20:03:39.131Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-26T20:03:39.131Z] Removing intermediate container 8cc857d4a612 [2023-04-26T20:03:39.131Z] ---> 433272763170 [2023-04-26T20:03:39.131Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-26T20:03:39.131Z] ---> Running in 9582d3a652cd [2023-04-26T20:03:39.131Z] ---> Running in efa483de71bd [2023-04-26T20:03:39.131Z] Removing intermediate container 1812e6acd07a [2023-04-26T20:03:39.131Z] ---> 3c79b4b6ef7c [2023-04-26T20:03:39.131Z] Step 24/24 : LABEL version=0.0.0 [2023-04-26T20:03:39.391Z] Removing intermediate container 9582d3a652cd [2023-04-26T20:03:39.391Z] ---> 0224151f81c1 [2023-04-26T20:03:39.391Z] Step 21/23 : LABEL arch=x86_64 [2023-04-26T20:03:39.391Z] ---> Running in 28d7557d993b [2023-04-26T20:03:39.391Z] ---> Running in 64431c321655 [2023-04-26T20:03:39.391Z] Removing intermediate container efa483de71bd [2023-04-26T20:03:39.391Z] ---> 8f14edabcf7d [2023-04-26T20:03:39.391Z] Step 20/22 : LABEL arch=x86_64 [2023-04-26T20:03:39.391Z] ---> Running in 5f81e46ee191 [2023-04-26T20:03:39.391Z] Removing intermediate container 28d7557d993b [2023-04-26T20:03:39.391Z] ---> 3576b56d6d18 [2023-04-26T20:03:39.391Z] Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:03:39.391Z] ---> Running in 753573d77d00 [2023-04-26T20:03:39.391Z] Removing intermediate container 64431c321655 [2023-04-26T20:03:39.391Z] ---> 0c416966fd26 [2023-04-26T20:03:39.391Z] [2023-04-26T20:03:39.391Z] Successfully built 0c416966fd26 [2023-04-26T20:03:39.391Z] Removing intermediate container 5f81e46ee191 [2023-04-26T20:03:39.391Z] ---> a6f00718f84b [2023-04-26T20:03:39.391Z] Step 21/22 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:03:39.651Z] Successfully tagged core-command:latest [2023-04-26T20:03:39.651Z]  Building core-command ... done Building support-scheduler [2023-04-26T20:03:39.651Z] Removing intermediate container 753573d77d00 [2023-04-26T20:03:39.651Z] ---> 3d4709c5fc93 [2023-04-26T20:03:39.651Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T20:03:39.651Z] ---> Running in 59ad1c864a19 [2023-04-26T20:03:39.651Z] ---> Running in 0d21b999b23f [2023-04-26T20:03:39.651Z] Removing intermediate container 2e3f0955aaad [2023-04-26T20:03:39.651Z] ---> 02bc4efdc130 [2023-04-26T20:03:39.651Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:03:40.220Z] Removing intermediate container 59ad1c864a19 [2023-04-26T20:03:40.220Z] ---> c0ad72165093 [2023-04-26T20:03:40.220Z] Step 22/22 : LABEL version=0.0.0 [2023-04-26T20:03:40.220Z] Removing intermediate container 0d21b999b23f [2023-04-26T20:03:40.220Z] ---> 06f68cd1ccf7 [2023-04-26T20:03:40.220Z] [2023-04-26T20:03:40.479Z] Successfully built 06f68cd1ccf7 [2023-04-26T20:03:40.479Z] Successfully tagged security-proxy-auth:latest [2023-04-26T20:03:40.479Z] Building core-common-config-bootstrapper [2023-04-26T20:03:40.479Z]  Building security-proxy-auth ... done  ---> Running in 1cba80945a09 [2023-04-26T20:03:40.479Z] ---> 95974c910b9a [2023-04-26T20:03:40.479Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:03:40.739Z] Removing intermediate container 1cba80945a09 [2023-04-26T20:03:40.739Z] ---> b80287e2e777 [2023-04-26T20:03:40.739Z] [2023-04-26T20:03:40.784Z] 2ced38df9373: Pull complete [2023-04-26T20:03:40.997Z] ---> d450b8773ee1 [2023-04-26T20:03:40.997Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-26T20:03:40.997Z] Successfully built b80287e2e777 [2023-04-26T20:03:40.997Z] Successfully tagged security-proxy-setup:latest [2023-04-26T20:03:40.997Z] Building support-notifications [2023-04-26T20:03:41.933Z]  Building security-proxy-setup ... done  ---> e3f8bb0f5d5b [2023-04-26T20:03:41.933Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-26T20:03:42.193Z] ---> 1ea20461d95e [2023-04-26T20:03:42.193Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-26T20:03:42.741Z] 58f1dce35555: Pull complete [2023-04-26T20:03:42.741Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-04-26T20:03:42.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-26T20:03:42.741Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-26T20:03:42.760Z] ---> 63784a4208f8 [2023-04-26T20:03:42.760Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [Pipeline] fileExists [Pipeline] sh [2023-04-26T20:03:43.162Z] + docker build -t ci-base-image-arm64 -f - . [2023-04-26T20:03:43.162Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-26T20:03:43.162Z] WORKDIR /edgex [2023-04-26T20:03:43.162Z] COPY go.mod . [2023-04-26T20:03:43.162Z] RUN go mod download [2023-04-26T20:03:43.329Z] ---> 07c18e19cf07 [2023-04-26T20:03:43.329Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-26T20:03:43.589Z] ---> 8ac6a0dc4289 [2023-04-26T20:03:43.589Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-26T20:03:43.756Z] Sending build context to Docker daemon 2.932MB [2023-04-26T20:03:43.756Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-26T20:03:43.756Z] ---> fadd8f120f05 [2023-04-26T20:03:43.756Z] Step 2/4 : WORKDIR /edgex [2023-04-26T20:03:43.847Z] ---> b877e20302ba [2023-04-26T20:03:43.848Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-26T20:03:43.848Z] ---> Running in 5ab8a9c9aae2 [2023-04-26T20:03:44.107Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:03:44.107Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:03:44.107Z] ---> dab9640f05ea [2023-04-26T20:03:44.107Z] Step 3/20 : WORKDIR /edgex-go [2023-04-26T20:03:44.107Z] ---> Using cache [2023-04-26T20:03:44.107Z] ---> f45342e423fd [2023-04-26T20:03:44.107Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-26T20:03:44.371Z] ---> Running in ae0de1ccee5f [2023-04-26T20:03:44.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:03:44.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:03:45.194Z] Removing intermediate container 5ab8a9c9aae2 [2023-04-26T20:03:45.194Z] ---> be79f7d0ab60 [2023-04-26T20:03:45.194Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-26T20:03:45.194Z] v3.17.3-135-g1eeaa10860c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T20:03:45.194Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T20:03:45.194Z] OK: 17819 distinct packages available [2023-04-26T20:03:45.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:03:45.451Z] ---> Running in 3492697742b6 [2023-04-26T20:03:45.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:03:45.709Z] Removing intermediate container 3492697742b6 [2023-04-26T20:03:45.709Z] ---> 10539c2f9904 [2023-04-26T20:03:45.709Z] Step 30/33 : CMD ["gate"] [2023-04-26T20:03:45.709Z] OK: 265 MiB in 53 packages [2023-04-26T20:03:45.709Z] ---> Running in deef4dca7c3c [2023-04-26T20:03:45.724Z] ---> Running in b3a51ac80a44 [2023-04-26T20:03:45.968Z] Removing intermediate container deef4dca7c3c [2023-04-26T20:03:45.968Z] ---> 2fbc9ab2c778 [2023-04-26T20:03:45.968Z] Step 31/33 : LABEL arch=x86_64 [2023-04-26T20:03:45.968Z] ---> Running in 90781a962390 [2023-04-26T20:03:45.992Z] Removing intermediate container b3a51ac80a44 [2023-04-26T20:03:45.992Z] ---> 5823946036b7 [2023-04-26T20:03:45.992Z] Step 3/4 : COPY go.mod . [2023-04-26T20:03:46.227Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:03:46.227Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:03:46.227Z] ---> dab9640f05ea [2023-04-26T20:03:46.227Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T20:03:46.227Z] ---> Using cache [2023-04-26T20:03:46.227Z] ---> b8d338e0fe59 [2023-04-26T20:03:46.227Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T20:03:46.227Z] ---> Using cache [2023-04-26T20:03:46.227Z] ---> bebd14928974 [2023-04-26T20:03:46.227Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-26T20:03:46.227Z] ---> Using cache [2023-04-26T20:03:46.227Z] ---> 113ed7a569d2 [2023-04-26T20:03:46.227Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T20:03:46.227Z] ---> Using cache [2023-04-26T20:03:46.227Z] ---> b9d900ac43f6 [2023-04-26T20:03:46.227Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:03:46.227Z] ---> Using cache [2023-04-26T20:03:46.227Z] ---> 8ae2387072d1 [2023-04-26T20:03:46.227Z] Step 8/23 : COPY . . [2023-04-26T20:03:46.227Z] Removing intermediate container 90781a962390 [2023-04-26T20:03:46.227Z] ---> ad658d6c7e9a [2023-04-26T20:03:46.227Z] Step 32/33 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:03:46.227Z] ---> Using cache [2023-04-26T20:03:46.227Z] ---> 12d648d8fa6c [2023-04-26T20:03:46.227Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-26T20:03:46.525Z] ---> Running in 40f6981c5e56 [2023-04-26T20:03:46.525Z] ---> Running in 321f5fce44fa [2023-04-26T20:03:46.525Z] Removing intermediate container ae0de1ccee5f [2023-04-26T20:03:46.525Z] ---> 61997364ec5b [2023-04-26T20:03:46.525Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-26T20:03:46.525Z] Removing intermediate container 40f6981c5e56 [2023-04-26T20:03:46.525Z] ---> 4dc921eb1683 [2023-04-26T20:03:46.525Z] Step 33/33 : LABEL version=0.0.0 [2023-04-26T20:03:46.525Z] ---> Running in 1e003b28f052 [2023-04-26T20:03:46.579Z] ---> 9df74946d953 [2023-04-26T20:03:46.579Z] Step 4/4 : RUN go mod download [2023-04-26T20:03:46.579Z] ---> Running in edcc17cdd65e [2023-04-26T20:03:46.802Z] ---> 1d7f044efff7 [2023-04-26T20:03:46.803Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:03:46.803Z] ---> Running in e514af437a79 [2023-04-26T20:03:46.803Z] Removing intermediate container 1e003b28f052 [2023-04-26T20:03:46.803Z] ---> f70d3d55c31d [2023-04-26T20:03:46.803Z] [2023-04-26T20:03:46.803Z] 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-26T20:03:46.803Z] Successfully built f70d3d55c31d [2023-04-26T20:03:46.803Z] Successfully tagged security-bootstrapper:latest [2023-04-26T20:03:46.803Z]  Building security-bootstrapper ... done Building security-spire-config [2023-04-26T20:03:47.378Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:03:47.378Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:03:47.378Z] ---> dab9640f05ea [2023-04-26T20:03:47.378Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T20:03:47.378Z] ---> Using cache [2023-04-26T20:03:47.378Z] ---> b8d338e0fe59 [2023-04-26T20:03:47.378Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T20:03:47.378Z] ---> Using cache [2023-04-26T20:03:47.378Z] ---> bebd14928974 [2023-04-26T20:03:47.378Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-26T20:03:47.378Z] ---> Using cache [2023-04-26T20:03:47.378Z] ---> 113ed7a569d2 [2023-04-26T20:03:47.378Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T20:03:47.378Z] ---> Using cache [2023-04-26T20:03:47.378Z] ---> b9d900ac43f6 [2023-04-26T20:03:47.378Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:03:47.378Z] ---> Using cache [2023-04-26T20:03:47.378Z] ---> 8ae2387072d1 [2023-04-26T20:03:47.378Z] Step 8/23 : COPY . . [2023-04-26T20:03:47.378Z] ---> Using cache [2023-04-26T20:03:47.378Z] ---> 12d648d8fa6c [2023-04-26T20:03:47.378Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-26T20:03:47.378Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:03:47.378Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:03:47.378Z] ---> dab9640f05ea [2023-04-26T20:03:47.378Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T20:03:47.378Z] ---> Using cache [2023-04-26T20:03:47.378Z] ---> b8d338e0fe59 [2023-04-26T20:03:47.378Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T20:03:47.378Z] ---> Using cache [2023-04-26T20:03:47.378Z] ---> bebd14928974 [2023-04-26T20:03:47.378Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-26T20:03:47.946Z] ---> Running in f95bb0f37fc1 [2023-04-26T20:03:47.947Z] ---> Running in c47c1f262d52 [2023-04-26T20:03:48.206Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:03:48.489Z] 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-26T20:03:48.489Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:03:49.436Z] OK: 265 MiB in 53 packages [2023-04-26T20:03:50.369Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:03:50.369Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:03:50.369Z] ---> dab9640f05ea [2023-04-26T20:03:50.369Z] Step 3/27 : WORKDIR /edgex-go [2023-04-26T20:03:50.369Z] ---> Using cache [2023-04-26T20:03:50.369Z] ---> f45342e423fd [2023-04-26T20:03:50.369Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-26T20:03:50.630Z] ---> Running in d34426089d28 [2023-04-26T20:03:50.630Z] Removing intermediate container c47c1f262d52 [2023-04-26T20:03:50.630Z] ---> 258653f36857 [2023-04-26T20:03:50.630Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T20:03:50.889Z] ---> 4261adf853cf [2023-04-26T20:03:50.889Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:03:50.889Z] ---> Running in 3ffbb04888d1 [2023-04-26T20:03:50.889Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:03:51.147Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:03:51.406Z] OK: 265 MiB in 53 packages [2023-04-26T20:03:51.970Z] Removing intermediate container d34426089d28 [2023-04-26T20:03:51.970Z] ---> 15d1fdb92cf4 [2023-04-26T20:03:51.970Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-26T20:03:52.535Z] ---> d214ae15e20b [2023-04-26T20:03:52.535Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:03:52.535Z] ---> Running in 468418bba4a8 [2023-04-26T20:04:14.468Z] Removing intermediate container e514af437a79 [2023-04-26T20:04:14.468Z] ---> c731ba49ae60 [2023-04-26T20:04:14.468Z] Step 7/20 : COPY . . [2023-04-26T20:04:14.468Z] Removing intermediate container 3ffbb04888d1 [2023-04-26T20:04:14.468Z] ---> 220efaaef327 [2023-04-26T20:04:14.468Z] Step 8/23 : COPY . . [2023-04-26T20:04:14.468Z] Removing intermediate container 468418bba4a8 [2023-04-26T20:04:14.468Z] ---> ddb68b5eb97d [2023-04-26T20:04:14.468Z] Step 7/27 : COPY . . [2023-04-26T20:04:14.727Z] Removing intermediate container f95bb0f37fc1 [2023-04-26T20:04:14.727Z] ---> 90f58519e191 [2023-04-26T20:04:14.727Z] [2023-04-26T20:04:14.727Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T20:04:14.727Z] ---> 9ed4aefc74f6 [2023-04-26T20:04:14.727Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-26T20:04:14.727Z] ---> Using cache [2023-04-26T20:04:14.727Z] ---> 7bf36d139ee8 [2023-04-26T20:04:14.727Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-26T20:04:14.727Z] ---> Using cache [2023-04-26T20:04:14.727Z] ---> 63da1f66cda9 [2023-04-26T20:04:14.727Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:04:14.727Z] ---> Using cache [2023-04-26T20:04:14.727Z] ---> 83ac3eed0675 [2023-04-26T20:04:14.727Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:04:14.727Z] ---> Using cache [2023-04-26T20:04:14.727Z] ---> 8c04fa4615b3 [2023-04-26T20:04:14.727Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-26T20:04:14.985Z] ---> eeb3b68ae3a4 [2023-04-26T20:04:14.985Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-26T20:04:14.985Z] ---> Running in 52607c663b0b [2023-04-26T20:04:14.985Z] ---> a6558b0165bf [2023-04-26T20:04:14.985Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-26T20:04:14.985Z] ---> Running in 2720c9eb933f [2023-04-26T20:04:14.985Z] ---> 9df75084b033 [2023-04-26T20:04:14.985Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-26T20:04:14.985Z] ---> Running in 85db6d438a9c [2023-04-26T20:04:15.247Z] ---> f5be731fd547 [2023-04-26T20:04:15.247Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-26T20:04:15.247Z] Removing intermediate container 85db6d438a9c [2023-04-26T20:04:15.247Z] ---> f13cc1e30ca2 [2023-04-26T20:04:15.247Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-26T20:04:15.247Z] ---> Running in 0a49b3524531 [2023-04-26T20:04:15.247Z] 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-26T20:04:15.247Z] 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-26T20:04:15.247Z] Removing intermediate container 0a49b3524531 [2023-04-26T20:04:15.247Z] ---> 7bfca4eff9da [2023-04-26T20:04:15.247Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-26T20:04:15.247Z] ---> 499c2f8c29d1 [2023-04-26T20:04:15.247Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-26T20:04:15.508Z] ---> Running in 6604c7b121ba [2023-04-26T20:04:15.508Z] Removing intermediate container 6604c7b121ba [2023-04-26T20:04:15.508Z] ---> 7326489e1c89 [2023-04-26T20:04:15.508Z] 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-26T20:04:15.765Z] ---> 949d4605e111 [2023-04-26T20:04:15.765Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-26T20:04:15.765Z] ---> Running in 6ffef5f2216b [2023-04-26T20:04:15.765Z] ---> Running in b69d69afee6d [2023-04-26T20:04:17.149Z] Removing intermediate container 6ffef5f2216b [2023-04-26T20:04:17.149Z] Removing intermediate container b69d69afee6d [2023-04-26T20:04:17.149Z] ---> 29641be0c51a [2023-04-26T20:04:17.149Z] ---> fa35a5aaa711 [2023-04-26T20:04:17.149Z] Step 12/27 : WORKDIR /edgex-goStep 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-26T20:04:17.149Z] [2023-04-26T20:04:17.149Z] ---> Running in 7354289c6c22 [2023-04-26T20:04:17.149Z] ---> Running in 6f84395061c5 [2023-04-26T20:04:17.149Z] Removing intermediate container 7354289c6c22 [2023-04-26T20:04:17.149Z] ---> cf99c16eb6cd [2023-04-26T20:04:17.149Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-26T20:04:17.149Z] ---> Running in d482aa0f33bb [2023-04-26T20:04:17.149Z] Removing intermediate container 6f84395061c5 [2023-04-26T20:04:17.149Z] ---> 2381820ec5ad [2023-04-26T20:04:17.149Z] [2023-04-26T20:04:17.149Z] Step 13/27 : FROM alpine:3.17 [2023-04-26T20:04:17.149Z] ---> 9ed4aefc74f6 [2023-04-26T20:04:17.149Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-26T20:04:17.149Z] ---> Running in 2c9bde6a9d5d [2023-04-26T20:04:17.149Z] Removing intermediate container d482aa0f33bb [2023-04-26T20:04:17.149Z] ---> 4fa98e6b3f7f [2023-04-26T20:04:17.149Z] Step 21/23 : LABEL arch=x86_64 [2023-04-26T20:04:17.149Z] ---> Running in cda6bc1d014f [2023-04-26T20:04:17.415Z] Removing intermediate container 2c9bde6a9d5d [2023-04-26T20:04:17.415Z] ---> 38c9f12f7f4b [2023-04-26T20:04:17.415Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-26T20:04:17.415Z] ---> Running in 741146cb051e [2023-04-26T20:04:17.415Z] Removing intermediate container cda6bc1d014f [2023-04-26T20:04:17.415Z] ---> 40b3d6fe93f4 [2023-04-26T20:04:17.415Z] Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:04:17.415Z] ---> Running in e15b893b32d4 [2023-04-26T20:04:17.415Z] Removing intermediate container 321f5fce44fa [2023-04-26T20:04:17.415Z] ---> a16022307844 [2023-04-26T20:04:17.415Z] [2023-04-26T20:04:17.415Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T20:04:17.415Z] ---> 9ed4aefc74f6 [2023-04-26T20:04:17.415Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-26T20:04:17.415Z] ---> Using cache [2023-04-26T20:04:17.415Z] ---> 4a64c43702b0 [2023-04-26T20:04:17.415Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T20:04:17.415Z] ---> Using cache [2023-04-26T20:04:17.415Z] ---> c5f60bc41260 [2023-04-26T20:04:17.415Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-26T20:04:17.675Z] ---> Running in ac76ffdd6174 [2023-04-26T20:04:17.675Z] Removing intermediate container e15b893b32d4 [2023-04-26T20:04:17.675Z] ---> 311c6bcd629c [2023-04-26T20:04:17.675Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T20:04:17.675Z] ---> Running in 428898d70305 [2023-04-26T20:04:17.675Z] Removing intermediate container ac76ffdd6174 [2023-04-26T20:04:17.675Z] ---> 3601460d4eda [2023-04-26T20:04:17.675Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-26T20:04:17.675Z] ---> Running in 6d7942aa0f87 [2023-04-26T20:04:17.675Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:04:17.933Z] Removing intermediate container 428898d70305 [2023-04-26T20:04:17.933Z] ---> 38b3f82650b7 [2023-04-26T20:04:17.933Z] [2023-04-26T20:04:17.933Z] Removing intermediate container 6d7942aa0f87 [2023-04-26T20:04:17.934Z] ---> 16d0434aa6bf [2023-04-26T20:04:17.934Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:04:17.934Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:04:17.934Z] Successfully built 38b3f82650b7 [2023-04-26T20:04:17.934Z] Successfully tagged core-common-config-bootstrapper:latest [2023-04-26T20:04:17.934Z] Building security-secretstore-setup [2023-04-26T20:04:18.193Z]  Building core-common-config-bootstrapper ... done v3.17.3-135-g1eeaa10860c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T20:04:18.193Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T20:04:18.193Z] OK: 17820 distinct packages available [2023-04-26T20:04:18.193Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:04:18.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:04:18.710Z] ---> 440842448671 [2023-04-26T20:04:18.710Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:04:18.710Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-26T20:04:18.710Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-26T20:04:18.710Z] (3/4) Installing libucontext (1.2-r0) [2023-04-26T20:04:18.710Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-26T20:04:18.710Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:04:18.710Z] OK: 7 MiB in 19 packages [2023-04-26T20:04:18.710Z] ---> b9b87f352de2 [2023-04-26T20:04:18.710Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-26T20:04:18.865Z] Removing intermediate container edcc17cdd65e [2023-04-26T20:04:18.865Z] ---> ebafce852ecd [2023-04-26T20:04:18.865Z] Successfully built ebafce852ecd [2023-04-26T20:04:18.865Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T20:04:19.272Z] + docker inspect -f . ci-base-image-arm64 [2023-04-26T20:04:19.273Z] . [2023-04-26T20:04:19.277Z] Removing intermediate container 741146cb051e [2023-04-26T20:04:19.277Z] ---> a18576e9e6f6 [2023-04-26T20:04:19.277Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:04:19.277Z] ---> 7190bded05c1 [2023-04-26T20:04:19.277Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T20:04:19.534Z] ---> bd2fe7bc778d [2023-04-26T20:04:19.534Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-26T20:04:19.534Z] ---> Running in 37d3cee58c35 [2023-04-26T20:04:19.576Z] prd-ubuntu20.04-docker-arm64-4c-16g-11062 does not seem to be running inside a container [2023-04-26T20:04:19.650Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-26T20:04:19.792Z] ---> 0b24a5387751 [2023-04-26T20:04:19.792Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:04:20.358Z] ---> c1392f119687 [2023-04-26T20:04:20.358Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-26T20:04:20.358Z] Removing intermediate container 37d3cee58c35 [2023-04-26T20:04:20.358Z] ---> d7226086ac84 [2023-04-26T20:04:20.358Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T20:04:20.617Z] ---> Running in 57b87722b9c2 [2023-04-26T20:04:20.617Z] Removing intermediate container 57b87722b9c2 [2023-04-26T20:04:20.617Z] ---> 2e5070f00043 [2023-04-26T20:04:20.617Z] Step 21/23 : LABEL arch=x86_64 [2023-04-26T20:04:20.617Z] ---> Running in 218e028f14d6 [2023-04-26T20:04:20.915Z] $ docker top fcc715d8cf549fd77ea7fed71c44e5156bf1a8fcfc515aae79c10764ead72001 -eo pid,comm [Pipeline] { [2023-04-26T20:04:21.185Z] Removing intermediate container 218e028f14d6 [2023-04-26T20:04:21.185Z] ---> 6c6c1c284c66 [2023-04-26T20:04:21.185Z] Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:04:21.185Z] ---> Running in fb48a7763261 [2023-04-26T20:04:21.185Z] Removing intermediate container fb48a7763261 [2023-04-26T20:04:21.185Z] ---> 96f2482a7449 [2023-04-26T20:04:21.185Z] Step 23/23 : LABEL version=0.0.0 [Pipeline] sh [2023-04-26T20:04:21.444Z] ---> Running in ce219d314045 [2023-04-26T20:04:21.705Z] Removing intermediate container ce219d314045 [2023-04-26T20:04:21.705Z] ---> fb823730086c [2023-04-26T20:04:21.705Z] [2023-04-26T20:04:21.705Z] Successfully built fb823730086c [2023-04-26T20:04:21.705Z] Successfully tagged support-scheduler:latest [2023-04-26T20:04:21.705Z] Building security-spire-server [2023-04-26T20:04:21.907Z] + go version [2023-04-26T20:04:21.907Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-26T20:04:21.945Z] $ docker stop --time=1 fcc715d8cf549fd77ea7fed71c44e5156bf1a8fcfc515aae79c10764ead72001 [2023-04-26T20:04:22.272Z]  Building support-scheduler ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:04:22.272Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:04:22.272Z] ---> dab9640f05ea [2023-04-26T20:04:22.272Z] Step 3/25 : WORKDIR /edgex-go [2023-04-26T20:04:22.272Z] ---> Using cache [2023-04-26T20:04:22.272Z] ---> f45342e423fd [2023-04-26T20:04:22.272Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-26T20:04:22.272Z] ---> Using cache [2023-04-26T20:04:22.272Z] ---> 2e7ec66033a8 [2023-04-26T20:04:22.272Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-26T20:04:22.272Z] ---> Using cache [2023-04-26T20:04:22.272Z] ---> 27614d920d9a [2023-04-26T20:04:22.272Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:04:22.272Z] ---> Using cache [2023-04-26T20:04:22.272Z] ---> 21854e5018ac [2023-04-26T20:04:22.272Z] Step 7/25 : COPY . . [2023-04-26T20:04:22.272Z] ---> Using cache [2023-04-26T20:04:22.272Z] ---> 2054b5bddc5c [2023-04-26T20:04:22.272Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-26T20:04:22.850Z] ---> Running in 6beffc884258 [2023-04-26T20:04:22.850Z] ---> 3ef62f646454 [2023-04-26T20:04:22.850Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-26T20:04:23.417Z] ---> df77d0d1c246 [2023-04-26T20:04:23.417Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-26T20:04:23.417Z] ---> Running in f7ff313321fb [2023-04-26T20:04:23.594Z] $ docker rm -f --volumes fcc715d8cf549fd77ea7fed71c44e5156bf1a8fcfc515aae79c10764ead72001 [2023-04-26T20:04:23.683Z] 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] // withDockerContainer [Pipeline] } [2023-04-26T20:04:23.942Z] Removing intermediate container f7ff313321fb [2023-04-26T20:04:23.942Z] ---> 7d2558561542 [2023-04-26T20:04:23.942Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T20:04:24.507Z] ---> a7b77156d79a [2023-04-26T20:04:24.507Z] Step 22/27 : WORKDIR / [2023-04-26T20:04:24.507Z] ---> Running in 7131f2ff350b [2023-04-26T20:04:24.595Z] + docker inspect -f . ci-base-image-arm64 [2023-04-26T20:04:24.595Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T20:04:24.764Z] Removing intermediate container 7131f2ff350b [2023-04-26T20:04:24.764Z] ---> 55e46909b206 [2023-04-26T20:04:24.764Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-26T20:04:24.764Z] ---> Running in 35ad1ebc86aa [2023-04-26T20:04:24.898Z] prd-ubuntu20.04-docker-arm64-4c-16g-11062 does not seem to be running inside a container [2023-04-26T20:04:24.979Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-26T20:04:25.330Z] Removing intermediate container 35ad1ebc86aa [2023-04-26T20:04:25.330Z] ---> 9722845723c1 [2023-04-26T20:04:25.330Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-26T20:04:25.330Z] ---> Running in 1ff8ed8b0f91 [2023-04-26T20:04:25.588Z] Removing intermediate container 1ff8ed8b0f91 [2023-04-26T20:04:25.588Z] ---> 9100c031cf49 [2023-04-26T20:04:25.588Z] Step 25/27 : LABEL arch=x86_64 [2023-04-26T20:04:25.588Z] ---> Running in c9a4e6383ee6 [2023-04-26T20:04:26.154Z] Removing intermediate container c9a4e6383ee6 [2023-04-26T20:04:26.154Z] ---> 2478a03597b3 [2023-04-26T20:04:26.154Z] Step 26/27 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:04:26.154Z] ---> Running in 545cc3992458 [2023-04-26T20:04:26.266Z] $ docker top ef6ef792f3c3ca11c86e3345078a71c27783f8dd96f01c4496bb24b6171fcc47 -eo pid,comm [2023-04-26T20:04:26.414Z] Removing intermediate container 545cc3992458 [2023-04-26T20:04:26.414Z] ---> c4f3b7e29d18 [2023-04-26T20:04:26.414Z] Step 27/27 : LABEL version=0.0.0 [2023-04-26T20:04:26.414Z] ---> Running in b281c6fa2ca0 [Pipeline] { [Pipeline] echo [2023-04-26T20:04:26.636Z] ========================================================= [2023-04-26T20:04:26.636Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-26T20:04:26.636Z] ========================================================= [Pipeline] sh [2023-04-26T20:04:26.671Z] Removing intermediate container b281c6fa2ca0 [2023-04-26T20:04:26.671Z] ---> d072c327485e [2023-04-26T20:04:26.671Z] [2023-04-26T20:04:26.671Z] Successfully built d072c327485e [2023-04-26T20:04:26.672Z] Successfully tagged security-spire-config:latest [2023-04-26T20:04:26.672Z]  Building security-spire-config ... done Building core-metadata [2023-04-26T20:04:27.239Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:04:27.239Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:04:27.239Z] ---> dab9640f05ea [2023-04-26T20:04:27.239Z] Step 3/26 : WORKDIR /edgex-go [2023-04-26T20:04:27.239Z] ---> Using cache [2023-04-26T20:04:27.239Z] ---> f45342e423fd [2023-04-26T20:04:27.239Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-26T20:04:27.239Z] ---> Using cache [2023-04-26T20:04:27.239Z] ---> 15d1fdb92cf4 [2023-04-26T20:04:27.239Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-26T20:04:27.239Z] ---> Using cache [2023-04-26T20:04:27.239Z] ---> d214ae15e20b [2023-04-26T20:04:27.239Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:04:27.239Z] ---> Using cache [2023-04-26T20:04:27.239Z] ---> ddb68b5eb97d [2023-04-26T20:04:27.239Z] Step 7/26 : COPY . . [2023-04-26T20:04:27.239Z] ---> Using cache [2023-04-26T20:04:27.239Z] ---> 9df75084b033 [2023-04-26T20:04:27.239Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-04-26T20:04:27.239Z] ---> Using cache [2023-04-26T20:04:27.239Z] ---> f13cc1e30ca2 [2023-04-26T20:04:27.239Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-26T20:04:27.239Z] ---> Using cache [2023-04-26T20:04:27.239Z] ---> 7bfca4eff9da [2023-04-26T20:04:27.239Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-26T20:04:27.239Z] ---> Using cache [2023-04-26T20:04:27.239Z] ---> 7326489e1c89 [2023-04-26T20:04:27.239Z] 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-26T20:04:27.285Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-26T20:04:27.810Z] ---> Running in 235b31b7ad4d [2023-04-26T20:04:28.013Z] + make test [2023-04-26T20:04:28.013Z] go test -race -coverprofile=coverage.out ./... [2023-04-26T20:04:30.343Z] Removing intermediate container 235b31b7ad4d [2023-04-26T20:04:30.343Z] ---> f6971c4881e3 [2023-04-26T20:04:30.343Z] Step 12/26 : WORKDIR /edgex-go [2023-04-26T20:04:30.343Z] ---> Running in cdcf7e37a8e2 [2023-04-26T20:04:30.600Z] Removing intermediate container cdcf7e37a8e2 [2023-04-26T20:04:30.600Z] ---> 32573fd0d301 [2023-04-26T20:04:30.600Z] [2023-04-26T20:04:30.600Z] Step 13/26 : FROM alpine:3.17 [2023-04-26T20:04:30.600Z] ---> 9ed4aefc74f6 [2023-04-26T20:04:30.600Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-26T20:04:30.600Z] ---> Using cache [2023-04-26T20:04:30.600Z] ---> 38c9f12f7f4b [2023-04-26T20:04:30.600Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-26T20:04:30.600Z] ---> Running in d9d93bc4c053 [2023-04-26T20:04:31.533Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:04:31.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:04:31.791Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:04:32.049Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:04:32.049Z] ---> dab9640f05ea [2023-04-26T20:04:32.049Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-26T20:04:32.049Z] ---> Using cache [2023-04-26T20:04:32.049Z] ---> b8d338e0fe59 [2023-04-26T20:04:32.049Z] Step 4/25 : WORKDIR /edgex-go [2023-04-26T20:04:32.049Z] ---> Using cache [2023-04-26T20:04:32.049Z] ---> bebd14928974 [2023-04-26T20:04:32.049Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-26T20:04:32.049Z] ---> Using cache [2023-04-26T20:04:32.049Z] ---> 113ed7a569d2 [2023-04-26T20:04:32.049Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-26T20:04:32.049Z] ---> Using cache [2023-04-26T20:04:32.049Z] ---> b9d900ac43f6 [2023-04-26T20:04:32.049Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:04:32.049Z] ---> Using cache [2023-04-26T20:04:32.049Z] ---> 8ae2387072d1 [2023-04-26T20:04:32.049Z] Step 8/25 : COPY . . [2023-04-26T20:04:32.049Z] ---> Using cache [2023-04-26T20:04:32.049Z] ---> 12d648d8fa6c [2023-04-26T20:04:32.049Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-26T20:04:32.049Z] v3.17.3-135-g1eeaa10860c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T20:04:32.049Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T20:04:32.049Z] OK: 17820 distinct packages available [2023-04-26T20:04:32.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:04:32.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:04:32.049Z] ---> Running in 87f04825b2b5 [2023-04-26T20:04:32.305Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-26T20:04:32.306Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-26T20:04:32.306Z] (3/5) Installing libucontext (1.2-r0) [2023-04-26T20:04:32.306Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-26T20:04:32.306Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-26T20:04:32.306Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:04:32.306Z] OK: 8 MiB in 20 packages [2023-04-26T20:04:32.869Z] 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-26T20:04:33.126Z] Removing intermediate container d9d93bc4c053 [2023-04-26T20:04:33.126Z] ---> 722039996407 [2023-04-26T20:04:33.126Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:04:33.690Z] ---> c5430fcb0fae [2023-04-26T20:04:33.690Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:04:34.253Z] ---> 4bef5dacde4f [2023-04-26T20:04:34.253Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-26T20:04:36.776Z] ---> aa83a595cc14 [2023-04-26T20:04:36.776Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-26T20:04:37.034Z] ---> 09c33f6a0707 [2023-04-26T20:04:37.034Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-26T20:04:37.599Z] ---> 56678c623c1c [2023-04-26T20:04:37.599Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-26T20:04:37.862Z] ---> 127a72d73799 [2023-04-26T20:04:37.862Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-26T20:04:37.862Z] ---> Running in 6200ffb00bcf [2023-04-26T20:04:38.119Z] Removing intermediate container 6200ffb00bcf [2023-04-26T20:04:38.119Z] ---> e9efe10acd7d [2023-04-26T20:04:38.119Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-26T20:04:38.119Z] ---> Running in 6d0147a0fb6b [2023-04-26T20:04:38.376Z] Removing intermediate container 6d0147a0fb6b [2023-04-26T20:04:38.376Z] ---> 15797df30de5 [2023-04-26T20:04:38.376Z] Step 24/26 : LABEL arch=x86_64 [2023-04-26T20:04:38.376Z] ---> Running in 423b1d9d178e [2023-04-26T20:04:38.636Z] Removing intermediate container 423b1d9d178e [2023-04-26T20:04:38.636Z] ---> 4d16bb1a06cf [2023-04-26T20:04:38.636Z] Step 25/26 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:04:38.636Z] ---> Running in b1f802c36b85 [2023-04-26T20:04:38.895Z] Removing intermediate container b1f802c36b85 [2023-04-26T20:04:38.895Z] ---> 7632d861cbb5 [2023-04-26T20:04:38.895Z] Step 26/26 : LABEL version=0.0.0 [2023-04-26T20:04:38.895Z] ---> Running in 02396a572948 [2023-04-26T20:04:39.460Z] Removing intermediate container 02396a572948 [2023-04-26T20:04:39.460Z] ---> 38396088ff60 [2023-04-26T20:04:39.460Z] [2023-04-26T20:04:39.460Z] Successfully built 38396088ff60 [2023-04-26T20:04:39.460Z] Successfully tagged security-spire-server:latest [2023-04-26T20:04:39.460Z]  Building security-spire-server ... done Building security-spire-agent [2023-04-26T20:04:41.983Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:04:41.983Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:04:41.983Z] ---> dab9640f05ea [2023-04-26T20:04:41.983Z] Step 3/27 : WORKDIR /edgex-go [2023-04-26T20:04:41.983Z] ---> Using cache [2023-04-26T20:04:41.983Z] ---> f45342e423fd [2023-04-26T20:04:41.983Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-26T20:04:41.983Z] ---> Using cache [2023-04-26T20:04:41.983Z] ---> 15d1fdb92cf4 [2023-04-26T20:04:41.983Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-26T20:04:41.983Z] ---> Using cache [2023-04-26T20:04:41.984Z] ---> d214ae15e20b [2023-04-26T20:04:41.984Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:04:41.984Z] ---> Using cache [2023-04-26T20:04:41.984Z] ---> ddb68b5eb97d [2023-04-26T20:04:41.984Z] Step 7/27 : COPY . . [2023-04-26T20:04:41.984Z] ---> Using cache [2023-04-26T20:04:41.984Z] ---> 9df75084b033 [2023-04-26T20:04:41.984Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-26T20:04:41.984Z] ---> Using cache [2023-04-26T20:04:41.984Z] ---> f13cc1e30ca2 [2023-04-26T20:04:41.984Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-26T20:04:41.984Z] ---> Using cache [2023-04-26T20:04:41.984Z] ---> 7bfca4eff9da [2023-04-26T20:04:41.984Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-26T20:04:41.984Z] ---> Using cache [2023-04-26T20:04:41.984Z] ---> 7326489e1c89 [2023-04-26T20:04:41.984Z] 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-26T20:04:41.984Z] ---> Using cache [2023-04-26T20:04:41.984Z] ---> 29641be0c51a [2023-04-26T20:04:41.984Z] Step 12/27 : WORKDIR /edgex-go [2023-04-26T20:04:41.984Z] ---> Using cache [2023-04-26T20:04:41.984Z] ---> 2381820ec5ad [2023-04-26T20:04:41.984Z] [2023-04-26T20:04:41.984Z] Step 13/27 : FROM alpine:3.17 [2023-04-26T20:04:41.984Z] ---> 9ed4aefc74f6 [2023-04-26T20:04:41.984Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-26T20:04:41.984Z] ---> Using cache [2023-04-26T20:04:41.984Z] ---> 38c9f12f7f4b [2023-04-26T20:04:41.984Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-26T20:04:41.984Z] ---> Using cache [2023-04-26T20:04:41.984Z] ---> 722039996407 [2023-04-26T20:04:41.984Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:04:41.984Z] ---> Using cache [2023-04-26T20:04:42.550Z] ---> c5430fcb0fae [2023-04-26T20:04:42.550Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:04:42.550Z] ---> Using cache [2023-04-26T20:04:42.550Z] ---> 4bef5dacde4f [2023-04-26T20:04:42.550Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-26T20:04:44.456Z] ---> 4cbb6010107e [2023-04-26T20:04:44.456Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-26T20:04:45.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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-04-26T20:04:47.213Z] ---> 6fb0abccc845 [2023-04-26T20:04:47.213Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-26T20:04:47.472Z] Removing intermediate container 52607c663b0b [2023-04-26T20:04:47.472Z] ---> 789a929ac892 [2023-04-26T20:04:47.472Z] [2023-04-26T20:04:47.472Z] Step 9/20 : FROM alpine:3.17 [2023-04-26T20:04:47.472Z] ---> 9ed4aefc74f6 [2023-04-26T20:04:47.472Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-26T20:04:47.472Z] ---> Using cache [2023-04-26T20:04:47.472Z] ---> 9f1f1000d681 [2023-04-26T20:04:47.472Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-26T20:04:47.472Z] Removing intermediate container 2720c9eb933f [2023-04-26T20:04:47.472Z] ---> 0b0cee4c8088 [2023-04-26T20:04:47.472Z] [2023-04-26T20:04:47.472Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T20:04:47.472Z] ---> 9ed4aefc74f6 [2023-04-26T20:04:47.472Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-26T20:04:47.472Z] ---> Running in bbece2fa21a9 [2023-04-26T20:04:47.472Z] ---> Running in 622f83a9d0ef [2023-04-26T20:04:47.472Z] ---> 3e1937d01771 [2023-04-26T20:04:47.472Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-26T20:04:47.729Z] ---> 6e9d77c3d1be [2023-04-26T20:04:47.729Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-26T20:04:47.990Z] ---> 32941948f910 [2023-04-26T20:04:47.990Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-26T20:04:47.990Z] ---> Running in e5532634bf2c [2023-04-26T20:04:47.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:04:47.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:04:48.251Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:04:48.251Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:04:48.251Z] Removing intermediate container e5532634bf2c [2023-04-26T20:04:48.251Z] ---> cfd15de54e55 [2023-04-26T20:04:48.251Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-26T20:04:48.251Z] ---> Running in c0ec6aed025f [2023-04-26T20:04:48.251Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-26T20:04:48.251Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-26T20:04:48.251Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:04:48.251Z] Executing ca-certificates-20220614-r4.trigger [2023-04-26T20:04:48.508Z] v3.17.3-135-g1eeaa10860c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T20:04:48.508Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T20:04:48.508Z] OK: 17820 distinct packages available [2023-04-26T20:04:48.508Z] OK: 8 MiB in 17 packages [2023-04-26T20:04:48.508Z] Removing intermediate container c0ec6aed025f [2023-04-26T20:04:48.508Z] ---> 1d01b77839c4 [2023-04-26T20:04:48.508Z] Step 25/27 : LABEL arch=x86_64 [2023-04-26T20:04:48.508Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:04:48.508Z] ---> Running in ae6506b8f71e [2023-04-26T20:04:48.508Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:04:48.766Z] Removing intermediate container ae6506b8f71e [2023-04-26T20:04:48.766Z] ---> f79359a9f704 [2023-04-26T20:04:48.766Z] Step 26/27 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:04:48.766Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-26T20:04:48.766Z] ---> Running in 56d3987bce65 [2023-04-26T20:04:48.766Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-26T20:04:48.767Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-26T20:04:48.767Z] (4/9) Installing libcurl (8.0.1-r0) [2023-04-26T20:04:48.767Z] (5/9) Installing curl (8.0.1-r0) [2023-04-26T20:04:48.767Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-26T20:04:49.025Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-26T20:04:49.025Z] (8/9) Installing libucontext (1.2-r0) [2023-04-26T20:04:49.025Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-26T20:04:49.025Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:04:49.025Z] Executing ca-certificates-20220614-r4.trigger [2023-04-26T20:04:49.025Z] OK: 10 MiB in 24 packages [2023-04-26T20:04:49.025Z] Removing intermediate container 622f83a9d0ef [2023-04-26T20:04:49.025Z] ---> c1cae0d32473 [2023-04-26T20:04:49.025Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T20:04:49.284Z] Removing intermediate container 56d3987bce65 [2023-04-26T20:04:49.284Z] ---> bb0d94fdf1e9 [2023-04-26T20:04:49.284Z] Step 27/27 : LABEL version=0.0.0 [2023-04-26T20:04:49.284Z] ---> Running in 0ee3bd80d835 [2023-04-26T20:04:49.284Z] ---> Running in 2b34adc10284 [2023-04-26T20:04:49.284Z] Removing intermediate container 0ee3bd80d835 [2023-04-26T20:04:49.284Z] ---> 06c4141494b2 [2023-04-26T20:04:49.284Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-26T20:04:49.543Z] ---> Running in 64c3b176989a [2023-04-26T20:04:49.543Z] Removing intermediate container 2b34adc10284 [2023-04-26T20:04:49.543Z] ---> 2f0c08783358 [2023-04-26T20:04:49.543Z] [2023-04-26T20:04:49.543Z] Removing intermediate container 6beffc884258 [2023-04-26T20:04:49.543Z] ---> fa6f5ebb9908 [2023-04-26T20:04:49.543Z] [2023-04-26T20:04:49.543Z] Step 9/25 : FROM alpine:3.17 [2023-04-26T20:04:49.543Z] ---> 9ed4aefc74f6 [2023-04-26T20:04:49.543Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-26T20:04:49.543Z] ---> Running in a6ca995b5954 [2023-04-26T20:04:49.543Z] Successfully built 2f0c08783358 [2023-04-26T20:04:49.543Z] Successfully tagged security-spire-agent:latest [2023-04-26T20:04:49.543Z]  Building security-spire-agent ... done Removing intermediate container 64c3b176989a [2023-04-26T20:04:49.543Z] ---> 366b3ec4ea06 [2023-04-26T20:04:49.543Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-26T20:04:49.801Z] ---> Running in 337a483bbc4a [2023-04-26T20:04:49.801Z] Removing intermediate container bbece2fa21a9 [2023-04-26T20:04:49.801Z] ---> 3e7d6ee0a9be [2023-04-26T20:04:49.801Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:04:49.801Z] Removing intermediate container 337a483bbc4a [2023-04-26T20:04:49.801Z] ---> ad842786e8b3 [2023-04-26T20:04:49.801Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:04:49.801Z] ---> 8c74b3b41832 [2023-04-26T20:04:49.801Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:04:50.060Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T20:04:50.060Z] ---> 3e8667319792 [2023-04-26T20:04:50.060Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:04:50.060Z] ---> 76281b276506 [2023-04-26T20:04:50.060Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-26T20:04:50.060Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T20:04:50.319Z] ---> 478004540b4a [2023-04-26T20:04:50.319Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-26T20:04:50.319Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-26T20:04:50.319Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-26T20:04:50.319Z] (3/3) Installing su-exec (0.2-r2) [2023-04-26T20:04:50.319Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:04:50.319Z] Executing ca-certificates-20220614-r4.trigger [2023-04-26T20:04:50.577Z] OK: 8 MiB in 18 packages [2023-04-26T20:04:50.836Z] ---> e4bfea24cfef [2023-04-26T20:04:50.836Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-26T20:04:50.836Z] ---> 6c0be37e1c56 [2023-04-26T20:04:50.836Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-26T20:04:50.836Z] ---> d3566317acb4 [2023-04-26T20:04:50.836Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-26T20:04:50.836Z] ---> 19c4d8904125 [2023-04-26T20:04:50.836Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-26T20:04:50.836Z] ---> Running in 4b719ca0060f [2023-04-26T20:04:50.836Z] ---> Running in a554e3a48aeb [2023-04-26T20:04:51.098Z] Removing intermediate container a6ca995b5954 [2023-04-26T20:04:51.098Z] ---> 3f6a5e39c243 [2023-04-26T20:04:51.098Z] 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-26T20:04:51.098Z] Removing intermediate container 4b719ca0060f [2023-04-26T20:04:51.098Z] ---> 8b91dd5a8cf9 [2023-04-26T20:04:51.098Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T20:04:51.098Z] Removing intermediate container a554e3a48aeb [2023-04-26T20:04:51.098Z] ---> 6f36e7a0f3fa [2023-04-26T20:04:51.098Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T20:04:51.098Z] ---> Running in fefcc534d5bc [2023-04-26T20:04:51.098Z] ---> Running in 480e8e6a0842 [2023-04-26T20:04:51.098Z] ---> Running in dc0b0816b0dc [2023-04-26T20:04:51.098Z] Removing intermediate container fefcc534d5bc [2023-04-26T20:04:51.098Z] ---> ccb14a5502cf [2023-04-26T20:04:51.098Z] Step 12/25 : WORKDIR / [2023-04-26T20:04:51.098Z] ---> Running in cce876057509 [2023-04-26T20:04:51.098Z] Removing intermediate container 480e8e6a0842 [2023-04-26T20:04:51.098Z] ---> 7526f9618e43 [2023-04-26T20:04:51.098Z] Step 21/23 : LABEL arch=x86_64 [2023-04-26T20:04:51.098Z] Removing intermediate container dc0b0816b0dc [2023-04-26T20:04:51.098Z] ---> 3d070f744817 [2023-04-26T20:04:51.098Z] Step 18/20 : LABEL arch=x86_64 [2023-04-26T20:04:51.098Z] ---> Running in 3888869e6fdc [2023-04-26T20:04:51.357Z] ---> Running in f6b3fe34b2a2 [2023-04-26T20:04:51.357Z] Removing intermediate container cce876057509 [2023-04-26T20:04:51.357Z] ---> ea12feb5a711 [2023-04-26T20:04:51.357Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:04:51.357Z] Removing intermediate container 3888869e6fdc [2023-04-26T20:04:51.357Z] ---> 8a3e39a1ac83 [2023-04-26T20:04:51.357Z] Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:04:51.357Z] ---> Running in 66aab22b14c2 [2023-04-26T20:04:51.357Z] Removing intermediate container f6b3fe34b2a2 [2023-04-26T20:04:51.357Z] ---> 61a48e4fbe74 [2023-04-26T20:04:51.357Z] Step 19/20 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:04:51.357Z] ---> 2265192e245b [2023-04-26T20:04:51.357Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:04:51.615Z] ---> Running in 363d0d74da31 [2023-04-26T20:04:51.615Z] Removing intermediate container 66aab22b14c2 [2023-04-26T20:04:51.615Z] ---> 7ce0af46fd06 [2023-04-26T20:04:51.615Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T20:04:51.615Z] ---> Running in fdec8e2cc4f1 [2023-04-26T20:04:51.615Z] Removing intermediate container 363d0d74da31 [2023-04-26T20:04:51.615Z] ---> b8eb5ef2f68e [2023-04-26T20:04:51.615Z] Step 20/20 : LABEL version=0.0.0 [2023-04-26T20:04:51.615Z] ---> f1d361ac2d47 [2023-04-26T20:04:51.615Z] 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-26T20:04:51.615Z] ---> Running in 7587b2482e1b [2023-04-26T20:04:51.615Z] Removing intermediate container fdec8e2cc4f1 [2023-04-26T20:04:51.615Z] ---> 71924c104335 [2023-04-26T20:04:51.615Z] [2023-04-26T20:04:51.872Z] Removing intermediate container 7587b2482e1b [2023-04-26T20:04:51.872Z] ---> 30a856a1a6dc [2023-04-26T20:04:51.872Z] [2023-04-26T20:04:51.872Z] Successfully built 71924c104335 [2023-04-26T20:04:51.872Z] Successfully tagged support-notifications:latest [2023-04-26T20:04:51.872Z]  Building support-notifications ... done  ---> c441dd690ca7 [2023-04-26T20:04:51.872Z] 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-26T20:04:51.872Z] Successfully built 30a856a1a6dc [2023-04-26T20:04:51.872Z] Successfully tagged security-spiffe-token-provider:latest [2023-04-26T20:04:51.872Z]  Building security-spiffe-token-provider ... done  ---> 5f018117a3cd [2023-04-26T20:04:51.872Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-26T20:04:52.131Z] ---> 99d72a0a7300 [2023-04-26T20:04:52.131Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-26T20:04:52.695Z] ---> 74da24fbb2e9 [2023-04-26T20:04:52.695Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-26T20:04:52.955Z] ---> 805afa5f3774 [2023-04-26T20:04:52.955Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-26T20:04:52.955Z] Removing intermediate container 87f04825b2b5 [2023-04-26T20:04:52.955Z] ---> 1f000d7e1c46 [2023-04-26T20:04:52.955Z] [2023-04-26T20:04:52.955Z] Step 10/25 : FROM alpine:3.17 [2023-04-26T20:04:52.955Z] ---> 9ed4aefc74f6 [2023-04-26T20:04:52.955Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-26T20:04:52.955Z] ---> Using cache [2023-04-26T20:04:52.955Z] ---> 4a64c43702b0 [2023-04-26T20:04:52.955Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T20:04:52.955Z] ---> Using cache [2023-04-26T20:04:52.955Z] ---> c5f60bc41260 [2023-04-26T20:04:52.955Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-26T20:04:52.955Z] ---> Running in d7e7940f60b6 [2023-04-26T20:04:52.955Z] ---> 2b2dbf6db3d8 [2023-04-26T20:04:52.955Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-26T20:04:53.213Z] ---> Running in 5a63bd52c2aa [2023-04-26T20:04:53.213Z] Removing intermediate container d7e7940f60b6 [2023-04-26T20:04:53.213Z] ---> 2e7f8a9d816f [2023-04-26T20:04:53.213Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-26T20:04:53.213Z] ---> Running in 126e65314f39 [2023-04-26T20:04:53.213Z] Removing intermediate container 126e65314f39 [2023-04-26T20:04:53.213Z] ---> 2fa003cec5f2 [2023-04-26T20:04:53.213Z] Step 15/25 : WORKDIR / [2023-04-26T20:04:53.213Z] ---> Running in 9983c7851964 [2023-04-26T20:04:53.213Z] Removing intermediate container 9983c7851964 [2023-04-26T20:04:53.213Z] ---> c431d63da767 [2023-04-26T20:04:53.213Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:04:53.471Z] ---> 8273ecd0bb04 [2023-04-26T20:04:53.471Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:04:53.471Z] ---> 8f3d76eea0ce [2023-04-26T20:04:53.471Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-26T20:04:53.729Z] Removing intermediate container 5a63bd52c2aa [2023-04-26T20:04:53.729Z] ---> 4fd759176c97 [2023-04-26T20:04:53.729Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-26T20:04:53.729Z] ---> Running in cd8e5f19978d [2023-04-26T20:04:53.729Z] Removing intermediate container cd8e5f19978d [2023-04-26T20:04:53.729Z] ---> 2d99c468e84a [2023-04-26T20:04:53.729Z] Step 23/25 : LABEL arch=x86_64 [2023-04-26T20:04:53.729Z] ---> Running in e3447cfd615b [2023-04-26T20:04:53.729Z] ---> 04e4e3d50162 [2023-04-26T20:04:53.729Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-26T20:04:53.729Z] Removing intermediate container e3447cfd615b [2023-04-26T20:04:53.729Z] ---> 15c7c487f085 [2023-04-26T20:04:53.729Z] Step 24/25 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:04:53.729Z] ---> Running in 3e1c8d11c277 [2023-04-26T20:04:53.989Z] Removing intermediate container 3e1c8d11c277 [2023-04-26T20:04:53.989Z] ---> ddfca1a3c9fd [2023-04-26T20:04:53.989Z] Step 25/25 : LABEL version=0.0.0 [2023-04-26T20:04:53.989Z] ---> Running in 03c65ef34425 [2023-04-26T20:04:53.989Z] ---> bdbcfd92378c [2023-04-26T20:04:53.989Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-26T20:04:53.989Z] Removing intermediate container 03c65ef34425 [2023-04-26T20:04:53.989Z] ---> fdbc965cf9e3 [2023-04-26T20:04:53.989Z] [2023-04-26T20:04:53.989Z] ---> d79f83e70767 [2023-04-26T20:04:53.989Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-26T20:04:53.989Z] Successfully built fdbc965cf9e3 [2023-04-26T20:04:53.989Z] Successfully tagged security-secretstore-setup:latest [2023-04-26T20:04:53.989Z]  Building security-secretstore-setup ... done  ---> Running in 5cc58f57b334 [2023-04-26T20:04:54.248Z] Removing intermediate container 5cc58f57b334 [2023-04-26T20:04:54.248Z] ---> f1d125dabbcd [2023-04-26T20:04:54.248Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T20:04:54.248Z] ---> Running in 276041eb21d5 [2023-04-26T20:04:54.248Z] Removing intermediate container 276041eb21d5 [2023-04-26T20:04:54.248Z] ---> b2bc71935581 [2023-04-26T20:04:54.248Z] Step 23/25 : LABEL arch=x86_64 [2023-04-26T20:04:54.248Z] ---> Running in 52dd98e0db6c [2023-04-26T20:04:54.248Z] Removing intermediate container 52dd98e0db6c [2023-04-26T20:04:54.248Z] ---> 60568c1b183c [2023-04-26T20:04:54.248Z] Step 24/25 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:04:54.248Z] ---> Running in 7c2f322bf262 [2023-04-26T20:04:54.248Z] Removing intermediate container 7c2f322bf262 [2023-04-26T20:04:54.248Z] ---> 0cb7eee460a1 [2023-04-26T20:04:54.248Z] Step 25/25 : LABEL version=0.0.0 [2023-04-26T20:04:54.506Z] ---> Running in f9c56a52732c [2023-04-26T20:04:54.506Z] Removing intermediate container f9c56a52732c [2023-04-26T20:04:54.506Z] ---> 01e29005b79e [2023-04-26T20:04:54.506Z] [2023-04-26T20:04:54.506Z] Successfully built 01e29005b79e [2023-04-26T20:04:54.506Z] Successfully tagged core-metadata:latest [2023-04-26T20:04:54.511Z]  Building core-metadata ... done  [Pipeline] } [2023-04-26T20:04:54.546Z] $ docker stop --time=1 13d470b27ba64f9e664b6211d76b9c7c734795d1f8bd9542083e0cc03e35c485 [2023-04-26T20:04:55.804Z] $ docker rm -f --volumes 13d470b27ba64f9e664b6211d76b9c7c734795d1f8bd9542083e0cc03e35c485 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-26T20:04:56.196Z] + docker images [2023-04-26T20:04:56.197Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-26T20:04:56.197Z] core-metadata latest 01e29005b79e 2 seconds ago 20.4MB [2023-04-26T20:04:56.197Z] security-secretstore-setup latest fdbc965cf9e3 3 seconds ago 32.8MB [2023-04-26T20:04:56.197Z] 1f000d7e1c46 4 seconds ago 1.73GB [2023-04-26T20:04:56.197Z] security-spiffe-token-provider latest 30a856a1a6dc 5 seconds ago 32.8MB [2023-04-26T20:04:56.197Z] support-notifications latest 71924c104335 5 seconds ago 32.7MB [2023-04-26T20:04:56.197Z] security-spire-agent latest 2f0c08783358 7 seconds ago 161MB [2023-04-26T20:04:56.197Z] fa6f5ebb9908 7 seconds ago 1.72GB [2023-04-26T20:04:56.197Z] 0b0cee4c8088 9 seconds ago 1.79GB [2023-04-26T20:04:56.197Z] 789a929ac892 10 seconds ago 1.76GB [2023-04-26T20:04:56.197Z] security-spire-server latest 38396088ff60 17 seconds ago 103MB [2023-04-26T20:04:56.197Z] 32573fd0d301 26 seconds ago 1.58GB [2023-04-26T20:04:56.197Z] security-spire-config latest d072c327485e 30 seconds ago 102MB [2023-04-26T20:04:56.197Z] support-scheduler latest fb823730086c 35 seconds ago 32.1MB [2023-04-26T20:04:56.197Z] core-common-config-bootstrapper latest 38b3f82650b7 39 seconds ago 17.2MB [2023-04-26T20:04:56.197Z] a16022307844 39 seconds ago 1.79GB [2023-04-26T20:04:56.197Z] 2381820ec5ad 39 seconds ago 1.58GB [2023-04-26T20:04:56.197Z] 90f58519e191 45 seconds ago 1.72GB [2023-04-26T20:04:56.197Z] security-bootstrapper latest f70d3d55c31d About a minute ago 22.2MB [2023-04-26T20:04:56.197Z] security-proxy-setup latest b80287e2e777 About a minute ago 18.7MB [2023-04-26T20:04:56.197Z] security-proxy-auth latest 06f68cd1ccf7 About a minute ago 18.3MB [2023-04-26T20:04:56.197Z] core-command latest 0c416966fd26 About a minute ago 19.8MB [2023-04-26T20:04:56.197Z] core-data latest 07f4ad466bdb About a minute ago 20MB [2023-04-26T20:04:56.197Z] f3d969af044b About a minute ago 1.73GB [2023-04-26T20:04:56.197Z] 50dc517aa211 About a minute ago 1.7GB [2023-04-26T20:04:56.197Z] 5bafa731bd50 About a minute ago 1.72GB [2023-04-26T20:04:56.197Z] 08cff54b3a38 About a minute ago 1.7GB [2023-04-26T20:04:56.197Z] 3e9829fe3bb3 About a minute ago 1.71GB [2023-04-26T20:04:56.197Z] ci-base-image-x86_64 latest dab9640f05ea 5 minutes ago 918MB [2023-04-26T20:04:56.197Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 2 days ago 700MB [2023-04-26T20:04:56.197Z] alpine 3.17 9ed4aefc74f6 4 weeks ago 7.05MB [2023-04-26T20:04:56.197Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB [2023-04-26T20:04:56.197Z] 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-26T20:05:14.907Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-26T20:07:21.689Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-26T20:07:21.689Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-26T20:07:21.689Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-26T20:07:21.689Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-26T20:07:21.689Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-26T20:07:24.282Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-26T20:07:24.549Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-26T20:07:24.549Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-26T20:07:24.549Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-26T20:07:26.505Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-26T20:07:29.869Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-26T20:07:29.869Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-26T20:07:29.869Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-26T20:07:29.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-26T20:07:42.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-26T20:07:42.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-26T20:07:42.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.288s coverage: 28.7% of statements [2023-04-26T20:07:54.485Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.332s coverage: 98.5% of statements [2023-04-26T20:07:58.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-26T20:07:58.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-26T20:07:58.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-26T20:08:02.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.530s coverage: 71.5% of statements [2023-04-26T20:08:05.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-26T20:08:05.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-26T20:08:05.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.341s coverage: 54.0% of statements [2023-04-26T20:08:10.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-26T20:08:10.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-26T20:08:10.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-26T20:08:10.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-26T20:08:10.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-26T20:08:18.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-26T20:08:18.665Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-26T20:08:31.153Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.393s coverage: 88.5% of statements [2023-04-26T20:08:31.153Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.529s coverage: 3.8% of statements [2023-04-26T20:08:34.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-26T20:08:34.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-26T20:08:34.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-26T20:08:36.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.883s coverage: 95.6% of statements [2023-04-26T20:08:36.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-26T20:08:36.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-26T20:08:36.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-26T20:08:36.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-26T20:08:36.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-26T20:08:36.746Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.214s coverage: 72.2% of statements [2023-04-26T20:08:42.290Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-26T20:08:42.290Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-26T20:08:42.290Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-26T20:08:42.290Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.269s coverage: 65.9% of statements [2023-04-26T20:08:54.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-26T20:08:54.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-26T20:08:54.618Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.461s coverage: 0.9% of statements [2023-04-26T20:08:54.618Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.271s coverage: 29.0% of statements [2023-04-26T20:08:57.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.308s coverage: 44.1% of statements [2023-04-26T20:08:57.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.272s coverage: 82.9% of statements [2023-04-26T20:08:57.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.232s coverage: 94.1% of statements [2023-04-26T20:08:57.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.305s coverage: 96.3% of statements [2023-04-26T20:09:01.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.226s coverage: 87.5% of statements [2023-04-26T20:09:04.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-26T20:09:04.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-26T20:09:04.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-26T20:09:04.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-26T20:09:06.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-26T20:09:06.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-26T20:09:06.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-26T20:09:06.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-26T20:09:13.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.229s coverage: 94.4% of statements [2023-04-26T20:09:13.562Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-26T20:09:13.562Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-26T20:09:13.562Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-26T20:09:13.562Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-26T20:09:18.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-26T20:09:18.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-26T20:09:20.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-26T20:09:29.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.192s coverage: 79.9% of statements [2023-04-26T20:09:29.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.254s coverage: 92.9% of statements [2023-04-26T20:09:29.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.089s coverage: 64.4% of statements [2023-04-26T20:09:29.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.218s coverage: 62.3% of statements [2023-04-26T20:09:29.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.231s coverage: 87.2% of statements [2023-04-26T20:09:29.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.193s coverage: 20.0% of statements [2023-04-26T20:09:29.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.187s coverage: 100.0% of statements [2023-04-26T20:09:29.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.463s coverage: 81.8% of statements [2023-04-26T20:09:29.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-26T20:09:30.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.522s coverage: 82.1% of statements [2023-04-26T20:09:30.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-26T20:09:30.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.227s coverage: 86.0% of statements [2023-04-26T20:09:37.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-26T20:09:37.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-26T20:09:37.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.038s coverage: 63.1% of statements [2023-04-26T20:09:37.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.269s coverage: 100.0% of statements [2023-04-26T20:09:39.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.132s coverage: 89.4% of statements [2023-04-26T20:09:39.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.089s coverage: 100.0% of statements [2023-04-26T20:09:39.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.091s coverage: 73.7% of statements [2023-04-26T20:09:40.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-26T20:09:40.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-26T20:09:40.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-26T20:09:40.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements [2023-04-26T20:09:48.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-26T20:09:48.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-26T20:09:48.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-26T20:09:49.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.053s coverage: 38.4% of statements [2023-04-26T20:09:49.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.255s coverage: 89.5% of statements [2023-04-26T20:09:54.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-26T20:09:54.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-26T20:09:54.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-26T20:09:54.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-26T20:09:54.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.220s coverage: 84.8% of statements [2023-04-26T20:10:01.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-26T20:10:01.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-26T20:10:01.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-26T20:10:01.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-26T20:10:08.167Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.307s coverage: 17.7% of statements [2023-04-26T20:10:08.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-26T20:10:08.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-26T20:10:08.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-26T20:10:08.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-26T20:10:08.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.615s coverage: 92.3% of statements [2023-04-26T20:10:13.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-26T20:10:13.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-26T20:10:13.214Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.316s coverage: 61.5% of statements [2023-04-26T20:10:15.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-26T20:10:15.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-26T20:10:15.808Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.405s coverage: 97.7% of statements [2023-04-26T20:10:16.780Z] 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-26T20:10:16.780Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-26T20:10:16.780Z] go vet ./... [2023-04-26T20:13:08.590Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-26T20:13:08.590Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-26T20:13:08.590Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-26T20:13:08.625Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-26T20:13:09.001Z] + ls -al . [2023-04-26T20:13:09.001Z] total 700 [2023-04-26T20:13:09.001Z] drwxrwxr-x 10 1001 1001 4096 Apr 26 20:04 . [2023-04-26T20:13:09.001Z] drwxr-xr-x 4 root root 4096 Apr 26 20:04 .. [2023-04-26T20:13:09.001Z] drwxrwxr-x 2 1001 1001 4096 Apr 26 20:02 .blubracket [2023-04-26T20:13:09.001Z] -rw-rw-r-- 1 1001 1001 16 Apr 26 20:02 .dockerignore [2023-04-26T20:13:09.001Z] drwxrwxr-x 8 1001 1001 4096 Apr 26 20:02 .git [2023-04-26T20:13:09.001Z] drwxrwxr-x 3 1001 1001 4096 Apr 26 20:02 .github [2023-04-26T20:13:09.001Z] -rw-rw-r-- 1 1001 1001 1133 Apr 26 20:02 .gitignore [2023-04-26T20:13:09.001Z] -rw-rw-r-- 1 1001 1001 42 Apr 26 20:02 .golangci.yml [2023-04-26T20:13:09.001Z] -rw-rw-r-- 1 1001 1001 87 Apr 26 20:02 .hadolint.yml [2023-04-26T20:13:09.001Z] -rw-rw-r-- 1 1001 1001 166 Apr 26 20:02 .sonarcloud.properties [2023-04-26T20:13:09.001Z] -rw-rw-r-- 1 1001 1001 1171 Apr 26 20:02 ADOPTERS.md [2023-04-26T20:13:09.001Z] -rw-rw-r-- 1 1001 1001 10835 Apr 26 20:02 Attribution.txt [2023-04-26T20:13:09.001Z] -rw-rw-r-- 1 1001 1001 73765 Apr 26 20:02 CHANGELOG.md [2023-04-26T20:13:09.001Z] -rw-rw-r-- 1 1001 1001 3804 Apr 26 20:02 CONTRIBUTING.md [2023-04-26T20:13:09.001Z] -rw-rw-r-- 1 1001 1001 677 Apr 26 20:02 GOVERNANCE.md [2023-04-26T20:13:09.001Z] -rw-rw-r-- 1 1001 1001 883 Apr 26 20:02 Jenkinsfile [2023-04-26T20:13:09.001Z] -rw-rw-r-- 1 1001 1001 10775 Apr 26 20:02 LICENSE [2023-04-26T20:13:09.001Z] -rw-rw-r-- 1 1001 1001 14368 Apr 26 20:02 Makefile [2023-04-26T20:13:09.001Z] -rw-rw-r-- 1 1001 1001 582 Apr 26 20:02 OWNERS.md [2023-04-26T20:13:09.001Z] -rw-rw-r-- 1 1001 1001 9403 Apr 26 20:02 README.md [2023-04-26T20:13:09.001Z] -rw-rw-r-- 1 1001 1001 789 Apr 26 20:02 SECURITY.md [2023-04-26T20:13:09.001Z] -rw-rw-r-- 1 1001 1001 5 Apr 26 19:59 VERSION [2023-04-26T20:13:09.001Z] drwxrwxr-x 2 1001 1001 4096 Apr 26 20:02 bin [2023-04-26T20:13:09.001Z] drwxrwxr-x 18 1001 1001 4096 Apr 26 20:02 cmd [2023-04-26T20:13:09.001Z] -rw-r--r-- 1 root root 448248 Apr 26 20:10 coverage.out [2023-04-26T20:13:09.001Z] -rw-rw-r-- 1 1001 1001 3200 Apr 26 20:02 go.mod [2023-04-26T20:13:09.002Z] -rw-rw-r-- 1 1001 1001 31155 Apr 26 20:02 go.sum [2023-04-26T20:13:09.002Z] drwxrwxr-x 7 1001 1001 4096 Apr 26 20:02 internal [2023-04-26T20:13:09.002Z] drwxrwxr-x 3 1001 1001 4096 Apr 26 20:02 openapi [2023-04-26T20:13:09.002Z] -rw-rw-r-- 1 1001 1001 594 Apr 26 20:02 security.txt [2023-04-26T20:13:09.002Z] drwxrwxr-x 4 1001 1001 4096 Apr 26 20:02 snap [2023-04-26T20:13:09.002Z] -rw-rw-r-- 1 1001 1001 204 Apr 26 20:02 version.go [Pipeline] sh [2023-04-26T20:13:09.355Z] + '[' -e coverage.out ] [2023-04-26T20:13:09.355Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-26T20:13:09.397Z] Warning: overwriting stash ‘coverage-report’ [2023-04-26T20:13:10.268Z] Stashed 1 file(s) [Pipeline] sh [2023-04-26T20:13:10.928Z] + make build [2023-04-26T20:13:10.928Z] 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-26T20:14:47.603Z] 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-26T20:14:48.185Z] 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-26T20:14:53.553Z] 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-26T20:14:56.917Z] 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-26T20:15:43.818Z] 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-26T20:15:52.145Z] 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-26T20:15:57.541Z] 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-26T20:16:04.192Z] 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-26T20:16:07.533Z] 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-26T20:16:11.792Z] 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-26T20:16:18.455Z] 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-26T20:16:25.136Z] $ docker stop --time=1 ef6ef792f3c3ca11c86e3345078a71c27783f8dd96f01c4496bb24b6171fcc47 [2023-04-26T20:16:27.226Z] $ docker rm -f --volumes ef6ef792f3c3ca11c86e3345078a71c27783f8dd96f01c4496bb24b6171fcc47 [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-26T20:16:29.986Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-26T20:16:29.986Z] [2023-04-26T20:16:29.986Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T20:16:30.382Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-26T20:16:30.651Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-04-26T20:16:30.651Z] 29e5d40040c1: Pulling fs layer [2023-04-26T20:16:30.651Z] 1ce36da41761: Pulling fs layer [2023-04-26T20:16:30.651Z] 25b303627fd3: Pulling fs layer [2023-04-26T20:16:30.651Z] 29e5d40040c1: Verifying Checksum [2023-04-26T20:16:30.651Z] 29e5d40040c1: Download complete [2023-04-26T20:16:30.922Z] 1ce36da41761: Verifying Checksum [2023-04-26T20:16:30.922Z] 1ce36da41761: Download complete [2023-04-26T20:16:31.511Z] 29e5d40040c1: Pull complete [2023-04-26T20:16:32.929Z] 25b303627fd3: Verifying Checksum [2023-04-26T20:16:32.929Z] 25b303627fd3: Download complete [2023-04-26T20:16:32.929Z] 1ce36da41761: Pull complete [2023-04-26T20:16:43.018Z] 25b303627fd3: Pull complete [2023-04-26T20:16:43.018Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-04-26T20:16:43.018Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-26T20:16:43.018Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T20:16:43.355Z] prd-ubuntu20.04-docker-arm64-4c-16g-11062 does not seem to be running inside a container [2023-04-26T20:16:43.425Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-04-26T20:16:45.655Z] $ docker top 54448fe1a780e5cd08b1e91344f6f3e2c05c7fda2a6dff1056f04ff4ffb8eab6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T20:16:46.540Z] + docker-compose build --help [2023-04-26T20:16:46.540Z] + grep parallel [2023-04-26T20:16:51.886Z] --parallel Build images in parallel. [Pipeline] } [2023-04-26T20:16:51.923Z] $ docker stop --time=1 54448fe1a780e5cd08b1e91344f6f3e2c05c7fda2a6dff1056f04ff4ffb8eab6 [2023-04-26T20:16:53.621Z] $ docker rm -f --volumes 54448fe1a780e5cd08b1e91344f6f3e2c05c7fda2a6dff1056f04ff4ffb8eab6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T20:16:54.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-26T20:16:54.376Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T20:16:54.648Z] prd-ubuntu20.04-docker-arm64-4c-16g-11062 does not seem to be running inside a container [2023-04-26T20:16:54.712Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-04-26T20:16:55.915Z] $ docker top 55c31f05e6ab1a27295b8600d7208d532c777fd8dc0e72aaab9fed5499aaaf7a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T20:16:56.808Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-26T20:17:03.450Z] Building core-command ... [2023-04-26T20:17:03.450Z] Building core-common-config-bootstrapper ... [2023-04-26T20:17:03.450Z] Building core-data ... [2023-04-26T20:17:03.450Z] Building core-metadata ... [2023-04-26T20:17:03.450Z] Building security-bootstrapper ... [2023-04-26T20:17:03.450Z] Building security-proxy-auth ... [2023-04-26T20:17:03.450Z] Building security-proxy-setup ... [2023-04-26T20:17:03.450Z] Building security-secretstore-setup ... [2023-04-26T20:17:03.450Z] Building security-spiffe-token-provider ... [2023-04-26T20:17:03.450Z] Building security-spire-agent ... [2023-04-26T20:17:03.450Z] Building security-spire-config ... [2023-04-26T20:17:03.450Z] Building security-spire-server ... [2023-04-26T20:17:03.450Z] Building support-notifications ... [2023-04-26T20:17:03.450Z] Building support-scheduler ... [2023-04-26T20:17:03.450Z] Building security-spire-agent [2023-04-26T20:17:03.450Z] Building security-bootstrapper [2023-04-26T20:17:03.450Z] Building security-spire-config [2023-04-26T20:17:03.450Z] Building security-proxy-auth [2023-04-26T20:17:03.450Z] Building security-proxy-setup [2023-04-26T20:17:50.315Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:17:50.315Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:17:50.315Z] ---> ebafce852ecd [2023-04-26T20:17:50.315Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T20:17:50.315Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:17:50.315Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:17:50.315Z] ---> ebafce852ecd [2023-04-26T20:17:50.315Z] Step 3/22 : WORKDIR /edgex-go [2023-04-26T20:17:50.315Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:17:50.315Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:17:50.315Z] ---> ebafce852ecd [2023-04-26T20:17:50.315Z] Step 3/27 : WORKDIR /edgex-go [2023-04-26T20:17:50.315Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:17:50.315Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:17:50.315Z] ---> ebafce852ecd [2023-04-26T20:17:50.315Z] Step 3/33 : WORKDIR /edgex-go [2023-04-26T20:17:50.315Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:17:50.315Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:17:50.315Z] ---> ebafce852ecd [2023-04-26T20:17:50.315Z] Step 3/27 : WORKDIR /edgex-go [2023-04-26T20:17:50.315Z] ---> Running in 29175fa67414 [2023-04-26T20:17:50.315Z] ---> Running in 25de55318a52 [2023-04-26T20:17:50.315Z] ---> Running in 1f7323b3ffb8 [2023-04-26T20:17:50.315Z] ---> Running in 55e0608ab3a6 [2023-04-26T20:17:50.315Z] ---> Running in e14d12c6141c [2023-04-26T20:17:50.315Z] Removing intermediate container 29175fa67414 [2023-04-26T20:17:50.315Z] ---> 857d0fd78224 [2023-04-26T20:17:50.315Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T20:17:50.315Z] Removing intermediate container 55e0608ab3a6 [2023-04-26T20:17:50.315Z] ---> e0c0c6e4dc74 [2023-04-26T20:17:50.315Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-26T20:17:50.315Z] Removing intermediate container e14d12c6141c [2023-04-26T20:17:50.315Z] ---> 790913dd5017 [2023-04-26T20:17:50.315Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-26T20:17:50.315Z] ---> Running in 80bdb41e46eb [2023-04-26T20:17:50.315Z] Removing intermediate container 25de55318a52 [2023-04-26T20:17:50.315Z] ---> 69e5d1865630 [2023-04-26T20:17:50.315Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-26T20:17:50.315Z] Removing intermediate container 1f7323b3ffb8 [2023-04-26T20:17:50.315Z] ---> 50d3c9c091ad [2023-04-26T20:17:50.315Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-26T20:17:50.315Z] ---> Running in ce9684154224 [2023-04-26T20:17:50.315Z] ---> Running in fb94f67362ea [2023-04-26T20:17:50.315Z] ---> Running in 57df2896dd8d [2023-04-26T20:17:50.315Z] ---> Running in 4c2b2c78852d [2023-04-26T20:17:50.315Z] Removing intermediate container 80bdb41e46eb [2023-04-26T20:17:50.315Z] ---> 6ee9cfdc773b [2023-04-26T20:17:50.315Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-26T20:17:50.315Z] ---> Running in 5678f2e6b91b [2023-04-26T20:17:50.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:17:50.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:17:50.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:17:50.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:17:50.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:17:50.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:17:50.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:17:50.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:17:50.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:17:50.901Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:17:52.311Z] OK: 263 MiB in 53 packages [2023-04-26T20:17:52.311Z] OK: 263 MiB in 53 packages [2023-04-26T20:17:52.311Z] OK: 263 MiB in 53 packages [2023-04-26T20:17:52.592Z] OK: 263 MiB in 53 packages [2023-04-26T20:17:52.592Z] OK: 263 MiB in 53 packages [2023-04-26T20:17:54.007Z] Removing intermediate container ce9684154224 [2023-04-26T20:17:54.007Z] ---> a5a7eafa52fb [2023-04-26T20:17:54.007Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-26T20:17:54.007Z] Removing intermediate container 4c2b2c78852d [2023-04-26T20:17:54.007Z] ---> d5067baa654a [2023-04-26T20:17:54.007Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-26T20:17:54.593Z] Removing intermediate container fb94f67362ea [2023-04-26T20:17:54.593Z] ---> 74ffefea6952 [2023-04-26T20:17:54.593Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-26T20:17:54.593Z] Removing intermediate container 57df2896dd8d [2023-04-26T20:17:54.593Z] ---> ac75c343667f [2023-04-26T20:17:54.593Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-26T20:17:54.593Z] Removing intermediate container 5678f2e6b91b [2023-04-26T20:17:54.593Z] ---> a74b9fd729d4 [2023-04-26T20:17:54.593Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T20:17:54.863Z] ---> b8a0c6211a95 [2023-04-26T20:17:54.863Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:17:55.130Z] ---> Running in c51155cefa87 [2023-04-26T20:17:55.397Z] ---> 49e11ceb4a65 [2023-04-26T20:17:55.397Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:17:55.666Z] ---> Running in 5ed5538ba483 [2023-04-26T20:17:55.666Z] ---> cbb1c914ec88 [2023-04-26T20:17:55.666Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:17:55.944Z] ---> b722b3ada8d7 [2023-04-26T20:17:55.944Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:17:55.944Z] ---> 0af94731fed0 [2023-04-26T20:17:55.944Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:17:56.212Z] ---> Running in 9438ef7dfa4a [2023-04-26T20:17:56.212Z] ---> Running in 701d76edcbaf [2023-04-26T20:17:56.212Z] ---> Running in 47098dbbfb22 [2023-04-26T20:19:47.865Z] Removing intermediate container 5ed5538ba483 [2023-04-26T20:19:47.865Z] ---> 84363118d7b5 [2023-04-26T20:19:47.865Z] Step 7/27 : COPY . . [2023-04-26T20:19:47.865Z] Removing intermediate container c51155cefa87 [2023-04-26T20:19:47.865Z] ---> 83f6cabbc84c [2023-04-26T20:19:47.865Z] Step 7/27 : COPY . . [2023-04-26T20:19:47.865Z] Removing intermediate container 47098dbbfb22 [2023-04-26T20:19:47.865Z] ---> eac3a76df23d [2023-04-26T20:19:47.865Z] Step 7/33 : COPY . . [2023-04-26T20:19:47.865Z] Removing intermediate container 9438ef7dfa4a [2023-04-26T20:19:47.865Z] ---> a016db41d675 [2023-04-26T20:19:47.865Z] Step 8/23 : COPY . . [2023-04-26T20:19:47.865Z] Removing intermediate container 701d76edcbaf [2023-04-26T20:19:47.865Z] ---> 5663b21d1d7d [2023-04-26T20:19:47.865Z] Step 7/22 : COPY . . [2023-04-26T20:20:02.856Z] ---> 7febde48c7c1 [2023-04-26T20:20:02.856Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-26T20:20:02.856Z] ---> f5921f90d3c7 [2023-04-26T20:20:02.856Z] ---> ae573e9c4b4a [2023-04-26T20:20:02.856Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-26T20:20:02.856Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-26T20:20:02.856Z] ---> 3618eeac3f65 [2023-04-26T20:20:02.856Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-26T20:20:02.856Z] ---> Running in e05026edcf18 [2023-04-26T20:20:02.856Z] ---> e414cfc75e64 [2023-04-26T20:20:02.856Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-26T20:20:02.856Z] ---> Running in f29cc61fd8df [2023-04-26T20:20:02.856Z] ---> Running in 6530babc6ee4 [2023-04-26T20:20:02.856Z] ---> Running in 9cb07f07009d [2023-04-26T20:20:02.856Z] ---> Running in 50321283a769 [2023-04-26T20:20:02.856Z] Removing intermediate container e05026edcf18 [2023-04-26T20:20:02.856Z] ---> 4178787fdf0e [2023-04-26T20:20:02.856Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-26T20:20:02.856Z] Removing intermediate container 6530babc6ee4 [2023-04-26T20:20:02.856Z] ---> 67df06e30ad3 [2023-04-26T20:20:02.856Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-26T20:20:02.856Z] ---> Running in 18607e5e49fd [2023-04-26T20:20:02.856Z] ---> Running in 6ffa2a673845 [2023-04-26T20:20:03.819Z] Removing intermediate container 18607e5e49fd [2023-04-26T20:20:03.819Z] ---> 61aab3424fd2 [2023-04-26T20:20:03.819Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-26T20:20:03.819Z] Removing intermediate container 6ffa2a673845 [2023-04-26T20:20:03.819Z] ---> 1c54f67a00d5 [2023-04-26T20:20:03.819Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-26T20:20:03.819Z] ---> Running in 2533477d9bfe [2023-04-26T20:20:03.819Z] ---> Running in 41d732a63de8 [2023-04-26T20:20:04.087Z] 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-26T20:20:04.364Z] 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-26T20:20:04.639Z] Removing intermediate container 41d732a63de8 [2023-04-26T20:20:04.639Z] ---> c3a9fa1d2b2a [2023-04-26T20:20:04.639Z] 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-26T20:20:04.639Z] Removing intermediate container 2533477d9bfe [2023-04-26T20:20:04.639Z] ---> a32bcc34ce1a [2023-04-26T20:20:04.639Z] 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-26T20:20:04.906Z] ---> Running in a88f4b87a408 [2023-04-26T20:20:04.906Z] 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-26T20:20:04.906Z] ---> Running in e1052ce9da6c [2023-04-26T20:20:09.166Z] Removing intermediate container e1052ce9da6c [2023-04-26T20:20:09.166Z] ---> a0c910838b1a [2023-04-26T20:20:09.166Z] Step 12/27 : WORKDIR /edgex-go [2023-04-26T20:20:09.166Z] Removing intermediate container a88f4b87a408 [2023-04-26T20:20:09.166Z] ---> 233c7cb8ca97 [2023-04-26T20:20:09.166Z] Step 12/27 : WORKDIR /edgex-go [2023-04-26T20:20:09.166Z] ---> Running in 0c993a1f0d4a [2023-04-26T20:20:09.166Z] ---> Running in 1512db63132d [2023-04-26T20:20:09.749Z] Removing intermediate container 1512db63132d [2023-04-26T20:20:09.750Z] ---> cfe82715d42a [2023-04-26T20:20:09.750Z] [2023-04-26T20:20:09.750Z] Step 13/27 : FROM alpine:3.17 [2023-04-26T20:20:10.019Z] Removing intermediate container 0c993a1f0d4a [2023-04-26T20:20:10.019Z] ---> 3054f531f67c [2023-04-26T20:20:10.019Z] [2023-04-26T20:20:10.019Z] Step 13/27 : FROM alpine:3.17 [2023-04-26T20:20:10.019Z] 3.17: Pulling from library/alpine [2023-04-26T20:20:10.019Z] 3.17: Pulling from library/alpine [2023-04-26T20:20:10.603Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T20:20:10.603Z] Status: Downloaded newer image for alpine:3.17 [2023-04-26T20:20:10.603Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T20:20:10.603Z] Status: Image is up to date for alpine:3.17 [2023-04-26T20:20:10.603Z] ---> 51e60588ff2c [2023-04-26T20:20:10.603Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-26T20:20:10.604Z] ---> 51e60588ff2c [2023-04-26T20:20:10.604Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-26T20:20:12.013Z] ---> Running in 94604cbebcb5 [2023-04-26T20:20:12.013Z] ---> Running in 8a74d8a1144e [2023-04-26T20:20:12.975Z] Removing intermediate container 94604cbebcb5 [2023-04-26T20:20:12.975Z] ---> 502087f63f50 [2023-04-26T20:20:12.975Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-26T20:20:12.975Z] Removing intermediate container 8a74d8a1144e [2023-04-26T20:20:12.975Z] ---> 843a635a255c [2023-04-26T20:20:12.975Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-26T20:20:12.975Z] ---> Running in d7eb6ae82dc0 [2023-04-26T20:20:12.975Z] ---> Running in 8a2458e511dd [2023-04-26T20:20:15.563Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:20:15.563Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:20:16.523Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:20:16.523Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:20:17.931Z] v3.17.3-135-g1eeaa10860c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T20:20:17.931Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T20:20:17.931Z] OK: 17691 distinct packages available [2023-04-26T20:20:17.931Z] v3.17.3-135-g1eeaa10860c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T20:20:17.931Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T20:20:17.931Z] OK: 17691 distinct packages available [2023-04-26T20:20:18.199Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:20:18.467Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:20:19.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:20:19.322Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:20:21.030Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-26T20:20:21.030Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-26T20:20:21.030Z] (3/4) Installing libucontext (1.2-r0) [2023-04-26T20:20:21.030Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-26T20:20:21.030Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:20:21.030Z] OK: 8 MiB in 19 packages [2023-04-26T20:20:21.030Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-26T20:20:21.030Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-26T20:20:21.030Z] (3/5) Installing libucontext (1.2-r0) [2023-04-26T20:20:21.030Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-26T20:20:21.030Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-26T20:20:21.310Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:20:21.310Z] OK: 9 MiB in 20 packages [2023-04-26T20:20:23.446Z] Removing intermediate container 8a2458e511dd [2023-04-26T20:20:23.446Z] ---> b3c6f0e8cf5f [2023-04-26T20:20:23.446Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:20:23.723Z] Removing intermediate container d7eb6ae82dc0 [2023-04-26T20:20:23.723Z] ---> 6de4e5414e37 [2023-04-26T20:20:23.723Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:20:24.700Z] ---> a290eb712492 [2023-04-26T20:20:24.701Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:20:24.976Z] ---> 82c3ebd6c481 [2023-04-26T20:20:24.976Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:20:25.561Z] ---> c81a08941bfc [2023-04-26T20:20:25.561Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-26T20:20:26.148Z] ---> a0de3b569168 [2023-04-26T20:20:26.148Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-26T20:20:34.360Z] ---> e0b891eec1b8 [2023-04-26T20:20:34.360Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-26T20:20:34.629Z] ---> 5c7f8a60e500 [2023-04-26T20:20:34.629Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-26T20:20:36.064Z] ---> 0b40796983fe [2023-04-26T20:20:36.064Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-26T20:20:36.064Z] ---> Running in 7ba688ae1fd5 [2023-04-26T20:20:38.017Z] Removing intermediate container 7ba688ae1fd5 [2023-04-26T20:20:38.017Z] ---> ed1eab76533d [2023-04-26T20:20:38.017Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-26T20:20:39.431Z] ---> f42d55de272a [2023-04-26T20:20:39.431Z] Step 22/27 : WORKDIR / [2023-04-26T20:20:39.431Z] ---> Running in be1d84a7215e [2023-04-26T20:20:40.017Z] Removing intermediate container be1d84a7215e [2023-04-26T20:20:40.017Z] ---> 2ec052247889 [2023-04-26T20:20:40.017Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-26T20:20:40.285Z] ---> Running in cd803aba7324 [2023-04-26T20:20:40.867Z] Removing intermediate container cd803aba7324 [2023-04-26T20:20:40.867Z] ---> 7ff9e3d5e5ef [2023-04-26T20:20:40.867Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-26T20:20:40.867Z] ---> Running in 2d3dbeadbf72 [2023-04-26T20:20:41.452Z] Removing intermediate container 2d3dbeadbf72 [2023-04-26T20:20:41.452Z] ---> 815414520fe7 [2023-04-26T20:20:41.452Z] Step 25/27 : LABEL arch=arm64 [2023-04-26T20:20:41.736Z] ---> Running in bea1ac7fed8d [2023-04-26T20:20:42.701Z] Removing intermediate container bea1ac7fed8d [2023-04-26T20:20:42.701Z] ---> 088ac748c503 [2023-04-26T20:20:42.701Z] Step 26/27 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:20:42.701Z] ---> Running in 2c00157c171b [2023-04-26T20:20:43.285Z] Removing intermediate container 2c00157c171b [2023-04-26T20:20:43.285Z] ---> c0ebfba6f2c2 [2023-04-26T20:20:43.285Z] Step 27/27 : LABEL version=0.0.0 [2023-04-26T20:20:43.553Z] ---> Running in 0b9b0790cf2f [2023-04-26T20:20:44.146Z] Removing intermediate container 0b9b0790cf2f [2023-04-26T20:20:44.146Z] ---> 73c2927ae038 [2023-04-26T20:20:44.146Z] [2023-04-26T20:20:44.146Z] ---> e47f12b08b10 [2023-04-26T20:20:44.146Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-26T20:20:44.730Z] Successfully built 73c2927ae038 [2023-04-26T20:20:44.730Z] Successfully tagged security-spire-config-arm64:latest [2023-04-26T20:20:44.730Z]  Building security-spire-config ... done Building support-notifications [2023-04-26T20:20:44.997Z] ---> 5493629c8c5c [2023-04-26T20:20:44.997Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-26T20:20:45.954Z] ---> e991dce17b3e [2023-04-26T20:20:45.954Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-26T20:20:46.919Z] ---> ff0140e0fc80 [2023-04-26T20:20:46.919Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-26T20:20:46.919Z] ---> Running in 2081776911dd [2023-04-26T20:20:47.189Z] Removing intermediate container 2081776911dd [2023-04-26T20:20:47.189Z] ---> 0363e99ccec0 [2023-04-26T20:20:47.189Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-26T20:20:47.461Z] ---> Running in f1507fb0a8f1 [2023-04-26T20:20:47.728Z] Removing intermediate container f1507fb0a8f1 [2023-04-26T20:20:47.728Z] ---> 4e42fc516e17 [2023-04-26T20:20:47.729Z] Step 25/27 : LABEL arch=arm64 [2023-04-26T20:20:47.996Z] ---> Running in b09b3450f345 [2023-04-26T20:20:48.267Z] Removing intermediate container b09b3450f345 [2023-04-26T20:20:48.267Z] ---> 4dfc6cd9b952 [2023-04-26T20:20:48.267Z] Step 26/27 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:20:48.536Z] ---> Running in dbc25e611020 [2023-04-26T20:20:51.877Z] Removing intermediate container dbc25e611020 [2023-04-26T20:20:51.877Z] ---> a1229027b8ad [2023-04-26T20:20:51.877Z] Step 27/27 : LABEL version=0.0.0 [2023-04-26T20:20:52.145Z] ---> Running in 29c7312ccad0 [2023-04-26T20:20:52.735Z] Removing intermediate container 29c7312ccad0 [2023-04-26T20:20:52.735Z] ---> aff66371359a [2023-04-26T20:20:52.735Z] [2023-04-26T20:20:53.002Z] Successfully built aff66371359a [2023-04-26T20:20:53.002Z] Successfully tagged security-spire-agent-arm64:latest [2023-04-26T20:20:53.002Z]  Building security-spire-agent ... done Building core-data [2023-04-26T20:21:07.985Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:21:07.985Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:21:07.985Z] ---> ebafce852ecd [2023-04-26T20:21:07.985Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T20:21:07.985Z] ---> Using cache [2023-04-26T20:21:07.985Z] ---> 857d0fd78224 [2023-04-26T20:21:07.985Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T20:21:07.985Z] ---> Using cache [2023-04-26T20:21:07.985Z] ---> 6ee9cfdc773b [2023-04-26T20:21:07.985Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-26T20:21:07.985Z] ---> Running in 91aaef7c1a8f [2023-04-26T20:21:10.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:21:11.153Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:21:13.738Z] OK: 263 MiB in 53 packages [2023-04-26T20:21:15.149Z] Removing intermediate container 91aaef7c1a8f [2023-04-26T20:21:15.149Z] ---> a80d1ccc3d38 [2023-04-26T20:21:15.149Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T20:21:16.558Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:21:16.558Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:21:16.558Z] ---> ebafce852ecd [2023-04-26T20:21:16.558Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T20:21:16.558Z] ---> Using cache [2023-04-26T20:21:16.558Z] ---> 857d0fd78224 [2023-04-26T20:21:16.558Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T20:21:16.558Z] ---> Using cache [2023-04-26T20:21:16.558Z] ---> 6ee9cfdc773b [2023-04-26T20:21:16.558Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-26T20:21:16.558Z] ---> Using cache [2023-04-26T20:21:16.558Z] ---> a74b9fd729d4 [2023-04-26T20:21:16.558Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T20:21:16.558Z] ---> Using cache [2023-04-26T20:21:16.558Z] ---> cbb1c914ec88 [2023-04-26T20:21:16.558Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:21:16.558Z] ---> Using cache [2023-04-26T20:21:16.558Z] ---> a016db41d675 [2023-04-26T20:21:16.558Z] Step 8/23 : COPY . . [2023-04-26T20:21:16.558Z] ---> Using cache [2023-04-26T20:21:16.558Z] ---> 3618eeac3f65 [2023-04-26T20:21:16.558Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-26T20:21:16.558Z] ---> 5ed7c33a78ce [2023-04-26T20:21:16.558Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:21:16.558Z] ---> Running in a9d7fe42b0f8 [2023-04-26T20:21:16.826Z] ---> Running in 34edc22281c2 [2023-04-26T20:21:19.404Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-04-26T20:22:56.034Z] Removing intermediate container 34edc22281c2 [2023-04-26T20:22:56.034Z] ---> e129a79c7f7a [2023-04-26T20:22:56.034Z] Step 8/23 : COPY . . [2023-04-26T20:23:04.235Z] ---> 3d5b48bfd766 [2023-04-26T20:23:04.235Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-26T20:23:04.235Z] ---> Running in 694834ac456e [2023-04-26T20:23:06.186Z] 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-26T20:26:42.936Z] Removing intermediate container f29cc61fd8df [2023-04-26T20:26:42.936Z] ---> e27e40704b41 [2023-04-26T20:26:42.936Z] [2023-04-26T20:26:42.936Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T20:26:42.936Z] ---> 51e60588ff2c [2023-04-26T20:26:42.936Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-26T20:26:42.936Z] ---> Running in 999ac2425cb8 [2023-04-26T20:26:42.936Z] Removing intermediate container 999ac2425cb8 [2023-04-26T20:26:42.936Z] ---> 8a1f7d3bb552 [2023-04-26T20:26:42.936Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-26T20:26:42.936Z] ---> Running in b5bb980b4c45 [2023-04-26T20:26:42.936Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:26:42.936Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:26:42.936Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-26T20:26:42.936Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:26:42.936Z] OK: 8 MiB in 16 packages [2023-04-26T20:26:42.936Z] Removing intermediate container b5bb980b4c45 [2023-04-26T20:26:42.936Z] ---> 63848fb15f08 [2023-04-26T20:26:42.936Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:26:42.936Z] ---> 3af78019a2b3 [2023-04-26T20:26:42.936Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:26:42.936Z] ---> efb793cfba88 [2023-04-26T20:26:42.936Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-26T20:26:45.508Z] ---> 04ce95e2d90a [2023-04-26T20:26:45.508Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-26T20:26:47.445Z] ---> a900112f36f2 [2023-04-26T20:26:47.445Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-26T20:26:48.846Z] ---> 1856d9f8e54c [2023-04-26T20:26:48.846Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-26T20:26:49.429Z] ---> Running in ec33e91bb2d6 [2023-04-26T20:26:50.389Z] Removing intermediate container 50321283a769 [2023-04-26T20:26:50.389Z] ---> 525600908c0e [2023-04-26T20:26:50.389Z] [2023-04-26T20:26:50.389Z] Step 9/22 : FROM alpine:3.17 [2023-04-26T20:26:50.389Z] ---> 51e60588ff2c [2023-04-26T20:26:50.389Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-26T20:26:50.665Z] ---> Running in 35c758a34fe2 [2023-04-26T20:26:53.249Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:26:53.844Z] Removing intermediate container ec33e91bb2d6 [2023-04-26T20:26:53.844Z] ---> 45344aafdc1e [2023-04-26T20:26:53.844Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-26T20:26:53.844Z] ---> Running in 18a32b4e550c [2023-04-26T20:26:54.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:26:54.376Z] Removing intermediate container 18a32b4e550c [2023-04-26T20:26:54.376Z] ---> 667aa325b9b9 [2023-04-26T20:26:54.376Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-26T20:26:54.642Z] ---> Running in c0b69e884686 [2023-04-26T20:26:54.914Z] Removing intermediate container 9cb07f07009d [2023-04-26T20:26:54.914Z] ---> 70b89d652bcc [2023-04-26T20:26:54.914Z] [2023-04-26T20:26:54.914Z] Step 9/33 : FROM alpine:3.17 [2023-04-26T20:26:54.914Z] ---> 51e60588ff2c [2023-04-26T20:26:54.914Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-26T20:26:54.914Z] ---> Running in d52f10b1b4f6 [2023-04-26T20:26:55.184Z] Removing intermediate container c0b69e884686 [2023-04-26T20:26:55.184Z] ---> 430f529a2d5b [2023-04-26T20:26:55.184Z] Step 21/23 : LABEL arch=arm64 [2023-04-26T20:26:55.184Z] ---> Running in 424600545fdb [2023-04-26T20:26:55.766Z] Removing intermediate container d52f10b1b4f6 [2023-04-26T20:26:55.766Z] ---> 17b8d8da536e [2023-04-26T20:26:55.766Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-26T20:26:55.766Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-26T20:26:55.766Z] (2/2) Installing openssl (3.0.8-r4) [2023-04-26T20:26:55.766Z] Removing intermediate container 424600545fdb [2023-04-26T20:26:55.766Z] ---> 82223b892f30 [2023-04-26T20:26:55.766Z] Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:26:55.766Z] ---> Running in 6f8c756e7387 [2023-04-26T20:26:55.766Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:26:56.032Z] OK: 8 MiB in 17 packages [2023-04-26T20:26:56.032Z] ---> Running in a48601043c75 [2023-04-26T20:26:56.990Z] Removing intermediate container a48601043c75 [2023-04-26T20:26:56.990Z] ---> e22bcfd22ab8 [2023-04-26T20:26:56.990Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T20:26:57.256Z] ---> Running in 9b707277c30e [2023-04-26T20:26:58.218Z] Removing intermediate container 9b707277c30e [2023-04-26T20:26:58.218Z] ---> 535de56f7c7e [2023-04-26T20:26:58.218Z] [2023-04-26T20:26:58.218Z] Removing intermediate container 35c758a34fe2 [2023-04-26T20:26:58.218Z] ---> 2a01cfa51467 [2023-04-26T20:26:58.218Z] 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-26T20:26:58.218Z] ---> Running in ddf0a8249477 [2023-04-26T20:26:58.806Z] Successfully built 535de56f7c7e [2023-04-26T20:26:58.806Z] Successfully tagged security-proxy-auth-arm64:latest [2023-04-26T20:26:58.806Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:26:58.806Z]  Building security-proxy-auth ... done Building core-common-config-bootstrapper [2023-04-26T20:26:59.072Z] Removing intermediate container ddf0a8249477 [2023-04-26T20:26:59.072Z] ---> 4fa6e2667f5b [2023-04-26T20:26:59.072Z] Step 12/22 : WORKDIR /edgex [2023-04-26T20:26:59.072Z] ---> Running in 29a39e11636d [2023-04-26T20:26:59.657Z] Removing intermediate container 29a39e11636d [2023-04-26T20:26:59.657Z] ---> 80d9e6a178b5 [2023-04-26T20:26:59.657Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:26:59.657Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:27:00.631Z] ---> 5c88e10508f9 [2023-04-26T20:27:00.631Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:27:01.218Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-26T20:27:01.218Z] (2/2) Installing su-exec (0.2-r2) [2023-04-26T20:27:01.218Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:27:01.487Z] OK: 8 MiB in 17 packages [2023-04-26T20:27:01.762Z] ---> 7d70c9bf7f67 [2023-04-26T20:27:01.762Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-26T20:27:03.174Z] ---> 31362c0fd9c7 [2023-04-26T20:27:03.174Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-26T20:27:03.440Z] Removing intermediate container 6f8c756e7387 [2023-04-26T20:27:03.440Z] ---> 4e930ef63949 [2023-04-26T20:27:03.440Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-26T20:27:03.707Z] ---> Running in 24bd197643de [2023-04-26T20:27:04.665Z] Removing intermediate container 24bd197643de [2023-04-26T20:27:04.665Z] ---> 9b6af41a20dd [2023-04-26T20:27:04.665Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-26T20:27:04.666Z] ---> Running in 04a9ffd3dcb2 [2023-04-26T20:27:05.249Z] ---> a050c6c37e94 [2023-04-26T20:27:05.249Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-26T20:27:05.249Z] Removing intermediate container 04a9ffd3dcb2 [2023-04-26T20:27:05.249Z] ---> d255da7d3bb5 [2023-04-26T20:27:05.249Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-26T20:27:05.515Z] ---> Running in 6b89ac60c429 [2023-04-26T20:27:06.104Z] Removing intermediate container 6b89ac60c429 [2023-04-26T20:27:06.105Z] ---> 51edc6498288 [2023-04-26T20:27:06.105Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-26T20:27:06.372Z] ---> Running in b1b4674a1408 [2023-04-26T20:27:06.372Z] ---> 4fc9f8b81d2e [2023-04-26T20:27:06.372Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-26T20:27:06.372Z] ---> Running in 4bd95eb642e7 [2023-04-26T20:27:07.328Z] Removing intermediate container b1b4674a1408 [2023-04-26T20:27:07.328Z] ---> 2874563cb5ea [2023-04-26T20:27:07.328Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-26T20:27:07.600Z] ---> Running in 2806eb86d66e [2023-04-26T20:27:11.867Z] Removing intermediate container 4bd95eb642e7 [2023-04-26T20:27:11.867Z] ---> c1ae48c61779 [2023-04-26T20:27:11.867Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-26T20:27:11.867Z] ---> Running in cb57aa21a6bc [2023-04-26T20:27:12.136Z] Removing intermediate container 2806eb86d66e [2023-04-26T20:27:12.136Z] ---> 0acc30db13d6 [2023-04-26T20:27:12.136Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-26T20:27:12.402Z] ---> Running in f1ea45fe9ad5 [2023-04-26T20:27:13.002Z] Removing intermediate container cb57aa21a6bc [2023-04-26T20:27:13.002Z] ---> f211be523d8f [2023-04-26T20:27:13.002Z] Step 20/22 : LABEL arch=arm64 [2023-04-26T20:27:13.270Z] Removing intermediate container f1ea45fe9ad5 [2023-04-26T20:27:13.270Z] ---> 2836c1337ae9 [2023-04-26T20:27:13.270Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-26T20:27:13.270Z] ---> Running in 1722dc147aa1 [2023-04-26T20:27:14.241Z] Removing intermediate container 1722dc147aa1 [2023-04-26T20:27:14.241Z] ---> 2c2c44b1c178 [2023-04-26T20:27:14.241Z] Step 21/22 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:27:14.508Z] ---> Running in c4c049224d34 [2023-04-26T20:27:15.112Z] ---> 742f5be1681d [2023-04-26T20:27:15.112Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-26T20:27:15.112Z] ---> Running in 62fbeee04fcc [2023-04-26T20:27:15.384Z] Removing intermediate container c4c049224d34 [2023-04-26T20:27:15.384Z] ---> c9349da931e6 [2023-04-26T20:27:15.384Z] Step 22/22 : LABEL version=0.0.0 [2023-04-26T20:27:15.650Z] ---> Running in fb7a34f3a329 [2023-04-26T20:27:16.610Z] Removing intermediate container fb7a34f3a329 [2023-04-26T20:27:16.610Z] ---> c5b70dfe5759 [2023-04-26T20:27:16.610Z] [2023-04-26T20:27:17.192Z] Successfully built c5b70dfe5759 [2023-04-26T20:27:17.192Z] Successfully tagged security-proxy-setup-arm64:latest [2023-04-26T20:27:17.192Z]  Building security-proxy-setup ... done Building security-spiffe-token-provider [2023-04-26T20:27:19.133Z] Removing intermediate container 62fbeee04fcc [2023-04-26T20:27:19.133Z] ---> 3e4f1ed16725 [2023-04-26T20:27:19.133Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:27:20.089Z] ---> 3c15e1d57df8 [2023-04-26T20:27:20.089Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:27:21.051Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:27:21.051Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:27:21.051Z] ---> ebafce852ecd [2023-04-26T20:27:21.051Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T20:27:21.051Z] ---> Using cache [2023-04-26T20:27:21.051Z] ---> 857d0fd78224 [2023-04-26T20:27:21.051Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T20:27:21.051Z] ---> Using cache [2023-04-26T20:27:21.051Z] ---> 6ee9cfdc773b [2023-04-26T20:27:21.051Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-26T20:27:21.051Z] ---> Using cache [2023-04-26T20:27:21.051Z] ---> a74b9fd729d4 [2023-04-26T20:27:21.051Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T20:27:21.051Z] ---> Using cache [2023-04-26T20:27:21.051Z] ---> cbb1c914ec88 [2023-04-26T20:27:21.051Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:27:21.051Z] ---> Using cache [2023-04-26T20:27:21.051Z] ---> a016db41d675 [2023-04-26T20:27:21.051Z] Step 8/23 : COPY . . [2023-04-26T20:27:21.051Z] ---> Using cache [2023-04-26T20:27:21.051Z] ---> 3618eeac3f65 [2023-04-26T20:27:21.051Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-26T20:27:21.051Z] ---> 28942a55c1bc [2023-04-26T20:27:21.051Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-26T20:27:21.319Z] ---> Running in 5d08ddb24a6a [2023-04-26T20:27:23.269Z] 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-26T20:27:24.109Z] ---> 583e0cc6f711 [2023-04-26T20:27:24.109Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-26T20:27:25.099Z] ---> 2676364f036c [2023-04-26T20:27:25.099Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-26T20:27:26.077Z] ---> efea499ab4eb [2023-04-26T20:27:26.077Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-26T20:27:27.570Z] ---> 68571d67cb9f [2023-04-26T20:27:27.570Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-26T20:27:28.559Z] ---> 2673981d8095 [2023-04-26T20:27:28.559Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-26T20:27:29.517Z] ---> 996749f18cdf [2023-04-26T20:27:29.517Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-26T20:27:29.517Z] ---> Running in 43dd0d23bfcd [2023-04-26T20:27:32.856Z] Removing intermediate container 43dd0d23bfcd [2023-04-26T20:27:32.857Z] ---> 40238f00e366 [2023-04-26T20:27:32.857Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-26T20:27:33.122Z] ---> Running in 9aea471e533a [2023-04-26T20:27:33.708Z] Removing intermediate container 9aea471e533a [2023-04-26T20:27:33.708Z] ---> 50698df805be [2023-04-26T20:27:33.708Z] Step 30/33 : CMD ["gate"] [2023-04-26T20:27:33.974Z] ---> Running in 6b461b522d7f [2023-04-26T20:27:34.552Z] Removing intermediate container 6b461b522d7f [2023-04-26T20:27:34.552Z] ---> 0616fa95e694 [2023-04-26T20:27:34.552Z] Step 31/33 : LABEL arch=arm64 [2023-04-26T20:27:34.822Z] ---> Running in 82f79c9d9a2a [2023-04-26T20:27:35.776Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:27:35.777Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:27:35.777Z] ---> ebafce852ecd [2023-04-26T20:27:35.777Z] Step 3/20 : WORKDIR /edgex-go [2023-04-26T20:27:35.777Z] ---> Using cache [2023-04-26T20:27:35.777Z] ---> 69e5d1865630 [2023-04-26T20:27:35.777Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-26T20:27:37.176Z] Removing intermediate container 82f79c9d9a2a [2023-04-26T20:27:37.176Z] ---> e17eec6b3a01 [2023-04-26T20:27:37.176Z] Step 32/33 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:27:37.176Z] ---> Running in 01be3f5a9f4c [2023-04-26T20:27:37.176Z] ---> Running in 4cff69f2d238 [2023-04-26T20:27:38.135Z] Removing intermediate container 4cff69f2d238 [2023-04-26T20:27:38.135Z] ---> 0a28e97b01b1 [2023-04-26T20:27:38.135Z] Step 33/33 : LABEL version=0.0.0 [2023-04-26T20:27:38.135Z] ---> Running in 565fb64ca18b [2023-04-26T20:27:38.718Z] Removing intermediate container 565fb64ca18b [2023-04-26T20:27:38.718Z] ---> 45c55fa74385 [2023-04-26T20:27:38.718Z] [2023-04-26T20:27:39.299Z] Successfully built 45c55fa74385 [2023-04-26T20:27:39.299Z] Successfully tagged security-bootstrapper-arm64:latest [2023-04-26T20:27:39.299Z]  Building security-bootstrapper ... done Building core-metadata [2023-04-26T20:27:39.299Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:27:40.255Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:27:41.656Z] v3.17.3-135-g1eeaa10860c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T20:27:41.656Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T20:27:41.656Z] OK: 17690 distinct packages available [2023-04-26T20:27:41.656Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:27:42.235Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:27:43.638Z] OK: 263 MiB in 53 packages [2023-04-26T20:27:45.581Z] Removing intermediate container 01be3f5a9f4c [2023-04-26T20:27:45.581Z] ---> b0b69a171a7e [2023-04-26T20:27:45.581Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-26T20:27:46.982Z] ---> 288defbe20d8 [2023-04-26T20:27:46.982Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:27:46.982Z] ---> Running in 3b9af94da991 [2023-04-26T20:27:57.034Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:27:57.034Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:27:57.034Z] ---> ebafce852ecd [2023-04-26T20:27:57.034Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-26T20:27:57.034Z] ---> Using cache [2023-04-26T20:27:57.034Z] ---> 857d0fd78224 [2023-04-26T20:27:57.034Z] Step 4/25 : WORKDIR /edgex-go [2023-04-26T20:27:57.034Z] ---> Using cache [2023-04-26T20:27:57.034Z] ---> 6ee9cfdc773b [2023-04-26T20:27:57.034Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-26T20:27:57.034Z] ---> Using cache [2023-04-26T20:27:57.034Z] ---> a74b9fd729d4 [2023-04-26T20:27:57.034Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-26T20:27:57.034Z] ---> Using cache [2023-04-26T20:27:57.034Z] ---> cbb1c914ec88 [2023-04-26T20:27:57.034Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:27:57.034Z] ---> Using cache [2023-04-26T20:27:57.034Z] ---> a016db41d675 [2023-04-26T20:27:57.034Z] Step 8/25 : COPY . . [2023-04-26T20:27:57.034Z] ---> Using cache [2023-04-26T20:27:57.034Z] ---> 3618eeac3f65 [2023-04-26T20:27:57.034Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-26T20:27:57.034Z] ---> Running in 1d473afc17dd [2023-04-26T20:27:57.991Z] 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-26T20:28:36.840Z] Removing intermediate container a9d7fe42b0f8 [2023-04-26T20:28:36.840Z] ---> db4b3ba6a93c [2023-04-26T20:28:36.840Z] [2023-04-26T20:28:36.840Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T20:28:36.840Z] ---> 51e60588ff2c [2023-04-26T20:28:36.840Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T20:28:36.840Z] ---> Running in 647017524c9b [2023-04-26T20:28:36.840Z] Removing intermediate container 647017524c9b [2023-04-26T20:28:36.840Z] ---> f654deac1d8a [2023-04-26T20:28:36.840Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-26T20:28:36.840Z] ---> Running in 274ac4dd5533 [2023-04-26T20:28:36.840Z] Removing intermediate container 274ac4dd5533 [2023-04-26T20:28:36.840Z] ---> 1ff3245a2147 [2023-04-26T20:28:36.840Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-26T20:28:36.840Z] ---> Running in 02e318448c51 [2023-04-26T20:28:36.840Z] Removing intermediate container 02e318448c51 [2023-04-26T20:28:36.840Z] ---> 5e4236c51473 [2023-04-26T20:28:36.840Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-26T20:28:36.840Z] ---> Running in b49e842fe930 [2023-04-26T20:28:36.840Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:28:36.840Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:28:38.248Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-26T20:28:38.248Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:28:38.248Z] OK: 8 MiB in 16 packages [2023-04-26T20:28:39.653Z] Removing intermediate container b49e842fe930 [2023-04-26T20:28:39.653Z] ---> 04c0ec7a8395 [2023-04-26T20:28:39.920Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:28:40.919Z] ---> f4dab74f10a9 [2023-04-26T20:28:40.919Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:28:41.515Z] ---> 839bbfeccae4 [2023-04-26T20:28:41.793Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-26T20:28:43.204Z] ---> 49fafc621210 [2023-04-26T20:28:43.204Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-26T20:28:44.183Z] ---> 8a5b9422aa75 [2023-04-26T20:28:44.183Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-26T20:28:44.183Z] ---> Running in b8bd5f8df784 [2023-04-26T20:28:44.766Z] Removing intermediate container b8bd5f8df784 [2023-04-26T20:28:44.766Z] ---> 8bd301aa7ae4 [2023-04-26T20:28:44.766Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T20:28:45.035Z] ---> Running in 6f570fedd89b [2023-04-26T20:28:45.998Z] Removing intermediate container 6f570fedd89b [2023-04-26T20:28:45.998Z] ---> 251607b73288 [2023-04-26T20:28:45.998Z] Step 21/23 : LABEL arch=arm64 [2023-04-26T20:28:45.998Z] ---> Running in 80db511ad977 [2023-04-26T20:28:46.599Z] Removing intermediate container 80db511ad977 [2023-04-26T20:28:46.599Z] ---> b8f5d82ffa79 [2023-04-26T20:28:46.599Z] Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:28:46.867Z] ---> Running in 9d633643570d [2023-04-26T20:28:47.826Z] Removing intermediate container 9d633643570d [2023-04-26T20:28:47.826Z] ---> af2cd9058a92 [2023-04-26T20:28:47.826Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T20:28:47.826Z] ---> Running in d76b994a0b04 [2023-04-26T20:28:48.415Z] Removing intermediate container d76b994a0b04 [2023-04-26T20:28:48.415Z] ---> 1f977c1747af [2023-04-26T20:28:48.415Z] [2023-04-26T20:28:49.376Z] Successfully built 1f977c1747af [2023-04-26T20:28:49.376Z] Successfully tagged core-data-arm64:latest [2023-04-26T20:28:49.376Z]  Building core-data ... done Building security-spire-server [2023-04-26T20:29:11.503Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:29:11.503Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:29:11.503Z] ---> ebafce852ecd [2023-04-26T20:29:11.503Z] Step 3/26 : WORKDIR /edgex-go [2023-04-26T20:29:11.503Z] ---> Using cache [2023-04-26T20:29:11.503Z] ---> 69e5d1865630 [2023-04-26T20:29:11.503Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-26T20:29:11.503Z] ---> Running in 712effc56ab6 [2023-04-26T20:29:12.914Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:29:13.876Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:29:15.823Z] OK: 263 MiB in 53 packages [2023-04-26T20:29:17.781Z] Removing intermediate container 712effc56ab6 [2023-04-26T20:29:17.781Z] ---> 94fc12ea67ac [2023-04-26T20:29:17.781Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-26T20:29:19.193Z] ---> 6a22eb89ac10 [2023-04-26T20:29:19.193Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:29:19.464Z] ---> Running in 4a03bebea125 [2023-04-26T20:29:26.152Z] Removing intermediate container 3b9af94da991 [2023-04-26T20:29:26.152Z] ---> 1e6ac3e7ae1c [2023-04-26T20:29:26.152Z] Step 7/20 : COPY . . [2023-04-26T20:29:38.486Z] ---> d2d70dc9bc71 [2023-04-26T20:29:38.486Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-26T20:29:38.486Z] ---> Running in 340f9a0072bf [2023-04-26T20:29:39.458Z] 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-26T20:31:01.096Z] Removing intermediate container 4a03bebea125 [2023-04-26T20:31:01.096Z] ---> bebd86e3f251 [2023-04-26T20:31:01.096Z] Step 7/26 : COPY . . [2023-04-26T20:31:03.672Z] ---> 09a62d380a58 [2023-04-26T20:31:03.672Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-04-26T20:31:03.672Z] ---> Running in bf30f2cb3d6e [2023-04-26T20:31:03.672Z] Removing intermediate container bf30f2cb3d6e [2023-04-26T20:31:03.672Z] ---> d110619c6846 [2023-04-26T20:31:03.672Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-26T20:31:03.950Z] ---> Running in a058ad533755 [2023-04-26T20:31:04.539Z] Removing intermediate container a058ad533755 [2023-04-26T20:31:04.539Z] ---> b5ba58e0d5e4 [2023-04-26T20:31:04.539Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-26T20:31:04.539Z] ---> Running in 568074c16afc [2023-04-26T20:31:05.141Z] Removing intermediate container 568074c16afc [2023-04-26T20:31:05.141Z] ---> 2c2e9183a585 [2023-04-26T20:31:05.141Z] 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-26T20:31:05.412Z] ---> Running in 114ee99abfb3 [2023-04-26T20:31:08.773Z] Removing intermediate container 114ee99abfb3 [2023-04-26T20:31:08.773Z] ---> a864fbd2201e [2023-04-26T20:31:08.773Z] Step 12/26 : WORKDIR /edgex-go [2023-04-26T20:31:08.773Z] ---> Running in aeba382245b3 [2023-04-26T20:31:09.047Z] Removing intermediate container aeba382245b3 [2023-04-26T20:31:09.047Z] ---> f2a362bf1951 [2023-04-26T20:31:09.047Z] [2023-04-26T20:31:09.047Z] Step 13/26 : FROM alpine:3.17 [2023-04-26T20:31:09.047Z] ---> 51e60588ff2c [2023-04-26T20:31:09.047Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-26T20:31:09.047Z] ---> Using cache [2023-04-26T20:31:09.047Z] ---> 843a635a255c [2023-04-26T20:31:09.047Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-26T20:31:10.021Z] ---> Running in 6b30213b9281 [2023-04-26T20:31:11.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:31:12.953Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:31:14.366Z] v3.17.3-135-g1eeaa10860c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T20:31:14.366Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T20:31:14.366Z] OK: 17691 distinct packages available [2023-04-26T20:31:14.635Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:31:15.221Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:31:16.637Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-26T20:31:16.637Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-26T20:31:16.637Z] (3/5) Installing libucontext (1.2-r0) [2023-04-26T20:31:16.637Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-26T20:31:16.637Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-26T20:31:16.637Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:31:16.637Z] OK: 9 MiB in 20 packages [2023-04-26T20:31:18.580Z] Removing intermediate container 6b30213b9281 [2023-04-26T20:31:18.580Z] ---> c233c75d1b22 [2023-04-26T20:31:18.580Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:31:19.167Z] ---> 84b224cf0a02 [2023-04-26T20:31:19.167Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:31:20.130Z] ---> 4b67520ff5f1 [2023-04-26T20:31:20.130Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-26T20:31:26.617Z] ---> 678218e1fdb6 [2023-04-26T20:31:26.617Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-26T20:31:26.889Z] ---> 19695365ef52 [2023-04-26T20:31:26.889Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-26T20:31:27.855Z] ---> adc89176e33a [2023-04-26T20:31:27.855Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-26T20:31:28.818Z] ---> 507e7a7e6d67 [2023-04-26T20:31:28.818Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-26T20:31:28.818Z] ---> Running in 3bf557aa637d [2023-04-26T20:31:29.096Z] Removing intermediate container 3bf557aa637d [2023-04-26T20:31:29.096Z] ---> 818edb77b5e6 [2023-04-26T20:31:29.096Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-26T20:31:29.367Z] ---> Running in 9d52520a7ab1 [2023-04-26T20:31:29.969Z] Removing intermediate container 9d52520a7ab1 [2023-04-26T20:31:29.969Z] ---> 497faddf87b8 [2023-04-26T20:31:29.969Z] Step 24/26 : LABEL arch=arm64 [2023-04-26T20:31:29.969Z] ---> Running in 42bcb0899b92 [2023-04-26T20:31:30.565Z] Removing intermediate container 42bcb0899b92 [2023-04-26T20:31:30.565Z] ---> 7a071d344220 [2023-04-26T20:31:30.565Z] Step 25/26 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:31:30.842Z] ---> Running in 67698438268c [2023-04-26T20:31:31.430Z] Removing intermediate container 67698438268c [2023-04-26T20:31:31.430Z] ---> 991885662547 [2023-04-26T20:31:31.430Z] Step 26/26 : LABEL version=0.0.0 [2023-04-26T20:31:31.699Z] ---> Running in 6593fcf53054 [2023-04-26T20:31:32.285Z] Removing intermediate container 6593fcf53054 [2023-04-26T20:31:32.285Z] ---> da6f2c622d01 [2023-04-26T20:31:32.285Z] [2023-04-26T20:31:32.285Z] Successfully built da6f2c622d01 [2023-04-26T20:31:32.555Z] Successfully tagged security-spire-server-arm64:latest [2023-04-26T20:31:32.555Z] Building core-command [2023-04-26T20:31:47.563Z]  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:31:47.563Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:31:47.563Z] ---> ebafce852ecd [2023-04-26T20:31:47.563Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-26T20:31:47.563Z] ---> Using cache [2023-04-26T20:31:47.563Z] ---> 857d0fd78224 [2023-04-26T20:31:47.563Z] Step 4/24 : WORKDIR /edgex-go [2023-04-26T20:31:47.563Z] ---> Using cache [2023-04-26T20:31:47.563Z] ---> 6ee9cfdc773b [2023-04-26T20:31:47.563Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-26T20:31:47.563Z] ---> Using cache [2023-04-26T20:31:47.563Z] ---> a74b9fd729d4 [2023-04-26T20:31:47.563Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-26T20:31:47.563Z] ---> Using cache [2023-04-26T20:31:47.563Z] ---> cbb1c914ec88 [2023-04-26T20:31:47.563Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:31:47.563Z] ---> Using cache [2023-04-26T20:31:47.563Z] ---> a016db41d675 [2023-04-26T20:31:47.563Z] Step 8/24 : COPY . . [2023-04-26T20:31:47.563Z] ---> Using cache [2023-04-26T20:31:47.563Z] ---> 3618eeac3f65 [2023-04-26T20:31:47.563Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-26T20:31:48.153Z] ---> Running in 6cd487f7cab8 [2023-04-26T20:31:50.301Z] 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-26T20:32:58.430Z] Removing intermediate container 694834ac456e [2023-04-26T20:32:58.430Z] ---> 71878172b4ed [2023-04-26T20:32:58.430Z] [2023-04-26T20:32:58.430Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T20:32:58.430Z] ---> 51e60588ff2c [2023-04-26T20:32:58.430Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-26T20:32:58.430Z] ---> Running in 3102be1771d4 [2023-04-26T20:32:58.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:32:58.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:32:58.430Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-26T20:32:58.430Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-26T20:32:58.430Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:32:58.430Z] Executing ca-certificates-20220614-r4.trigger [2023-04-26T20:32:58.430Z] OK: 8 MiB in 17 packages [2023-04-26T20:32:58.430Z] Removing intermediate container 3102be1771d4 [2023-04-26T20:32:58.430Z] ---> 269b3a433f0a [2023-04-26T20:32:58.430Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T20:32:58.430Z] ---> Running in 975a82e86dba [2023-04-26T20:32:58.698Z] Removing intermediate container 975a82e86dba [2023-04-26T20:32:58.698Z] ---> 2198f7c40ea9 [2023-04-26T20:32:58.698Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-26T20:32:58.965Z] ---> Running in c2749a0c72a0 [2023-04-26T20:32:59.229Z] Removing intermediate container c2749a0c72a0 [2023-04-26T20:32:59.230Z] ---> 8691f4b06c50 [2023-04-26T20:32:59.230Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-26T20:32:59.496Z] ---> Running in 0b0e99a30cb3 [2023-04-26T20:32:59.762Z] Removing intermediate container 0b0e99a30cb3 [2023-04-26T20:32:59.762Z] ---> ce7337801fe2 [2023-04-26T20:32:59.762Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:33:00.722Z] ---> af9adc70525f [2023-04-26T20:33:00.722Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:33:01.674Z] ---> c63d42887066 [2023-04-26T20:33:01.674Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-26T20:33:04.259Z] ---> 7f5f9410194b [2023-04-26T20:33:04.259Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-26T20:33:04.843Z] ---> 8cc8f30f2beb [2023-04-26T20:33:04.843Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-26T20:33:04.843Z] ---> Running in 370cee0027e0 [2023-04-26T20:33:05.428Z] Removing intermediate container 370cee0027e0 [2023-04-26T20:33:05.428Z] ---> d288c40a9e13 [2023-04-26T20:33:05.428Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T20:33:05.428Z] ---> Running in 0fb6aa7522ab [2023-04-26T20:33:06.017Z] Removing intermediate container 0fb6aa7522ab [2023-04-26T20:33:06.017Z] ---> 85fffcee6afa [2023-04-26T20:33:06.017Z] Step 21/23 : LABEL arch=arm64 [2023-04-26T20:33:06.017Z] ---> Running in 598a84a79332 [2023-04-26T20:33:06.609Z] Removing intermediate container 598a84a79332 [2023-04-26T20:33:06.609Z] ---> 9ab33c67b9e3 [2023-04-26T20:33:06.609Z] Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:33:06.876Z] ---> Running in 1307182d5f48 [2023-04-26T20:33:07.460Z] Removing intermediate container 1307182d5f48 [2023-04-26T20:33:07.460Z] ---> 7ce113f3dbd7 [2023-04-26T20:33:07.460Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T20:33:07.460Z] ---> Running in 65617e129cc5 [2023-04-26T20:33:07.730Z] Removing intermediate container 65617e129cc5 [2023-04-26T20:33:07.730Z] ---> a15e91815f43 [2023-04-26T20:33:07.730Z] [2023-04-26T20:33:07.997Z] Successfully built a15e91815f43 [2023-04-26T20:33:07.997Z] Successfully tagged support-notifications-arm64:latest [2023-04-26T20:33:07.997Z]  Building support-notifications ... done Building support-scheduler [2023-04-26T20:33:26.188Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:33:26.188Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:33:26.188Z] ---> ebafce852ecd [2023-04-26T20:33:26.188Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-26T20:33:26.188Z] ---> Using cache [2023-04-26T20:33:26.188Z] ---> 857d0fd78224 [2023-04-26T20:33:26.188Z] Step 4/23 : WORKDIR /edgex-go [2023-04-26T20:33:26.188Z] ---> Using cache [2023-04-26T20:33:26.188Z] ---> 6ee9cfdc773b [2023-04-26T20:33:26.188Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-26T20:33:26.188Z] ---> Using cache [2023-04-26T20:33:26.188Z] ---> a74b9fd729d4 [2023-04-26T20:33:26.188Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-26T20:33:26.188Z] ---> Using cache [2023-04-26T20:33:26.188Z] ---> cbb1c914ec88 [2023-04-26T20:33:26.188Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:33:26.188Z] ---> Using cache [2023-04-26T20:33:26.188Z] ---> a016db41d675 [2023-04-26T20:33:26.188Z] Step 8/23 : COPY . . [2023-04-26T20:33:26.188Z] ---> Using cache [2023-04-26T20:33:26.188Z] ---> 3618eeac3f65 [2023-04-26T20:33:26.188Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-26T20:33:26.188Z] ---> Running in 08f713bf0327 [2023-04-26T20:33:28.124Z] 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-26T20:34:14.934Z] Removing intermediate container 5d08ddb24a6a [2023-04-26T20:34:14.934Z] ---> 6c8a2c7ad764 [2023-04-26T20:34:14.934Z] [2023-04-26T20:34:14.934Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T20:34:14.934Z] ---> 51e60588ff2c [2023-04-26T20:34:14.934Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-26T20:34:14.934Z] ---> Using cache [2023-04-26T20:34:14.934Z] ---> 8a1f7d3bb552 [2023-04-26T20:34:14.934Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-26T20:34:14.934Z] ---> Using cache [2023-04-26T20:34:14.934Z] ---> 63848fb15f08 [2023-04-26T20:34:14.934Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:34:14.934Z] ---> Using cache [2023-04-26T20:34:14.934Z] ---> 3af78019a2b3 [2023-04-26T20:34:14.934Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:34:14.934Z] ---> Using cache [2023-04-26T20:34:14.934Z] ---> efb793cfba88 [2023-04-26T20:34:14.934Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-26T20:34:17.505Z] ---> fa33735283da [2023-04-26T20:34:17.505Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-26T20:34:18.094Z] ---> 2663bcd8b6a4 [2023-04-26T20:34:18.094Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-26T20:34:19.063Z] ---> 9df6f765f666 [2023-04-26T20:34:19.063Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-26T20:34:19.063Z] ---> Running in 0a24d90b11e7 [2023-04-26T20:34:22.424Z] Removing intermediate container 0a24d90b11e7 [2023-04-26T20:34:22.424Z] ---> b605d4262000 [2023-04-26T20:34:22.424Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-26T20:34:22.424Z] ---> Running in a83fcfcb3bca [2023-04-26T20:34:22.424Z] Removing intermediate container a83fcfcb3bca [2023-04-26T20:34:22.424Z] ---> 97504f01f39a [2023-04-26T20:34:22.424Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-26T20:34:22.694Z] ---> Running in eb6dbfe74e9f [2023-04-26T20:34:23.291Z] Removing intermediate container eb6dbfe74e9f [2023-04-26T20:34:23.292Z] ---> edcb4c3e9e35 [2023-04-26T20:34:23.292Z] Step 21/23 : LABEL arch=arm64 [2023-04-26T20:34:23.559Z] ---> Running in 16e707ede13c [2023-04-26T20:34:24.144Z] Removing intermediate container 16e707ede13c [2023-04-26T20:34:24.144Z] ---> dc2c44868b60 [2023-04-26T20:34:24.144Z] Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:34:24.144Z] ---> Running in 583d46aa2025 [2023-04-26T20:34:24.729Z] Removing intermediate container 583d46aa2025 [2023-04-26T20:34:24.729Z] ---> dd7f9bd5c415 [2023-04-26T20:34:24.729Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T20:34:24.729Z] ---> Running in e7015f0e2d49 [2023-04-26T20:34:25.311Z] Removing intermediate container e7015f0e2d49 [2023-04-26T20:34:25.311Z] ---> 059fd694ef2b [2023-04-26T20:34:25.311Z] [2023-04-26T20:34:25.576Z] Successfully built 059fd694ef2b [2023-04-26T20:34:25.576Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-04-26T20:34:25.576Z]  Building core-common-config-bootstrapper ... done Building security-secretstore-setup [2023-04-26T20:34:43.760Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-26T20:34:43.760Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-26T20:34:43.760Z] ---> ebafce852ecd [2023-04-26T20:34:43.760Z] Step 3/25 : WORKDIR /edgex-go [2023-04-26T20:34:43.760Z] ---> Using cache [2023-04-26T20:34:43.760Z] ---> 69e5d1865630 [2023-04-26T20:34:43.760Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-26T20:34:43.760Z] ---> Using cache [2023-04-26T20:34:43.760Z] ---> ac75c343667f [2023-04-26T20:34:43.760Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-26T20:34:43.760Z] ---> Using cache [2023-04-26T20:34:43.760Z] ---> 0af94731fed0 [2023-04-26T20:34:43.760Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T20:34:43.760Z] ---> Using cache [2023-04-26T20:34:43.760Z] ---> eac3a76df23d [2023-04-26T20:34:43.760Z] Step 7/25 : COPY . . [2023-04-26T20:34:43.760Z] ---> Using cache [2023-04-26T20:34:43.760Z] ---> ae573e9c4b4a [2023-04-26T20:34:43.760Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-26T20:34:43.760Z] ---> Running in a070f00a6fc6 [2023-04-26T20:34:45.703Z] 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-26T20:35:24.543Z] Removing intermediate container 1d473afc17dd [2023-04-26T20:35:24.543Z] ---> a944a57c2954 [2023-04-26T20:35:24.543Z] [2023-04-26T20:35:24.543Z] Step 10/25 : FROM alpine:3.17 [2023-04-26T20:35:24.543Z] ---> 51e60588ff2c [2023-04-26T20:35:24.543Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-26T20:35:24.543Z] ---> Running in 9475f34a5ad7 [2023-04-26T20:35:24.543Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:35:24.543Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:35:24.543Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-26T20:35:24.543Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:35:24.543Z] OK: 8 MiB in 16 packages [2023-04-26T20:35:25.546Z] Removing intermediate container 9475f34a5ad7 [2023-04-26T20:35:25.546Z] ---> ba4f622b404a [2023-04-26T20:35:25.546Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T20:35:25.821Z] ---> Running in c5f05a7d6607 [2023-04-26T20:35:26.420Z] Removing intermediate container c5f05a7d6607 [2023-04-26T20:35:26.420Z] ---> fd4e74bc8fe2 [2023-04-26T20:35:26.420Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-26T20:35:26.420Z] ---> Running in 47fd80242d72 [2023-04-26T20:35:27.000Z] Removing intermediate container 47fd80242d72 [2023-04-26T20:35:27.000Z] ---> 79164e826286 [2023-04-26T20:35:27.000Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-26T20:35:27.000Z] ---> Running in 59934fe3d6ad [2023-04-26T20:35:27.586Z] Removing intermediate container 59934fe3d6ad [2023-04-26T20:35:27.586Z] ---> d009c29d7cc8 [2023-04-26T20:35:27.586Z] Step 15/25 : WORKDIR / [2023-04-26T20:35:27.586Z] ---> Running in 68639d9afe53 [2023-04-26T20:35:28.165Z] Removing intermediate container 68639d9afe53 [2023-04-26T20:35:28.165Z] ---> 93b374af7115 [2023-04-26T20:35:28.165Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:35:28.870Z] ---> 879fe8d1c92d [2023-04-26T20:35:28.870Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:35:29.839Z] ---> 7336bff6583b [2023-04-26T20:35:29.839Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-26T20:35:31.784Z] ---> ef1e059346a3 [2023-04-26T20:35:31.784Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-26T20:35:32.372Z] ---> a25fd52e5fb3 [2023-04-26T20:35:32.372Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-26T20:35:33.337Z] ---> f8c4356d340b [2023-04-26T20:35:33.337Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-26T20:35:33.337Z] ---> Running in cc3f675a948f [2023-04-26T20:35:33.916Z] Removing intermediate container cc3f675a948f [2023-04-26T20:35:33.916Z] ---> 5ca4ceeba304 [2023-04-26T20:35:33.916Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T20:35:33.916Z] ---> Running in 68eba14a8310 [2023-04-26T20:35:34.496Z] Removing intermediate container 68eba14a8310 [2023-04-26T20:35:34.496Z] ---> da46703fb117 [2023-04-26T20:35:34.496Z] Step 23/25 : LABEL arch=arm64 [2023-04-26T20:35:34.764Z] ---> Running in db28ffdfff7e [2023-04-26T20:35:35.343Z] Removing intermediate container db28ffdfff7e [2023-04-26T20:35:35.343Z] ---> 48d875b796db [2023-04-26T20:35:35.343Z] Step 24/25 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:35:35.343Z] ---> Running in e85224833ebd [2023-04-26T20:35:36.771Z] Removing intermediate container e85224833ebd [2023-04-26T20:35:36.771Z] ---> da1bffd7d99b [2023-04-26T20:35:36.771Z] Step 25/25 : LABEL version=0.0.0 [2023-04-26T20:35:36.771Z] ---> Running in af79e10d982b [2023-04-26T20:35:37.040Z] Removing intermediate container af79e10d982b [2023-04-26T20:35:37.040Z] ---> b0584e141bcc [2023-04-26T20:35:37.040Z] [2023-04-26T20:35:37.310Z] Successfully built b0584e141bcc [2023-04-26T20:35:37.310Z] Successfully tagged core-metadata-arm64:latest [2023-04-26T20:37:59.073Z]  Building core-metadata ... done Removing intermediate container 340f9a0072bf [2023-04-26T20:37:59.073Z] ---> 37c879c888ed [2023-04-26T20:37:59.073Z] [2023-04-26T20:37:59.073Z] Step 9/20 : FROM alpine:3.17 [2023-04-26T20:37:59.073Z] ---> 51e60588ff2c [2023-04-26T20:37:59.073Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-26T20:37:59.073Z] ---> Using cache [2023-04-26T20:37:59.073Z] ---> 17b8d8da536e [2023-04-26T20:37:59.073Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-26T20:37:59.073Z] ---> Running in 17c5a326e08e [2023-04-26T20:37:59.073Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:37:59.073Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:38:00.038Z] v3.17.3-135-g1eeaa10860c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-26T20:38:00.038Z] v3.17.3-132-g49f14531d7a [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-26T20:38:00.039Z] OK: 17691 distinct packages available [2023-04-26T20:38:00.039Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:38:00.626Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:38:02.040Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-26T20:38:02.040Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-26T20:38:02.040Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-26T20:38:02.040Z] (4/9) Installing libcurl (8.0.1-r0) [2023-04-26T20:38:02.040Z] (5/9) Installing curl (8.0.1-r0) [2023-04-26T20:38:02.040Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-26T20:38:02.040Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-26T20:38:02.040Z] (8/9) Installing libucontext (1.2-r0) [2023-04-26T20:38:02.040Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-26T20:38:02.310Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:38:02.310Z] Executing ca-certificates-20220614-r4.trigger [2023-04-26T20:38:03.276Z] OK: 11 MiB in 24 packages [2023-04-26T20:38:05.863Z] Removing intermediate container 17c5a326e08e [2023-04-26T20:38:05.863Z] ---> 0824c767bb1d [2023-04-26T20:38:05.863Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:38:07.277Z] ---> 4eb88efaef64 [2023-04-26T20:38:07.277Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:38:08.694Z] ---> 7fa7ff1f0f5e [2023-04-26T20:38:08.694Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-26T20:38:12.959Z] ---> bfcf882b079f [2023-04-26T20:38:12.959Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-26T20:38:13.927Z] ---> 3fb7477c4b88 [2023-04-26T20:38:13.927Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-26T20:38:13.927Z] ---> Running in 8bf63427ccbd [2023-04-26T20:38:14.892Z] Removing intermediate container 8bf63427ccbd [2023-04-26T20:38:14.892Z] ---> a79fa2d94b87 [2023-04-26T20:38:14.892Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T20:38:14.892Z] Removing intermediate container 6cd487f7cab8 [2023-04-26T20:38:14.892Z] ---> 59dcdffd073c [2023-04-26T20:38:14.892Z] [2023-04-26T20:38:14.892Z] Step 10/24 : FROM alpine:3.17 [2023-04-26T20:38:14.892Z] ---> 51e60588ff2c [2023-04-26T20:38:14.892Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-26T20:38:14.892Z] ---> Using cache [2023-04-26T20:38:14.892Z] ---> ba4f622b404a [2023-04-26T20:38:14.892Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' ---> Running in 04ddb2fe5da1 [2023-04-26T20:38:14.892Z] [2023-04-26T20:38:14.892Z] ---> Using cache [2023-04-26T20:38:14.892Z] ---> fd4e74bc8fe2 [2023-04-26T20:38:14.892Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-26T20:38:15.478Z] ---> Running in 647cc2a540df [2023-04-26T20:38:15.478Z] Removing intermediate container 04ddb2fe5da1 [2023-04-26T20:38:15.478Z] ---> 0aad345e82c3 [2023-04-26T20:38:15.478Z] Step 18/20 : LABEL arch=arm64 [2023-04-26T20:38:15.748Z] ---> Running in 1acca7ec3dc5 [2023-04-26T20:38:16.334Z] Removing intermediate container 647cc2a540df [2023-04-26T20:38:16.334Z] ---> cf64d988b917 [2023-04-26T20:38:16.334Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-26T20:38:16.334Z] ---> Running in b9d527c46428 [2023-04-26T20:38:16.334Z] Removing intermediate container 1acca7ec3dc5 [2023-04-26T20:38:16.334Z] ---> 925ff6b0b8fa [2023-04-26T20:38:16.334Z] Step 19/20 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:38:16.603Z] ---> Running in a52bddaab940 [2023-04-26T20:38:17.191Z] Removing intermediate container b9d527c46428 [2023-04-26T20:38:17.191Z] ---> 9f29f62ab849 [2023-04-26T20:38:17.191Z] Step 15/24 : WORKDIR / [2023-04-26T20:38:17.191Z] Removing intermediate container a52bddaab940 [2023-04-26T20:38:17.191Z] ---> 8607dde421d3 [2023-04-26T20:38:17.191Z] Step 20/20 : LABEL version=0.0.0 [2023-04-26T20:38:17.191Z] ---> Running in ca2fa3e4acea [2023-04-26T20:38:17.191Z] ---> Running in 7e157ed7db80 [2023-04-26T20:38:17.783Z] Removing intermediate container 7e157ed7db80 [2023-04-26T20:38:17.783Z] ---> 65e5f29f9240 [2023-04-26T20:38:17.783Z] [2023-04-26T20:38:18.054Z] Removing intermediate container ca2fa3e4acea [2023-04-26T20:38:18.054Z] ---> 573895145fd4 [2023-04-26T20:38:18.054Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:38:18.645Z] Successfully built 65e5f29f9240 [2023-04-26T20:38:18.645Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-04-26T20:38:18.913Z]  Building security-spiffe-token-provider ... done  ---> 23a1d16ebb84 [2023-04-26T20:38:18.913Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:38:19.874Z] ---> 44db6af604f6 [2023-04-26T20:38:19.874Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-26T20:38:21.823Z] ---> 986f3f228ec6 [2023-04-26T20:38:21.823Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-26T20:38:22.785Z] ---> 4f03da05dba2 [2023-04-26T20:38:22.785Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-26T20:38:22.785Z] ---> Running in e54987438686 [2023-04-26T20:38:23.373Z] Removing intermediate container e54987438686 [2023-04-26T20:38:23.373Z] ---> be3509a49d98 [2023-04-26T20:38:23.373Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T20:38:23.373Z] ---> Running in 5d9696b730ad [2023-04-26T20:38:23.962Z] Removing intermediate container 5d9696b730ad [2023-04-26T20:38:23.962Z] ---> 41e2c82fa133 [2023-04-26T20:38:23.962Z] Step 22/24 : LABEL arch=arm64 [2023-04-26T20:38:23.962Z] ---> Running in c3e8bc00705e [2023-04-26T20:38:24.548Z] Removing intermediate container c3e8bc00705e [2023-04-26T20:38:24.548Z] ---> eb3c81077a28 [2023-04-26T20:38:24.548Z] Step 23/24 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:38:24.815Z] ---> Running in 745a2eb58da9 [2023-04-26T20:38:25.400Z] Removing intermediate container 745a2eb58da9 [2023-04-26T20:38:25.400Z] ---> 80a7295a6740 [2023-04-26T20:38:25.400Z] Step 24/24 : LABEL version=0.0.0 [2023-04-26T20:38:25.400Z] ---> Running in 81dcba58f6c4 [2023-04-26T20:38:25.985Z] Removing intermediate container 81dcba58f6c4 [2023-04-26T20:38:25.985Z] ---> be3138d8e616 [2023-04-26T20:38:25.985Z] [2023-04-26T20:38:25.985Z] Successfully built be3138d8e616 [2023-04-26T20:38:26.252Z] Successfully tagged core-command-arm64:latest [2023-04-26T20:39:05.307Z]  Building core-command ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-04-26T20:39:17.817Z] Removing intermediate container a070f00a6fc6 [2023-04-26T20:39:17.817Z] ---> d102104e066a [2023-04-26T20:39:17.817Z] [2023-04-26T20:39:17.817Z] Step 9/25 : FROM alpine:3.17 [2023-04-26T20:39:17.817Z] ---> 51e60588ff2c [2023-04-26T20:39:17.817Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-26T20:39:17.817Z] ---> Running in f9728c5e0247 [2023-04-26T20:39:18.786Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T20:39:19.373Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T20:39:20.342Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-26T20:39:20.611Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-26T20:39:20.611Z] (3/3) Installing su-exec (0.2-r2) [2023-04-26T20:39:20.611Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T20:39:20.611Z] Executing ca-certificates-20220614-r4.trigger [2023-04-26T20:39:20.882Z] OK: 8 MiB in 18 packages [2023-04-26T20:39:22.863Z] Removing intermediate container f9728c5e0247 [2023-04-26T20:39:22.863Z] ---> 33d09f3c178d [2023-04-26T20:39:22.863Z] 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-26T20:39:23.133Z] ---> Running in c51ace56259b [2023-04-26T20:39:23.404Z] Removing intermediate container c51ace56259b [2023-04-26T20:39:23.404Z] ---> f35aed62a050 [2023-04-26T20:39:23.404Z] Step 12/25 : WORKDIR / [2023-04-26T20:39:23.404Z] ---> Running in 26149c813ad7 [2023-04-26T20:39:23.674Z] Removing intermediate container 26149c813ad7 [2023-04-26T20:39:23.674Z] ---> 9fa4d070eab4 [2023-04-26T20:39:23.674Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:39:24.263Z] ---> 508c9b9fbde5 [2023-04-26T20:39:24.263Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:39:24.852Z] ---> b47500256ce5 [2023-04-26T20:39:24.852Z] 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-26T20:39:25.818Z] ---> 987dbc28157b [2023-04-26T20:39:25.818Z] 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-26T20:39:26.406Z] ---> 38d20531b86e [2023-04-26T20:39:26.406Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-26T20:39:26.680Z] ---> 0f5b2f591ea3 [2023-04-26T20:39:26.680Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-26T20:39:28.102Z] ---> c5060459fbd5 [2023-04-26T20:39:28.102Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-26T20:39:29.094Z] ---> 0296dac00abf [2023-04-26T20:39:29.094Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-26T20:39:29.683Z] ---> dd9649b7266c [2023-04-26T20:39:29.683Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-26T20:39:29.952Z] ---> Running in cbca6b1d9a1a [2023-04-26T20:39:32.548Z] Removing intermediate container cbca6b1d9a1a [2023-04-26T20:39:32.548Z] ---> 836f9df5b36c [2023-04-26T20:39:32.548Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-26T20:39:32.548Z] ---> Running in a349aa3f8c65 [2023-04-26T20:39:32.548Z] Removing intermediate container a349aa3f8c65 [2023-04-26T20:39:32.548Z] ---> bdd84c6828f4 [2023-04-26T20:39:32.548Z] Step 23/25 : LABEL arch=arm64 [2023-04-26T20:39:32.826Z] ---> Running in 9d960a86db43 [2023-04-26T20:39:33.096Z] Removing intermediate container 9d960a86db43 [2023-04-26T20:39:33.096Z] ---> a6f4dbe5d65e [2023-04-26T20:39:33.096Z] Step 24/25 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:39:33.097Z] ---> Running in fda3ac5da14e [2023-04-26T20:39:33.373Z] Removing intermediate container fda3ac5da14e [2023-04-26T20:39:33.373Z] ---> 4b5d6d6c67ed [2023-04-26T20:39:33.373Z] Step 25/25 : LABEL version=0.0.0 [2023-04-26T20:39:33.645Z] ---> Running in 4a9c4a143887 [2023-04-26T20:39:33.913Z] Removing intermediate container 4a9c4a143887 [2023-04-26T20:39:33.913Z] ---> a92c9201737c [2023-04-26T20:39:33.913Z] [2023-04-26T20:39:34.181Z] Successfully built a92c9201737c [2023-04-26T20:39:34.181Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-04-26T20:39:46.514Z]  Building security-secretstore-setup ... done Removing intermediate container 08f713bf0327 [2023-04-26T20:39:46.514Z] ---> e2241433213f [2023-04-26T20:39:46.514Z] [2023-04-26T20:39:46.514Z] Step 10/23 : FROM alpine:3.17 [2023-04-26T20:39:46.514Z] ---> 51e60588ff2c [2023-04-26T20:39:46.514Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-26T20:39:46.514Z] ---> Using cache [2023-04-26T20:39:46.514Z] ---> ba4f622b404a [2023-04-26T20:39:46.514Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-26T20:39:46.514Z] ---> Using cache [2023-04-26T20:39:46.514Z] ---> fd4e74bc8fe2 [2023-04-26T20:39:46.514Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-26T20:39:46.514Z] ---> Running in 9b70b2bea837 [2023-04-26T20:39:46.514Z] Removing intermediate container 9b70b2bea837 [2023-04-26T20:39:46.514Z] ---> fef8e8d5a680 [2023-04-26T20:39:46.514Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-26T20:39:46.514Z] ---> Running in 42b0de3f936e [2023-04-26T20:39:46.514Z] Removing intermediate container 42b0de3f936e [2023-04-26T20:39:46.514Z] ---> 1b3470d8084f [2023-04-26T20:39:46.514Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-26T20:39:46.787Z] ---> 053efb836ac2 [2023-04-26T20:39:46.787Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-26T20:39:47.376Z] ---> 9c6853ec5411 [2023-04-26T20:39:47.376Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-26T20:39:49.962Z] ---> f784fd31d298 [2023-04-26T20:39:49.962Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-26T20:39:50.231Z] ---> 89784eb02ec2 [2023-04-26T20:39:50.231Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-26T20:39:50.231Z] ---> Running in bf765d572f54 [2023-04-26T20:39:50.498Z] Removing intermediate container bf765d572f54 [2023-04-26T20:39:50.498Z] ---> 8845a4823e64 [2023-04-26T20:39:50.498Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-26T20:39:50.498Z] ---> Running in 89135b5e76a1 [2023-04-26T20:39:50.768Z] Removing intermediate container 89135b5e76a1 [2023-04-26T20:39:50.768Z] ---> 8e54640a5b05 [2023-04-26T20:39:50.768Z] Step 21/23 : LABEL arch=arm64 [2023-04-26T20:39:51.036Z] ---> Running in 7b1a929942f5 [2023-04-26T20:39:51.304Z] Removing intermediate container 7b1a929942f5 [2023-04-26T20:39:51.304Z] ---> 133bf5250695 [2023-04-26T20:39:51.304Z] Step 22/23 : LABEL git_sha=9271d25c44458c9522706a5c2b8f4034fcdb8d0f [2023-04-26T20:39:51.304Z] ---> Running in 5c7d04365567 [2023-04-26T20:39:51.573Z] Removing intermediate container 5c7d04365567 [2023-04-26T20:39:51.573Z] ---> b82e12cc7f50 [2023-04-26T20:39:51.573Z] Step 23/23 : LABEL version=0.0.0 [2023-04-26T20:39:51.573Z] ---> Running in 3ee559ef16b3 [2023-04-26T20:39:51.842Z] Removing intermediate container 3ee559ef16b3 [2023-04-26T20:39:51.842Z] ---> 21feafc869ac [2023-04-26T20:39:51.842Z] [2023-04-26T20:39:52.109Z] Successfully built 21feafc869ac [2023-04-26T20:39:52.109Z] Successfully tagged support-scheduler-arm64:latest [2023-04-26T20:39:52.389Z]  Building support-scheduler ... done  [Pipeline] } [2023-04-26T20:39:52.395Z] $ docker stop --time=1 55c31f05e6ab1a27295b8600d7208d532c777fd8dc0e72aaab9fed5499aaaf7a [2023-04-26T20:39:54.025Z] $ docker rm -f --volumes 55c31f05e6ab1a27295b8600d7208d532c777fd8dc0e72aaab9fed5499aaaf7a [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-26T20:39:54.585Z] + docker images [2023-04-26T20:39:54.850Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-26T20:39:54.850Z] support-scheduler-arm64 latest 21feafc869ac 3 seconds ago 31.5MB [2023-04-26T20:39:54.850Z] e2241433213f 10 seconds ago 1.59GB [2023-04-26T20:39:54.850Z] security-secretstore-setup-arm64 latest a92c9201737c 21 seconds ago 32.2MB [2023-04-26T20:39:54.850Z] d102104e066a 39 seconds ago 1.52GB [2023-04-26T20:39:54.850Z] core-command-arm64 latest be3138d8e616 About a minute ago 19.7MB [2023-04-26T20:39:54.850Z] security-spiffe-token-provider-arm64 latest 65e5f29f9240 About a minute ago 32.7MB [2023-04-26T20:39:54.850Z] 59dcdffd073c About a minute ago 1.53GB [2023-04-26T20:39:54.850Z] 37c879c888ed 2 minutes ago 1.57GB [2023-04-26T20:39:54.850Z] core-metadata-arm64 latest b0584e141bcc 4 minutes ago 20.2MB [2023-04-26T20:39:54.850Z] a944a57c2954 4 minutes ago 1.53GB [2023-04-26T20:39:54.850Z] core-common-config-bootstrapper-arm64 latest 059fd694ef2b 5 minutes ago 17.2MB [2023-04-26T20:39:54.850Z] 6c8a2c7ad764 5 minutes ago 1.52GB [2023-04-26T20:39:54.850Z] support-notifications-arm64 latest a15e91815f43 6 minutes ago 32.2MB [2023-04-26T20:39:54.850Z] 71878172b4ed 7 minutes ago 1.59GB [2023-04-26T20:39:54.851Z] security-spire-server-arm64 latest da6f2c622d01 8 minutes ago 97MB [2023-04-26T20:39:54.851Z] f2a362bf1951 8 minutes ago 1.39GB [2023-04-26T20:39:54.851Z] core-data-arm64 latest 1f977c1747af 11 minutes ago 19.9MB [2023-04-26T20:39:54.851Z] db4b3ba6a93c 11 minutes ago 1.53GB [2023-04-26T20:39:54.851Z] security-bootstrapper-arm64 latest 45c55fa74385 12 minutes ago 21.9MB [2023-04-26T20:39:54.851Z] security-proxy-setup-arm64 latest c5b70dfe5759 12 minutes ago 18.7MB [2023-04-26T20:39:54.851Z] security-proxy-auth-arm64 latest 535de56f7c7e 12 minutes ago 18.3MB [2023-04-26T20:39:54.851Z] 70b89d652bcc 13 minutes ago 1.51GB [2023-04-26T20:39:54.851Z] 525600908c0e 13 minutes ago 1.51GB [2023-04-26T20:39:54.851Z] e27e40704b41 13 minutes ago 1.51GB [2023-04-26T20:39:54.851Z] security-spire-agent-arm64 latest aff66371359a 19 minutes ago 153MB [2023-04-26T20:39:54.851Z] security-spire-config-arm64 latest 73c2927ae038 19 minutes ago 96.1MB [2023-04-26T20:39:54.851Z] cfe82715d42a 19 minutes ago 1.39GB [2023-04-26T20:39:54.851Z] 3054f531f67c 19 minutes ago 1.39GB [2023-04-26T20:39:54.851Z] ci-base-image-arm64 latest ebafce852ecd 35 minutes ago 899MB [2023-04-26T20:39:54.851Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 2 days ago 681MB [2023-04-26T20:39:54.851Z] alpine 3.17 51e60588ff2c 4 weeks ago 7.46MB [2023-04-26T20:39:54.851Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T20:39:55.654Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-26T20:39:55.654Z] [2023-04-26T20:39:55.654Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T20:39:56.065Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-26T20:39:56.065Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-26T20:39:56.065Z] 8998bd30e6a1: Pulling fs layer [2023-04-26T20:39:56.065Z] 04944245beec: Pulling fs layer [2023-04-26T20:39:56.065Z] 699f458cf7ca: Pulling fs layer [2023-04-26T20:39:56.065Z] 765212b225bb: Pulling fs layer [2023-04-26T20:39:56.065Z] f23df028b6ca: Pulling fs layer [2023-04-26T20:39:56.065Z] 765212b225bb: Waiting [2023-04-26T20:39:56.065Z] d65c8cfc05b1: Pulling fs layer [2023-04-26T20:39:56.065Z] f23df028b6ca: Waiting [2023-04-26T20:39:56.065Z] 2437ff75d9bd: Pulling fs layer [2023-04-26T20:39:56.065Z] 2437ff75d9bd: Waiting [2023-04-26T20:39:56.331Z] 04944245beec: Verifying Checksum [2023-04-26T20:39:56.331Z] 04944245beec: Download complete [2023-04-26T20:39:56.331Z] 765212b225bb: Verifying Checksum [2023-04-26T20:39:56.331Z] 765212b225bb: Download complete [2023-04-26T20:39:56.331Z] f23df028b6ca: Verifying Checksum [2023-04-26T20:39:56.331Z] f23df028b6ca: Download complete [2023-04-26T20:39:56.331Z] d65c8cfc05b1: Verifying Checksum [2023-04-26T20:39:56.331Z] d65c8cfc05b1: Download complete [2023-04-26T20:39:56.599Z] 699f458cf7ca: Verifying Checksum [2023-04-26T20:39:56.599Z] 699f458cf7ca: Download complete [2023-04-26T20:39:56.866Z] 8998bd30e6a1: Download complete [2023-04-26T20:39:59.440Z] 2437ff75d9bd: Verifying Checksum [2023-04-26T20:39:59.440Z] 2437ff75d9bd: Download complete [2023-04-26T20:40:00.849Z] 8998bd30e6a1: Pull complete [2023-04-26T20:40:01.116Z] 04944245beec: Pull complete [2023-04-26T20:40:02.522Z] 699f458cf7ca: Pull complete [2023-04-26T20:40:02.790Z] 765212b225bb: Pull complete [2023-04-26T20:40:03.373Z] f23df028b6ca: Pull complete [2023-04-26T20:40:03.641Z] d65c8cfc05b1: Pull complete [2023-04-26T20:40:21.827Z] 2437ff75d9bd: Pull complete [2023-04-26T20:40:21.827Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-26T20:40:21.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-26T20:40:21.827Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T20:40:22.140Z] prd-ubuntu20.04-docker-arm64-4c-16g-11062 does not seem to be running inside a container [2023-04-26T20:40:22.187Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-26T20:40:24.660Z] $ docker top 2eb347dd2d511e81e7ee281e28fb3b49e6ae73f686637c92632f07f1ec7dba06 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T20:40:25.576Z] ---> job-cost.sh [2023-04-26T20:40:25.576Z] lf-activate-venv: SKIPPING [2023-04-26T20:40:25.576Z] INFO: No Stack... [2023-04-26T20:40:25.840Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-26T20:40:26.793Z] INFO: Archiving Costs [Pipeline] sh [2023-04-26T20:40:27.129Z] + + catcut /w/workspace/edgex-go/1/archives/cost.csv -d, [2023-04-26T20:40:27.129Z] -f6 [Pipeline] lock [2023-04-26T20:40:27.182Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4534-1-stack-cost] [2023-04-26T20:40:27.186Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4534-1-stack-cost] did not exist. Created. [2023-04-26T20:40:27.186Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4534-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-26T20:40:27.925Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-26T20:40:28.111Z] Stashed 1 file(s) [Pipeline] } [2023-04-26T20:40:28.126Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4534-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-26T20:40:28.190Z] $ docker stop --time=1 2eb347dd2d511e81e7ee281e28fb3b49e6ae73f686637c92632f07f1ec7dba06 [2023-04-26T20:40:29.651Z] $ docker rm -f --volumes 2eb347dd2d511e81e7ee281e28fb3b49e6ae73f686637c92632f07f1ec7dba06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-04-26T20:40:30.709Z] provisioning config files... [2023-04-26T20:40:30.716Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6547162255266281018tmp [Pipeline] { [Pipeline] sh [2023-04-26T20:40:31.057Z] + set +x [2023-04-26T20:40:31.057Z] + curl -s https://codecov.io/bash [2023-04-26T20:40:31.057Z] + bash -s -- [2023-04-26T20:40:31.057Z] [2023-04-26T20:40:31.057Z] _____ _ [2023-04-26T20:40:31.057Z] / ____| | | [2023-04-26T20:40:31.057Z] | | ___ __| | ___ ___ _____ __ [2023-04-26T20:40:31.057Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-26T20:40:31.057Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-26T20:40:31.057Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-26T20:40:31.057Z] Bash-1.0.6 [2023-04-26T20:40:31.057Z] [2023-04-26T20:40:31.057Z] [2023-04-26T20:40:31.057Z] ==> git version 2.25.1 found [2023-04-26T20:40:31.057Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-04-26T20:40:31.057Z] Release-Date: 2020-01-08 [2023-04-26T20:40:31.057Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-04-26T20:40:31.057Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-26T20:40:31.057Z] ==> Jenkins CI detected. [2023-04-26T20:40:31.057Z] current dir:  /w/workspace/edgex-go/1 [2023-04-26T20:40:31.057Z] project root: . [2023-04-26T20:40:31.057Z] --> token set from env [2023-04-26T20:40:31.057Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-26T20:40:31.316Z] ==> Running gcov in . (disable via -X gcov) [2023-04-26T20:40:31.316Z] ==> Python coveragepy not found [2023-04-26T20:40:31.316Z] ==> Searching for coverage reports in: [2023-04-26T20:40:31.316Z] + . [2023-04-26T20:40:31.316Z] -> Found 1 reports [2023-04-26T20:40:31.316Z] ==> Detecting git/mercurial file structure [2023-04-26T20:40:31.316Z] ==> Reading reports [2023-04-26T20:40:31.316Z] + ./coverage.out bytes=448248 [2023-04-26T20:40:31.316Z] ==> Appending adjustments [2023-04-26T20:40:31.316Z] https://docs.codecov.io/docs/fixing-reports [2023-04-26T20:40:32.251Z] + Found adjustments [2023-04-26T20:40:32.251Z] ==> Gzipping contents [2023-04-26T20:40:32.251Z] 60K /tmp/codecov.g8f5A7.gz [2023-04-26T20:40:32.251Z] ==> Uploading reports [2023-04-26T20:40:32.251Z] url: https://codecov.io [2023-04-26T20:40:32.251Z] query: branch=PR-4534&commit=9271d25c44458c9522706a5c2b8f4034fcdb8d0f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4534%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4534&job=&cmd_args= [2023-04-26T20:40:32.251Z] -> Pinging Codecov [2023-04-26T20:40:32.251Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4534&commit=9271d25c44458c9522706a5c2b8f4034fcdb8d0f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4534%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4534&job=&cmd_args= [2023-04-26T20:40:32.509Z] -> Uploading to [2023-04-26T20:40:32.509Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-26/00271124DB129430A58F1EEE437C3FCB/9271d25c44458c9522706a5c2b8f4034fcdb8d0f/c8dbdfc9-f427-4078-b2d3-bb31d685d850.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230426T204032Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ba7d961ff8c672ce5ec8ee0447b7290fa97490b62be779332885cec6a42550d1 [2023-04-26T20:40:32.509Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-26T20:40:32.509Z] Dload Upload Total Spent Left Speed [2023-04-26T20:40:32.769Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57513 0 0 100 57513 0 227k --:--:-- --:--:-- --:--:-- 227k [2023-04-26T20:40:32.769Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9271d25c44458c9522706a5c2b8f4034fcdb8d0f [Pipeline] } [2023-04-26T20:40:32.798Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-04-26T20:40:34.205Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-04-26T20:40:34.530Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T20:40:35.459Z] ---> package-listing.sh [2023-04-26T20:40:35.459Z] ++ facter osfamily [2023-04-26T20:40:35.459Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-26T20:40:35.739Z] + OS_FAMILY=debian [2023-04-26T20:40:35.739Z] + workspace=/w/workspace/edgex-go/1 [2023-04-26T20:40:35.739Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-26T20:40:35.739Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-26T20:40:35.739Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-26T20:40:35.739Z] + PACKAGES=/tmp/packages_start.txt [2023-04-26T20:40:35.739Z] + '[' /w/workspace/edgex-go/1 ']' [2023-04-26T20:40:35.739Z] + PACKAGES=/tmp/packages_end.txt [2023-04-26T20:40:35.739Z] + case "${OS_FAMILY}" in [2023-04-26T20:40:35.739Z] + grep '^ii' [2023-04-26T20:40:35.739Z] + dpkg -l [2023-04-26T20:40:35.740Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-26T20:40:35.740Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-26T20:40:35.740Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-26T20:40:35.740Z] + '[' /w/workspace/edgex-go/1 ']' [2023-04-26T20:40:35.740Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-04-26T20:40:35.740Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-04-26T20:40:35.779Z] 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-26T20:40:36.132Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T20:40:36.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T20:40:36.880Z] [2023-04-26T20:40:36.880Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T20:40:37.255Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T20:40:37.255Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-26T20:40:37.255Z] 5eb5b503b376: Pulling fs layer [2023-04-26T20:40:37.255Z] 5c69ac0246d0: Pulling fs layer [2023-04-26T20:40:37.255Z] ec43610c2a17: Pulling fs layer [2023-04-26T20:40:37.255Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-26T20:40:37.255Z] 33b1e0a273af: Pulling fs layer [2023-04-26T20:40:37.255Z] 5d3b04190fa2: Pulling fs layer [2023-04-26T20:40:37.255Z] 2f39f015ded8: Pulling fs layer [2023-04-26T20:40:37.255Z] 3a2ae6a8a46f: Waiting [2023-04-26T20:40:37.255Z] 33b1e0a273af: Waiting [2023-04-26T20:40:37.255Z] 5d3b04190fa2: Waiting [2023-04-26T20:40:37.255Z] 2f39f015ded8: Waiting [2023-04-26T20:40:37.255Z] 5c69ac0246d0: Download complete [2023-04-26T20:40:37.255Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-26T20:40:37.255Z] 3a2ae6a8a46f: Download complete [2023-04-26T20:40:37.255Z] 33b1e0a273af: Verifying Checksum [2023-04-26T20:40:37.255Z] 33b1e0a273af: Download complete [2023-04-26T20:40:37.255Z] ec43610c2a17: Verifying Checksum [2023-04-26T20:40:37.255Z] ec43610c2a17: Download complete [2023-04-26T20:40:37.255Z] 5d3b04190fa2: Verifying Checksum [2023-04-26T20:40:37.255Z] 5d3b04190fa2: Download complete [2023-04-26T20:40:37.513Z] 5eb5b503b376: Verifying Checksum [2023-04-26T20:40:37.513Z] 5eb5b503b376: Download complete [2023-04-26T20:40:38.080Z] 2f39f015ded8: Download complete [2023-04-26T20:40:38.657Z] 5eb5b503b376: Pull complete [2023-04-26T20:40:38.657Z] 5c69ac0246d0: Pull complete [2023-04-26T20:40:39.225Z] ec43610c2a17: Pull complete [2023-04-26T20:40:39.225Z] 3a2ae6a8a46f: Pull complete [2023-04-26T20:40:39.484Z] 33b1e0a273af: Pull complete [2023-04-26T20:40:39.485Z] 5d3b04190fa2: Pull complete [2023-04-26T20:40:43.694Z] 2f39f015ded8: Pull complete [2023-04-26T20:40:43.694Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-26T20:40:43.694Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T20:40:43.694Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T20:40:43.905Z] prd-ubuntu20.04-docker-8c-8g-11060 does not seem to be running inside a container [2023-04-26T20:40:43.942Z] $ 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-26T20:40:44.985Z] $ docker top b3163a12a657c27949dee40bc1465694c9d65212234c926483efb077a0de4fc3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T20:40:45.374Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-26T20:40:45.687Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-26T20:40:46.000Z] + ls /var/log/sa-host [2023-04-26T20:40:46.000Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T20:40:46.136Z] provisioning config files... [2023-04-26T20:40:46.144Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4211113287156042312tmp [Pipeline] { [Pipeline] echo [2023-04-26T20:40:46.199Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T20:40:46.518Z] ---> create-netrc.sh [Pipeline] } [2023-04-26T20:40:46.543Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-26T20:40:46.929Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-26T20:40:46.965Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T20:40:47.278Z] ---> sudo-logs.sh [2023-04-26T20:40:47.278Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-26T20:40:47.355Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T20:40:47.674Z] ---> job-cost.sh [2023-04-26T20:40:47.674Z] lf-activate-venv: SKIPPING [2023-04-26T20:40:47.674Z] DEBUG: total: 0.10999999940395355 [2023-04-26T20:40:47.674Z] INFO: Retrieving Stack Cost... [2023-04-26T20:40:48.242Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-26T20:40:48.503Z] INFO: Archiving Costs [Pipeline] echo [2023-04-26T20:40:48.533Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T20:40:48.839Z] ---> logs-deploy.sh [2023-04-26T20:40:48.839Z] lf-activate-venv: SKIPPING [2023-04-26T20:40:48.839Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4534/1 [2023-04-26T20:40:48.839Z] INFO: archiving workspace using pattern(s): [2023-04-26T20:40:49.777Z] Archives upload complete. [2023-04-26T20:40:50.036Z] INFO: archiving logs to Nexus