Pull request #4419 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 54caeeceeec8bc750618df842b1013df7c684e0f+58b8fd44f0ff4559fd42e12903202336e28d0eb5 (16dd471cb754b5efe7aa1a5dfedd648c11ec9c5a) 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-ssh17044990082172702998.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh6342267704561325261.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-4419/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-4419/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8450506240454666888.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-4419/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5850321500639428144.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh3569823824356329289.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-4419/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-4419/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9081263049048717536.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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.18 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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-8707 in /w/workspace/edgexfoundry_edgex-go_PR-4419 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 58b8fd44f0ff4559fd42e12903202336e28d0eb5 into PR head commit 54caeeceeec8bc750618df842b1013df7c684e0f > 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/4419/head:refs/remotes/origin/PR-4419 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 54caeeceeec8bc750618df842b1013df7c684e0f Checking out Revision 54caeeceeec8bc750618df842b1013df7c684e0f (PR-4419) > git checkout -f 54caeeceeec8bc750618df842b1013df7c684e0f # 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 58b8fd44f0ff4559fd42e12903202336e28d0eb5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 54caeeceeec8bc750618df842b1013df7c684e0f # timeout=10 Commit message: "fix: Add authentication to support-scheduler actions" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-08T00:54:13.886Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-08T00:54:14.042Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-08T00:54:14.131Z] ========================================================= [2023-03-08T00:54:14.131Z] EdgeX Global Pipelines Version Info [2023-03-08T00:54:14.131Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-08T00:54:14.876Z] ------------------- [2023-03-08T00:54:14.876Z] stable info: [2023-03-08T00:54:14.876Z] ------------------- [2023-03-08T00:54:14.876Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-08T00:54:14.876Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-08T00:54:14.876Z] Message: update stable to v1.0.244 [2023-03-08T00:54:15.447Z] ------------------- [2023-03-08T00:54:15.447Z] experimental info: [2023-03-08T00:54:15.447Z] ------------------- [2023-03-08T00:54:15.447Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-08T00:54:15.447Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-08T00:54:15.447Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-08T00:54:15.733Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-08T00:54:15.771Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-08T00:54:15.808Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-08T00:54:15.851Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-08T00:54:15.892Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-08T00:54:15.930Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-08T00:54:15.965Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-08T00:54:16.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-08T00:54:16.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-08T00:54:16.077Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-08T00:54:16.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-08T00:54:16.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-08T00:54:16.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-08T00:54:16.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-08T00:54:16.270Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-08T00:54:16.309Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-08T00:54:16.348Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-08T00:54:16.387Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-08T00:54:16.428Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-08T00:54:16.467Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-08T00:54:16.507Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-08T00:54:16.544Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-08T00:54:16.580Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-08T00:54:16.621Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4419 [Pipeline] echo [2023-03-08T00:54:16.660Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4419 [Pipeline] echo [2023-03-08T00:54:16.696Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4419 [Pipeline] echo [2023-03-08T00:54:16.732Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 54caeeceeec8bc750618df842b1013df7c684e0f [Pipeline] echo [2023-03-08T00:54:16.771Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 54caeec [Pipeline] echo [2023-03-08T00:54:16.810Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T00:54:16.924Z] provisioning config files... [2023-03-08T00:54:16.934Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14242888584803431194tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T00:54:17.281Z] ---> docker-login.sh [2023-03-08T00:54:17.281Z] nexus3.edgexfoundry.org:10001 [2023-03-08T00:54:17.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T00:54:17.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T00:54:17.543Z] Configure a credential helper to remove this warning. See [2023-03-08T00:54:17.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T00:54:17.543Z] [2023-03-08T00:54:17.543Z] Login Succeeded [2023-03-08T00:54:17.543Z] nexus3.edgexfoundry.org:10002 [2023-03-08T00:54:17.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T00:54:17.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T00:54:17.543Z] Configure a credential helper to remove this warning. See [2023-03-08T00:54:17.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T00:54:17.543Z] [2023-03-08T00:54:17.543Z] Login Succeeded [2023-03-08T00:54:17.543Z] nexus3.edgexfoundry.org:10003 [2023-03-08T00:54:17.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T00:54:17.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T00:54:17.805Z] Configure a credential helper to remove this warning. See [2023-03-08T00:54:17.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T00:54:17.805Z] [2023-03-08T00:54:17.805Z] Login Succeeded [2023-03-08T00:54:17.805Z] nexus3.edgexfoundry.org:10004 [2023-03-08T00:54:17.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T00:54:17.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T00:54:17.805Z] Configure a credential helper to remove this warning. See [2023-03-08T00:54:17.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T00:54:17.805Z] [2023-03-08T00:54:17.805Z] Login Succeeded [2023-03-08T00:54:17.805Z] docker.io [2023-03-08T00:54:17.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T00:54:18.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T00:54:18.071Z] Configure a credential helper to remove this warning. See [2023-03-08T00:54:18.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T00:54:18.071Z] [2023-03-08T00:54:18.071Z] Login Succeeded [2023-03-08T00:54:18.071Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T00:54:18.098Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T00:54:18.503Z] + 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-03-08T00:54:18.503Z] + + dirname cmd/core-command/Dockerfile [2023-03-08T00:54:18.503Z] cut -d/ -f2 [2023-03-08T00:54:18.503Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-08T00:54:18.503Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-08T00:54:18.503Z] + cut -d/ -f2 [2023-03-08T00:54:18.503Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-08T00:54:18.503Z] + dirname cmd/core-data/Dockerfile [2023-03-08T00:54:18.503Z] + cut -d/ -f2 [2023-03-08T00:54:18.503Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-08T00:54:18.503Z] + dirname cmd/core-metadata/Dockerfile [2023-03-08T00:54:18.503Z] + cut -d/ -f2 [2023-03-08T00:54:18.503Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-08T00:54:18.503Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-03-08T00:54:18.503Z] + cut -d/ -f2 [2023-03-08T00:54:18.503Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-08T00:54:18.503Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-03-08T00:54:18.503Z] + cut -d/ -f2 [2023-03-08T00:54:18.503Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-08T00:54:18.503Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-08T00:54:18.503Z] + cut -d/ -f2 [2023-03-08T00:54:18.503Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-08T00:54:18.503Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-03-08T00:54:18.503Z] + cut -d/ -f2 [2023-03-08T00:54:18.503Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-08T00:54:18.503Z] + dirname+ cmd/security-spiffe-token-provider/Dockerfile [2023-03-08T00:54:18.503Z] cut -d/ -f2 [2023-03-08T00:54:18.503Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-08T00:54:18.503Z] + dirname cmd/security-spire-agent/Dockerfile [2023-03-08T00:54:18.503Z] + cut -d/ -f2 [2023-03-08T00:54:18.503Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-08T00:54:18.503Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-08T00:54:18.503Z] + cut -d/ -f2 [2023-03-08T00:54:18.503Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-08T00:54:18.503Z] + dirname cmd/security-spire-server/Dockerfile [2023-03-08T00:54:18.503Z] + cut -d/ -f2 [2023-03-08T00:54:18.503Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-08T00:54:18.503Z] + dirname cmd/support-notifications/Dockerfile [2023-03-08T00:54:18.503Z] + cut -d/ -f2 [2023-03-08T00:54:18.503Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-08T00:54:18.503Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-08T00:54:18.503Z] + cut -d/ -f2 [2023-03-08T00:54:18.503Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-08T00:54:18.571Z] 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-03-08T00:54:19.168Z] + git rev-list -1 --merges 54caeeceeec8bc750618df842b1013df7c684e0f~1..54caeeceeec8bc750618df842b1013df7c684e0f [Pipeline] echo [2023-03-08T00:54:19.198Z] -----------> git rev-list -1 --merges 54caeeceeec8bc750618df842b1013df7c684e0f~1..54caeeceeec8bc750618df842b1013df7c684e0f 54caeeceeec8bc750618df842b1013df7c684e0f [false] [Pipeline] sh [2023-03-08T00:54:19.507Z] + git log --format=format:%s -1 54caeeceeec8bc750618df842b1013df7c684e0f [Pipeline] echo [2023-03-08T00:54:19.546Z] ========================================================= [2023-03-08T00:54:19.546Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-08T00:54:19.546Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-08T00:54:20.035Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T00:54:20.035Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-08T00:54:20.035Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-08T00:54:20.035Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-08T00:54:20.035Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-08T00:54:20.035Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-08T00:54:20.035Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T00:54:20.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T00:54:20.524Z] [2023-03-08T00:54:20.524Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T00:54:20.905Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T00:54:20.905Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-08T00:54:20.905Z] b85a868b505f: Pulling fs layer [2023-03-08T00:54:20.905Z] e2be974225ed: Pulling fs layer [2023-03-08T00:54:20.905Z] 339a4e72a1f5: Pulling fs layer [2023-03-08T00:54:20.905Z] 988bab9f4d93: Pulling fs layer [2023-03-08T00:54:20.905Z] 1469e6f7b9e6: Pulling fs layer [2023-03-08T00:54:20.905Z] eaf3925da568: Pulling fs layer [2023-03-08T00:54:20.905Z] bab4dde63d76: Pulling fs layer [2023-03-08T00:54:20.905Z] bde34c3a00c8: Pulling fs layer [2023-03-08T00:54:20.905Z] b352a97aabf1: Pulling fs layer [2023-03-08T00:54:20.905Z] 4872d77fe225: Pulling fs layer [2023-03-08T00:54:20.905Z] 5851b861e8e6: Pulling fs layer [2023-03-08T00:54:20.905Z] bab4dde63d76: Waiting [2023-03-08T00:54:20.905Z] bde34c3a00c8: Waiting [2023-03-08T00:54:20.905Z] b352a97aabf1: Waiting [2023-03-08T00:54:20.905Z] 4872d77fe225: Waiting [2023-03-08T00:54:20.905Z] 5851b861e8e6: Waiting [2023-03-08T00:54:20.905Z] 988bab9f4d93: Waiting [2023-03-08T00:54:20.905Z] 1469e6f7b9e6: Waiting [2023-03-08T00:54:20.905Z] eaf3925da568: Waiting [2023-03-08T00:54:20.905Z] e2be974225ed: Download complete [2023-03-08T00:54:20.905Z] 988bab9f4d93: Download complete [2023-03-08T00:54:21.164Z] 1469e6f7b9e6: Verifying Checksum [2023-03-08T00:54:21.164Z] 1469e6f7b9e6: Download complete [2023-03-08T00:54:21.164Z] eaf3925da568: Verifying Checksum [2023-03-08T00:54:21.164Z] eaf3925da568: Download complete [2023-03-08T00:54:21.164Z] 339a4e72a1f5: Verifying Checksum [2023-03-08T00:54:21.164Z] 339a4e72a1f5: Download complete [2023-03-08T00:54:21.164Z] bde34c3a00c8: Download complete [2023-03-08T00:54:21.164Z] b352a97aabf1: Download complete [2023-03-08T00:54:21.164Z] 4872d77fe225: Verifying Checksum [2023-03-08T00:54:21.164Z] 4872d77fe225: Download complete [2023-03-08T00:54:21.164Z] 5851b861e8e6: Download complete [2023-03-08T00:54:21.164Z] b85a868b505f: Verifying Checksum [2023-03-08T00:54:21.164Z] b85a868b505f: Download complete [2023-03-08T00:54:21.731Z] bab4dde63d76: Verifying Checksum [2023-03-08T00:54:21.731Z] bab4dde63d76: Download complete [2023-03-08T00:54:22.299Z] b85a868b505f: Pull complete [2023-03-08T00:54:22.558Z] e2be974225ed: Pull complete [2023-03-08T00:54:23.126Z] 339a4e72a1f5: Pull complete [2023-03-08T00:54:23.126Z] 988bab9f4d93: Pull complete [2023-03-08T00:54:23.388Z] 1469e6f7b9e6: Pull complete [2023-03-08T00:54:23.388Z] eaf3925da568: Pull complete [2023-03-08T00:54:25.290Z] bab4dde63d76: Pull complete [2023-03-08T00:54:25.290Z] bde34c3a00c8: Pull complete [2023-03-08T00:54:25.290Z] b352a97aabf1: Pull complete [2023-03-08T00:54:25.290Z] 4872d77fe225: Pull complete [2023-03-08T00:54:25.550Z] 5851b861e8e6: Pull complete [2023-03-08T00:54:25.550Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-08T00:54:25.550Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T00:54:25.550Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T00:54:25.776Z] prd-ubuntu20.04-docker-8c-8g-8707 does not seem to be running inside a container [2023-03-08T00:54:25.802Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-08T00:54:27.136Z] $ docker top 4ba3072299bf3f9ec69f365e7fabb0f26d5bb725b600cf4b28d31253a6df9ad3 -eo pid,comm [2023-03-08T00:54:27.189Z] 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-03-08T00:54:27.189Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T00:54:27.308Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T00:54:27.308Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T00:54:27.416Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T00:54:27.414Z] $ docker exec 4ba3072299bf3f9ec69f365e7fabb0f26d5bb725b600cf4b28d31253a6df9ad3 ssh-agent [2023-03-08T00:54:27.525Z] SSH_AUTH_SOCK=/tmp/ssh-wBv1nVjWsTHb/agent.33 [2023-03-08T00:54:27.525Z] SSH_AGENT_PID=39 [2023-03-08T00:54:27.531Z] Running ssh-add (command line suppressed) [2023-03-08T00:54:27.626Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_1847563934056741840.key (/w/workspace/edgex-go/1@tmp/private_key_1847563934056741840.key) [2023-03-08T00:54:27.642Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T00:54:27.966Z] + git tag --points-at HEAD [Pipeline] } [2023-03-08T00:54:27.985Z] $ docker exec --env ******** --env ******** 4ba3072299bf3f9ec69f365e7fabb0f26d5bb725b600cf4b28d31253a6df9ad3 ssh-agent -k [2023-03-08T00:54:28.094Z] unset SSH_AUTH_SOCK; [2023-03-08T00:54:28.095Z] unset SSH_AGENT_PID; [2023-03-08T00:54:28.095Z] echo Agent pid 39 killed; [2023-03-08T00:54:28.115Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-08T00:54:28.203Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T00:54:28.203Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T00:54:28.304Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T00:54:28.303Z] $ docker exec 4ba3072299bf3f9ec69f365e7fabb0f26d5bb725b600cf4b28d31253a6df9ad3 ssh-agent [2023-03-08T00:54:28.410Z] SSH_AUTH_SOCK=/tmp/ssh-IVtzxGezwIxx/agent.72 [2023-03-08T00:54:28.410Z] SSH_AGENT_PID=78 [2023-03-08T00:54:28.415Z] Running ssh-add (command line suppressed) [2023-03-08T00:54:28.514Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6547227735464837175.key (/w/workspace/edgex-go/1@tmp/private_key_6547227735464837175.key) [2023-03-08T00:54:28.533Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T00:54:28.859Z] + git semver init [2023-03-08T00:54:29.117Z] 2023-03-08 00:54:29,113 [run_init] DEBUG init version:0.0.0 force:False [2023-03-08T00:54:29.376Z] 2023-03-08 00:54:29,114 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-03-08T00:54:29.376Z] 2023-03-08 00:54:29,114 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-03-08T00:54:29.376Z] 2023-03-08 00:54:29,115 [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-03-08T00:54:33.570Z] 2023-03-08 00:54:33,527 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-03-08T00:54:33.570Z] 2023-03-08 00:54:33,527 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4419 with force:False [2023-03-08T00:54:33.570Z] 2023-03-08 00:54:33,527 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4419 [2023-03-08T00:54:33.570Z] 2023-03-08 00:54:33,531 [execute] INFO git cat-file --batch-check [2023-03-08T00:54:33.570Z] 2023-03-08 00:54:33,532 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T00:54:33.570Z] 2023-03-08 00:54:33,536 [execute] INFO git cat-file --batch [2023-03-08T00:54:33.570Z] 2023-03-08 00:54:33,537 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T00:54:33.570Z] 2023-03-08 00:54:33,541 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4419 [2023-03-08T00:54:33.570Z] 0.0.0 [Pipeline] } [2023-03-08T00:54:33.593Z] $ docker exec --env ******** --env ******** 4ba3072299bf3f9ec69f365e7fabb0f26d5bb725b600cf4b28d31253a6df9ad3 ssh-agent -k [2023-03-08T00:54:33.688Z] unset SSH_AUTH_SOCK; [2023-03-08T00:54:33.689Z] unset SSH_AGENT_PID; [2023-03-08T00:54:33.689Z] echo Agent pid 78 killed; [2023-03-08T00:54:33.697Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T00:54:34.102Z] + git semver [Pipeline] } [2023-03-08T00:54:34.691Z] $ docker stop --time=1 4ba3072299bf3f9ec69f365e7fabb0f26d5bb725b600cf4b28d31253a6df9ad3 [2023-03-08T00:54:36.004Z] $ docker rm -f --volumes 4ba3072299bf3f9ec69f365e7fabb0f26d5bb725b600cf4b28d31253a6df9ad3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T00:54:36.387Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-08T00:54:36.646Z] Stashed 1 file(s) [Pipeline] echo [2023-03-08T00:54:36.663Z] [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-03-08T00:54:37.413Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-03-08T00:54:37.452Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T00:54:37.488Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T00:54:37.517Z] ========================================================= [2023-03-08T00:54:37.517Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-08T00:54:37.517Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-08T00:54:37.853Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T00:54:37.853Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-08T00:54:37.853Z] 213ec9aee27d: Pulling fs layer [2023-03-08T00:54:37.853Z] 4583459ba037: Pulling fs layer [2023-03-08T00:54:37.853Z] 93c1e223e6f2: Pulling fs layer [2023-03-08T00:54:37.853Z] 53926ce57604: Pulling fs layer [2023-03-08T00:54:37.853Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-08T00:54:37.853Z] 22ff95d597cd: Pulling fs layer [2023-03-08T00:54:37.853Z] 12d6caf4c0d1: Pulling fs layer [2023-03-08T00:54:37.853Z] 96b7cbca73a9: Pulling fs layer [2023-03-08T00:54:37.853Z] a7acece74701: Pulling fs layer [2023-03-08T00:54:37.853Z] 22ff95d597cd: Waiting [2023-03-08T00:54:37.853Z] 96b7cbca73a9: Waiting [2023-03-08T00:54:37.853Z] a7acece74701: Waiting [2023-03-08T00:54:37.853Z] 53926ce57604: Waiting [2023-03-08T00:54:37.853Z] 93c1e223e6f2: Verifying Checksum [2023-03-08T00:54:37.853Z] 93c1e223e6f2: Download complete [2023-03-08T00:54:37.853Z] 4583459ba037: Verifying Checksum [2023-03-08T00:54:37.853Z] 4583459ba037: Download complete [2023-03-08T00:54:37.853Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-08T00:54:37.853Z] 21b2b0c7a3f4: Download complete [2023-03-08T00:54:37.853Z] 22ff95d597cd: Verifying Checksum [2023-03-08T00:54:37.853Z] 22ff95d597cd: Download complete [2023-03-08T00:54:37.853Z] 213ec9aee27d: Download complete [2023-03-08T00:54:37.853Z] 12d6caf4c0d1: Download complete [2023-03-08T00:54:38.114Z] 213ec9aee27d: Pull complete [2023-03-08T00:54:38.114Z] 4583459ba037: Pull complete [2023-03-08T00:54:38.114Z] 93c1e223e6f2: Pull complete [2023-03-08T00:54:38.374Z] a7acece74701: Verifying Checksum [2023-03-08T00:54:38.374Z] a7acece74701: Download complete [2023-03-08T00:54:38.635Z] 96b7cbca73a9: Verifying Checksum [2023-03-08T00:54:38.635Z] 96b7cbca73a9: Download complete [2023-03-08T00:54:38.635Z] 53926ce57604: Verifying Checksum [2023-03-08T00:54:38.635Z] 53926ce57604: Download complete [2023-03-08T00:54:42.820Z] 53926ce57604: Pull complete [2023-03-08T00:54:42.820Z] 21b2b0c7a3f4: Pull complete [2023-03-08T00:54:42.820Z] 22ff95d597cd: Pull complete [2023-03-08T00:54:42.820Z] 12d6caf4c0d1: Pull complete [2023-03-08T00:54:44.721Z] 96b7cbca73a9: Pull complete [2023-03-08T00:54:45.293Z] a7acece74701: Pull complete [2023-03-08T00:54:45.293Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-08T00:54:45.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T00:54:45.293Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-08T00:54:45.658Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T00:54:45.658Z] WORKDIR /edgex [2023-03-08T00:54:45.658Z] COPY go.mod . [2023-03-08T00:54:45.658Z] RUN go mod download [2023-03-08T00:54:45.658Z] + docker build -t ci-base-image-x86_64 -f - . [2023-03-08T00:54:46.227Z] Sending build context to Docker daemon 170.3MB [2023-03-08T00:54:46.227Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T00:54:46.227Z] ---> db6d94c90886 [2023-03-08T00:54:46.227Z] Step 2/4 : WORKDIR /edgex [2023-03-08T00:54:48.134Z] ---> Running in 5965ca6b7415 [2023-03-08T00:54:48.134Z] Removing intermediate container 5965ca6b7415 [2023-03-08T00:54:48.134Z] ---> b7be0f1decad [2023-03-08T00:54:48.134Z] Step 3/4 : COPY go.mod . [2023-03-08T00:54:48.396Z] ---> 6bd6b14c7064 [2023-03-08T00:54:48.396Z] Step 4/4 : RUN go mod download [2023-03-08T00:54:48.396Z] ---> Running in 528b70f4c93d [2023-03-08T00:54:51.954Z] Still waiting to schedule task [2023-03-08T00:54:51.954Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-08T00:54:58.375Z] Removing intermediate container 528b70f4c93d [2023-03-08T00:54:58.375Z] ---> ffee1f627c87 [2023-03-08T00:54:58.375Z] Successfully built ffee1f627c87 [2023-03-08T00:54:58.375Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T00:54:58.741Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-08T00:54:58.741Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T00:54:58.885Z] prd-ubuntu20.04-docker-8c-8g-8707 does not seem to be running inside a container [2023-03-08T00:54:58.920Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-08T00:54:59.287Z] $ docker top 1c666ac218f1474cffbed73863afd0a9e36c37322ae7e4a80dfcd0c455e5a82e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T00:54:59.671Z] + go version [2023-03-08T00:54:59.671Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-08T00:54:59.709Z] $ docker stop --time=1 1c666ac218f1474cffbed73863afd0a9e36c37322ae7e4a80dfcd0c455e5a82e [2023-03-08T00:55:00.997Z] $ docker rm -f --volumes 1c666ac218f1474cffbed73863afd0a9e36c37322ae7e4a80dfcd0c455e5a82e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T00:55:01.690Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-08T00:55:01.690Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T00:55:01.877Z] prd-ubuntu20.04-docker-8c-8g-8707 does not seem to be running inside a container [2023-03-08T00:55:01.917Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-08T00:55:02.294Z] $ docker top d4e199972a77661d3b3678ab8d648ecf2acea066e5de6870f35c05fc6ccfefc2 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-08T00:55:02.395Z] ========================================================= [2023-03-08T00:55:02.395Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-08T00:55:02.395Z] ========================================================= [Pipeline] sh [2023-03-08T00:55:02.687Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-08T00:55:03.039Z] + make test [2023-03-08T00:55:03.039Z] go test -race -coverprofile=coverage.out ./... [2023-03-08T00:55:09.607Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-08T00:55:24.477Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-08T00:55:24.477Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-08T00:55:24.477Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-08T00:55:24.477Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-08T00:55:24.477Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-08T00:55:24.477Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-08T00:55:24.477Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-08T00:55:24.477Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-08T00:55:24.477Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-08T00:55:24.477Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-08T00:55:24.477Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-08T00:55:24.477Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-08T00:55:24.477Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-08T00:55:24.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-08T00:55:24.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.048s coverage: 28.7% of statements [2023-03-08T00:55:24.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-08T00:55:24.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-08T00:55:24.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.096s coverage: 98.5% of statements [2023-03-08T00:55:28.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.107s coverage: 71.2% of statements [2023-03-08T00:55:28.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-08T00:55:28.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-08T00:55:28.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-08T00:55:28.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.094s coverage: 54.0% of statements [2023-03-08T00:55:28.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-08T00:55:28.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-08T00:55:29.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.933s coverage: 88.5% of statements [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-08T00:55:29.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.103s coverage: 3.9% of statements [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-08T00:55:29.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.568s coverage: 95.6% of statements [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-08T00:55:29.652Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.078s coverage: 72.2% of statements [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-08T00:55:29.652Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.081s coverage: 65.9% of statements [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-08T00:55:29.652Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.056s coverage: 0.9% of statements [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-08T00:55:29.652Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.079s coverage: 29.0% of statements [2023-03-08T00:55:29.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-08T00:55:29.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.048s coverage: 45.5% of statements [2023-03-08T00:55:29.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.097s coverage: 82.9% of statements [2023-03-08T00:55:29.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2023-03-08T00:55:29.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.096s coverage: 96.3% of statements [2023-03-08T00:55:29.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2023-03-08T00:55:33.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.096s coverage: 94.4% of statements [2023-03-08T00:55:51.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.380s coverage: 79.9% of statements [2023-03-08T00:55:51.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-08T00:55:51.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.088s coverage: 92.9% of statements [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.042s coverage: 64.4% of statements [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.075s coverage: 86.9% of statements [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.044s coverage: 20.0% of statements [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.064s coverage: 100.0% of statements [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 81.2% of statements [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.084s coverage: 82.1% of statements [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.052s coverage: 84.8% of statements [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.215s coverage: 63.1% of statements [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.159s coverage: 38.4% of statements [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.069s coverage: 89.5% of statements [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.075s coverage: 17.7% of statements [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.157s coverage: 92.3% of statements [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.075s coverage: 61.5% of statements [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-08T00:55:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.098s coverage: 97.7% of statements [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-08T00:55:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-08T00:55:51.929Z] 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-03-08T00:56:13.848Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-03-08T00:56:13.848Z] go vet ./... [2023-03-08T00:56:15.223Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-08T00:56:15.223Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-08T00:56:15.223Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-08T00:56:15.513Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-08T00:56:15.820Z] + ls -al . [2023-03-08T00:56:15.820Z] total 704 [2023-03-08T00:56:15.820Z] drwxrwxr-x 11 1001 1001 4096 Mar 8 00:55 . [2023-03-08T00:56:15.820Z] drwxr-xr-x 4 root root 4096 Mar 8 00:55 .. [2023-03-08T00:56:15.820Z] drwxrwxr-x 2 1001 1001 4096 Mar 8 00:54 .blubracket [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 16 Mar 8 00:54 .dockerignore [2023-03-08T00:56:15.820Z] drwxrwxr-x 8 1001 1001 4096 Mar 8 00:55 .git [2023-03-08T00:56:15.820Z] drwxrwxr-x 3 1001 1001 4096 Mar 8 00:54 .github [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 1112 Mar 8 00:54 .gitignore [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 42 Mar 8 00:54 .golangci.yml [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 87 Mar 8 00:54 .hadolint.yml [2023-03-08T00:56:15.820Z] drwxr-xr-x 3 1001 1001 4096 Mar 8 00:54 .semver [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 166 Mar 8 00:54 .sonarcloud.properties [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 1171 Mar 8 00:54 ADOPTERS.md [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 10825 Mar 8 00:54 Attribution.txt [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 73765 Mar 8 00:54 CHANGELOG.md [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 3804 Mar 8 00:54 CONTRIBUTING.md [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 677 Mar 8 00:54 GOVERNANCE.md [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 883 Mar 8 00:54 Jenkinsfile [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 10775 Mar 8 00:54 LICENSE [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 14071 Mar 8 00:54 Makefile [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 582 Mar 8 00:54 OWNERS.md [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 9403 Mar 8 00:54 README.md [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 6912 Mar 8 00:54 SECURITY.md [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 5 Mar 8 00:54 VERSION [2023-03-08T00:56:15.820Z] drwxrwxr-x 2 1001 1001 4096 Mar 8 00:54 bin [2023-03-08T00:56:15.820Z] drwxrwxr-x 18 1001 1001 4096 Mar 8 00:54 cmd [2023-03-08T00:56:15.820Z] -rw-r--r-- 1 root root 447487 Mar 8 00:55 coverage.out [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 3232 Mar 8 00:54 go.mod [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 31098 Mar 8 00:54 go.sum [2023-03-08T00:56:15.820Z] drwxrwxr-x 7 1001 1001 4096 Mar 8 00:54 internal [2023-03-08T00:56:15.820Z] drwxrwxr-x 3 1001 1001 4096 Mar 8 00:54 openapi [2023-03-08T00:56:15.820Z] drwxrwxr-x 4 1001 1001 4096 Mar 8 00:54 snap [2023-03-08T00:56:15.820Z] -rw-rw-r-- 1 1001 1001 204 Mar 8 00:54 version.go [Pipeline] sh [2023-03-08T00:56:16.134Z] + '[' -e coverage.out ] [2023-03-08T00:56:16.134Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-08T00:56:16.268Z] Stashed 1 file(s) [Pipeline] sh [2023-03-08T00:56:16.564Z] + make build [2023-03-08T00:56:16.564Z] 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-03-08T00:56:31.436Z] 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-03-08T00:56:31.436Z] 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-03-08T00:56:31.693Z] 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-03-08T00:56:32.632Z] 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-03-08T00:56:40.734Z] 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-03-08T00:56:41.300Z] 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-03-08T00:56:42.673Z] 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-03-08T00:56:44.043Z] 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-03-08T00:56:44.977Z] 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-03-08T00:56:45.911Z] 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-03-08T00:56:47.286Z] 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-03-08T00:56:48.695Z] $ docker stop --time=1 d4e199972a77661d3b3678ab8d648ecf2acea066e5de6870f35c05fc6ccfefc2 [2023-03-08T00:56:50.962Z] $ docker rm -f --volumes d4e199972a77661d3b3678ab8d648ecf2acea066e5de6870f35c05fc6ccfefc2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T00:56:52.178Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-08T00:56:52.178Z] [2023-03-08T00:56:52.178Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T00:56:52.554Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-08T00:56:52.554Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-08T00:56:52.554Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-08T00:56:52.554Z] ca9280d653b3: Pulling fs layer [2023-03-08T00:56:52.554Z] 7e9c9ca2126c: Pulling fs layer [2023-03-08T00:56:52.814Z] cbdbe7a5bc2a: Verifying Checksum [2023-03-08T00:56:52.814Z] cbdbe7a5bc2a: Download complete [2023-03-08T00:56:52.814Z] ca9280d653b3: Verifying Checksum [2023-03-08T00:56:52.814Z] ca9280d653b3: Download complete [2023-03-08T00:56:52.814Z] cbdbe7a5bc2a: Pull complete [2023-03-08T00:56:53.382Z] 7e9c9ca2126c: Download complete [2023-03-08T00:56:53.382Z] ca9280d653b3: Pull complete [2023-03-08T00:56:56.671Z] 7e9c9ca2126c: Pull complete [2023-03-08T00:56:56.671Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-08T00:56:56.671Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-08T00:56:56.671Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T00:56:56.888Z] prd-ubuntu20.04-docker-8c-8g-8707 does not seem to be running inside a container [2023-03-08T00:56:56.933Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-08T00:56:58.166Z] $ docker top a3a02eeaaa333060539f9f3cb5976008710909bbf7c1e1e320bf0daac8505e82 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T00:56:58.532Z] + docker-compose build --help [2023-03-08T00:56:58.532Z] + grep parallel [2023-03-08T00:56:59.101Z] --parallel Build images in parallel. [Pipeline] } [2023-03-08T00:56:59.146Z] $ docker stop --time=1 a3a02eeaaa333060539f9f3cb5976008710909bbf7c1e1e320bf0daac8505e82 [2023-03-08T00:57:00.409Z] $ docker rm -f --volumes a3a02eeaaa333060539f9f3cb5976008710909bbf7c1e1e320bf0daac8505e82 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T00:57:01.070Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-08T00:57:01.070Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T00:57:01.222Z] prd-ubuntu20.04-docker-8c-8g-8707 does not seem to be running inside a container [2023-03-08T00:57:01.267Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-08T00:57:01.630Z] $ docker top 6026a90e2fc1ba6520f5123f5158093ccc7b4ccc997be8371f3a982b3f90cfb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T00:57:02.017Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-08T00:57:02.586Z] Building core-command ... [2023-03-08T00:57:02.586Z] Building core-common-config-bootstrapper ... [2023-03-08T00:57:02.586Z] Building core-data ... [2023-03-08T00:57:02.586Z] Building core-metadata ... [2023-03-08T00:57:02.586Z] Building security-bootstrapper ... [2023-03-08T00:57:02.586Z] Building security-proxy-auth ... [2023-03-08T00:57:02.586Z] Building security-proxy-setup ... [2023-03-08T00:57:02.586Z] Building security-secretstore-setup ... [2023-03-08T00:57:02.586Z] Building security-spiffe-token-provider ... [2023-03-08T00:57:02.586Z] Building security-spire-agent ... [2023-03-08T00:57:02.586Z] Building security-spire-config ... [2023-03-08T00:57:02.586Z] Building security-spire-server ... [2023-03-08T00:57:02.586Z] Building support-notifications ... [2023-03-08T00:57:02.586Z] Building support-scheduler ... [2023-03-08T00:57:02.586Z] Building security-spire-config [2023-03-08T00:57:02.586Z] Building security-secretstore-setup [2023-03-08T00:57:02.586Z] Building security-spire-server [2023-03-08T00:57:02.586Z] Building security-bootstrapper [2023-03-08T00:57:02.586Z] Building security-spiffe-token-provider [2023-03-08T00:57:17.466Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T00:57:17.466Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T00:57:17.466Z] ---> ffee1f627c87 [2023-03-08T00:57:17.466Z] Step 3/23 : WORKDIR /edgex-go [2023-03-08T00:57:17.466Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T00:57:17.466Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T00:57:17.466Z] ---> ffee1f627c87 [2023-03-08T00:57:17.466Z] Step 3/24 : WORKDIR /edgex-go [2023-03-08T00:57:17.466Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T00:57:17.466Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T00:57:17.466Z] ---> ffee1f627c87 [2023-03-08T00:57:17.466Z] Step 3/23 : WORKDIR /edgex-go [2023-03-08T00:57:17.466Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T00:57:17.466Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-08T00:57:17.466Z] ---> ffee1f627c87 [2023-03-08T00:57:17.466Z] Step 3/32 : WORKDIR /edgex-go [2023-03-08T00:57:17.466Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T00:57:17.466Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-08T00:57:17.466Z] ---> ffee1f627c87 [2023-03-08T00:57:17.466Z] Step 3/19 : WORKDIR /edgex-go [2023-03-08T00:57:18.402Z] ---> Running in 8d34fceb80eb [2023-03-08T00:57:18.402Z] ---> Running in d8076b9a6f06 [2023-03-08T00:57:18.402Z] ---> Running in 78edb4c8efb9 [2023-03-08T00:57:18.402Z] ---> Running in 2299ae01e021 [2023-03-08T00:57:18.402Z] ---> Running in ed0329a62437 [2023-03-08T00:57:18.402Z] Removing intermediate container ed0329a62437 [2023-03-08T00:57:18.402Z] ---> 66b0686f7862 [2023-03-08T00:57:18.402Z] Removing intermediate container 8d34fceb80eb [2023-03-08T00:57:18.402Z] Step 4/32 : RUN apk add --update --no-cache make git ---> faeab7ef4be1 [2023-03-08T00:57:18.402Z] [2023-03-08T00:57:18.402Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T00:57:18.402Z] Removing intermediate container d8076b9a6f06 [2023-03-08T00:57:18.402Z] ---> b8829cd9a256 [2023-03-08T00:57:18.402Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-08T00:57:18.402Z] Removing intermediate container 78edb4c8efb9 [2023-03-08T00:57:18.402Z] ---> 7d58ecc5a3cf [2023-03-08T00:57:18.402Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-08T00:57:18.402Z] Removing intermediate container 2299ae01e021 [2023-03-08T00:57:18.402Z] ---> 0fa8c8e939d2 [2023-03-08T00:57:18.402Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T00:57:18.402Z] ---> Running in 9d2cde45f9d3 [2023-03-08T00:57:18.402Z] ---> Running in 39c83e88870f [2023-03-08T00:57:18.402Z] ---> Running in bbe6b450c8a7 [2023-03-08T00:57:18.402Z] ---> Running in 41ea8c0a796d [2023-03-08T00:57:18.402Z] ---> Running in 60af71623273 [2023-03-08T00:57:18.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:57:18.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:57:18.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:57:19.230Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:57:19.230Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:57:19.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:57:19.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:57:19.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:57:19.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:57:19.488Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:57:19.488Z] OK: 211 MiB in 51 packages [2023-03-08T00:57:19.488Z] OK: 211 MiB in 51 packages [2023-03-08T00:57:19.488Z] OK: 211 MiB in 51 packages [2023-03-08T00:57:19.746Z] OK: 211 MiB in 51 packages [2023-03-08T00:57:19.746Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-08T00:57:19.746Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-08T00:57:19.746Z] OK: 17046 distinct packages available [2023-03-08T00:57:19.746Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:57:20.004Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:57:20.004Z] Removing intermediate container bbe6b450c8a7 [2023-03-08T00:57:20.004Z] ---> 0e597ff8aa98 [2023-03-08T00:57:20.004Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-08T00:57:20.261Z] OK: 211 MiB in 51 packages [2023-03-08T00:57:20.261Z] Removing intermediate container 9d2cde45f9d3 [2023-03-08T00:57:20.261Z] ---> 2c3dc44cfb5d [2023-03-08T00:57:20.261Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-08T00:57:20.261Z] Removing intermediate container 39c83e88870f [2023-03-08T00:57:20.261Z] ---> c423c83dbbb3 [2023-03-08T00:57:20.261Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-08T00:57:20.261Z] ---> bc53636184b3 [2023-03-08T00:57:20.261Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T00:57:20.261Z] Removing intermediate container 41ea8c0a796d [2023-03-08T00:57:20.261Z] ---> 08c0f8792373 [2023-03-08T00:57:20.261Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-08T00:57:20.261Z] ---> Running in 7965d06f29bb [2023-03-08T00:57:20.261Z] ---> 7409e8632e41 [2023-03-08T00:57:20.261Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T00:57:20.519Z] ---> Running in 5d2f879ffcff [2023-03-08T00:57:20.520Z] ---> e910845e528d [2023-03-08T00:57:20.520Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T00:57:20.520Z] ---> Running in e322fd6ff32e [2023-03-08T00:57:20.520Z] ---> 17363c6cfd09 [2023-03-08T00:57:20.520Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T00:57:20.520Z] ---> Running in 22981352a187 [2023-03-08T00:57:20.520Z] Removing intermediate container 60af71623273 [2023-03-08T00:57:20.520Z] ---> ae4e836ef6cc [2023-03-08T00:57:20.520Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-08T00:57:20.777Z] ---> 8d839014e184 [2023-03-08T00:57:20.777Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T00:57:20.777Z] ---> Running in 53587eb0985b [2023-03-08T00:57:52.851Z] Removing intermediate container 53587eb0985b [2023-03-08T00:57:52.851Z] ---> 5e6666e97ec9 [2023-03-08T00:57:52.851Z] Step 7/19 : COPY . . [2023-03-08T00:57:52.851Z] Removing intermediate container 7965d06f29bb [2023-03-08T00:57:52.851Z] ---> 98bb281bb2df [2023-03-08T00:57:52.851Z] Step 7/23 : COPY . . [2023-03-08T00:57:52.851Z] Removing intermediate container e322fd6ff32e [2023-03-08T00:57:52.851Z] ---> 124bf0800b62 [2023-03-08T00:57:52.851Z] Step 7/24 : COPY . . [2023-03-08T00:57:52.851Z] Removing intermediate container 5d2f879ffcff [2023-03-08T00:57:52.851Z] ---> f57819cb17e5 [2023-03-08T00:57:52.851Z] Step 7/32 : COPY . . [2023-03-08T00:57:52.851Z] Removing intermediate container 22981352a187 [2023-03-08T00:57:52.851Z] ---> 77117fe7edd4 [2023-03-08T00:57:52.851Z] Step 7/23 : COPY . . [2023-03-08T00:57:59.414Z] ---> a07f8e23d832 [2023-03-08T00:57:59.414Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T00:57:59.414Z] ---> 9fc92e518cfe [2023-03-08T00:57:59.414Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-08T00:57:59.414Z] ---> 7ac478c2669b [2023-03-08T00:57:59.414Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T00:57:59.414Z] ---> 9637896738d5 [2023-03-08T00:57:59.414Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-08T00:57:59.414Z] ---> 8472f665ff45 [2023-03-08T00:57:59.414Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-08T00:57:59.414Z] ---> Running in ef0275f7f565 [2023-03-08T00:57:59.414Z] ---> Running in 5667a8547226 [2023-03-08T00:57:59.414Z] ---> Running in 04939268167a [2023-03-08T00:57:59.414Z] ---> Running in a34c7f2bf159 [2023-03-08T00:57:59.414Z] ---> Running in 4a63f110051d [2023-03-08T00:57:59.414Z] Removing intermediate container 04939268167a [2023-03-08T00:57:59.414Z] ---> 86a0aff93e2e [2023-03-08T00:57:59.414Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-08T00:57:59.414Z] Removing intermediate container 4a63f110051d [2023-03-08T00:57:59.414Z] ---> 824e0f2c7a92 [2023-03-08T00:57:59.414Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-08T00:57:59.414Z] ---> Running in f23a8ad569e7 [2023-03-08T00:57:59.414Z] ---> Running in 09262b3da5e8 [2023-03-08T00:57:59.672Z] Removing intermediate container 09262b3da5e8 [2023-03-08T00:57:59.672Z] ---> eafda3ef351c [2023-03-08T00:57:59.672Z] Step 10/24 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-08T00:57:59.672Z] Removing intermediate container f23a8ad569e7 [2023-03-08T00:57:59.672Z] ---> 8a9c6afe6c53 [2023-03-08T00:57:59.672Z] Step 10/23 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-08T00:57:59.672Z] 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-03-08T00:57:59.672Z] ---> Running in bb48a832b90c [2023-03-08T00:57:59.672Z] ---> Running in 9c04b87f1aeb [2023-03-08T00:57:59.931Z] 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-03-08T00:57:59.931Z] 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-03-08T00:58:00.865Z] Removing intermediate container bb48a832b90c [2023-03-08T00:58:00.865Z] ---> d61e17488a8d [2023-03-08T00:58:00.865Z] Step 11/24 : WORKDIR /edgex-go [2023-03-08T00:58:00.865Z] Removing intermediate container 9c04b87f1aeb [2023-03-08T00:58:00.865Z] ---> 120e9d70565b [2023-03-08T00:58:00.865Z] Step 11/23 : WORKDIR /edgex-go [2023-03-08T00:58:00.865Z] ---> Running in 6b6d01b460d8 [2023-03-08T00:58:00.865Z] ---> Running in c357adf0ae32 [2023-03-08T00:58:00.865Z] Removing intermediate container 6b6d01b460d8 [2023-03-08T00:58:00.865Z] ---> e8d1a2b1a583 [2023-03-08T00:58:00.865Z] [2023-03-08T00:58:00.865Z] Step 12/24 : FROM alpine:3.15 [2023-03-08T00:58:00.865Z] Removing intermediate container c357adf0ae32 [2023-03-08T00:58:00.865Z] ---> 3faf0de75f7b [2023-03-08T00:58:00.865Z] [2023-03-08T00:58:00.865Z] Step 12/23 : FROM alpine:3.15 [2023-03-08T00:58:01.798Z] 3.15: Pulling from library/alpine [2023-03-08T00:58:01.798Z] 3.15: Pulling from library/alpine [2023-03-08T00:58:02.734Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-08T00:58:02.734Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-08T00:58:02.734Z] Status: Image is up to date for alpine:3.15 [2023-03-08T00:58:02.734Z] Status: Downloaded newer image for alpine:3.15 [2023-03-08T00:58:02.734Z] ---> 5ce65d7b0fde [2023-03-08T00:58:02.734Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T00:58:02.734Z] ---> 5ce65d7b0fde [2023-03-08T00:58:02.734Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T00:58:02.734Z] ---> Running in a9048944987d [2023-03-08T00:58:02.734Z] ---> Running in 6857084eed10 [2023-03-08T00:58:02.992Z] Removing intermediate container a9048944987d [2023-03-08T00:58:02.992Z] Removing intermediate container 6857084eed10 [2023-03-08T00:58:02.992Z] ---> d536bdb15f52 [2023-03-08T00:58:02.992Z] ---> a1ff56f0afce [2023-03-08T00:58:02.992Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompatStep 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-08T00:58:02.992Z] [2023-03-08T00:58:02.992Z] ---> Running in b661babd4f7e [2023-03-08T00:58:02.992Z] ---> Running in 5435eb1907b5 [2023-03-08T00:58:03.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:03.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:04.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:04.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:04.334Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T00:58:04.334Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T00:58:04.334Z] OK: 15859 distinct packages available [2023-03-08T00:58:04.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:04.592Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:04.592Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T00:58:04.592Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T00:58:04.592Z] OK: 15859 distinct packages available [2023-03-08T00:58:04.592Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:04.592Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:04.850Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-08T00:58:04.850Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-08T00:58:04.850Z] (3/5) Installing libucontext (1.1-r0) [2023-03-08T00:58:04.850Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-08T00:58:04.850Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-08T00:58:04.850Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T00:58:04.850Z] OK: 7 MiB in 19 packages [2023-03-08T00:58:04.850Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-08T00:58:04.850Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-08T00:58:04.850Z] (3/4) Installing libucontext (1.1-r0) [2023-03-08T00:58:04.850Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-08T00:58:04.850Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T00:58:04.850Z] OK: 6 MiB in 18 packages [2023-03-08T00:58:06.221Z] Removing intermediate container 5435eb1907b5 [2023-03-08T00:58:06.221Z] ---> c94f31817a3b [2023-03-08T00:58:06.221Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T00:58:06.221Z] Removing intermediate container b661babd4f7e [2023-03-08T00:58:06.221Z] ---> 0d2336c85ea6 [2023-03-08T00:58:06.221Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T00:58:08.747Z] ---> 9f19fa0fefbf [2023-03-08T00:58:08.747Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T00:58:08.747Z] ---> 0b9aecbe447c [2023-03-08T00:58:08.747Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T00:58:09.313Z] ---> 615b5b696eca [2023-03-08T00:58:09.313Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-08T00:58:09.313Z] ---> a1b060aa632e [2023-03-08T00:58:09.313Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-08T00:58:09.572Z] ---> Running in 3f0a751ed7d2 [2023-03-08T00:58:10.138Z] Removing intermediate container 3f0a751ed7d2 [2023-03-08T00:58:10.138Z] ---> a68f6b9c4176 [2023-03-08T00:58:10.138Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-08T00:58:10.138Z] ---> 598be2b09c6f [2023-03-08T00:58:10.138Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-08T00:58:10.704Z] ---> f9da6a5cc08d [2023-03-08T00:58:10.704Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T00:58:10.704Z] ---> aa8d84f261d5 [2023-03-08T00:58:10.704Z] Step 19/24 : WORKDIR / [2023-03-08T00:58:10.962Z] ---> Running in f74b2dbed220 [2023-03-08T00:58:10.962Z] ---> Running in b089c5f114b5 [2023-03-08T00:58:11.220Z] Removing intermediate container b089c5f114b5 [2023-03-08T00:58:11.220Z] ---> 1cf012ffb904 [2023-03-08T00:58:11.220Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T00:58:11.220Z] Removing intermediate container f74b2dbed220 [2023-03-08T00:58:11.220Z] ---> 00806557ca0d [2023-03-08T00:58:11.220Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T00:58:11.486Z] ---> Running in 7d2c51c1f0eb [2023-03-08T00:58:11.486Z] ---> Running in 0a00ebae61f2 [2023-03-08T00:58:11.744Z] Removing intermediate container 0a00ebae61f2 [2023-03-08T00:58:11.744Z] ---> c53282a5b979 [2023-03-08T00:58:11.744Z] Step 21/23 : LABEL arch=x86_64 [2023-03-08T00:58:11.744Z] Removing intermediate container 7d2c51c1f0eb [2023-03-08T00:58:11.744Z] ---> bb16267ba12d [2023-03-08T00:58:11.744Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T00:58:12.002Z] ---> Running in cf23f96c682d [2023-03-08T00:58:12.002Z] ---> Running in b2bacff2c70b [2023-03-08T00:58:12.259Z] Removing intermediate container b2bacff2c70b [2023-03-08T00:58:12.259Z] ---> 6555e7fe2d48 [2023-03-08T00:58:12.259Z] Step 22/24 : LABEL arch=x86_64 [2023-03-08T00:58:12.259Z] Removing intermediate container cf23f96c682d [2023-03-08T00:58:12.259Z] ---> 638740113175 [2023-03-08T00:58:12.259Z] Step 22/23 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T00:58:12.259Z] ---> Running in 05808c72ed21 [2023-03-08T00:58:12.259Z] ---> Running in 011d5d805076 [2023-03-08T00:58:12.516Z] Removing intermediate container 05808c72ed21 [2023-03-08T00:58:12.516Z] ---> 448bb833e8eb [2023-03-08T00:58:12.516Z] Step 23/24 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T00:58:12.516Z] ---> Running in 31caa4530022 [2023-03-08T00:58:12.776Z] Removing intermediate container 011d5d805076 [2023-03-08T00:58:12.776Z] ---> a664057f1e1a [2023-03-08T00:58:12.776Z] Step 23/23 : LABEL version=0.0.0 [2023-03-08T00:58:12.776Z] ---> Running in 7a5954a05854 [2023-03-08T00:58:12.776Z] Removing intermediate container 31caa4530022 [2023-03-08T00:58:12.776Z] ---> 920f459e0ecc [2023-03-08T00:58:12.776Z] Step 24/24 : LABEL version=0.0.0 [2023-03-08T00:58:13.033Z] ---> Running in e20d7199d62c [2023-03-08T00:58:13.033Z] Removing intermediate container 7a5954a05854 [2023-03-08T00:58:13.033Z] ---> ded36ab2be14 [2023-03-08T00:58:13.033Z] [2023-03-08T00:58:13.033Z] Successfully built ded36ab2be14 [2023-03-08T00:58:13.033Z] Successfully tagged security-spire-server:latest [2023-03-08T00:58:13.034Z]  Building security-spire-server ... done Building core-metadata [2023-03-08T00:58:13.599Z] Removing intermediate container e20d7199d62c [2023-03-08T00:58:13.599Z] ---> c3f4550c48df [2023-03-08T00:58:13.599Z] [2023-03-08T00:58:13.599Z] Successfully built c3f4550c48df [2023-03-08T00:58:13.599Z] Successfully tagged security-spire-config:latest [2023-03-08T00:58:13.599Z] Building core-data [2023-03-08T00:58:17.777Z]  Building security-spire-config ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T00:58:17.777Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T00:58:17.777Z] ---> ffee1f627c87 [2023-03-08T00:58:17.777Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-08T00:58:18.711Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T00:58:18.711Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T00:58:18.711Z] ---> ffee1f627c87 [2023-03-08T00:58:18.711Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T00:58:20.615Z] ---> Running in c71748399260 [2023-03-08T00:58:20.615Z] ---> Running in be1d112ce448 [2023-03-08T00:58:20.615Z] Removing intermediate container c71748399260 [2023-03-08T00:58:20.615Z] ---> f88a800fae12 [2023-03-08T00:58:20.615Z] Step 4/24 : WORKDIR /edgex-go [2023-03-08T00:58:20.615Z] Removing intermediate container be1d112ce448 [2023-03-08T00:58:20.615Z] ---> d875afd8dd09 [2023-03-08T00:58:20.615Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T00:58:20.615Z] ---> Running in b92c79665887 [2023-03-08T00:58:20.615Z] ---> Running in e10a96d2340a [2023-03-08T00:58:20.873Z] Removing intermediate container b92c79665887 [2023-03-08T00:58:20.873Z] ---> fab8a9bfda8e [2023-03-08T00:58:20.873Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-08T00:58:21.131Z] ---> Running in 2b0e5eaba613 [2023-03-08T00:58:21.131Z] Removing intermediate container e10a96d2340a [2023-03-08T00:58:21.131Z] ---> 7447fa9f560b [2023-03-08T00:58:21.131Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T00:58:21.131Z] ---> Running in ef08be29dcbe [2023-03-08T00:58:21.702Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:21.702Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:21.702Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:21.961Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:21.961Z] OK: 211 MiB in 51 packages [2023-03-08T00:58:21.961Z] OK: 211 MiB in 51 packages [2023-03-08T00:58:22.894Z] Removing intermediate container 2b0e5eaba613 [2023-03-08T00:58:22.894Z] ---> 3cc89f409b85 [2023-03-08T00:58:22.894Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-08T00:58:22.894Z] Removing intermediate container ef08be29dcbe [2023-03-08T00:58:22.894Z] ---> 704d123edd48 [2023-03-08T00:58:22.894Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T00:58:23.461Z] ---> 9fb12a1b15ab [2023-03-08T00:58:23.461Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T00:58:23.461Z] ---> 79de7fd119c8 [2023-03-08T00:58:23.461Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T00:58:23.461Z] ---> Running in 2e626f1a21ec [2023-03-08T00:58:23.461Z] ---> Running in e33b847493a5 [2023-03-08T00:58:23.719Z] 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-03-08T00:58:26.252Z] Removing intermediate container 5667a8547226 [2023-03-08T00:58:26.252Z] ---> 4c4621186b0d [2023-03-08T00:58:26.252Z] [2023-03-08T00:58:26.252Z] Step 9/32 : FROM alpine:3.16 [2023-03-08T00:58:26.252Z] 3.16: Pulling from library/alpine [2023-03-08T00:58:26.252Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T00:58:26.252Z] Status: Downloaded newer image for alpine:3.16 [2023-03-08T00:58:26.252Z] ---> dfd21b5a31f5 [2023-03-08T00:58:26.252Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T00:58:26.533Z] ---> Running in 5513d051887a [2023-03-08T00:58:26.533Z] Removing intermediate container 5513d051887a [2023-03-08T00:58:26.533Z] ---> 90d2baf9ddda [2023-03-08T00:58:26.533Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-08T00:58:26.793Z] ---> Running in 3cc907ddab6d [2023-03-08T00:58:27.361Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:27.361Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:27.361Z] Removing intermediate container ef0275f7f565 [2023-03-08T00:58:27.361Z] ---> bbd7ff6375b1 [2023-03-08T00:58:27.361Z] [2023-03-08T00:58:27.361Z] Step 9/23 : FROM alpine:3.16 [2023-03-08T00:58:27.361Z] ---> dfd21b5a31f5 [2023-03-08T00:58:27.361Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-08T00:58:27.623Z] ---> Running in 26e51974771f [2023-03-08T00:58:27.623Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-08T00:58:27.623Z] (2/2) Installing su-exec (0.2-r1) [2023-03-08T00:58:27.623Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T00:58:27.623Z] OK: 6 MiB in 16 packages [2023-03-08T00:58:27.881Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:28.140Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:28.405Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-08T00:58:28.405Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-08T00:58:28.405Z] (3/3) Installing su-exec (0.2-r1) [2023-03-08T00:58:28.405Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T00:58:28.405Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T00:58:28.405Z] Removing intermediate container 3cc907ddab6d [2023-03-08T00:58:28.405Z] ---> af782e90a8c5 [2023-03-08T00:58:28.405Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-08T00:58:28.664Z] OK: 6 MiB in 17 packages [2023-03-08T00:58:28.664Z] ---> Running in 547f5bc58f67 [2023-03-08T00:58:28.664Z] Removing intermediate container 547f5bc58f67 [2023-03-08T00:58:28.664Z] ---> d0ae9818bd4d [2023-03-08T00:58:28.664Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-08T00:58:28.664Z] ---> Running in b9820ef0c8ea [2023-03-08T00:58:28.923Z] Removing intermediate container b9820ef0c8ea [2023-03-08T00:58:28.923Z] ---> 5549ffa17dc0 [2023-03-08T00:58:28.923Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-08T00:58:28.923Z] ---> Running in 201a4a56e337 [2023-03-08T00:58:29.181Z] Removing intermediate container 26e51974771f [2023-03-08T00:58:29.181Z] ---> 2bcaefbce34f [2023-03-08T00:58:29.181Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-08T00:58:29.181Z] Removing intermediate container 201a4a56e337 [2023-03-08T00:58:29.181Z] ---> 967e4a7feb71 [2023-03-08T00:58:29.181Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-08T00:58:29.181Z] ---> Running in 8f8cec70a35b [2023-03-08T00:58:29.181Z] ---> Running in 58e1656449bf [2023-03-08T00:58:29.440Z] Removing intermediate container 8f8cec70a35b [2023-03-08T00:58:29.440Z] ---> 7dac3ea2baf0 [2023-03-08T00:58:29.440Z] Step 12/23 : WORKDIR / [2023-03-08T00:58:29.440Z] Removing intermediate container 58e1656449bf [2023-03-08T00:58:29.440Z] ---> a457cc144eb7 [2023-03-08T00:58:29.440Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-08T00:58:29.440Z] ---> Running in 919af86c87ff [2023-03-08T00:58:29.440Z] ---> Running in 977b5af51d30 [2023-03-08T00:58:29.700Z] Removing intermediate container 919af86c87ff [2023-03-08T00:58:29.700Z] ---> 9e77984a1556 [2023-03-08T00:58:29.700Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-08T00:58:29.700Z] Removing intermediate container a34c7f2bf159 [2023-03-08T00:58:29.700Z] ---> 807ec2a01203 [2023-03-08T00:58:29.700Z] [2023-03-08T00:58:29.700Z] Step 9/19 : FROM alpine:3.15 [2023-03-08T00:58:29.701Z] ---> 5ce65d7b0fde [2023-03-08T00:58:29.701Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T00:58:29.701Z] ---> Using cache [2023-03-08T00:58:29.701Z] ---> d536bdb15f52 [2023-03-08T00:58:29.701Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-08T00:58:29.961Z] ---> Running in 531d3d9fbd9e [2023-03-08T00:58:29.961Z] ---> a750254e6dd7 [2023-03-08T00:58:29.961Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-08T00:58:29.961Z] ---> cdaf2545b6a6 [2023-03-08T00:58:29.961Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-08T00:58:30.219Z] ---> 5c67882f3714 [2023-03-08T00:58:30.219Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-08T00:58:30.219Z] Removing intermediate container 977b5af51d30 [2023-03-08T00:58:30.219Z] ---> dfde1d63d273 [2023-03-08T00:58:30.219Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-08T00:58:30.219Z] ---> Running in 986758877c56 [2023-03-08T00:58:30.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:30.478Z] Removing intermediate container 986758877c56 [2023-03-08T00:58:30.478Z] ---> 6d4bfb76f218 [2023-03-08T00:58:30.478Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-08T00:58:30.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:30.736Z] ---> 9fe04f5c5dd5 [2023-03-08T00:58:30.736Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-08T00:58:30.736Z] ---> 097d6da22de5 [2023-03-08T00:58:30.736Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-08T00:58:30.736Z] ---> Running in 91ef0c0d3f9e [2023-03-08T00:58:30.994Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T00:58:30.994Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T00:58:30.994Z] OK: 15859 distinct packages available [2023-03-08T00:58:30.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:30.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:58:30.994Z] ---> 27d459875477 [2023-03-08T00:58:30.994Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-08T00:58:31.252Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-08T00:58:31.252Z] ---> 80e21d0d5b98 [2023-03-08T00:58:31.252Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T00:58:31.252Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-08T00:58:31.252Z] ---> Running in 570ce580b355 [2023-03-08T00:58:31.252Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-08T00:58:31.510Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-08T00:58:31.510Z] (5/9) Installing curl (7.80.0-r6) [2023-03-08T00:58:31.510Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-08T00:58:31.510Z] Removing intermediate container 91ef0c0d3f9e [2023-03-08T00:58:31.510Z] ---> 74ebf28df8f3 [2023-03-08T00:58:31.510Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T00:58:31.510Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-08T00:58:31.510Z] (8/9) Installing libucontext (1.1-r0) [2023-03-08T00:58:31.510Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-08T00:58:31.510Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T00:58:31.510Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T00:58:31.510Z] OK: 8 MiB in 23 packages [2023-03-08T00:58:31.510Z] ---> 5288fe54f234 [2023-03-08T00:58:31.510Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-08T00:58:32.076Z] ---> ea3848a12948 [2023-03-08T00:58:32.076Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-08T00:58:32.076Z] Removing intermediate container 531d3d9fbd9e [2023-03-08T00:58:32.076Z] ---> 72a673cef588 [2023-03-08T00:58:32.076Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T00:58:32.076Z] Removing intermediate container 570ce580b355 [2023-03-08T00:58:32.076Z] ---> c1e6c3c182b7 [2023-03-08T00:58:32.076Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T00:58:32.336Z] ---> Running in 22f91fb9cf52 [2023-03-08T00:58:32.336Z] ---> 1cd71fa5a5b5 [2023-03-08T00:58:32.336Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-08T00:58:32.336Z] Removing intermediate container 22f91fb9cf52 [2023-03-08T00:58:32.336Z] ---> 16dabab5308a [2023-03-08T00:58:32.336Z] Step 21/23 : LABEL arch=x86_64 [2023-03-08T00:58:32.336Z] ---> 78b2a6e38172 [2023-03-08T00:58:32.336Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-08T00:58:32.336Z] ---> Running in 52bdc439f8b5 [2023-03-08T00:58:32.595Z] ---> a2a881071a9d [2023-03-08T00:58:32.595Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-08T00:58:32.595Z] Removing intermediate container 52bdc439f8b5 [2023-03-08T00:58:32.595Z] ---> a32a25bdaf3a [2023-03-08T00:58:32.595Z] Step 22/23 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T00:58:32.854Z] ---> Running in 3203049fa879 [2023-03-08T00:58:32.854Z] ---> 2bf9a710f2be [2023-03-08T00:58:32.854Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-08T00:58:33.422Z] Removing intermediate container 3203049fa879 [2023-03-08T00:58:33.422Z] ---> 19d31dd54bd6 [2023-03-08T00:58:33.422Z] Step 23/23 : LABEL version=0.0.0 [2023-03-08T00:58:33.987Z] ---> 618c4b2f4976 [2023-03-08T00:58:33.987Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-08T00:58:34.555Z] ---> 08af475f0166 [2023-03-08T00:58:34.555Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-08T00:58:34.555Z] ---> Running in 605d5402d5ba [2023-03-08T00:58:34.825Z] ---> c9711d405017 [2023-03-08T00:58:34.825Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-08T00:58:35.392Z] Removing intermediate container 605d5402d5ba [2023-03-08T00:58:35.392Z] ---> 8fa2d583224a [2023-03-08T00:58:35.392Z] [2023-03-08T00:58:35.392Z] Successfully built 8fa2d583224a [2023-03-08T00:58:35.678Z] Successfully tagged security-secretstore-setup:latest [2023-03-08T00:58:35.678Z] Building security-proxy-auth [2023-03-08T00:58:35.939Z]  Building security-secretstore-setup ... done  ---> bab93f6d25b1 [2023-03-08T00:58:35.939Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-08T00:58:36.197Z] ---> Running in f3dd1964e634 [2023-03-08T00:58:37.142Z] ---> Running in 7cb22c3e4dbc [2023-03-08T00:58:37.142Z] Removing intermediate container f3dd1964e634 [2023-03-08T00:58:37.142Z] ---> 8f2a551bb22f [2023-03-08T00:58:37.142Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T00:58:37.142Z] ---> Running in 2fd48fa45939 [2023-03-08T00:58:37.142Z] Removing intermediate container 2fd48fa45939 [2023-03-08T00:58:37.142Z] ---> 7ed8bba6a744 [2023-03-08T00:58:37.142Z] Step 17/19 : LABEL arch=x86_64 [2023-03-08T00:58:37.402Z] ---> Running in 804e4009c0b7 [2023-03-08T00:58:37.690Z] Removing intermediate container 804e4009c0b7 [2023-03-08T00:58:37.690Z] ---> 6445f5e8245f [2023-03-08T00:58:37.690Z] Step 18/19 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T00:58:37.952Z] ---> Running in 2ca58ad62ea7 [2023-03-08T00:58:38.211Z] Removing intermediate container 2ca58ad62ea7 [2023-03-08T00:58:38.211Z] ---> 2451685eb54d [2023-03-08T00:58:38.211Z] Step 19/19 : LABEL version=0.0.0 [2023-03-08T00:58:38.469Z] ---> Running in 689e5d6de906 [2023-03-08T00:58:38.729Z] Removing intermediate container 7cb22c3e4dbc [2023-03-08T00:58:38.729Z] ---> 006aed3d693f [2023-03-08T00:58:38.729Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-08T00:58:38.729Z] Removing intermediate container 689e5d6de906 [2023-03-08T00:58:38.729Z] ---> b05e1562c634 [2023-03-08T00:58:38.729Z] [2023-03-08T00:58:38.989Z] ---> Running in c946d8d03e2d [2023-03-08T00:58:38.989Z] Successfully built b05e1562c634 [2023-03-08T00:58:38.989Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-08T00:58:38.989Z]  Building security-spiffe-token-provider ... done Building core-command [2023-03-08T00:58:39.554Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T00:58:39.554Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T00:58:39.554Z] ---> ffee1f627c87 [2023-03-08T00:58:39.554Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T00:58:39.554Z] ---> Using cache [2023-03-08T00:58:39.554Z] ---> d875afd8dd09 [2023-03-08T00:58:39.554Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T00:58:39.554Z] ---> Using cache [2023-03-08T00:58:39.554Z] ---> 7447fa9f560b [2023-03-08T00:58:39.554Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T00:58:39.554Z] ---> Using cache [2023-03-08T00:58:39.554Z] ---> 704d123edd48 [2023-03-08T00:58:39.554Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T00:58:39.554Z] ---> Using cache [2023-03-08T00:58:39.554Z] ---> 79de7fd119c8 [2023-03-08T00:58:39.554Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T00:58:41.455Z] Removing intermediate container c946d8d03e2d [2023-03-08T00:58:41.455Z] ---> 5f6b549e7ee0 [2023-03-08T00:58:41.455Z] Step 29/32 : CMD ["gate"] [2023-03-08T00:58:41.716Z] ---> Running in 58583eb4e6d4 [2023-03-08T00:58:41.974Z] ---> Running in 2faefaa26343 [2023-03-08T00:58:42.546Z] Removing intermediate container 2faefaa26343 [2023-03-08T00:58:42.546Z] ---> a5d6c7edfa13 [2023-03-08T00:58:42.546Z] Step 30/32 : LABEL arch=x86_64 [2023-03-08T00:58:42.546Z] ---> Running in 0916cecdd7b5 [2023-03-08T00:58:42.804Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T00:58:42.804Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T00:58:42.804Z] ---> ffee1f627c87 [2023-03-08T00:58:42.804Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-08T00:58:42.804Z] ---> Using cache [2023-03-08T00:58:42.804Z] ---> d875afd8dd09 [2023-03-08T00:58:42.804Z] Step 4/23 : WORKDIR /edgex-go [2023-03-08T00:58:42.804Z] ---> Using cache [2023-03-08T00:58:42.804Z] ---> 7447fa9f560b [2023-03-08T00:58:42.804Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-08T00:58:42.804Z] ---> Using cache [2023-03-08T00:58:42.804Z] ---> 704d123edd48 [2023-03-08T00:58:42.804Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-08T00:58:42.804Z] ---> Using cache [2023-03-08T00:58:42.804Z] ---> 79de7fd119c8 [2023-03-08T00:58:42.804Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T00:58:43.062Z] ---> Running in 1c1749e57a26 [2023-03-08T00:58:43.062Z] Removing intermediate container 0916cecdd7b5 [2023-03-08T00:58:43.062Z] ---> 8c7ce8045240 [2023-03-08T00:58:43.062Z] Step 31/32 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T00:58:43.321Z] ---> Running in f0ceef559779 [2023-03-08T00:58:43.321Z] Removing intermediate container f0ceef559779 [2023-03-08T00:58:43.321Z] ---> 8cd1c49d4f0f [2023-03-08T00:58:43.321Z] Step 32/32 : LABEL version=0.0.0 [2023-03-08T00:58:43.580Z] ---> Running in d46bdefa164c [2023-03-08T00:58:43.838Z] Removing intermediate container d46bdefa164c [2023-03-08T00:58:43.838Z] ---> 99a585fe82b1 [2023-03-08T00:58:43.838Z] [2023-03-08T00:58:43.838Z] Successfully built 99a585fe82b1 [2023-03-08T00:58:43.838Z] Successfully tagged security-bootstrapper:latest [2023-03-08T00:58:43.838Z]  Building security-bootstrapper ... done Building core-common-config-bootstrapper [2023-03-08T00:58:45.751Z] Removing intermediate container 2e626f1a21ec [2023-03-08T00:58:45.751Z] ---> 39343ae73772 [2023-03-08T00:58:45.751Z] Step 8/24 : COPY . . [2023-03-08T00:58:45.751Z] Removing intermediate container e33b847493a5 [2023-03-08T00:58:45.751Z] ---> e75aff9dd74d [2023-03-08T00:58:45.751Z] Step 8/22 : COPY . . [2023-03-08T00:58:46.685Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T00:58:46.685Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T00:58:46.685Z] ---> ffee1f627c87 [2023-03-08T00:58:46.685Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T00:58:46.685Z] ---> Using cache [2023-03-08T00:58:46.685Z] ---> d875afd8dd09 [2023-03-08T00:58:46.685Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T00:58:46.685Z] ---> Using cache [2023-03-08T00:58:46.685Z] ---> 7447fa9f560b [2023-03-08T00:58:46.685Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T00:58:46.685Z] ---> Using cache [2023-03-08T00:58:46.685Z] ---> 704d123edd48 [2023-03-08T00:58:46.685Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T00:58:46.685Z] ---> Using cache [2023-03-08T00:58:46.685Z] ---> 79de7fd119c8 [2023-03-08T00:58:46.685Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T00:58:46.685Z] ---> Using cache [2023-03-08T00:58:46.685Z] ---> e75aff9dd74d [2023-03-08T00:58:46.685Z] Step 8/22 : COPY . . [2023-03-08T00:58:54.802Z] ---> d1e2e7c40c8f [2023-03-08T00:58:54.802Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-08T00:58:54.802Z] ---> 86dde82ea5c6 [2023-03-08T00:58:54.802Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-08T00:58:54.802Z] ---> 0e6ef2a8f26b [2023-03-08T00:58:54.802Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-08T00:58:54.802Z] ---> Running in 30d425815444 [2023-03-08T00:58:54.802Z] ---> Running in f4f8ca385efa [2023-03-08T00:58:54.802Z] ---> Running in dba9bd7ead91 [2023-03-08T00:58:55.369Z] 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-03-08T00:58:55.369Z] 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-03-08T00:58:55.369Z] 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-03-08T00:58:57.969Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8708 in /w/workspace/edgexfoundry_edgex-go_PR-4419 [Pipeline] { [Pipeline] ws [2023-03-08T00:58:58.097Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-03-08T00:58:58.208Z] The recommended git tool is: git [2023-03-08T00:59:06.414Z] using credential edgex-jenkins-ssh [2023-03-08T00:59:06.436Z] Cloning the remote Git repository [2023-03-08T00:59:06.492Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-08T00:59:06.585Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-03-08T00:59:06.768Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-08T00:59:06.769Z] > git --version # timeout=10 [2023-03-08T00:59:06.792Z] > git --version # 'git version 2.25.1' [2023-03-08T00:59:06.794Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-08T00:59:06.867Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-08T00:59:13.461Z] Removing intermediate container 1c1749e57a26 [2023-03-08T00:59:13.461Z] ---> 93f1f985f9a6 [2023-03-08T00:59:13.461Z] Step 8/23 : COPY . . [2023-03-08T00:59:13.461Z] Removing intermediate container 58583eb4e6d4 [2023-03-08T00:59:13.461Z] ---> a336c49f872a [2023-03-08T00:59:13.461Z] Step 8/22 : COPY . . [2023-03-08T00:59:23.434Z] ---> 339399f11f7b [2023-03-08T00:59:23.435Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-08T00:59:23.435Z] ---> f70c9bb05654 [2023-03-08T00:59:23.435Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-08T00:59:23.435Z] ---> Running in e426903ee54c [2023-03-08T00:59:23.435Z] ---> Running in 2bcd5998e2a7 [2023-03-08T00:59:24.372Z] 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-03-08T00:59:24.372Z] 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-03-08T00:59:24.773Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-08T00:59:24.806Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-08T00:59:26.272Z] Removing intermediate container dba9bd7ead91 [2023-03-08T00:59:26.272Z] ---> 5589ad4236e9 [2023-03-08T00:59:26.272Z] [2023-03-08T00:59:26.272Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T00:59:26.272Z] ---> dfd21b5a31f5 [2023-03-08T00:59:26.272Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-08T00:59:26.272Z] ---> Running in 6b836baab2d7 [2023-03-08T00:59:26.529Z] Removing intermediate container 30d425815444 [2023-03-08T00:59:26.529Z] ---> af1ac9462115 [2023-03-08T00:59:26.529Z] [2023-03-08T00:59:26.529Z] Step 10/24 : FROM alpine:3.16 [2023-03-08T00:59:26.529Z] ---> dfd21b5a31f5 [2023-03-08T00:59:26.529Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-08T00:59:26.529Z] Removing intermediate container f4f8ca385efa [2023-03-08T00:59:26.529Z] ---> a0c443c7b079 [2023-03-08T00:59:26.529Z] [2023-03-08T00:59:26.529Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T00:59:26.529Z] ---> dfd21b5a31f5 [2023-03-08T00:59:26.529Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-08T00:59:26.529Z] ---> Running in abc0e06f4a7c [2023-03-08T00:59:26.529Z] ---> Running in 1b4e06c4735f [2023-03-08T00:59:26.529Z] Removing intermediate container 6b836baab2d7 [2023-03-08T00:59:26.529Z] ---> 9988a21c2d33 [2023-03-08T00:59:26.529Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T00:59:26.529Z] ---> Running in 8a479fb4daed [2023-03-08T00:59:26.774Z] Merging remotes/origin/main commit 58b8fd44f0ff4559fd42e12903202336e28d0eb5 into PR head commit 54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T00:59:26.786Z] Removing intermediate container 1b4e06c4735f [2023-03-08T00:59:26.786Z] ---> 6bf03d8aacca [2023-03-08T00:59:26.786Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-08T00:59:26.786Z] ---> Running in 6382ec3a7cff [2023-03-08T00:59:26.786Z] Removing intermediate container 6382ec3a7cff [2023-03-08T00:59:26.786Z] ---> cced86c132d0 [2023-03-08T00:59:26.786Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-08T00:59:27.044Z] ---> Running in f6292d364c71 [2023-03-08T00:59:27.044Z] Removing intermediate container f6292d364c71 [2023-03-08T00:59:27.044Z] ---> d5256710936a [2023-03-08T00:59:27.044Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T00:59:27.044Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:59:27.044Z] ---> Running in 69b54eaf4e30 [2023-03-08T00:59:27.044Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:59:25.820Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-08T00:59:25.868Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-08T00:59:25.870Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-08T00:59:25.889Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4419/head:refs/remotes/origin/PR-4419 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-08T00:59:26.805Z] > git config core.sparsecheckout # timeout=10 [2023-03-08T00:59:26.824Z] > git checkout -f 54caeeceeec8bc750618df842b1013df7c684e0f # timeout=10 [2023-03-08T00:59:27.082Z] > git remote # timeout=10 [2023-03-08T00:59:27.100Z] > git config --get remote.origin.url # timeout=10 [2023-03-08T00:59:27.192Z] Merge succeeded, producing 54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T00:59:27.193Z] Checking out Revision 54caeeceeec8bc750618df842b1013df7c684e0f (PR-4419) [2023-03-08T00:59:27.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:59:27.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:59:27.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:59:27.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:59:27.559Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T00:59:27.559Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T00:59:27.559Z] OK: 6 MiB in 15 packages [2023-03-08T00:59:27.559Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T00:59:27.559Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T00:59:27.820Z] OK: 6 MiB in 15 packages [2023-03-08T00:59:27.820Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T00:59:27.820Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T00:59:27.820Z] OK: 6 MiB in 15 packages [2023-03-08T00:59:28.757Z] Removing intermediate container 69b54eaf4e30 [2023-03-08T00:59:28.757Z] ---> 63d7c8c8520e [2023-03-08T00:59:28.757Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T00:59:28.757Z] Removing intermediate container abc0e06f4a7c [2023-03-08T00:59:28.757Z] ---> b823516b73ea [2023-03-08T00:59:28.757Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T00:59:28.757Z] Removing intermediate container 8a479fb4daed [2023-03-08T00:59:28.757Z] ---> 4ce2606ba19d [2023-03-08T00:59:28.757Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T00:59:29.015Z] ---> Running in 4f00a88838a2 [2023-03-08T00:59:29.015Z] Removing intermediate container 4f00a88838a2 [2023-03-08T00:59:29.015Z] ---> 622daed33965 [2023-03-08T00:59:29.015Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-08T00:59:29.273Z] ---> 4bc77bf4ce63 [2023-03-08T00:59:29.273Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-08T00:59:29.273Z] ---> 78223e42b020 [2023-03-08T00:59:29.273Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-08T00:59:29.273Z] ---> Running in 6b77a18edfe5 [2023-03-08T00:59:27.129Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-08T00:59:27.145Z] > git merge 58b8fd44f0ff4559fd42e12903202336e28d0eb5 # timeout=10 [2023-03-08T00:59:27.175Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-08T00:59:27.203Z] > git config core.sparsecheckout # timeout=10 [2023-03-08T00:59:27.222Z] > git checkout -f 54caeeceeec8bc750618df842b1013df7c684e0f # timeout=10 [2023-03-08T00:59:29.843Z] Removing intermediate container 6b77a18edfe5 [2023-03-08T00:59:29.843Z] ---> 777c8539f1b1 [2023-03-08T00:59:29.843Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-08T00:59:29.843Z] ---> Running in 34a9d23089da [2023-03-08T00:59:30.101Z] ---> 418e276d5b47 [2023-03-08T00:59:30.101Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-08T00:59:30.101Z] ---> 30448897f287 [2023-03-08T00:59:30.101Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-08T00:59:30.363Z] Removing intermediate container 34a9d23089da [2023-03-08T00:59:30.363Z] ---> 2fb305abe3bb [2023-03-08T00:59:30.363Z] Step 15/24 : WORKDIR / [2023-03-08T00:59:30.363Z] ---> Running in 5015b394782b [2023-03-08T00:59:30.363Z] ---> 8f8efaa8cfc3 [2023-03-08T00:59:30.363Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-08T00:59:30.622Z] ---> 241d14478889 [2023-03-08T00:59:30.622Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-08T00:59:30.622Z] Removing intermediate container 5015b394782b [2023-03-08T00:59:30.622Z] ---> bf4bf6c48c64 [2023-03-08T00:59:30.622Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T00:59:30.622Z] ---> Running in 0f61c9fc775e [2023-03-08T00:59:30.841Z] Commit message: "fix: Add authentication to support-scheduler actions" [2023-03-08T00:59:30.879Z] ---> dd4398150e59 [2023-03-08T00:59:30.879Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T00:59:30.879Z] ---> Running in ad48a6449cd1 [2023-03-08T00:59:30.879Z] Removing intermediate container 0f61c9fc775e [2023-03-08T00:59:30.879Z] ---> 370a632b004d [2023-03-08T00:59:30.879Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T00:59:30.907Z] > git --version # timeout=10 [2023-03-08T00:59:30.918Z] > git --version # 'git version 2.25.1' [2023-03-08T00:59:30.934Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-08T00:59:31.136Z] ---> Running in f8c0c0fb6f96 [2023-03-08T00:59:31.136Z] ---> e7a1d30e0e86 [2023-03-08T00:59:31.136Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [Pipeline] withEnv [Pipeline] { [2023-03-08T00:59:31.394Z] Removing intermediate container f8c0c0fb6f96 [2023-03-08T00:59:31.394Z] ---> c56281452f04 [2023-03-08T00:59:31.394Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T00:59:31.394Z] ---> Running in ca82c69ff4fa [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-08T00:59:31.959Z] Removing intermediate container ca82c69ff4fa [2023-03-08T00:59:31.959Z] ---> fc83864e3695 [2023-03-08T00:59:31.959Z] Step 21/22 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T00:59:31.959Z] ---> Running in cdbb722db221 [2023-03-08T00:59:31.959Z] ---> 89bd4dadf56f [2023-03-08T00:59:31.959Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-08T00:59:32.069Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-08T00:59:32.069Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T00:59:32.069Z] Dload Upload Total Spent Left Speed [2023-03-08T00:59:32.069Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 86 12751 86 11015 0 0 71064 0 --:--:-- --:--:-- --:--:-- 70608 100 12751 100 12751 0 0 81216 0 --:--:-- --:--:-- --:--:-- 80702 [2023-03-08T00:59:32.218Z] Removing intermediate container ad48a6449cd1 [2023-03-08T00:59:32.218Z] ---> 9bfbd43d2791 [2023-03-08T00:59:32.218Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T00:59:32.218Z] Removing intermediate container cdbb722db221 [2023-03-08T00:59:32.218Z] ---> e01cbc48d9ac [2023-03-08T00:59:32.218Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T00:59:32.218Z] ---> Running in 94ef39c4e1fc [2023-03-08T00:59:32.218Z] ---> Running in f747b8e3fac5 [2023-03-08T00:59:32.482Z] ---> 7847749ea6f1 [2023-03-08T00:59:32.482Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-08T00:59:32.482Z] Removing intermediate container f747b8e3fac5 [2023-03-08T00:59:32.482Z] ---> 204fb2087fa4 [2023-03-08T00:59:32.482Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [Pipeline] sh [2023-03-08T00:59:32.738Z] Removing intermediate container 94ef39c4e1fc [2023-03-08T00:59:32.738Z] ---> fd9eb7dc759c [2023-03-08T00:59:32.738Z] [2023-03-08T00:59:32.738Z] ---> Running in 805ea5b569ad [2023-03-08T00:59:32.738Z] Successfully built fd9eb7dc759c [2023-03-08T00:59:32.738Z] Successfully tagged core-data:latest [2023-03-08T00:59:32.738Z]  Building core-data ... done Building security-proxy-setup [2023-03-08T00:59:32.812Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-08T00:59:33.047Z] Removing intermediate container 805ea5b569ad [2023-03-08T00:59:33.047Z] ---> b47afc50530b [2023-03-08T00:59:33.047Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T00:59:33.167Z] + sudo tee /etc/docker/daemon.new [2023-03-08T00:59:33.167Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-08T00:59:33.167Z] { [2023-03-08T00:59:33.167Z] "registry-mirrors": [ [2023-03-08T00:59:33.167Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-08T00:59:33.167Z] ], [2023-03-08T00:59:33.167Z] "bip": "10.250.0.254/24", [2023-03-08T00:59:33.167Z] "hosts": [ [2023-03-08T00:59:33.167Z] "tcp://0.0.0.0:5555", [2023-03-08T00:59:33.167Z] "unix:///var/run/docker.sock" [2023-03-08T00:59:33.167Z] ], [2023-03-08T00:59:33.168Z] "mtu": 1458, [2023-03-08T00:59:33.168Z] "selinux-enabled": true, [2023-03-08T00:59:33.168Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-08T00:59:33.168Z] } [Pipeline] sh [2023-03-08T00:59:33.514Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-08T00:59:33.865Z] + sudo service docker restart [2023-03-08T00:59:34.125Z] ---> 9038c287cb90 [2023-03-08T00:59:34.125Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-08T00:59:34.125Z] ---> Running in 8bcb368f0220 [2023-03-08T00:59:34.125Z] ---> Running in 8c50946795b9 [2023-03-08T00:59:34.125Z] Removing intermediate container 8bcb368f0220 [2023-03-08T00:59:34.125Z] ---> f3442776f896 [2023-03-08T00:59:34.125Z] Step 21/22 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T00:59:34.437Z] ---> Running in 8c3e13c98564 [2023-03-08T00:59:34.437Z] Removing intermediate container 8c50946795b9 [2023-03-08T00:59:34.437Z] ---> 5f11aacd8987 [2023-03-08T00:59:34.437Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T00:59:34.437Z] ---> Running in be44cd6dcb53 [2023-03-08T00:59:34.437Z] Removing intermediate container 8c3e13c98564 [2023-03-08T00:59:34.437Z] ---> ed1116f340a9 [2023-03-08T00:59:34.437Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T00:59:34.720Z] ---> Running in 6b9f90fc8d52 [2023-03-08T00:59:34.720Z] Removing intermediate container be44cd6dcb53 [2023-03-08T00:59:34.720Z] ---> ca89a5390ca5 [2023-03-08T00:59:34.720Z] Step 22/24 : LABEL arch=x86_64 [2023-03-08T00:59:34.720Z] ---> Running in d58c8d95b922 [2023-03-08T00:59:35.030Z] Removing intermediate container 6b9f90fc8d52 [2023-03-08T00:59:35.030Z] ---> 9bb0b80ecede [2023-03-08T00:59:35.030Z] [2023-03-08T00:59:35.030Z] Successfully built 9bb0b80ecede [2023-03-08T00:59:35.030Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-08T00:59:35.030Z] Building security-spire-agent [2023-03-08T00:59:35.030Z]  Building core-common-config-bootstrapper ... done Removing intermediate container d58c8d95b922 [2023-03-08T00:59:35.030Z] ---> 73821957eafa [2023-03-08T00:59:35.030Z] Step 23/24 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T00:59:35.299Z] ---> Running in 9bb63b29b21d [2023-03-08T00:59:35.911Z] Removing intermediate container 9bb63b29b21d [2023-03-08T00:59:35.911Z] ---> 3d90a8079742 [2023-03-08T00:59:35.911Z] Step 24/24 : LABEL version=0.0.0 [2023-03-08T00:59:36.540Z] ---> Running in ce026576fa8f [2023-03-08T00:59:36.798Z] Removing intermediate container ce026576fa8f [2023-03-08T00:59:36.798Z] ---> b9526ad90481 [2023-03-08T00:59:36.798Z] [2023-03-08T00:59:37.056Z] Successfully built b9526ad90481 [2023-03-08T00:59:37.056Z] Successfully tagged core-metadata:latest [2023-03-08T00:59:37.056Z] Building support-scheduler [2023-03-08T00:59:37.999Z]  Building core-metadata ... done Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T00:59:37.999Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-08T00:59:37.999Z] ---> ffee1f627c87 [2023-03-08T00:59:37.999Z] Step 3/20 : WORKDIR /edgex-go [2023-03-08T00:59:37.999Z] ---> Using cache [2023-03-08T00:59:37.999Z] ---> 0fa8c8e939d2 [2023-03-08T00:59:37.999Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-08T00:59:39.374Z] ---> Running in 544630e22931 [2023-03-08T00:59:39.943Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:59:40.202Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:59:40.462Z] OK: 211 MiB in 51 packages [2023-03-08T00:59:40.723Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T00:59:40.723Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T00:59:40.723Z] ---> ffee1f627c87 [2023-03-08T00:59:40.723Z] Step 3/24 : WORKDIR /edgex-go [2023-03-08T00:59:40.723Z] ---> Using cache [2023-03-08T00:59:40.723Z] ---> 0fa8c8e939d2 [2023-03-08T00:59:40.723Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T00:59:40.723Z] ---> Using cache [2023-03-08T00:59:40.723Z] ---> 08c0f8792373 [2023-03-08T00:59:40.723Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-08T00:59:40.723Z] ---> Using cache [2023-03-08T00:59:40.723Z] ---> 17363c6cfd09 [2023-03-08T00:59:40.723Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T00:59:40.723Z] ---> Using cache [2023-03-08T00:59:40.723Z] ---> 77117fe7edd4 [2023-03-08T00:59:40.723Z] Step 7/24 : COPY . . [2023-03-08T00:59:40.723Z] ---> Using cache [2023-03-08T00:59:40.723Z] ---> a07f8e23d832 [2023-03-08T00:59:40.724Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T00:59:40.724Z] ---> Using cache [2023-03-08T00:59:40.724Z] ---> 86a0aff93e2e [2023-03-08T00:59:40.724Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-08T00:59:40.724Z] ---> Using cache [2023-03-08T00:59:40.724Z] ---> 8a9c6afe6c53 [2023-03-08T00:59:40.724Z] Step 10/24 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-08T00:59:41.305Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T00:59:41.305Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T00:59:41.305Z] ---> ffee1f627c87 [2023-03-08T00:59:41.305Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T00:59:41.305Z] ---> Using cache [2023-03-08T00:59:41.305Z] ---> d875afd8dd09 [2023-03-08T00:59:41.305Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T00:59:41.305Z] ---> Using cache [2023-03-08T00:59:41.305Z] ---> 7447fa9f560b [2023-03-08T00:59:41.305Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T00:59:41.305Z] ---> Using cache [2023-03-08T00:59:41.305Z] ---> 704d123edd48 [2023-03-08T00:59:41.305Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T00:59:41.305Z] ---> Using cache [2023-03-08T00:59:41.305Z] ---> 79de7fd119c8 [2023-03-08T00:59:41.305Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T00:59:41.305Z] ---> Using cache [2023-03-08T00:59:41.305Z] ---> a336c49f872a [2023-03-08T00:59:41.305Z] Step 8/22 : COPY . . [2023-03-08T00:59:41.305Z] ---> Using cache [2023-03-08T00:59:41.305Z] ---> f70c9bb05654 [2023-03-08T00:59:41.305Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-08T00:59:41.305Z] ---> Running in edf39c2e6b99 [2023-03-08T00:59:41.564Z] ---> Running in a53890488d14 [2023-03-08T00:59:41.826Z] Removing intermediate container 544630e22931 [2023-03-08T00:59:41.826Z] ---> b42f33b6aa4f [2023-03-08T00:59:41.826Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-08T00:59:42.407Z] ---> 79aa12a2ec1a [2023-03-08T00:59:42.407Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T00:59:42.407Z] ---> Running in a1a7c1f449e7 [2023-03-08T00:59:42.407Z] 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-03-08T00:59:42.973Z] Removing intermediate container edf39c2e6b99 [2023-03-08T00:59:42.974Z] ---> c5b5d72fe9c4 [2023-03-08T00:59:42.974Z] Step 11/24 : WORKDIR /edgex-go [2023-03-08T00:59:42.974Z] ---> Running in 5f16a76fe1b4 [2023-03-08T00:59:43.232Z] Removing intermediate container 5f16a76fe1b4 [2023-03-08T00:59:43.232Z] ---> 185544899089 [2023-03-08T00:59:43.232Z] [2023-03-08T00:59:43.232Z] Step 12/24 : FROM alpine:3.15 [2023-03-08T00:59:43.232Z] ---> 5ce65d7b0fde [2023-03-08T00:59:43.232Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T00:59:43.232Z] ---> Using cache [2023-03-08T00:59:43.232Z] ---> d536bdb15f52 [2023-03-08T00:59:43.232Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-08T00:59:43.232Z] ---> Using cache [2023-03-08T00:59:43.232Z] ---> c94f31817a3b [2023-03-08T00:59:43.232Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-08T00:59:44.606Z] ---> 9bb3be836386 [2023-03-08T00:59:44.606Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T00:59:46.513Z] ---> 43823524e619 [2023-03-08T00:59:46.513Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T00:59:46.513Z] Removing intermediate container 2bcd5998e2a7 [2023-03-08T00:59:46.513Z] ---> 363d6d4160fe [2023-03-08T00:59:46.513Z] [2023-03-08T00:59:46.513Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T00:59:46.513Z] ---> dfd21b5a31f5 [2023-03-08T00:59:46.513Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-08T00:59:46.513Z] ---> Using cache [2023-03-08T00:59:46.513Z] ---> 9988a21c2d33 [2023-03-08T00:59:46.513Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T00:59:46.513Z] ---> Using cache [2023-03-08T00:59:46.513Z] ---> 4ce2606ba19d [2023-03-08T00:59:46.513Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T00:59:46.513Z] ---> Using cache [2023-03-08T00:59:46.513Z] ---> 78223e42b020 [2023-03-08T00:59:46.513Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-08T00:59:46.771Z] ---> a44dce091719 [2023-03-08T00:59:46.771Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-08T00:59:47.337Z] ---> b98ec1dd3752 [2023-03-08T00:59:47.337Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-08T00:59:47.594Z] ---> 5fbea10d2d4d [2023-03-08T00:59:47.594Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-08T00:59:47.594Z] ---> aef52ec59bbb [2023-03-08T00:59:47.594Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-08T00:59:47.853Z] ---> 6fbd744be61c [2023-03-08T00:59:47.853Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T00:59:48.111Z] ---> 293ca7bb12b2 [2023-03-08T00:59:48.111Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T00:59:48.111Z] ---> Running in 385117bd4a1d [2023-03-08T00:59:48.111Z] ---> Running in ee8e710f334e [2023-03-08T00:59:48.370Z] Removing intermediate container 385117bd4a1d [2023-03-08T00:59:48.370Z] ---> 2b7df160db94 [2023-03-08T00:59:48.370Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T00:59:48.370Z] ---> Running in fa9cce511cdb [2023-03-08T00:59:48.629Z] Removing intermediate container fa9cce511cdb [2023-03-08T00:59:48.629Z] ---> 66f6eb8321ed [2023-03-08T00:59:48.629Z] Step 22/24 : LABEL arch=x86_64 [2023-03-08T00:59:48.888Z] ---> Running in 251719a7e17b [2023-03-08T00:59:49.145Z] Removing intermediate container 251719a7e17b [2023-03-08T00:59:49.145Z] ---> 98d67577eb41 [2023-03-08T00:59:49.145Z] Step 23/24 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T00:59:49.145Z] ---> Running in 7dff585421b5 [2023-03-08T00:59:49.145Z] Removing intermediate container e426903ee54c [2023-03-08T00:59:49.145Z] ---> 44a4c43c08af [2023-03-08T00:59:49.145Z] [2023-03-08T00:59:49.145Z] Step 10/23 : FROM alpine:3.16 [2023-03-08T00:59:49.145Z] ---> dfd21b5a31f5 [2023-03-08T00:59:49.145Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-08T00:59:49.145Z] ---> Using cache [2023-03-08T00:59:49.145Z] ---> b823516b73ea [2023-03-08T00:59:49.145Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T00:59:49.145Z] ---> Using cache [2023-03-08T00:59:49.145Z] ---> 622daed33965 [2023-03-08T00:59:49.145Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-08T00:59:49.412Z] ---> Running in af981cbd9787 [2023-03-08T00:59:49.412Z] Removing intermediate container ee8e710f334e [2023-03-08T00:59:49.412Z] ---> 387df00f6599 [2023-03-08T00:59:49.412Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T00:59:49.412Z] Removing intermediate container 7dff585421b5 [2023-03-08T00:59:49.412Z] ---> a111f3abbde0 [2023-03-08T00:59:49.412Z] Step 24/24 : LABEL version=0.0.0 [2023-03-08T00:59:49.412Z] ---> Running in 28c6046711c2 [2023-03-08T00:59:49.412Z] ---> Running in cfc839ecf7b4 [2023-03-08T00:59:49.676Z] Removing intermediate container af981cbd9787 [2023-03-08T00:59:49.676Z] ---> 4d5ef20687ca [2023-03-08T00:59:49.676Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-08T00:59:49.676Z] ---> Running in 8ebf158cf2b1 [2023-03-08T00:59:49.676Z] Removing intermediate container 28c6046711c2 [2023-03-08T00:59:49.676Z] ---> bbee9a310d8c [2023-03-08T00:59:49.676Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-08T00:59:49.676Z] Removing intermediate container cfc839ecf7b4 [2023-03-08T00:59:49.676Z] ---> 73d237527fc8 [2023-03-08T00:59:49.676Z] [2023-03-08T00:59:49.676Z] ---> Running in 43379f6dd570 [2023-03-08T00:59:49.934Z] Successfully built 73d237527fc8 [2023-03-08T00:59:49.934Z] Successfully tagged security-spire-agent:latest [2023-03-08T00:59:49.934Z] Building support-notifications [2023-03-08T00:59:49.934Z] Removing intermediate container 8ebf158cf2b1 [2023-03-08T00:59:49.934Z] ---> 0de2e5145eda [2023-03-08T00:59:49.934Z]  Building security-spire-agent ... done Step 15/23 : WORKDIR / [2023-03-08T00:59:49.934Z] ---> Running in f712d7f5e4a9 [2023-03-08T00:59:49.934Z] Removing intermediate container 43379f6dd570 [2023-03-08T00:59:49.934Z] ---> 25357d8272c5 [2023-03-08T00:59:49.934Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T00:59:49.934Z] ---> Running in 6612264a7835 [2023-03-08T00:59:50.869Z] Removing intermediate container f712d7f5e4a9 [2023-03-08T00:59:50.869Z] ---> b9a94cbc4cda [2023-03-08T00:59:50.869Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T00:59:51.438Z] Removing intermediate container 6612264a7835 [2023-03-08T00:59:51.438Z] ---> 60d5a4068a7d [2023-03-08T00:59:51.438Z] Step 21/22 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T00:59:51.438Z] ---> 3d7b4c27ca30 [2023-03-08T00:59:51.438Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-08T00:59:51.438Z] ---> Running in af87bd6b65cb [2023-03-08T00:59:51.696Z] Removing intermediate container af87bd6b65cb [2023-03-08T00:59:51.696Z] ---> 9e016223c9fe [2023-03-08T00:59:51.696Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T00:59:51.696Z] ---> Running in 8834bc778b9a [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T00:59:52.233Z] provisioning config files... [2023-03-08T00:59:52.263Z] Removing intermediate container 8834bc778b9a [2023-03-08T00:59:52.263Z] ---> 6d87c778ffc4 [2023-03-08T00:59:52.263Z] [2023-03-08T00:59:52.263Z] Successfully built 6d87c778ffc4 [2023-03-08T00:59:52.263Z] Successfully tagged security-proxy-auth:latest [2023-03-08T00:59:52.263Z]  Building security-proxy-auth ... done  ---> 0e7085902341 [2023-03-08T00:59:52.263Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-08T00:59:52.266Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2558551117206615414tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T00:59:52.667Z] ---> docker-login.sh [2023-03-08T00:59:52.667Z] nexus3.edgexfoundry.org:10001 [2023-03-08T00:59:52.831Z] ---> 8e6f8f417b2b [2023-03-08T00:59:52.831Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-08T00:59:52.831Z] ---> Running in c097fa115d5c [2023-03-08T00:59:53.089Z] Removing intermediate container c097fa115d5c [2023-03-08T00:59:53.089Z] ---> c67847158f8e [2023-03-08T00:59:53.089Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T00:59:53.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T00:59:53.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T00:59:53.258Z] Configure a credential helper to remove this warning. See [2023-03-08T00:59:53.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T00:59:53.258Z] [2023-03-08T00:59:53.258Z] Login Succeeded [2023-03-08T00:59:53.258Z] nexus3.edgexfoundry.org:10002 [2023-03-08T00:59:53.346Z] ---> Running in 3a693284c045 [2023-03-08T00:59:53.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T00:59:53.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T00:59:53.528Z] Configure a credential helper to remove this warning. See [2023-03-08T00:59:53.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T00:59:53.528Z] [2023-03-08T00:59:53.528Z] Login Succeeded [2023-03-08T00:59:53.606Z] Removing intermediate container 3a693284c045 [2023-03-08T00:59:53.606Z] ---> 2df26c554c06 [2023-03-08T00:59:53.606Z] Step 21/23 : LABEL arch=x86_64 [2023-03-08T00:59:53.606Z] ---> Running in 7e3d7d3435f4 [2023-03-08T00:59:53.798Z] nexus3.edgexfoundry.org:10003 [2023-03-08T00:59:53.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T00:59:53.864Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T00:59:53.864Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T00:59:53.864Z] ---> ffee1f627c87 [2023-03-08T00:59:53.864Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T00:59:53.864Z] ---> Using cache [2023-03-08T00:59:53.864Z] ---> d875afd8dd09 [2023-03-08T00:59:53.864Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T00:59:53.864Z] ---> Using cache [2023-03-08T00:59:53.864Z] ---> 7447fa9f560b [2023-03-08T00:59:53.864Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-08T00:59:54.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T00:59:54.069Z] Configure a credential helper to remove this warning. See [2023-03-08T00:59:54.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T00:59:54.069Z] [2023-03-08T00:59:54.069Z] Login Succeeded [2023-03-08T00:59:54.069Z] nexus3.edgexfoundry.org:10004 [2023-03-08T00:59:54.134Z] Removing intermediate container 7e3d7d3435f4 [2023-03-08T00:59:54.134Z] ---> 948aaf5eba83 [2023-03-08T00:59:54.134Z] Step 22/23 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T00:59:54.134Z] ---> Running in 2e6b2511010d [2023-03-08T00:59:54.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T00:59:54.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T00:59:54.340Z] Configure a credential helper to remove this warning. See [2023-03-08T00:59:54.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T00:59:54.340Z] [2023-03-08T00:59:54.340Z] Login Succeeded [2023-03-08T00:59:54.340Z] docker.io [2023-03-08T00:59:54.395Z] ---> Running in 13e77da7cea2 [2023-03-08T00:59:54.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T00:59:54.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T00:59:54.880Z] Configure a credential helper to remove this warning. See [2023-03-08T00:59:54.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T00:59:54.880Z] [2023-03-08T00:59:54.880Z] Login Succeeded [2023-03-08T00:59:54.880Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T00:59:54.909Z] Deleting 1 temporary files [Pipeline] // configFileProvider [2023-03-08T00:59:54.960Z] Removing intermediate container 13e77da7cea2 [2023-03-08T00:59:54.960Z] ---> c44b35264cfd [2023-03-08T00:59:54.960Z] Step 23/23 : LABEL version=0.0.0 [2023-03-08T00:59:54.960Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T00:59:54.960Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T00:59:54.960Z] ---> Running in e8bf1f8c0df4 [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-03-08T00:59:55.525Z] OK: 211 MiB in 51 packages [2023-03-08T00:59:55.525Z] Removing intermediate container e8bf1f8c0df4 [2023-03-08T00:59:55.525Z] ---> 5bdfd2bdd1d9 [2023-03-08T00:59:55.525Z] [2023-03-08T00:59:55.525Z] Successfully built 5bdfd2bdd1d9 [2023-03-08T00:59:55.525Z] Successfully tagged core-command:latest [2023-03-08T00:59:55.701Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-03-08T00:59:55.739Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T00:59:55.780Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T00:59:55.814Z] ========================================================= [2023-03-08T00:59:55.814Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-08T00:59:55.814Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-08T00:59:56.201Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T00:59:56.462Z]  Building core-command ... done Removing intermediate container 2e6b2511010d [2023-03-08T00:59:56.463Z] ---> 0110a1eecaf2 [2023-03-08T00:59:56.463Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T00:59:57.031Z] ---> 59a52a768193 [2023-03-08T00:59:57.031Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T00:59:57.289Z] ---> Running in 05aa86308cec [2023-03-08T00:59:58.822Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-08T00:59:58.822Z] 9b18e9b68314: Pulling fs layer [2023-03-08T00:59:58.822Z] 35d82f9e3411: Pulling fs layer [2023-03-08T00:59:58.822Z] e16973657156: Pulling fs layer [2023-03-08T00:59:58.822Z] fc693d55d65f: Pulling fs layer [2023-03-08T00:59:58.822Z] 7e9fc2657dce: Pulling fs layer [2023-03-08T00:59:58.822Z] dda99020689f: Pulling fs layer [2023-03-08T00:59:58.822Z] db1c61fa0a46: Pulling fs layer [2023-03-08T00:59:58.822Z] 891c053d2c06: Pulling fs layer [2023-03-08T00:59:58.822Z] fc693d55d65f: Waiting [2023-03-08T00:59:58.822Z] 7e9fc2657dce: Waiting [2023-03-08T00:59:58.822Z] dda99020689f: Waiting [2023-03-08T00:59:58.822Z] db1c61fa0a46: Waiting [2023-03-08T00:59:58.822Z] 891c053d2c06: Waiting [2023-03-08T00:59:58.822Z] e16973657156: Verifying Checksum [2023-03-08T00:59:58.822Z] e16973657156: Download complete [2023-03-08T00:59:58.822Z] 35d82f9e3411: Download complete [2023-03-08T00:59:58.822Z] 7e9fc2657dce: Verifying Checksum [2023-03-08T00:59:58.822Z] 7e9fc2657dce: Download complete [2023-03-08T00:59:58.822Z] dda99020689f: Verifying Checksum [2023-03-08T00:59:58.822Z] dda99020689f: Download complete [2023-03-08T00:59:58.822Z] 9b18e9b68314: Verifying Checksum [2023-03-08T00:59:58.822Z] 9b18e9b68314: Download complete [2023-03-08T00:59:59.807Z] 9b18e9b68314: Pull complete [2023-03-08T00:59:59.807Z] 891c053d2c06: Verifying Checksum [2023-03-08T00:59:59.807Z] 891c053d2c06: Download complete [2023-03-08T01:00:00.404Z] 35d82f9e3411: Pull complete [2023-03-08T01:00:00.678Z] e16973657156: Pull complete [2023-03-08T01:00:01.275Z] db1c61fa0a46: Verifying Checksum [2023-03-08T01:00:01.275Z] db1c61fa0a46: Download complete [2023-03-08T01:00:01.873Z] fc693d55d65f: Verifying Checksum [2023-03-08T01:00:01.873Z] fc693d55d65f: Download complete [2023-03-08T01:00:05.400Z] Removing intermediate container a1a7c1f449e7 [2023-03-08T01:00:05.400Z] ---> 0e80ba5d21fc [2023-03-08T01:00:05.400Z] Step 7/20 : COPY . . [2023-03-08T01:00:09.586Z] ---> e2720aafad2b [2023-03-08T01:00:09.586Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-08T01:00:09.844Z] Removing intermediate container a53890488d14 [2023-03-08T01:00:09.844Z] ---> 2fc08245a9fa [2023-03-08T01:00:09.844Z] [2023-03-08T01:00:09.844Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T01:00:09.844Z] ---> dfd21b5a31f5 [2023-03-08T01:00:09.844Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T01:00:09.844Z] ---> Using cache [2023-03-08T01:00:09.844Z] ---> b823516b73ea [2023-03-08T01:00:09.844Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T01:00:09.844Z] ---> Using cache [2023-03-08T01:00:09.844Z] ---> 622daed33965 [2023-03-08T01:00:09.844Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-08T01:00:09.844Z] ---> Running in 4344b915f25b [2023-03-08T01:00:09.844Z] ---> Running in 3487b4d7a5b5 [2023-03-08T01:00:09.844Z] Removing intermediate container 3487b4d7a5b5 [2023-03-08T01:00:09.844Z] ---> 69f854eb37fd [2023-03-08T01:00:09.844Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-08T01:00:09.844Z] ---> Running in 802e85005bc6 [2023-03-08T01:00:10.101Z] 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-03-08T01:00:10.101Z] Removing intermediate container 802e85005bc6 [2023-03-08T01:00:10.101Z] ---> ba7e29608d37 [2023-03-08T01:00:10.101Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T01:00:10.666Z] ---> a8b04466a798 [2023-03-08T01:00:10.666Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-08T01:00:12.039Z] ---> db58e8fd92ab [2023-03-08T01:00:12.039Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-08T01:00:12.039Z] ---> a6c66f6c168c [2023-03-08T01:00:12.039Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-08T01:00:12.297Z] ---> Running in 211f838f3b64 [2023-03-08T01:00:12.297Z] Removing intermediate container 211f838f3b64 [2023-03-08T01:00:12.297Z] ---> f80e4cea6a04 [2023-03-08T01:00:12.297Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T01:00:12.555Z] ---> Running in 3c48730d51b4 [2023-03-08T01:00:12.555Z] Removing intermediate container 3c48730d51b4 [2023-03-08T01:00:12.555Z] ---> 6a508dc734f1 [2023-03-08T01:00:12.555Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T01:00:12.812Z] ---> Running in 6e3cb5717b9d [2023-03-08T01:00:13.070Z] Removing intermediate container 6e3cb5717b9d [2023-03-08T01:00:13.071Z] ---> 2b79dc2fd555 [2023-03-08T01:00:13.071Z] Step 21/22 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T01:00:13.071Z] ---> Running in d51444559c14 [2023-03-08T01:00:13.330Z] Removing intermediate container d51444559c14 [2023-03-08T01:00:13.330Z] ---> 14e9e96ed4e2 [2023-03-08T01:00:13.330Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T01:00:13.591Z] ---> Running in 0ac4a918fa5e [2023-03-08T01:00:13.851Z] Removing intermediate container 0ac4a918fa5e [2023-03-08T01:00:13.851Z] ---> 836eb8351f98 [2023-03-08T01:00:13.851Z] [2023-03-08T01:00:13.851Z] Successfully built 836eb8351f98 [2023-03-08T01:00:14.109Z] Successfully tagged support-scheduler:latest [2023-03-08T01:00:14.234Z] fc693d55d65f: Pull complete [2023-03-08T01:00:14.507Z] 7e9fc2657dce: Pull complete [2023-03-08T01:00:14.782Z] dda99020689f: Pull complete [2023-03-08T01:00:16.634Z]  Building support-scheduler ... done Removing intermediate container 05aa86308cec [2023-03-08T01:00:16.634Z] ---> 80cc7cebd8ed [2023-03-08T01:00:16.634Z] Step 8/22 : COPY . . [2023-03-08T01:00:21.462Z] db1c61fa0a46: Pull complete [2023-03-08T01:00:21.902Z] ---> 5af8a314e0da [2023-03-08T01:00:21.902Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-08T01:00:21.902Z] ---> Running in f147f8017686 [2023-03-08T01:00:22.160Z] 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-03-08T01:00:24.834Z] 891c053d2c06: Pull complete [2023-03-08T01:00:24.834Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-08T01:00:24.834Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T01:00:24.834Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-08T01:00:25.231Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T01:00:25.231Z] WORKDIR /edgex [2023-03-08T01:00:25.231Z] COPY go.mod . [2023-03-08T01:00:25.231Z] RUN go mod download [2023-03-08T01:00:25.231Z] + docker build -t ci-base-image-arm64 -f - . [2023-03-08T01:00:25.830Z] Sending build context to Docker daemon 2.948MB [2023-03-08T01:00:25.830Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T01:00:25.830Z] ---> f96f9c87975a [2023-03-08T01:00:25.830Z] Step 2/4 : WORKDIR /edgex [2023-03-08T01:00:27.424Z] Removing intermediate container 4344b915f25b [2023-03-08T01:00:27.424Z] ---> 92628193ad65 [2023-03-08T01:00:27.424Z] [2023-03-08T01:00:27.424Z] Step 9/20 : FROM alpine:3.16 [2023-03-08T01:00:27.424Z] ---> dfd21b5a31f5 [2023-03-08T01:00:27.424Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-08T01:00:27.424Z] ---> Running in 34b773e5e1b7 [2023-03-08T01:00:27.424Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T01:00:27.424Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T01:00:27.681Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-08T01:00:27.681Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-08T01:00:27.681Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T01:00:27.681Z] OK: 6 MiB in 16 packages [2023-03-08T01:00:27.800Z] ---> Running in 486604fb1c4c [2023-03-08T01:00:28.068Z] Removing intermediate container 486604fb1c4c [2023-03-08T01:00:28.068Z] ---> baab5c0ab085 [2023-03-08T01:00:28.068Z] Step 3/4 : COPY go.mod . [2023-03-08T01:00:28.245Z] Removing intermediate container 34b773e5e1b7 [2023-03-08T01:00:28.245Z] ---> ada9d3686a3d [2023-03-08T01:00:28.245Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-08T01:00:28.507Z] ---> Running in 76ad9c139da6 [2023-03-08T01:00:28.507Z] Removing intermediate container 76ad9c139da6 [2023-03-08T01:00:28.507Z] ---> 844b3343defb [2023-03-08T01:00:28.507Z] Step 12/20 : WORKDIR /edgex [2023-03-08T01:00:28.507Z] ---> Running in 09c010699580 [2023-03-08T01:00:28.657Z] ---> 3e1f32a88bad [2023-03-08T01:00:28.657Z] Step 4/4 : RUN go mod download [2023-03-08T01:00:28.657Z] ---> Running in 56b7313c6769 [2023-03-08T01:00:28.765Z] Removing intermediate container 09c010699580 [2023-03-08T01:00:28.765Z] ---> 9e38e9c7a09f [2023-03-08T01:00:28.765Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-08T01:00:29.329Z] ---> fd5bcdd48308 [2023-03-08T01:00:29.330Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-08T01:00:29.903Z] ---> 0f1f0e973070 [2023-03-08T01:00:29.903Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-08T01:00:30.161Z] ---> 33f46aa27b27 [2023-03-08T01:00:30.161Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T01:00:30.161Z] ---> Running in 45089ceb4150 [2023-03-08T01:00:31.091Z] Removing intermediate container 45089ceb4150 [2023-03-08T01:00:31.091Z] ---> 197ffd80f620 [2023-03-08T01:00:31.091Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T01:00:31.349Z] ---> Running in e39d54a1c31a [2023-03-08T01:00:31.349Z] Removing intermediate container e39d54a1c31a [2023-03-08T01:00:31.349Z] ---> 66819c608f23 [2023-03-08T01:00:31.349Z] Step 18/20 : LABEL arch=x86_64 [2023-03-08T01:00:31.349Z] ---> Running in fcd382f52293 [2023-03-08T01:00:31.607Z] Removing intermediate container fcd382f52293 [2023-03-08T01:00:31.607Z] ---> 060f9855c90b [2023-03-08T01:00:31.607Z] Step 19/20 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T01:00:31.865Z] ---> Running in fdb1da156021 [2023-03-08T01:00:31.865Z] Removing intermediate container fdb1da156021 [2023-03-08T01:00:31.865Z] ---> e2592a88ed86 [2023-03-08T01:00:31.865Z] Step 20/20 : LABEL version=0.0.0 [2023-03-08T01:00:31.865Z] ---> Running in e9473d36cc05 [2023-03-08T01:00:32.122Z] Removing intermediate container e9473d36cc05 [2023-03-08T01:00:32.122Z] ---> 1b645a16a60d [2023-03-08T01:00:32.122Z] [2023-03-08T01:00:32.122Z] Successfully built 1b645a16a60d [2023-03-08T01:00:32.122Z] Successfully tagged security-proxy-setup:latest [2023-03-08T01:00:42.097Z]  Building security-proxy-setup ... done Removing intermediate container f147f8017686 [2023-03-08T01:00:42.097Z] ---> 349050db24d8 [2023-03-08T01:00:42.097Z] [2023-03-08T01:00:42.097Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T01:00:42.097Z] ---> dfd21b5a31f5 [2023-03-08T01:00:42.097Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-08T01:00:42.357Z] ---> Running in 4d5d9aa5cdc0 [2023-03-08T01:00:42.616Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T01:00:42.616Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T01:00:42.874Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-08T01:00:42.874Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-08T01:00:42.874Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T01:00:42.874Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T01:00:43.133Z] OK: 6 MiB in 16 packages [2023-03-08T01:00:43.392Z] Removing intermediate container 4d5d9aa5cdc0 [2023-03-08T01:00:43.392Z] ---> 5972ab46adf8 [2023-03-08T01:00:43.392Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T01:00:43.652Z] ---> Running in 0a7b563dd812 [2023-03-08T01:00:43.652Z] Removing intermediate container 0a7b563dd812 [2023-03-08T01:00:43.652Z] ---> 7cd8f28bbca4 [2023-03-08T01:00:43.652Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-08T01:00:43.652Z] ---> Running in ffbdc5a21b41 [2023-03-08T01:00:43.652Z] Removing intermediate container ffbdc5a21b41 [2023-03-08T01:00:43.652Z] ---> 543d86136394 [2023-03-08T01:00:43.652Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-08T01:00:43.652Z] ---> Running in b3e888c503a8 [2023-03-08T01:00:43.913Z] Removing intermediate container b3e888c503a8 [2023-03-08T01:00:43.913Z] ---> 62acc42a8913 [2023-03-08T01:00:43.913Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T01:00:43.913Z] ---> fb647dc1a293 [2023-03-08T01:00:43.913Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-08T01:00:44.480Z] ---> f8d14f3582af [2023-03-08T01:00:44.480Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-08T01:00:44.738Z] ---> 75629cc52dfa [2023-03-08T01:00:44.738Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-08T01:00:44.738Z] ---> Running in 1d7550a57e1f [2023-03-08T01:00:44.738Z] Removing intermediate container 1d7550a57e1f [2023-03-08T01:00:44.738Z] ---> 84e83506b0f0 [2023-03-08T01:00:44.738Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T01:00:44.738Z] ---> Running in aed4b52d13a6 [2023-03-08T01:00:44.996Z] Removing intermediate container aed4b52d13a6 [2023-03-08T01:00:44.996Z] ---> 8131cb4d82e4 [2023-03-08T01:00:44.996Z] Step 20/22 : LABEL arch=x86_64 [2023-03-08T01:00:44.996Z] ---> Running in d1eff2a4ab37 [2023-03-08T01:00:44.996Z] Removing intermediate container d1eff2a4ab37 [2023-03-08T01:00:44.996Z] ---> 11ef7ce599e7 [2023-03-08T01:00:44.996Z] Step 21/22 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T01:00:44.996Z] ---> Running in 185f0718d323 [2023-03-08T01:00:45.255Z] Removing intermediate container 185f0718d323 [2023-03-08T01:00:45.255Z] ---> 4c571c0d9d92 [2023-03-08T01:00:45.255Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T01:00:45.255Z] ---> Running in 6a3da52d01b5 [2023-03-08T01:00:45.255Z] Removing intermediate container 6a3da52d01b5 [2023-03-08T01:00:45.255Z] ---> 0d03ed002c54 [2023-03-08T01:00:45.255Z] [2023-03-08T01:00:45.255Z] Successfully built 0d03ed002c54 [2023-03-08T01:00:45.255Z] Successfully tagged support-notifications:latest [2023-03-08T01:00:45.520Z]  Building support-notifications ... done  [Pipeline] } [2023-03-08T01:00:45.550Z] $ docker stop --time=1 6026a90e2fc1ba6520f5123f5158093ccc7b4ccc997be8371f3a982b3f90cfb4 [2023-03-08T01:00:46.868Z] $ docker rm -f --volumes 6026a90e2fc1ba6520f5123f5158093ccc7b4ccc997be8371f3a982b3f90cfb4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T01:00:47.251Z] + docker images [2023-03-08T01:00:47.251Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-08T01:00:47.251Z] support-notifications latest 0d03ed002c54 2 seconds ago 30.7MB [2023-03-08T01:00:47.251Z] 349050db24d8 6 seconds ago 1.75GB [2023-03-08T01:00:47.251Z] security-proxy-setup latest 1b645a16a60d 16 seconds ago 16.4MB [2023-03-08T01:00:47.251Z] 92628193ad65 22 seconds ago 1.66GB [2023-03-08T01:00:47.251Z] support-scheduler latest 836eb8351f98 34 seconds ago 30.1MB [2023-03-08T01:00:47.251Z] 2fc08245a9fa 41 seconds ago 1.75GB [2023-03-08T01:00:47.251Z] core-command latest 5bdfd2bdd1d9 52 seconds ago 17.8MB [2023-03-08T01:00:47.251Z] security-proxy-auth latest 6d87c778ffc4 56 seconds ago 16.2MB [2023-03-08T01:00:47.251Z] security-spire-agent latest 73d237527fc8 58 seconds ago 125MB [2023-03-08T01:00:47.251Z] 44a4c43c08af 59 seconds ago 1.68GB [2023-03-08T01:00:47.251Z] 363d6d4160fe About a minute ago 1.66GB [2023-03-08T01:00:47.251Z] 185544899089 About a minute ago 1.55GB [2023-03-08T01:00:47.251Z] core-metadata latest b9526ad90481 About a minute ago 18.5MB [2023-03-08T01:00:47.251Z] core-common-config-bootstrapper latest 9bb0b80ecede About a minute ago 15.5MB [2023-03-08T01:00:47.251Z] core-data latest fd9eb7dc759c About a minute ago 18MB [2023-03-08T01:00:47.251Z] af1ac9462115 About a minute ago 1.69GB [2023-03-08T01:00:47.251Z] a0c443c7b079 About a minute ago 1.69GB [2023-03-08T01:00:47.251Z] 5589ad4236e9 About a minute ago 1.68GB [2023-03-08T01:00:47.251Z] security-bootstrapper latest 99a585fe82b1 2 minutes ago 19.8MB [2023-03-08T01:00:47.251Z] security-spiffe-token-provider latest b05e1562c634 2 minutes ago 30MB [2023-03-08T01:00:47.251Z] security-secretstore-setup latest 8fa2d583224a 2 minutes ago 29.9MB [2023-03-08T01:00:47.251Z] 807ec2a01203 2 minutes ago 1.72GB [2023-03-08T01:00:47.251Z] bbd7ff6375b1 2 minutes ago 1.67GB [2023-03-08T01:00:47.251Z] 4c4621186b0d 2 minutes ago 1.67GB [2023-03-08T01:00:47.251Z] security-spire-config latest c3f4550c48df 2 minutes ago 85.8MB [2023-03-08T01:00:47.251Z] security-spire-server latest ded36ab2be14 2 minutes ago 86.5MB [2023-03-08T01:00:47.251Z] e8d1a2b1a583 2 minutes ago 1.55GB [2023-03-08T01:00:47.251Z] 3faf0de75f7b 2 minutes ago 1.55GB [2023-03-08T01:00:47.251Z] ci-base-image-x86_64 latest ffee1f627c87 5 minutes ago 903MB [2023-03-08T01:00:47.251Z] alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB [2023-03-08T01:00:47.251Z] alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB [2023-03-08T01:00:47.251Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB [2023-03-08T01:00:47.251Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB [2023-03-08T01:00:47.251Z] 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-03-08T01:01:00.905Z] Removing intermediate container 56b7313c6769 [2023-03-08T01:01:00.905Z] ---> ba4c7a0cff0b [2023-03-08T01:01:00.905Z] Successfully built ba4c7a0cff0b [2023-03-08T01:01:00.905Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T01:01:01.319Z] + docker inspect -f . ci-base-image-arm64 [2023-03-08T01:01:01.319Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T01:01:01.587Z] prd-ubuntu20.04-docker-arm64-4c-16g-8708 does not seem to be running inside a container [2023-03-08T01:01:01.667Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-08T01:01:03.612Z] $ docker top 2d81cf830d8045054ede0806e81a22b59c246289dbd3346567475f30cdc88fc6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T01:01:04.524Z] + go version [2023-03-08T01:01:04.524Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-08T01:01:04.565Z] $ docker stop --time=1 2d81cf830d8045054ede0806e81a22b59c246289dbd3346567475f30cdc88fc6 [2023-03-08T01:01:06.229Z] $ docker rm -f --volumes 2d81cf830d8045054ede0806e81a22b59c246289dbd3346567475f30cdc88fc6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T01:01:07.099Z] + docker inspect -f . ci-base-image-arm64 [2023-03-08T01:01:07.099Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T01:01:07.362Z] prd-ubuntu20.04-docker-arm64-4c-16g-8708 does not seem to be running inside a container [2023-03-08T01:01:07.439Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-08T01:01:08.654Z] $ docker top adff8703bd363895d2f985f5b51bae36efdf64ff513beabbd580f5a42260ac19 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-08T01:01:08.904Z] ========================================================= [2023-03-08T01:01:08.904Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-08T01:01:08.904Z] ========================================================= [Pipeline] sh [2023-03-08T01:01:09.553Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-08T01:01:10.269Z] + make test [2023-03-08T01:01:10.269Z] go test -race -coverprofile=coverage.out ./... [2023-03-08T01:01:49.163Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-08T01:03:40.960Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-08T01:03:40.960Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-08T01:03:42.376Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-08T01:03:42.376Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-08T01:03:43.367Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-08T01:03:46.747Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-08T01:03:46.747Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-08T01:03:46.747Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-08T01:03:46.747Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-08T01:03:47.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-08T01:03:53.750Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-08T01:03:53.750Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-08T01:03:53.750Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-08T01:03:53.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-08T01:04:08.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.407s coverage: 28.7% of statements [2023-03-08T01:04:08.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-08T01:04:08.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-08T01:04:17.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.803s coverage: 98.5% of statements [2023-03-08T01:04:23.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.859s coverage: 71.2% of statements [2023-03-08T01:04:23.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-08T01:04:23.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-08T01:04:23.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-08T01:04:23.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.520s coverage: 54.0% of statements [2023-03-08T01:04:23.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-08T01:04:23.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-08T01:04:41.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 19.246s coverage: 88.5% of statements [2023-03-08T01:04:41.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-08T01:04:41.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-08T01:04:41.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-08T01:04:41.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-08T01:04:41.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-08T01:04:41.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.708s coverage: 3.9% of statements [2023-03-08T01:04:41.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-08T01:04:41.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-08T01:04:43.910Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.415s coverage: 95.6% of statements [2023-03-08T01:04:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-08T01:04:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-08T01:04:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-08T01:04:43.910Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.253s coverage: 72.2% of statements [2023-03-08T01:04:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-08T01:04:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-08T01:04:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-08T01:04:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-08T01:04:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-08T01:04:43.910Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.502s coverage: 65.9% of statements [2023-03-08T01:04:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-08T01:04:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-08T01:04:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-08T01:04:43.910Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.376s coverage: 0.9% of statements [2023-03-08T01:04:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-08T01:04:43.910Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.387s coverage: 29.0% of statements [2023-03-08T01:04:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-08T01:04:44.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.377s coverage: 45.5% of statements [2023-03-08T01:04:44.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.256s coverage: 82.9% of statements [2023-03-08T01:04:44.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.194s coverage: 94.1% of statements [2023-03-08T01:04:46.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.339s coverage: 96.3% of statements [2023-03-08T01:04:48.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.245s coverage: 87.5% of statements [2023-03-08T01:05:00.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.261s coverage: 94.4% of statements [2023-03-08T01:05:15.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.330s coverage: 79.9% of statements [2023-03-08T01:05:15.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-08T01:05:15.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.299s coverage: 92.9% of statements [2023-03-08T01:05:15.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-08T01:05:15.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-08T01:05:15.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-08T01:05:15.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.071s coverage: 64.4% of statements [2023-03-08T01:05:15.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-08T01:05:15.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-08T01:05:15.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-08T01:05:15.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-08T01:05:15.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.260s coverage: 86.9% of statements [2023-03-08T01:05:15.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-08T01:05:15.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-08T01:05:15.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-08T01:05:15.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-08T01:05:15.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.239s coverage: 87.2% of statements [2023-03-08T01:05:15.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.197s coverage: 20.0% of statements [2023-03-08T01:05:15.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-08T01:05:15.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-08T01:05:15.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.199s coverage: 100.0% of statements [2023-03-08T01:05:15.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-08T01:05:15.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.331s coverage: 81.2% of statements [2023-03-08T01:05:15.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.363s coverage: 82.1% of statements [2023-03-08T01:05:15.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-08T01:05:15.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.314s coverage: 84.8% of statements [2023-03-08T01:05:15.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-08T01:05:20.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.258s coverage: 63.1% of statements [2023-03-08T01:05:20.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-08T01:05:20.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-08T01:05:20.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.312s coverage: 100.0% of statements [2023-03-08T01:05:20.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.126s coverage: 89.4% of statements [2023-03-08T01:05:20.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements [2023-03-08T01:05:20.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements [2023-03-08T01:05:20.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements [2023-03-08T01:05:20.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-08T01:05:20.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-08T01:05:20.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-08T01:05:28.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.879s coverage: 38.4% of statements [2023-03-08T01:05:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-08T01:05:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-08T01:05:28.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.265s coverage: 89.5% of statements [2023-03-08T01:05:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-08T01:05:28.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.249s coverage: 84.8% of statements [2023-03-08T01:05:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-08T01:05:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-08T01:05:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-08T01:05:28.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-08T01:05:35.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.310s coverage: 17.7% of statements [2023-03-08T01:05:35.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-08T01:05:35.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-08T01:05:35.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-08T01:05:35.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-08T01:05:35.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.724s coverage: 92.3% of statements [2023-03-08T01:05:35.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-08T01:05:35.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-08T01:05:35.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-08T01:05:35.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-08T01:05:35.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.301s coverage: 61.5% of statements [2023-03-08T01:05:35.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-08T01:05:35.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-08T01:05:35.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.441s coverage: 97.7% of statements [2023-03-08T01:05:35.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-08T01:05:35.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-08T01:05:36.552Z] 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-03-08T01:05:36.552Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-08T01:05:36.552Z] go vet ./... [2023-03-08T01:07:28.383Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-08T01:07:28.383Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-08T01:07:28.383Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-08T01:07:28.416Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-08T01:07:28.773Z] + ls -al . [2023-03-08T01:07:28.773Z] total 700 [2023-03-08T01:07:28.773Z] drwxrwxr-x 10 1001 1001 4096 Mar 8 01:01 . [2023-03-08T01:07:28.773Z] drwxr-xr-x 4 root root 4096 Mar 8 01:01 .. [2023-03-08T01:07:28.773Z] drwxrwxr-x 2 1001 1001 4096 Mar 8 00:59 .blubracket [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 16 Mar 8 00:59 .dockerignore [2023-03-08T01:07:28.773Z] drwxrwxr-x 8 1001 1001 4096 Mar 8 00:59 .git [2023-03-08T01:07:28.773Z] drwxrwxr-x 3 1001 1001 4096 Mar 8 00:59 .github [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 1112 Mar 8 00:59 .gitignore [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 42 Mar 8 00:59 .golangci.yml [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 87 Mar 8 00:59 .hadolint.yml [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 166 Mar 8 00:59 .sonarcloud.properties [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 1171 Mar 8 00:59 ADOPTERS.md [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 10825 Mar 8 00:59 Attribution.txt [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 73765 Mar 8 00:59 CHANGELOG.md [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 3804 Mar 8 00:59 CONTRIBUTING.md [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 677 Mar 8 00:59 GOVERNANCE.md [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 883 Mar 8 00:59 Jenkinsfile [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 10775 Mar 8 00:59 LICENSE [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 14071 Mar 8 00:59 Makefile [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 582 Mar 8 00:59 OWNERS.md [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 9403 Mar 8 00:59 README.md [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 6912 Mar 8 00:59 SECURITY.md [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 5 Mar 8 00:54 VERSION [2023-03-08T01:07:28.773Z] drwxrwxr-x 2 1001 1001 4096 Mar 8 00:59 bin [2023-03-08T01:07:28.773Z] drwxrwxr-x 18 1001 1001 4096 Mar 8 00:59 cmd [2023-03-08T01:07:28.773Z] -rw-r--r-- 1 root root 447487 Mar 8 01:05 coverage.out [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 3232 Mar 8 00:59 go.mod [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 31098 Mar 8 00:59 go.sum [2023-03-08T01:07:28.773Z] drwxrwxr-x 7 1001 1001 4096 Mar 8 00:59 internal [2023-03-08T01:07:28.773Z] drwxrwxr-x 3 1001 1001 4096 Mar 8 00:59 openapi [2023-03-08T01:07:28.773Z] drwxrwxr-x 4 1001 1001 4096 Mar 8 00:59 snap [2023-03-08T01:07:28.773Z] -rw-rw-r-- 1 1001 1001 204 Mar 8 00:59 version.go [Pipeline] sh [2023-03-08T01:07:29.437Z] + '[' -e coverage.out ] [2023-03-08T01:07:29.437Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-08T01:07:29.473Z] Warning: overwriting stash ‘coverage-report’ [2023-03-08T01:07:30.316Z] Stashed 1 file(s) [Pipeline] sh [2023-03-08T01:07:30.667Z] + make build [2023-03-08T01:07:30.969Z] 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-03-08T01:09:07.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-03-08T01:09:07.604Z] 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-03-08T01:09:07.604Z] 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-03-08T01:09:09.545Z] 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-03-08T01:09:56.370Z] 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-03-08T01:09:59.710Z] 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-03-08T01:10:06.350Z] 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-03-08T01:10:11.162Z] 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-03-08T01:10:15.415Z] 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-03-08T01:10:19.672Z] 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-03-08T01:10:26.313Z] 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-03-08T01:10:33.008Z] $ docker stop --time=1 adff8703bd363895d2f985f5b51bae36efdf64ff513beabbd580f5a42260ac19 [2023-03-08T01:10:35.065Z] $ docker rm -f --volumes adff8703bd363895d2f985f5b51bae36efdf64ff513beabbd580f5a42260ac19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T01:10:37.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-08T01:10:37.928Z] [2023-03-08T01:10:37.928Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T01:10:38.331Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-08T01:10:38.598Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-08T01:10:38.598Z] 29e5d40040c1: Pulling fs layer [2023-03-08T01:10:38.598Z] 1ce36da41761: Pulling fs layer [2023-03-08T01:10:38.598Z] 25b303627fd3: Pulling fs layer [2023-03-08T01:10:38.598Z] 29e5d40040c1: Verifying Checksum [2023-03-08T01:10:38.598Z] 29e5d40040c1: Download complete [2023-03-08T01:10:38.866Z] 1ce36da41761: Verifying Checksum [2023-03-08T01:10:38.866Z] 1ce36da41761: Download complete [2023-03-08T01:10:39.132Z] 29e5d40040c1: Pull complete [2023-03-08T01:10:40.541Z] 1ce36da41761: Pull complete [2023-03-08T01:10:40.541Z] 25b303627fd3: Verifying Checksum [2023-03-08T01:10:40.541Z] 25b303627fd3: Download complete [2023-03-08T01:10:50.609Z] 25b303627fd3: Pull complete [2023-03-08T01:10:50.609Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-08T01:10:50.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-08T01:10:50.609Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T01:10:50.960Z] prd-ubuntu20.04-docker-arm64-4c-16g-8708 does not seem to be running inside a container [2023-03-08T01:10:51.031Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-08T01:10:53.441Z] $ docker top ea6315309495f762124c427b5bf1eb3c04502bf8fd09843502a18d58cee9848c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T01:10:54.366Z] + docker-compose build --help [2023-03-08T01:10:54.366Z] + grep parallel [2023-03-08T01:10:59.703Z] --parallel Build images in parallel. [Pipeline] } [2023-03-08T01:10:59.738Z] $ docker stop --time=1 ea6315309495f762124c427b5bf1eb3c04502bf8fd09843502a18d58cee9848c [2023-03-08T01:11:01.421Z] $ docker rm -f --volumes ea6315309495f762124c427b5bf1eb3c04502bf8fd09843502a18d58cee9848c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T01:11:02.184Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-08T01:11:02.184Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T01:11:02.436Z] prd-ubuntu20.04-docker-arm64-4c-16g-8708 does not seem to be running inside a container [2023-03-08T01:11:02.504Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-08T01:11:03.765Z] $ docker top e64c5b7a2060a92aa62333bf826dc796affdea01edcc9f2138f3be4541121fdb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T01:11:04.650Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-08T01:11:11.299Z] Building core-command ... [2023-03-08T01:11:11.299Z] Building core-common-config-bootstrapper ... [2023-03-08T01:11:11.299Z] Building core-data ... [2023-03-08T01:11:11.299Z] Building core-metadata ... [2023-03-08T01:11:11.299Z] Building security-bootstrapper ... [2023-03-08T01:11:11.299Z] Building security-proxy-auth ... [2023-03-08T01:11:11.299Z] Building security-proxy-setup ... [2023-03-08T01:11:11.299Z] Building security-secretstore-setup ... [2023-03-08T01:11:11.299Z] Building security-spiffe-token-provider ... [2023-03-08T01:11:11.299Z] Building security-spire-agent ... [2023-03-08T01:11:11.299Z] Building security-spire-config ... [2023-03-08T01:11:11.299Z] Building security-spire-server ... [2023-03-08T01:11:11.299Z] Building support-notifications ... [2023-03-08T01:11:11.299Z] Building support-scheduler ... [2023-03-08T01:11:11.299Z] Building security-spiffe-token-provider [2023-03-08T01:11:11.299Z] Building core-command [2023-03-08T01:11:11.299Z] Building security-spire-agent [2023-03-08T01:11:11.299Z] Building core-data [2023-03-08T01:11:11.299Z] Building security-spire-config [2023-03-08T01:11:58.117Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T01:11:58.117Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T01:11:58.117Z] ---> ba4c7a0cff0b [2023-03-08T01:11:58.117Z] Step 3/24 : WORKDIR /edgex-go [2023-03-08T01:11:58.117Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T01:11:58.117Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T01:11:58.117Z] ---> ba4c7a0cff0b [2023-03-08T01:11:58.117Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-08T01:11:58.117Z] [2023-03-08T01:11:58.117Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T01:11:58.117Z] ---> ba4c7a0cff0b [2023-03-08T01:11:58.117Z] Step 3/24 : WORKDIR /edgex-go [2023-03-08T01:11:58.117Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T01:11:58.117Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T01:11:58.117Z] ---> ba4c7a0cff0b [2023-03-08T01:11:58.117Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T01:11:58.117Z] ---> Running in 8384754058c2 [2023-03-08T01:11:58.117Z] ---> Running in baddc0e35d39 [2023-03-08T01:11:58.117Z] ---> Running in 61aa02858ebf [2023-03-08T01:11:58.117Z] ---> Running in be1bcb34056e [2023-03-08T01:11:58.117Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T01:11:58.117Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-08T01:11:58.117Z] ---> ba4c7a0cff0b [2023-03-08T01:11:58.117Z] Step 3/19 : WORKDIR /edgex-go [2023-03-08T01:11:58.117Z] ---> Running in d693e99202f2 [2023-03-08T01:11:58.117Z] Removing intermediate container baddc0e35d39 [2023-03-08T01:11:58.117Z] ---> e2c070f09bbe [2023-03-08T01:11:58.117Z] Step 4/23 : WORKDIR /edgex-go [2023-03-08T01:11:58.117Z] Removing intermediate container be1bcb34056e [2023-03-08T01:11:58.117Z] ---> 1c452cbfce8d [2023-03-08T01:11:58.117Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T01:11:58.117Z] Removing intermediate container 61aa02858ebf [2023-03-08T01:11:58.117Z] ---> 86c88ec85f44 [2023-03-08T01:11:58.117Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T01:11:58.117Z] Removing intermediate container 8384754058c2 [2023-03-08T01:11:58.117Z] ---> 672c8a4cb790 [2023-03-08T01:11:58.117Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T01:11:58.117Z] ---> Running in 79d44526f1b1 [2023-03-08T01:11:58.117Z] Removing intermediate container d693e99202f2 [2023-03-08T01:11:58.117Z] ---> ee3dfa80423e [2023-03-08T01:11:58.117Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-08T01:11:58.117Z] ---> Running in b7c55569dd84 [2023-03-08T01:11:58.117Z] ---> Running in 937a87159a3a [2023-03-08T01:11:58.117Z] ---> Running in dbd7f94d47f3 [2023-03-08T01:11:58.117Z] ---> Running in 80d7ab37afdc [2023-03-08T01:11:58.117Z] Removing intermediate container 79d44526f1b1 [2023-03-08T01:11:58.117Z] ---> c42b19dab031 [2023-03-08T01:11:58.117Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-08T01:11:58.117Z] Removing intermediate container b7c55569dd84 [2023-03-08T01:11:58.117Z] ---> 7354e27360c6 [2023-03-08T01:11:58.117Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T01:11:58.117Z] ---> Running in 856a8ddb2e73 [2023-03-08T01:11:58.117Z] ---> Running in 0ade6d169e85 [2023-03-08T01:11:58.117Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:11:58.117Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:11:58.117Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:11:58.384Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:11:58.384Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:11:58.652Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:11:58.652Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:11:58.652Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:11:59.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:11:59.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:11:59.239Z] OK: 221 MiB in 51 packages [2023-03-08T01:11:59.830Z] OK: 221 MiB in 51 packages [2023-03-08T01:12:00.098Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-08T01:12:00.098Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-08T01:12:00.098Z] OK: 16903 distinct packages available [2023-03-08T01:12:00.682Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:12:00.682Z] OK: 221 MiB in 51 packages [2023-03-08T01:12:00.950Z] OK: 221 MiB in 51 packages [2023-03-08T01:12:00.950Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:12:01.537Z] Removing intermediate container 937a87159a3a [2023-03-08T01:12:01.537Z] ---> f63349b056a4 [2023-03-08T01:12:01.537Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-08T01:12:01.811Z] Removing intermediate container dbd7f94d47f3 [2023-03-08T01:12:01.811Z] ---> b0eb494095b4 [2023-03-08T01:12:01.811Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-08T01:12:02.394Z] OK: 221 MiB in 51 packages [2023-03-08T01:12:02.394Z] Removing intermediate container 856a8ddb2e73 [2023-03-08T01:12:02.394Z] ---> 8fb06f1355cc [2023-03-08T01:12:02.394Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-08T01:12:02.987Z] ---> b3669eb2d668 [2023-03-08T01:12:02.987Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T01:12:02.987Z] ---> Running in d0ca0ab5e455 [2023-03-08T01:12:03.254Z] Removing intermediate container 0ade6d169e85 [2023-03-08T01:12:03.254Z] ---> 826be5840389 [2023-03-08T01:12:03.254Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T01:12:03.521Z] ---> 8778adc1cd14 [2023-03-08T01:12:03.521Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T01:12:03.521Z] ---> Running in cc8b70717554 [2023-03-08T01:12:04.107Z] ---> abe458b35a62 [2023-03-08T01:12:04.107Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T01:12:04.374Z] ---> Running in 4d75e8514b71 [2023-03-08T01:12:04.641Z] Removing intermediate container 80d7ab37afdc [2023-03-08T01:12:04.641Z] ---> 16c671493e90 [2023-03-08T01:12:04.641Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-08T01:12:04.641Z] ---> 933710d2bd92 [2023-03-08T01:12:04.641Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T01:12:04.908Z] ---> Running in 6a13aa20bd54 [2023-03-08T01:12:05.872Z] ---> 3edd489afbda [2023-03-08T01:12:05.872Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T01:12:06.139Z] ---> Running in 3d42b1c69a38 [2023-03-08T01:13:57.833Z] Removing intermediate container cc8b70717554 [2023-03-08T01:13:57.833Z] ---> 5fcf41f8b442 [2023-03-08T01:13:57.833Z] Step 7/24 : COPY . . [2023-03-08T01:13:57.833Z] Removing intermediate container 6a13aa20bd54 [2023-03-08T01:13:57.833Z] ---> 7515d36cc5bc [2023-03-08T01:13:57.833Z] Step 8/22 : COPY . . [2023-03-08T01:13:57.833Z] Removing intermediate container 4d75e8514b71 [2023-03-08T01:13:57.833Z] ---> 909147cb69cc [2023-03-08T01:13:57.833Z] Step 8/23 : COPY . . [2023-03-08T01:13:57.833Z] Removing intermediate container d0ca0ab5e455 [2023-03-08T01:13:57.833Z] ---> cdfa684263e6 [2023-03-08T01:13:57.833Z] Step 7/24 : COPY . . [2023-03-08T01:13:57.833Z] Removing intermediate container 3d42b1c69a38 [2023-03-08T01:13:57.833Z] ---> 08a529887334 [2023-03-08T01:13:57.833Z] Step 7/19 : COPY . . [2023-03-08T01:14:10.342Z] ---> 91c8776d2dcd [2023-03-08T01:14:10.342Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-08T01:14:10.342Z] ---> e83a27e426cf [2023-03-08T01:14:10.342Z] ---> 8a21b611e283 [2023-03-08T01:14:10.342Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T01:14:10.342Z] [2023-03-08T01:14:10.342Z] ---> 0ff8f233f970 [2023-03-08T01:14:10.342Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-08T01:14:10.342Z] ---> Running in 726cc0d689f4 [2023-03-08T01:14:10.342Z] ---> 07cb1e4ed4c2 [2023-03-08T01:14:10.342Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-08T01:14:10.342Z] ---> Running in d2259579931c [2023-03-08T01:14:10.342Z] ---> Running in 12b3b2248a31 [2023-03-08T01:14:10.342Z] ---> Running in aa92278cf9e4 [2023-03-08T01:14:10.342Z] ---> Running in f94859b1dd03 [2023-03-08T01:14:10.342Z] Removing intermediate container d2259579931c [2023-03-08T01:14:10.342Z] ---> b9d9852355ee [2023-03-08T01:14:10.342Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-08T01:14:10.342Z] ---> Running in d45c3868572b [2023-03-08T01:14:10.342Z] Removing intermediate container 12b3b2248a31 [2023-03-08T01:14:10.342Z] ---> b9609bb15d58 [2023-03-08T01:14:10.342Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-08T01:14:10.342Z] ---> Running in 85fe069b8c7c [2023-03-08T01:14:10.963Z] Removing intermediate container 85fe069b8c7c [2023-03-08T01:14:10.963Z] ---> a035a7802193 [2023-03-08T01:14:10.963Z] Step 10/24 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-08T01:14:10.963Z] Removing intermediate container d45c3868572b [2023-03-08T01:14:10.963Z] ---> 962b6e9717e1 [2023-03-08T01:14:10.963Z] Step 10/24 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-08T01:14:10.963Z] ---> Running in b88ae92e2d3e [2023-03-08T01:14:11.243Z] ---> Running in 60eb114a6e07 [2023-03-08T01:14:11.905Z] 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-03-08T01:14:11.905Z] 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-03-08T01:14:12.181Z] 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-03-08T01:14:17.554Z] Removing intermediate container b88ae92e2d3e [2023-03-08T01:14:17.554Z] ---> ef62a45c1b93 [2023-03-08T01:14:17.554Z] Step 11/24 : WORKDIR /edgex-go [2023-03-08T01:14:17.554Z] Removing intermediate container 60eb114a6e07 [2023-03-08T01:14:17.554Z] ---> e4cb56a88b8c [2023-03-08T01:14:17.554Z] Step 11/24 : WORKDIR /edgex-go [2023-03-08T01:14:17.554Z] ---> Running in c59e7aafba9f [2023-03-08T01:14:17.554Z] ---> Running in 336a42fdcc8d [2023-03-08T01:14:18.140Z] Removing intermediate container c59e7aafba9f [2023-03-08T01:14:18.140Z] ---> e323b0bba90d [2023-03-08T01:14:18.140Z] [2023-03-08T01:14:18.140Z] Step 12/24 : FROM alpine:3.15 [2023-03-08T01:14:18.140Z] Removing intermediate container 336a42fdcc8d [2023-03-08T01:14:18.140Z] ---> 8bd1df2b5be4 [2023-03-08T01:14:18.140Z] [2023-03-08T01:14:18.140Z] Step 12/24 : FROM alpine:3.15 [2023-03-08T01:14:19.097Z] 3.15: Pulling from library/alpine [2023-03-08T01:14:19.097Z] 3.15: Pulling from library/alpine [2023-03-08T01:14:21.036Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-08T01:14:21.036Z] Status: Downloaded newer image for alpine:3.15 [2023-03-08T01:14:21.036Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-08T01:14:21.036Z] Status: Image is up to date for alpine:3.15 [2023-03-08T01:14:21.036Z] ---> 354640af7b1b [2023-03-08T01:14:21.036Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T01:14:21.036Z] ---> 354640af7b1b [2023-03-08T01:14:21.036Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T01:14:21.302Z] ---> Running in c16131aad2ef [2023-03-08T01:14:21.302Z] ---> Running in 251705aa0e3c [2023-03-08T01:14:21.883Z] Removing intermediate container c16131aad2ef [2023-03-08T01:14:21.883Z] ---> 045483cb0b45 [2023-03-08T01:14:21.883Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-08T01:14:22.151Z] Removing intermediate container 251705aa0e3c [2023-03-08T01:14:22.151Z] ---> 9ef9d1b05bd3 [2023-03-08T01:14:22.151Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-08T01:14:22.151Z] ---> Running in 6e303a4290a1 [2023-03-08T01:14:22.418Z] ---> Running in 5ea614e1d6a9 [2023-03-08T01:14:25.002Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:14:25.002Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:14:25.002Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:14:25.002Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:14:26.415Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T01:14:26.415Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T01:14:26.415Z] OK: 15736 distinct packages available [2023-03-08T01:14:26.683Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:14:26.684Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T01:14:26.684Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T01:14:26.684Z] OK: 15736 distinct packages available [2023-03-08T01:14:26.950Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:14:26.950Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:14:27.533Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:14:28.115Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-08T01:14:28.115Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-08T01:14:28.115Z] (3/5) Installing libucontext (1.1-r0) [2023-03-08T01:14:28.115Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-08T01:14:28.384Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-08T01:14:28.384Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T01:14:28.384Z] OK: 6 MiB in 19 packages [2023-03-08T01:14:28.650Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-08T01:14:28.650Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-08T01:14:28.650Z] (3/4) Installing libucontext (1.1-r0) [2023-03-08T01:14:28.650Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-08T01:14:28.922Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T01:14:28.922Z] OK: 6 MiB in 18 packages [2023-03-08T01:14:30.865Z] Removing intermediate container 6e303a4290a1 [2023-03-08T01:14:30.865Z] ---> 6b3ab5c89f7f [2023-03-08T01:14:30.865Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T01:14:30.865Z] Removing intermediate container 5ea614e1d6a9 [2023-03-08T01:14:30.865Z] ---> b36dc4d481b4 [2023-03-08T01:14:30.865Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-08T01:14:36.207Z] ---> 65a02c0de511 [2023-03-08T01:14:36.207Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T01:14:37.615Z] ---> e8ca501c8709 [2023-03-08T01:14:37.615Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T01:14:38.573Z] ---> a068dc7fae9a [2023-03-08T01:14:38.573Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-08T01:14:38.840Z] ---> Running in a0bcfaf88711 [2023-03-08T01:14:39.798Z] Removing intermediate container a0bcfaf88711 [2023-03-08T01:14:39.798Z] ---> 95ce99728c11 [2023-03-08T01:14:39.798Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-08T01:14:40.768Z] ---> 87dd27ae90f7 [2023-03-08T01:14:40.768Z] Step 19/24 : WORKDIR / [2023-03-08T01:14:41.061Z] ---> Running in 1c741f1979a5 [2023-03-08T01:14:42.470Z] Removing intermediate container 1c741f1979a5 [2023-03-08T01:14:42.470Z] ---> 317ec50fd839 [2023-03-08T01:14:42.470Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T01:14:42.470Z] ---> Running in 529ec8cefa7c [2023-03-08T01:14:43.063Z] Removing intermediate container 529ec8cefa7c [2023-03-08T01:14:43.063Z] ---> da891c10a777 [2023-03-08T01:14:43.063Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T01:14:43.063Z] ---> Running in 92ffd6b72f49 [2023-03-08T01:14:44.053Z] Removing intermediate container 92ffd6b72f49 [2023-03-08T01:14:44.053Z] ---> 5f83351a1b01 [2023-03-08T01:14:44.053Z] Step 22/24 : LABEL arch=arm64 [2023-03-08T01:14:44.053Z] ---> Running in 7ef07140757d [2023-03-08T01:14:44.321Z] ---> 497a9f959b6c [2023-03-08T01:14:44.321Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T01:14:44.904Z] Removing intermediate container 7ef07140757d [2023-03-08T01:14:44.904Z] ---> 1384549ce704 [2023-03-08T01:14:44.904Z] Step 23/24 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T01:14:44.904Z] ---> Running in ad1d65c843c3 [2023-03-08T01:14:45.490Z] ---> 961f4ddb0cda [2023-03-08T01:14:45.490Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-08T01:14:45.759Z] Removing intermediate container ad1d65c843c3 [2023-03-08T01:14:45.759Z] ---> 4cec1b7631b4 [2023-03-08T01:14:45.759Z] Step 24/24 : LABEL version=0.0.0 [2023-03-08T01:14:46.027Z] ---> Running in 85945ba00cbc [2023-03-08T01:14:46.610Z] Removing intermediate container 85945ba00cbc [2023-03-08T01:14:46.610Z] ---> 06c8e1c38ae8 [2023-03-08T01:14:46.610Z] [2023-03-08T01:14:46.610Z] ---> 811464b6dfc6 [2023-03-08T01:14:46.610Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-08T01:14:47.194Z] Successfully built 06c8e1c38ae8 [2023-03-08T01:14:47.194Z] Successfully tagged security-spire-config-arm64:latest [2023-03-08T01:14:47.194Z]  Building security-spire-config ... done Building support-notifications [2023-03-08T01:14:47.776Z] ---> 34e46d998d6e [2023-03-08T01:14:47.776Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T01:14:47.776Z] ---> Running in d88570ee1bb7 [2023-03-08T01:14:48.360Z] Removing intermediate container d88570ee1bb7 [2023-03-08T01:14:48.360Z] ---> 569ec1967652 [2023-03-08T01:14:48.360Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T01:14:48.360Z] ---> Running in 09267465e08f [2023-03-08T01:14:48.953Z] Removing intermediate container 09267465e08f [2023-03-08T01:14:48.953Z] ---> 518927fec9f1 [2023-03-08T01:14:48.953Z] Step 22/24 : LABEL arch=arm64 [2023-03-08T01:14:48.953Z] ---> Running in 3edbb9b46551 [2023-03-08T01:14:49.534Z] Removing intermediate container 3edbb9b46551 [2023-03-08T01:14:49.534Z] ---> a455741d68bd [2023-03-08T01:14:49.534Z] Step 23/24 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T01:14:49.808Z] ---> Running in 61d9bbef9798 [2023-03-08T01:14:50.392Z] Removing intermediate container 61d9bbef9798 [2023-03-08T01:14:50.392Z] ---> 078ec4119594 [2023-03-08T01:14:50.392Z] Step 24/24 : LABEL version=0.0.0 [2023-03-08T01:14:50.392Z] ---> Running in 33a397634926 [2023-03-08T01:14:50.974Z] Removing intermediate container 33a397634926 [2023-03-08T01:14:50.974Z] ---> 052d306c1de2 [2023-03-08T01:14:50.974Z] [2023-03-08T01:14:51.240Z] Successfully built 052d306c1de2 [2023-03-08T01:14:51.240Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-08T01:14:51.240Z]  Building security-spire-agent ... done Building security-proxy-auth [2023-03-08T01:15:17.913Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T01:15:17.913Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T01:15:17.913Z] ---> ba4c7a0cff0b [2023-03-08T01:15:17.913Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T01:15:17.913Z] ---> Using cache [2023-03-08T01:15:17.913Z] ---> 1c452cbfce8d [2023-03-08T01:15:17.913Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T01:15:17.913Z] ---> Using cache [2023-03-08T01:15:17.913Z] ---> 7354e27360c6 [2023-03-08T01:15:17.913Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-08T01:15:17.913Z] ---> Running in 06d732381303 [2023-03-08T01:15:18.875Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:15:19.181Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T01:15:19.181Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T01:15:19.181Z] ---> ba4c7a0cff0b [2023-03-08T01:15:19.181Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T01:15:19.181Z] ---> Using cache [2023-03-08T01:15:19.181Z] ---> 1c452cbfce8d [2023-03-08T01:15:19.181Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T01:15:19.181Z] ---> Using cache [2023-03-08T01:15:19.181Z] ---> 7354e27360c6 [2023-03-08T01:15:19.181Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T01:15:19.181Z] ---> Using cache [2023-03-08T01:15:19.181Z] ---> 826be5840389 [2023-03-08T01:15:19.181Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T01:15:19.181Z] ---> Using cache [2023-03-08T01:15:19.181Z] ---> 933710d2bd92 [2023-03-08T01:15:19.181Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T01:15:19.181Z] ---> Using cache [2023-03-08T01:15:19.181Z] ---> 7515d36cc5bc [2023-03-08T01:15:19.181Z] Step 8/22 : COPY . . [2023-03-08T01:15:19.181Z] ---> Using cache [2023-03-08T01:15:19.181Z] ---> 91c8776d2dcd [2023-03-08T01:15:19.181Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-08T01:15:19.181Z] ---> Running in 6f6fe0f86f60 [2023-03-08T01:15:20.136Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:15:21.092Z] 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-03-08T01:15:21.357Z] OK: 221 MiB in 51 packages [2023-03-08T01:15:22.769Z] Removing intermediate container 06d732381303 [2023-03-08T01:15:22.769Z] ---> 5e31dcd7788f [2023-03-08T01:15:22.769Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T01:15:23.726Z] ---> a77d865bc4a6 [2023-03-08T01:15:23.726Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T01:15:23.726Z] ---> Running in bd2750e4bd0f [2023-03-08T01:17:00.621Z] Removing intermediate container bd2750e4bd0f [2023-03-08T01:17:00.621Z] ---> 4daa4643939d [2023-03-08T01:17:00.621Z] Step 8/22 : COPY . . [2023-03-08T01:17:10.688Z] ---> 24398f930cfe [2023-03-08T01:17:10.688Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-08T01:17:10.688Z] ---> Running in 36ea48b564a0 [2023-03-08T01:17:12.096Z] 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-03-08T01:21:03.868Z] Removing intermediate container aa92278cf9e4 [2023-03-08T01:21:03.868Z] ---> 665ba9b929f2 [2023-03-08T01:21:03.868Z] [2023-03-08T01:21:03.868Z] Step 10/23 : FROM alpine:3.16 [2023-03-08T01:21:03.868Z] 3.16: Pulling from library/alpine [2023-03-08T01:21:03.868Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T01:21:03.868Z] Status: Downloaded newer image for alpine:3.16 [2023-03-08T01:21:03.868Z] ---> 4c81e5bf8899 [2023-03-08T01:21:03.868Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-08T01:21:03.868Z] ---> Running in 9b3af3cf1776 [2023-03-08T01:21:03.868Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:21:03.868Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:21:05.271Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T01:21:05.271Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T01:21:05.271Z] OK: 5 MiB in 15 packages [2023-03-08T01:21:07.213Z] Removing intermediate container 9b3af3cf1776 [2023-03-08T01:21:07.213Z] ---> c0d678726303 [2023-03-08T01:21:07.213Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T01:21:07.213Z] ---> Running in c3a732a80e2a [2023-03-08T01:21:07.480Z] Removing intermediate container c3a732a80e2a [2023-03-08T01:21:07.480Z] ---> 07c5b0ee67d8 [2023-03-08T01:21:07.480Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-08T01:21:07.480Z] ---> Running in f27cf7cda5ad [2023-03-08T01:21:08.063Z] Removing intermediate container f27cf7cda5ad [2023-03-08T01:21:08.063Z] ---> e4ec4b557cf4 [2023-03-08T01:21:08.063Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-08T01:21:08.063Z] ---> Running in 3e0ad13455e4 [2023-03-08T01:21:08.647Z] Removing intermediate container 3e0ad13455e4 [2023-03-08T01:21:08.647Z] ---> d7315b7d1ba8 [2023-03-08T01:21:08.647Z] Step 15/23 : WORKDIR / [2023-03-08T01:21:08.647Z] ---> Running in 22f8744022b6 [2023-03-08T01:21:09.229Z] Removing intermediate container 22f8744022b6 [2023-03-08T01:21:09.229Z] ---> 2203de7eac38 [2023-03-08T01:21:09.229Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T01:21:10.190Z] ---> 46eb08145993 [2023-03-08T01:21:10.190Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-08T01:21:12.148Z] ---> 247f67df4356 [2023-03-08T01:21:12.148Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-08T01:21:12.732Z] ---> 8a4e8a0c47a3 [2023-03-08T01:21:12.732Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-08T01:21:12.997Z] ---> Running in 175822dead72 [2023-03-08T01:21:13.263Z] Removing intermediate container 175822dead72 [2023-03-08T01:21:13.529Z] ---> 6664334d3176 [2023-03-08T01:21:13.529Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T01:21:13.529Z] ---> Running in 1b0805f9f115 [2023-03-08T01:21:14.111Z] Removing intermediate container 1b0805f9f115 [2023-03-08T01:21:14.111Z] ---> a88645213e4c [2023-03-08T01:21:14.111Z] Step 21/23 : LABEL arch=arm64 [2023-03-08T01:21:14.111Z] ---> Running in 15ab9ec5e738 [2023-03-08T01:21:14.691Z] Removing intermediate container 15ab9ec5e738 [2023-03-08T01:21:14.691Z] ---> 2c1b04eaf399 [2023-03-08T01:21:14.691Z] Step 22/23 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T01:21:14.691Z] ---> Running in 85689f2bd88a [2023-03-08T01:21:15.275Z] Removing intermediate container 85689f2bd88a [2023-03-08T01:21:15.275Z] ---> 44fa8508fee0 [2023-03-08T01:21:15.275Z] Step 23/23 : LABEL version=0.0.0 [2023-03-08T01:21:15.275Z] ---> Running in 810e030abdd4 [2023-03-08T01:21:15.857Z] Removing intermediate container 810e030abdd4 [2023-03-08T01:21:15.857Z] ---> 307edb15b7cf [2023-03-08T01:21:15.857Z] [2023-03-08T01:21:16.121Z] Successfully built 307edb15b7cf [2023-03-08T01:21:16.121Z] Successfully tagged core-command-arm64:latest [2023-03-08T01:21:16.121Z]  Building core-command ... done Building security-bootstrapper [2023-03-08T01:21:31.112Z] Removing intermediate container 726cc0d689f4 [2023-03-08T01:21:31.112Z] ---> 3da5147baac5 [2023-03-08T01:21:31.112Z] [2023-03-08T01:21:31.113Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T01:21:31.113Z] ---> 4c81e5bf8899 [2023-03-08T01:21:31.113Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-08T01:21:31.113Z] ---> Running in 23d900547825 [2023-03-08T01:21:31.382Z] Removing intermediate container 23d900547825 [2023-03-08T01:21:31.382Z] ---> 2b58bc77760c [2023-03-08T01:21:31.382Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-08T01:21:31.649Z] ---> Running in d8ad1af25c9e [2023-03-08T01:21:32.609Z] Removing intermediate container d8ad1af25c9e [2023-03-08T01:21:32.609Z] ---> 817ee755bd21 [2023-03-08T01:21:32.609Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-08T01:21:32.876Z] ---> Running in 0897ece161e7 [2023-03-08T01:21:33.840Z] Removing intermediate container 0897ece161e7 [2023-03-08T01:21:33.840Z] ---> 1350c6440075 [2023-03-08T01:21:33.840Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T01:21:34.108Z] ---> Running in b0c56014dedf [2023-03-08T01:21:35.517Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T01:21:35.517Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-08T01:21:35.517Z] ---> ba4c7a0cff0b [2023-03-08T01:21:35.517Z] Step 3/32 : WORKDIR /edgex-go [2023-03-08T01:21:35.517Z] ---> Using cache [2023-03-08T01:21:35.517Z] ---> ee3dfa80423e [2023-03-08T01:21:35.518Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-08T01:21:35.518Z] ---> Running in 4910dca69c29 [2023-03-08T01:21:37.462Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:21:37.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:21:38.311Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:21:39.271Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:21:39.271Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T01:21:39.271Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T01:21:39.271Z] OK: 5 MiB in 15 packages [2023-03-08T01:21:40.232Z] Removing intermediate container 6f6fe0f86f60 [2023-03-08T01:21:40.232Z] ---> 7cfe4e235431 [2023-03-08T01:21:40.232Z] [2023-03-08T01:21:40.232Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T01:21:40.232Z] ---> 4c81e5bf8899 [2023-03-08T01:21:40.232Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-08T01:21:40.232Z] ---> Running in 191874bbe849 [2023-03-08T01:21:40.825Z] OK: 221 MiB in 51 packages [2023-03-08T01:21:42.781Z] Removing intermediate container b0c56014dedf [2023-03-08T01:21:42.781Z] ---> 988104010ec4 [2023-03-08T01:21:42.781Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T01:21:43.364Z] Removing intermediate container 191874bbe849 [2023-03-08T01:21:43.364Z] ---> 5e7169a7fba2 [2023-03-08T01:21:43.364Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T01:21:43.364Z] ---> Running in 0f581fdf9522 [2023-03-08T01:21:44.789Z] Removing intermediate container 4910dca69c29 [2023-03-08T01:21:44.789Z] ---> 4f3c880c9df4 [2023-03-08T01:21:44.789Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-08T01:21:44.789Z] ---> 1f4c664539a4 [2023-03-08T01:21:44.789Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-08T01:21:45.775Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:21:46.041Z] ---> 4a8309720b76 [2023-03-08T01:21:46.041Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T01:21:46.308Z] ---> Running in 42acdb8ff8fe [2023-03-08T01:21:46.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:21:47.715Z] ---> 9f284884a7ab [2023-03-08T01:21:47.715Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-08T01:21:47.715Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-08T01:21:47.715Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T01:21:47.981Z] OK: 5 MiB in 15 packages [2023-03-08T01:21:48.937Z] ---> a103688ef440 [2023-03-08T01:21:48.937Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-08T01:21:49.218Z] ---> Running in 73dbfe83b0b6 [2023-03-08T01:21:49.799Z] Removing intermediate container 0f581fdf9522 [2023-03-08T01:21:49.799Z] ---> 67c8a74c663c [2023-03-08T01:21:49.799Z] Removing intermediate container 73dbfe83b0b6 [2023-03-08T01:21:49.799Z] ---> 68368b69ebcc [2023-03-08T01:21:49.799Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T01:21:49.799Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T01:21:50.064Z] ---> Running in 73d5e1ab00e8 [2023-03-08T01:21:50.652Z] Removing intermediate container 73d5e1ab00e8 [2023-03-08T01:21:50.652Z] ---> 88e80be5bb10 [2023-03-08T01:21:50.652Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T01:21:50.918Z] ---> Running in 945f0d297e42 [2023-03-08T01:21:51.184Z] ---> f046f35cd1fb [2023-03-08T01:21:51.184Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-08T01:21:51.766Z] Removing intermediate container 945f0d297e42 [2023-03-08T01:21:51.766Z] ---> 7735a37e4341 [2023-03-08T01:21:51.766Z] Step 21/22 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T01:21:51.766Z] ---> Running in cdc4b5e8da11 [2023-03-08T01:21:52.725Z] Removing intermediate container cdc4b5e8da11 [2023-03-08T01:21:52.725Z] ---> 6744527f258a [2023-03-08T01:21:52.725Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T01:21:52.725Z] ---> Running in f072c53687d5 [2023-03-08T01:21:53.685Z] ---> 2cb4cb1a6c54 [2023-03-08T01:21:53.685Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-08T01:21:53.685Z] Removing intermediate container f072c53687d5 [2023-03-08T01:21:53.685Z] ---> 774709871a13 [2023-03-08T01:21:53.685Z] [2023-03-08T01:21:54.263Z] Successfully built 774709871a13 [2023-03-08T01:21:54.263Z] Successfully tagged core-data-arm64:latest [2023-03-08T01:21:54.263Z] Building security-spire-server [2023-03-08T01:21:54.844Z]  Building core-data ... done  ---> 9bf2fe006856 [2023-03-08T01:21:54.844Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-08T01:21:55.801Z] ---> 170f88b8883e [2023-03-08T01:21:55.801Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T01:21:55.801Z] ---> Running in 43617069340a [2023-03-08T01:21:59.164Z] Removing intermediate container 43617069340a [2023-03-08T01:21:59.164Z] ---> 2196e5c6d23b [2023-03-08T01:21:59.164Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T01:21:59.430Z] ---> Running in 9628494b6e27 [2023-03-08T01:21:59.697Z] Removing intermediate container 9628494b6e27 [2023-03-08T01:21:59.697Z] ---> d2a8151577cf [2023-03-08T01:21:59.697Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-08T01:21:59.978Z] ---> Running in d02c162aeea4 [2023-03-08T01:22:00.249Z] Removing intermediate container d02c162aeea4 [2023-03-08T01:22:00.249Z] ---> 9076d8451e9c [2023-03-08T01:22:00.249Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T01:22:00.515Z] ---> Running in cdc116a4d605 [2023-03-08T01:22:01.102Z] Removing intermediate container cdc116a4d605 [2023-03-08T01:22:01.102Z] ---> 3f980646ce82 [2023-03-08T01:22:01.102Z] Step 21/22 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T01:22:01.102Z] ---> Running in 8a98980dda23 [2023-03-08T01:22:01.684Z] Removing intermediate container 8a98980dda23 [2023-03-08T01:22:01.684Z] ---> 6021518bfea9 [2023-03-08T01:22:01.684Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T01:22:01.949Z] ---> Running in 5383ed015431 [2023-03-08T01:22:02.905Z] Removing intermediate container 5383ed015431 [2023-03-08T01:22:02.905Z] ---> 1af1dac579fd [2023-03-08T01:22:02.905Z] [2023-03-08T01:22:03.170Z] Successfully built 1af1dac579fd [2023-03-08T01:22:03.170Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-08T01:22:03.170Z]  Building security-proxy-auth ... done Building security-secretstore-setup [2023-03-08T01:22:18.159Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T01:22:18.159Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T01:22:18.159Z] ---> ba4c7a0cff0b [2023-03-08T01:22:18.159Z] Step 3/23 : WORKDIR /edgex-go [2023-03-08T01:22:18.159Z] ---> Using cache [2023-03-08T01:22:18.159Z] ---> ee3dfa80423e [2023-03-08T01:22:18.159Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-08T01:22:18.159Z] ---> Running in e4c899887217 [2023-03-08T01:22:19.566Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:22:20.150Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:22:22.092Z] OK: 221 MiB in 51 packages [2023-03-08T01:22:24.035Z] Removing intermediate container e4c899887217 [2023-03-08T01:22:24.035Z] ---> 1cd68cb5d29d [2023-03-08T01:22:24.035Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-08T01:22:25.444Z] ---> 89c067336f57 [2023-03-08T01:22:25.444Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T01:22:25.444Z] ---> Running in e5387747fe85 [2023-03-08T01:22:25.717Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T01:22:25.717Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-08T01:22:25.717Z] ---> ba4c7a0cff0b [2023-03-08T01:22:25.717Z] Step 3/23 : WORKDIR /edgex-go [2023-03-08T01:22:25.717Z] ---> Using cache [2023-03-08T01:22:25.717Z] ---> ee3dfa80423e [2023-03-08T01:22:25.717Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-08T01:22:25.717Z] ---> Using cache [2023-03-08T01:22:25.717Z] ---> 4f3c880c9df4 [2023-03-08T01:22:25.717Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-08T01:22:25.717Z] ---> Using cache [2023-03-08T01:22:25.717Z] ---> 4a8309720b76 [2023-03-08T01:22:25.717Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T01:22:25.717Z] ---> Running in 6676250a2bc3 [2023-03-08T01:22:48.194Z] Removing intermediate container f94859b1dd03 [2023-03-08T01:22:48.194Z] ---> 112e74dfbd55 [2023-03-08T01:22:48.194Z] [2023-03-08T01:22:48.194Z] Step 9/19 : FROM alpine:3.15 [2023-03-08T01:22:48.194Z] ---> 354640af7b1b [2023-03-08T01:22:48.194Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T01:22:48.194Z] ---> Using cache [2023-03-08T01:22:48.194Z] ---> 9ef9d1b05bd3 [2023-03-08T01:22:48.194Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-08T01:22:48.194Z] ---> Running in ae2809519b94 [2023-03-08T01:22:48.194Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:22:48.466Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:22:49.901Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-08T01:22:49.901Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-08T01:22:49.901Z] OK: 15736 distinct packages available [2023-03-08T01:22:50.170Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:22:50.756Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:22:52.162Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-08T01:22:52.162Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-08T01:22:52.162Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-08T01:22:52.162Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-08T01:22:52.428Z] (5/9) Installing curl (7.80.0-r6) [2023-03-08T01:22:52.428Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-08T01:22:52.428Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-08T01:22:52.428Z] (8/9) Installing libucontext (1.1-r0) [2023-03-08T01:22:52.428Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-08T01:22:52.428Z] Executing busybox-1.34.1-r7.trigger [2023-03-08T01:22:52.428Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T01:22:53.016Z] OK: 8 MiB in 23 packages [2023-03-08T01:22:57.267Z] Removing intermediate container ae2809519b94 [2023-03-08T01:22:57.267Z] ---> bd634dc6105c [2023-03-08T01:22:57.267Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T01:22:58.670Z] ---> 6521049e0b9a [2023-03-08T01:22:58.670Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-08T01:23:02.907Z] ---> 2a4d3335e678 [2023-03-08T01:23:02.907Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-08T01:23:04.311Z] ---> 9d76e1300a87 [2023-03-08T01:23:04.311Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-08T01:23:04.579Z] ---> Running in d1258a945072 [2023-03-08T01:23:05.544Z] Removing intermediate container d1258a945072 [2023-03-08T01:23:05.544Z] ---> 6226090ea5cd [2023-03-08T01:23:05.544Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T01:23:05.544Z] ---> Running in 5c080b25e1d5 [2023-03-08T01:23:06.511Z] Removing intermediate container 5c080b25e1d5 [2023-03-08T01:23:06.511Z] ---> bce4ea49f1b1 [2023-03-08T01:23:06.511Z] Step 17/19 : LABEL arch=arm64 [2023-03-08T01:23:06.782Z] ---> Running in 23801b5f3eae [2023-03-08T01:23:07.746Z] Removing intermediate container 23801b5f3eae [2023-03-08T01:23:07.746Z] ---> 31f2515c7755 [2023-03-08T01:23:07.746Z] Step 18/19 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T01:23:08.019Z] ---> Running in 37ba188da744 [2023-03-08T01:23:08.974Z] Removing intermediate container 37ba188da744 [2023-03-08T01:23:08.974Z] ---> 90bd2d292432 [2023-03-08T01:23:08.974Z] Step 19/19 : LABEL version=0.0.0 [2023-03-08T01:23:09.238Z] ---> Running in e94970b27478 [2023-03-08T01:23:10.193Z] Removing intermediate container e94970b27478 [2023-03-08T01:23:10.193Z] ---> f4c37feed079 [2023-03-08T01:23:10.193Z] [2023-03-08T01:23:10.773Z] Successfully built f4c37feed079 [2023-03-08T01:23:10.773Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-08T01:23:10.773Z]  Building security-spiffe-token-provider ... done Building support-scheduler [2023-03-08T01:23:32.815Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T01:23:32.815Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T01:23:32.815Z] ---> ba4c7a0cff0b [2023-03-08T01:23:32.815Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T01:23:32.815Z] ---> Using cache [2023-03-08T01:23:32.815Z] ---> 1c452cbfce8d [2023-03-08T01:23:32.815Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T01:23:32.815Z] ---> Using cache [2023-03-08T01:23:32.815Z] ---> 7354e27360c6 [2023-03-08T01:23:32.815Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T01:23:32.815Z] ---> Using cache [2023-03-08T01:23:32.815Z] ---> 826be5840389 [2023-03-08T01:23:32.815Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T01:23:32.815Z] ---> Using cache [2023-03-08T01:23:32.815Z] ---> 933710d2bd92 [2023-03-08T01:23:32.815Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T01:23:32.815Z] ---> Using cache [2023-03-08T01:23:32.815Z] ---> 7515d36cc5bc [2023-03-08T01:23:32.815Z] Step 8/22 : COPY . . [2023-03-08T01:23:32.815Z] ---> Using cache [2023-03-08T01:23:32.815Z] ---> 91c8776d2dcd [2023-03-08T01:23:32.815Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-08T01:23:32.815Z] ---> Running in 89cf3ab8d8d9 [2023-03-08T01:23:33.395Z] Removing intermediate container 42acdb8ff8fe [2023-03-08T01:23:33.395Z] ---> 1c000640bca2 [2023-03-08T01:23:33.395Z] Step 7/32 : COPY . . [2023-03-08T01:23:34.350Z] 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-03-08T01:24:06.543Z] ---> 4aa5104ab646 [2023-03-08T01:24:06.543Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-08T01:24:06.543Z] ---> Running in cdde1c074dda [2023-03-08T01:24:06.543Z] 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-03-08T01:24:28.584Z] Removing intermediate container 6676250a2bc3 [2023-03-08T01:24:28.584Z] ---> 02579a2c0c29 [2023-03-08T01:24:28.584Z] Step 7/23 : COPY . . [2023-03-08T01:24:28.584Z] Removing intermediate container e5387747fe85 [2023-03-08T01:24:28.584Z] ---> b1e69a53405c [2023-03-08T01:24:28.584Z] Step 7/23 : COPY . . [2023-03-08T01:24:43.564Z] ---> 0f360aba051e [2023-03-08T01:24:43.564Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-08T01:24:43.564Z] ---> 1f2788fcd215 [2023-03-08T01:24:43.564Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-08T01:24:44.968Z] ---> Running in 771e870105bd [2023-03-08T01:24:44.968Z] ---> Running in 946cf6e14827 [2023-03-08T01:24:45.549Z] Removing intermediate container 771e870105bd [2023-03-08T01:24:45.549Z] ---> 8ad4d0ad6bcf [2023-03-08T01:24:45.549Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-08T01:24:45.825Z] ---> Running in 0d87ba446f3f [2023-03-08T01:24:46.783Z] Removing intermediate container 0d87ba446f3f [2023-03-08T01:24:46.783Z] ---> d5f3b0e47bd4 [2023-03-08T01:24:46.783Z] Step 10/23 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-08T01:24:46.783Z] ---> Running in a0ceb4dba73c [2023-03-08T01:24:47.049Z] 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-03-08T01:24:49.624Z] Removing intermediate container a0ceb4dba73c [2023-03-08T01:24:49.624Z] ---> 200046bef37d [2023-03-08T01:24:49.624Z] Step 11/23 : WORKDIR /edgex-go [2023-03-08T01:24:49.890Z] ---> Running in 8fafee2f1157 [2023-03-08T01:24:50.477Z] Removing intermediate container 8fafee2f1157 [2023-03-08T01:24:50.477Z] ---> 079b6e24e99f [2023-03-08T01:24:50.477Z] [2023-03-08T01:24:50.477Z] Step 12/23 : FROM alpine:3.15 [2023-03-08T01:24:50.477Z] ---> 354640af7b1b [2023-03-08T01:24:50.477Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T01:24:50.477Z] ---> Using cache [2023-03-08T01:24:50.477Z] ---> 9ef9d1b05bd3 [2023-03-08T01:24:50.477Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-08T01:24:50.477Z] ---> Using cache [2023-03-08T01:24:50.477Z] ---> b36dc4d481b4 [2023-03-08T01:24:50.477Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-08T01:24:58.665Z] ---> 4b0eddeb83df [2023-03-08T01:24:58.665Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-08T01:24:58.665Z] ---> 7cb4fe012060 [2023-03-08T01:24:58.665Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-08T01:24:59.624Z] ---> 17a36592f477 [2023-03-08T01:24:59.624Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-08T01:25:00.205Z] ---> 0dda2722b4d8 [2023-03-08T01:25:00.205Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-08T01:25:00.472Z] ---> Running in 217020a649f4 [2023-03-08T01:25:00.737Z] Removing intermediate container 217020a649f4 [2023-03-08T01:25:00.737Z] ---> 02196caffa5e [2023-03-08T01:25:00.737Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-08T01:25:01.007Z] ---> Running in 561296aa4427 [2023-03-08T01:25:01.599Z] Removing intermediate container 561296aa4427 [2023-03-08T01:25:01.599Z] ---> 4df994744f62 [2023-03-08T01:25:01.599Z] Step 21/23 : LABEL arch=arm64 [2023-03-08T01:25:01.599Z] ---> Running in 612eb0fb9a45 [2023-03-08T01:25:02.184Z] Removing intermediate container 612eb0fb9a45 [2023-03-08T01:25:02.184Z] ---> 3e57249f1e0b [2023-03-08T01:25:02.184Z] Step 22/23 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T01:25:02.184Z] ---> Running in 088fe66039ff [2023-03-08T01:25:02.765Z] Removing intermediate container 088fe66039ff [2023-03-08T01:25:02.765Z] ---> abc31afd7aee [2023-03-08T01:25:02.765Z] Step 23/23 : LABEL version=0.0.0 [2023-03-08T01:25:02.765Z] ---> Running in 0b390bae9629 [2023-03-08T01:25:03.347Z] Removing intermediate container 0b390bae9629 [2023-03-08T01:25:03.347Z] ---> 3a01a6f8f6a5 [2023-03-08T01:25:03.347Z] [2023-03-08T01:25:03.615Z] Successfully built 3a01a6f8f6a5 [2023-03-08T01:25:03.615Z] Successfully tagged security-spire-server-arm64:latest [2023-03-08T01:25:03.615Z]  Building security-spire-server ... done Building security-proxy-setup [2023-03-08T01:25:21.798Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T01:25:21.799Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-08T01:25:21.799Z] ---> ba4c7a0cff0b [2023-03-08T01:25:21.799Z] Step 3/20 : WORKDIR /edgex-go [2023-03-08T01:25:21.799Z] ---> Using cache [2023-03-08T01:25:21.799Z] ---> ee3dfa80423e [2023-03-08T01:25:21.799Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-08T01:25:21.799Z] ---> Using cache [2023-03-08T01:25:21.799Z] ---> 4f3c880c9df4 [2023-03-08T01:25:21.799Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-08T01:25:21.799Z] ---> Using cache [2023-03-08T01:25:21.799Z] ---> 4a8309720b76 [2023-03-08T01:25:21.799Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T01:25:21.799Z] ---> Using cache [2023-03-08T01:25:21.799Z] ---> 02579a2c0c29 [2023-03-08T01:25:21.799Z] Step 7/20 : COPY . . [2023-03-08T01:25:21.799Z] ---> Using cache [2023-03-08T01:25:21.799Z] ---> 1f2788fcd215 [2023-03-08T01:25:21.799Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-08T01:25:24.372Z] ---> Running in 30d1eed73ef6 [2023-03-08T01:25:26.314Z] 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-03-08T01:26:05.171Z] Removing intermediate container 36ea48b564a0 [2023-03-08T01:26:05.171Z] ---> e1f4a7afb6df [2023-03-08T01:26:05.171Z] [2023-03-08T01:26:05.171Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T01:26:05.171Z] ---> 4c81e5bf8899 [2023-03-08T01:26:05.171Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-08T01:26:05.171Z] ---> Running in 95ad251be916 [2023-03-08T01:26:05.171Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:26:05.171Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:26:05.171Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-08T01:26:05.171Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-08T01:26:05.171Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T01:26:05.171Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T01:26:05.171Z] OK: 6 MiB in 16 packages [2023-03-08T01:26:05.171Z] Removing intermediate container 95ad251be916 [2023-03-08T01:26:05.171Z] ---> f5e40050f98a [2023-03-08T01:26:05.171Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T01:26:05.171Z] ---> Running in cf624b7c35ea [2023-03-08T01:26:05.754Z] Removing intermediate container cf624b7c35ea [2023-03-08T01:26:05.754Z] ---> 7c9bbc8d6e83 [2023-03-08T01:26:05.754Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-08T01:26:06.022Z] ---> Running in e956bc752b70 [2023-03-08T01:26:06.604Z] Removing intermediate container e956bc752b70 [2023-03-08T01:26:06.604Z] ---> 89df8135f383 [2023-03-08T01:26:06.605Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-08T01:26:06.605Z] ---> Running in d2b66be09e1f [2023-03-08T01:26:07.185Z] Removing intermediate container d2b66be09e1f [2023-03-08T01:26:07.185Z] ---> c228bcbd9216 [2023-03-08T01:26:07.185Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T01:26:08.144Z] ---> 836063539553 [2023-03-08T01:26:08.144Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-08T01:26:10.735Z] ---> e23e28b51eb9 [2023-03-08T01:26:10.735Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-08T01:26:11.321Z] ---> 97cad9c3640a [2023-03-08T01:26:11.321Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-08T01:26:11.321Z] ---> Running in 053046e42af5 [2023-03-08T01:26:11.913Z] Removing intermediate container 053046e42af5 [2023-03-08T01:26:11.913Z] ---> 95ab798d57f9 [2023-03-08T01:26:11.913Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T01:26:11.913Z] ---> Running in 14aa09582156 [2023-03-08T01:26:12.493Z] Removing intermediate container 14aa09582156 [2023-03-08T01:26:12.494Z] ---> 1868e01d2a5c [2023-03-08T01:26:12.494Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T01:26:12.494Z] ---> Running in b1773b55a558 [2023-03-08T01:26:15.073Z] Removing intermediate container b1773b55a558 [2023-03-08T01:26:15.073Z] ---> 1e6384240ec0 [2023-03-08T01:26:15.073Z] Step 21/22 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T01:26:15.073Z] ---> Running in 37c6995b687d [2023-03-08T01:26:15.657Z] Removing intermediate container 37c6995b687d [2023-03-08T01:26:15.657Z] ---> d0a82e99b4fa [2023-03-08T01:26:15.657Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T01:26:15.657Z] ---> Running in 135d82617833 [2023-03-08T01:26:16.243Z] Removing intermediate container 135d82617833 [2023-03-08T01:26:16.243Z] ---> fdeb7352ef74 [2023-03-08T01:26:16.243Z] [2023-03-08T01:26:16.509Z] Successfully built fdeb7352ef74 [2023-03-08T01:26:16.509Z] Successfully tagged support-notifications-arm64:latest [2023-03-08T01:26:16.509Z]  Building support-notifications ... done Building core-metadata [2023-03-08T01:26:34.701Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T01:26:34.701Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-08T01:26:34.701Z] ---> ba4c7a0cff0b [2023-03-08T01:26:34.701Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-08T01:26:34.701Z] ---> Using cache [2023-03-08T01:26:34.701Z] ---> 1c452cbfce8d [2023-03-08T01:26:34.701Z] Step 4/24 : WORKDIR /edgex-go [2023-03-08T01:26:34.701Z] ---> Using cache [2023-03-08T01:26:34.701Z] ---> 7354e27360c6 [2023-03-08T01:26:34.701Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-08T01:26:34.701Z] ---> Using cache [2023-03-08T01:26:34.701Z] ---> 826be5840389 [2023-03-08T01:26:34.701Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-08T01:26:34.701Z] ---> Using cache [2023-03-08T01:26:34.701Z] ---> 933710d2bd92 [2023-03-08T01:26:34.701Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T01:26:34.701Z] ---> Using cache [2023-03-08T01:26:34.701Z] ---> 7515d36cc5bc [2023-03-08T01:26:34.701Z] Step 8/24 : COPY . . [2023-03-08T01:26:34.701Z] ---> Using cache [2023-03-08T01:26:34.701Z] ---> 91c8776d2dcd [2023-03-08T01:26:34.701Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-08T01:26:34.701Z] ---> Running in 8f9c17709f43 [2023-03-08T01:26:36.649Z] 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-03-08T01:30:28.398Z] Removing intermediate container cdde1c074dda [2023-03-08T01:30:28.398Z] ---> e36bca979c83 [2023-03-08T01:30:28.398Z] [2023-03-08T01:30:28.398Z] Step 9/32 : FROM alpine:3.16 [2023-03-08T01:30:28.398Z] ---> 4c81e5bf8899 [2023-03-08T01:30:28.398Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-08T01:30:28.398Z] ---> Running in 354f9c3810f6 [2023-03-08T01:30:28.398Z] Removing intermediate container 354f9c3810f6 [2023-03-08T01:30:28.398Z] ---> 4431f70b24b9 [2023-03-08T01:30:28.398Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-08T01:30:28.398Z] ---> Running in ce6674d4c99f [2023-03-08T01:30:28.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:30:28.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:30:28.398Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-08T01:30:28.398Z] (2/2) Installing su-exec (0.2-r1) [2023-03-08T01:30:28.398Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T01:30:28.398Z] OK: 5 MiB in 16 packages [2023-03-08T01:30:28.398Z] Removing intermediate container ce6674d4c99f [2023-03-08T01:30:28.398Z] ---> aabf9fb04e17 [2023-03-08T01:30:28.398Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-08T01:30:28.398Z] ---> Running in ed7a4c6d885d [2023-03-08T01:30:28.398Z] Removing intermediate container ed7a4c6d885d [2023-03-08T01:30:28.398Z] ---> d9ed2be46aad [2023-03-08T01:30:28.398Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-08T01:30:28.398Z] ---> Running in 7e74e6e4ef0a [2023-03-08T01:30:28.981Z] Removing intermediate container 7e74e6e4ef0a [2023-03-08T01:30:28.981Z] ---> c7b978e15c3b [2023-03-08T01:30:28.981Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-08T01:30:28.981Z] ---> Running in 562f3f8ccc0b [2023-03-08T01:30:29.563Z] Removing intermediate container 562f3f8ccc0b [2023-03-08T01:30:29.563Z] ---> fcc279ccf3b2 [2023-03-08T01:30:29.563Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-08T01:30:29.563Z] ---> Running in 944aefc65822 [2023-03-08T01:30:33.425Z] Removing intermediate container 944aefc65822 [2023-03-08T01:30:33.425Z] ---> a13a324deebe [2023-03-08T01:30:33.425Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-08T01:30:33.425Z] ---> Running in b01fe5a009f7 [2023-03-08T01:30:36.781Z] Removing intermediate container b01fe5a009f7 [2023-03-08T01:30:36.781Z] ---> c5d0c30ab02a [2023-03-08T01:30:36.781Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-08T01:30:36.781Z] ---> Running in e4fa4c0b370c [2023-03-08T01:30:37.048Z] Removing intermediate container e4fa4c0b370c [2023-03-08T01:30:37.048Z] ---> ef205fe715b4 [2023-03-08T01:30:37.048Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-08T01:30:38.006Z] ---> 3ba07e886e7b [2023-03-08T01:30:38.006Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-08T01:30:38.279Z] ---> Running in 81cc6c4a00ab [2023-03-08T01:30:41.850Z] Removing intermediate container 81cc6c4a00ab [2023-03-08T01:30:41.850Z] ---> 281b1d9bfa64 [2023-03-08T01:30:41.850Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T01:30:42.451Z] ---> 49618b8b0803 [2023-03-08T01:30:42.451Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-08T01:30:44.472Z] ---> eb66de398603 [2023-03-08T01:30:44.472Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-08T01:30:45.921Z] ---> 9213dfa462b8 [2023-03-08T01:30:45.921Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-08T01:30:46.904Z] ---> 37b03b85ea18 [2023-03-08T01:30:46.904Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-08T01:30:47.877Z] ---> c8491319abe6 [2023-03-08T01:30:47.877Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-08T01:30:48.853Z] ---> 29c55981beec [2023-03-08T01:30:48.853Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-08T01:30:49.818Z] ---> de7a4398e57f [2023-03-08T01:30:49.818Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-08T01:30:49.818Z] ---> Running in 2d1efe46cecc [2023-03-08T01:30:53.177Z] Removing intermediate container 2d1efe46cecc [2023-03-08T01:30:53.177Z] ---> e463c39f5c50 [2023-03-08T01:30:53.177Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-08T01:30:53.177Z] ---> Running in 9668667084d6 [2023-03-08T01:30:53.770Z] Removing intermediate container 9668667084d6 [2023-03-08T01:30:53.770Z] ---> e1ba7f4b97e1 [2023-03-08T01:30:53.770Z] Step 29/32 : CMD ["gate"] [2023-03-08T01:30:53.770Z] ---> Running in cc6d76273529 [2023-03-08T01:30:54.355Z] Removing intermediate container cc6d76273529 [2023-03-08T01:30:54.355Z] ---> 3a8f5c5f2f02 [2023-03-08T01:30:54.355Z] Step 30/32 : LABEL arch=arm64 [2023-03-08T01:30:54.355Z] ---> Running in a9bca05ec674 [2023-03-08T01:30:54.942Z] Removing intermediate container a9bca05ec674 [2023-03-08T01:30:54.942Z] ---> f2cb6238d292 [2023-03-08T01:30:54.942Z] Step 31/32 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T01:30:54.942Z] ---> Running in 12fa81a45e83 [2023-03-08T01:30:55.529Z] Removing intermediate container 12fa81a45e83 [2023-03-08T01:30:55.529Z] ---> 3c5104a40bce [2023-03-08T01:30:55.529Z] Step 32/32 : LABEL version=0.0.0 [2023-03-08T01:30:55.529Z] ---> Running in 206c8030cfb5 [2023-03-08T01:30:56.119Z] Removing intermediate container 206c8030cfb5 [2023-03-08T01:30:56.119Z] ---> 8d67b0d3948b [2023-03-08T01:30:56.119Z] [2023-03-08T01:30:56.389Z] Successfully built 8d67b0d3948b [2023-03-08T01:30:56.389Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-08T01:30:56.389Z]  Building security-bootstrapper ... done Building core-common-config-bootstrapper [2023-03-08T01:30:58.979Z] 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-03-08T01:31:13.988Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-08T01:31:13.988Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-08T01:31:13.988Z] ---> ba4c7a0cff0b [2023-03-08T01:31:13.988Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-08T01:31:13.988Z] ---> Using cache [2023-03-08T01:31:13.988Z] ---> 1c452cbfce8d [2023-03-08T01:31:13.988Z] Step 4/22 : WORKDIR /edgex-go [2023-03-08T01:31:13.988Z] ---> Using cache [2023-03-08T01:31:13.988Z] ---> 7354e27360c6 [2023-03-08T01:31:13.988Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-08T01:31:13.988Z] ---> Using cache [2023-03-08T01:31:13.988Z] ---> 826be5840389 [2023-03-08T01:31:13.988Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-08T01:31:13.988Z] ---> Using cache [2023-03-08T01:31:13.988Z] ---> 933710d2bd92 [2023-03-08T01:31:13.988Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T01:31:13.988Z] ---> Using cache [2023-03-08T01:31:13.988Z] ---> 7515d36cc5bc [2023-03-08T01:31:13.988Z] Step 8/22 : COPY . . [2023-03-08T01:31:13.988Z] ---> Using cache [2023-03-08T01:31:13.988Z] ---> 91c8776d2dcd [2023-03-08T01:31:13.988Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-08T01:31:13.988Z] ---> Running in c64e8696b2be [2023-03-08T01:31:14.963Z] 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-03-08T01:31:23.189Z] Removing intermediate container 946cf6e14827 [2023-03-08T01:31:23.189Z] ---> 286f99b548b0 [2023-03-08T01:31:23.189Z] [2023-03-08T01:31:23.189Z] Step 9/23 : FROM alpine:3.16 [2023-03-08T01:31:23.189Z] ---> 4c81e5bf8899 [2023-03-08T01:31:23.189Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-08T01:31:23.462Z] ---> Running in dc5d29c0a46c [2023-03-08T01:31:25.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:31:25.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:31:27.372Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-08T01:31:27.372Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-08T01:31:27.372Z] (3/3) Installing su-exec (0.2-r1) [2023-03-08T01:31:27.372Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T01:31:27.372Z] Executing ca-certificates-20220614-r0.trigger [2023-03-08T01:31:27.960Z] OK: 6 MiB in 17 packages [2023-03-08T01:31:29.929Z] Removing intermediate container dc5d29c0a46c [2023-03-08T01:31:29.929Z] ---> 65ceda919f87 [2023-03-08T01:31:29.929Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-08T01:31:29.929Z] ---> Running in f44974b3fad4 [2023-03-08T01:31:30.515Z] Removing intermediate container f44974b3fad4 [2023-03-08T01:31:30.515Z] ---> 16707a9f0469 [2023-03-08T01:31:30.515Z] Step 12/23 : WORKDIR / [2023-03-08T01:31:30.784Z] ---> Running in cfc640b2117a [2023-03-08T01:31:31.371Z] Removing intermediate container cfc640b2117a [2023-03-08T01:31:31.371Z] ---> 0896a7cf2f18 [2023-03-08T01:31:31.371Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-08T01:31:32.349Z] ---> 5703c19b9b6d [2023-03-08T01:31:32.349Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-08T01:31:33.312Z] ---> c150463831f1 [2023-03-08T01:31:33.312Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-08T01:31:34.285Z] ---> d20818fba4f2 [2023-03-08T01:31:34.285Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-08T01:31:36.236Z] ---> b3b81a8e752a [2023-03-08T01:31:36.236Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-08T01:31:38.188Z] ---> 93b0f2ef9899 [2023-03-08T01:31:38.188Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-08T01:31:38.775Z] ---> 677285230790 [2023-03-08T01:31:38.775Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T01:31:38.775Z] ---> Running in 9e4277a42f9c [2023-03-08T01:31:42.138Z] Removing intermediate container 9e4277a42f9c [2023-03-08T01:31:42.138Z] ---> cda62cf3f72f [2023-03-08T01:31:42.138Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T01:31:42.138Z] ---> Running in 87fca505ce9e [2023-03-08T01:31:42.411Z] Removing intermediate container 87fca505ce9e [2023-03-08T01:31:42.684Z] ---> 74c817f8e79d [2023-03-08T01:31:42.684Z] Step 21/23 : LABEL arch=arm64 [2023-03-08T01:31:42.684Z] ---> Running in 617aecd39d4d [2023-03-08T01:31:42.954Z] Removing intermediate container 617aecd39d4d [2023-03-08T01:31:42.954Z] ---> 57de43e65e7f [2023-03-08T01:31:43.223Z] Step 22/23 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T01:31:43.223Z] ---> Running in 473b1beb0c8a [2023-03-08T01:31:43.810Z] Removing intermediate container 473b1beb0c8a [2023-03-08T01:31:43.810Z] ---> 1dcd8ae8cd6e [2023-03-08T01:31:43.810Z] Step 23/23 : LABEL version=0.0.0 [2023-03-08T01:31:43.810Z] ---> Running in 6f43089df00c [2023-03-08T01:31:44.078Z] Removing intermediate container 6f43089df00c [2023-03-08T01:31:44.078Z] ---> eb713ce9ecf3 [2023-03-08T01:31:44.347Z] [2023-03-08T01:31:44.617Z] Successfully built eb713ce9ecf3 [2023-03-08T01:31:44.617Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-08T01:31:56.950Z]  Building security-secretstore-setup ... done Removing intermediate container 30d1eed73ef6 [2023-03-08T01:31:56.950Z] ---> 3dd9b8b5842c [2023-03-08T01:31:56.950Z] [2023-03-08T01:31:56.950Z] Step 9/20 : FROM alpine:3.16 [2023-03-08T01:31:56.950Z] ---> 4c81e5bf8899 [2023-03-08T01:31:56.950Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-08T01:31:56.950Z] ---> Running in 52353c765e8f [2023-03-08T01:31:56.950Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T01:31:57.537Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T01:31:58.955Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-08T01:31:58.955Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-08T01:31:58.955Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T01:31:58.955Z] OK: 6 MiB in 16 packages [2023-03-08T01:32:00.371Z] Removing intermediate container 52353c765e8f [2023-03-08T01:32:00.371Z] ---> 235feae459f3 [2023-03-08T01:32:00.371Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-08T01:32:00.640Z] ---> Running in 94bc7053596b [2023-03-08T01:32:00.908Z] Removing intermediate container 94bc7053596b [2023-03-08T01:32:00.908Z] ---> eeb158ae1778 [2023-03-08T01:32:01.176Z] Step 12/20 : WORKDIR /edgex [2023-03-08T01:32:01.176Z] ---> Running in 918c0a514986 [2023-03-08T01:32:01.764Z] Removing intermediate container 918c0a514986 [2023-03-08T01:32:01.764Z] ---> 8c3774c2a7af [2023-03-08T01:32:01.764Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-08T01:32:03.715Z] ---> f31f2af4d284 [2023-03-08T01:32:03.715Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-08T01:32:05.664Z] ---> f40edf51f671 [2023-03-08T01:32:05.664Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-08T01:32:06.627Z] ---> 4cfdeb540fd0 [2023-03-08T01:32:06.627Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T01:32:06.627Z] ---> Running in 5692850495d3 [2023-03-08T01:32:09.989Z] Removing intermediate container 5692850495d3 [2023-03-08T01:32:09.989Z] ---> ee5a6929d4d3 [2023-03-08T01:32:09.989Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T01:32:09.989Z] ---> Running in dc7fa72e8ac3 [2023-03-08T01:32:10.586Z] Removing intermediate container dc7fa72e8ac3 [2023-03-08T01:32:10.586Z] ---> fffb22d50679 [2023-03-08T01:32:10.586Z] Step 18/20 : LABEL arch=arm64 [2023-03-08T01:32:10.586Z] ---> Running in c541acf5edeb [2023-03-08T01:32:11.170Z] Removing intermediate container c541acf5edeb [2023-03-08T01:32:11.170Z] ---> 28e24bc370f5 [2023-03-08T01:32:11.170Z] Step 19/20 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T01:32:11.170Z] ---> Running in 6394c9009033 [2023-03-08T01:32:11.752Z] Removing intermediate container 6394c9009033 [2023-03-08T01:32:11.752Z] ---> 775b78aca892 [2023-03-08T01:32:11.752Z] Step 20/20 : LABEL version=0.0.0 [2023-03-08T01:32:11.752Z] ---> Running in 9b655f2cd47d [2023-03-08T01:32:12.334Z] Removing intermediate container 9b655f2cd47d [2023-03-08T01:32:12.334Z] ---> c437b346b736 [2023-03-08T01:32:12.334Z] [2023-03-08T01:32:12.600Z] Successfully built c437b346b736 [2023-03-08T01:32:12.600Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-08T01:33:08.974Z]  Building security-proxy-setup ... done Removing intermediate container 89cf3ab8d8d9 [2023-03-08T01:33:08.974Z] ---> db0141e80eb5 [2023-03-08T01:33:08.974Z] [2023-03-08T01:33:08.974Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T01:33:08.974Z] ---> 4c81e5bf8899 [2023-03-08T01:33:08.974Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T01:33:08.974Z] ---> Using cache [2023-03-08T01:33:08.974Z] ---> c0d678726303 [2023-03-08T01:33:08.974Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T01:33:08.974Z] ---> Using cache [2023-03-08T01:33:08.974Z] ---> 07c5b0ee67d8 [2023-03-08T01:33:08.974Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-08T01:33:08.974Z] ---> Running in fb41d5457b66 [2023-03-08T01:33:08.974Z] Removing intermediate container fb41d5457b66 [2023-03-08T01:33:08.974Z] ---> 50ccc690dd04 [2023-03-08T01:33:08.974Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-08T01:33:08.974Z] ---> Running in 7288111ea272 [2023-03-08T01:33:08.974Z] Removing intermediate container 7288111ea272 [2023-03-08T01:33:08.974Z] ---> a499c94a0806 [2023-03-08T01:33:08.974Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T01:33:09.929Z] ---> f127baad7d86 [2023-03-08T01:33:09.929Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-08T01:33:13.270Z] ---> aa50fd4fe042 [2023-03-08T01:33:13.270Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-08T01:33:14.674Z] ---> 4d1840b7059a [2023-03-08T01:33:14.674Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-08T01:33:14.674Z] ---> Running in 938ce14ed968 [2023-03-08T01:33:15.632Z] Removing intermediate container 938ce14ed968 [2023-03-08T01:33:15.632Z] ---> 59919fa572da [2023-03-08T01:33:15.632Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T01:33:15.632Z] ---> Running in e88f2468483e [2023-03-08T01:33:16.222Z] Removing intermediate container e88f2468483e [2023-03-08T01:33:16.222Z] ---> bad7d1cac016 [2023-03-08T01:33:16.222Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T01:33:16.488Z] ---> Running in 198bc8475362 [2023-03-08T01:33:17.070Z] Removing intermediate container 198bc8475362 [2023-03-08T01:33:17.070Z] ---> 268af165d9b0 [2023-03-08T01:33:17.070Z] Step 21/22 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T01:33:17.341Z] ---> Running in c64cc52a71b3 [2023-03-08T01:33:18.313Z] Removing intermediate container c64cc52a71b3 [2023-03-08T01:33:18.313Z] ---> 464435d05dd8 [2023-03-08T01:33:18.313Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T01:33:18.313Z] ---> Running in 4835bd07d854 [2023-03-08T01:33:20.883Z] Removing intermediate container 4835bd07d854 [2023-03-08T01:33:20.883Z] ---> 9337a23fa47a [2023-03-08T01:33:20.883Z] [2023-03-08T01:33:21.149Z] Successfully built 9337a23fa47a [2023-03-08T01:33:21.149Z] Successfully tagged support-scheduler-arm64:latest [2023-03-08T01:33:23.990Z]  Building support-scheduler ... done Removing intermediate container 8f9c17709f43 [2023-03-08T01:33:23.990Z] ---> 25a2b1db7725 [2023-03-08T01:33:23.990Z] [2023-03-08T01:33:23.990Z] Step 10/24 : FROM alpine:3.16 [2023-03-08T01:33:23.990Z] ---> 4c81e5bf8899 [2023-03-08T01:33:23.990Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-08T01:33:23.990Z] ---> Using cache [2023-03-08T01:33:23.990Z] ---> c0d678726303 [2023-03-08T01:33:23.990Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-08T01:33:23.990Z] ---> Using cache [2023-03-08T01:33:23.990Z] ---> 07c5b0ee67d8 [2023-03-08T01:33:23.990Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-08T01:33:23.990Z] ---> Running in e3f59b1c2b4a [2023-03-08T01:33:24.256Z] Removing intermediate container e3f59b1c2b4a [2023-03-08T01:33:24.256Z] ---> e771f799dd23 [2023-03-08T01:33:24.256Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-08T01:33:24.256Z] ---> Running in 6a2d5c4527d4 [2023-03-08T01:33:24.853Z] Removing intermediate container 6a2d5c4527d4 [2023-03-08T01:33:24.853Z] ---> 86ce7ce74d39 [2023-03-08T01:33:24.853Z] Step 15/24 : WORKDIR / [2023-03-08T01:33:24.853Z] ---> Running in 18cbe3f2188d [2023-03-08T01:33:25.440Z] Removing intermediate container 18cbe3f2188d [2023-03-08T01:33:25.440Z] ---> 203709b7c850 [2023-03-08T01:33:25.440Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T01:33:26.397Z] ---> 7920face46c6 [2023-03-08T01:33:26.397Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-08T01:33:28.335Z] ---> 51b9be3dd9a2 [2023-03-08T01:33:28.335Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-08T01:33:28.919Z] ---> 0bd4c12f9f36 [2023-03-08T01:33:28.919Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-08T01:33:29.874Z] ---> abea717f7dc4 [2023-03-08T01:33:29.874Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-08T01:33:30.140Z] ---> Running in 9474b3676079 [2023-03-08T01:33:30.409Z] Removing intermediate container 9474b3676079 [2023-03-08T01:33:30.409Z] ---> c0f005d6f251 [2023-03-08T01:33:30.409Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-08T01:33:30.675Z] ---> Running in cdfc6473c6ba [2023-03-08T01:33:31.257Z] Removing intermediate container cdfc6473c6ba [2023-03-08T01:33:31.257Z] ---> c1c37100dbb5 [2023-03-08T01:33:31.257Z] Step 22/24 : LABEL arch=arm64 [2023-03-08T01:33:31.257Z] ---> Running in 7ea2fdd0f789 [2023-03-08T01:33:31.843Z] Removing intermediate container 7ea2fdd0f789 [2023-03-08T01:33:31.843Z] ---> 56cdf735a029 [2023-03-08T01:33:31.843Z] Step 23/24 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T01:33:33.795Z] ---> Running in f29aa438f534 [2023-03-08T01:33:34.060Z] Removing intermediate container f29aa438f534 [2023-03-08T01:33:34.060Z] ---> 96f20059b262 [2023-03-08T01:33:34.060Z] Step 24/24 : LABEL version=0.0.0 [2023-03-08T01:33:34.060Z] ---> Running in b8c23d0c40af [2023-03-08T01:33:34.643Z] Removing intermediate container b8c23d0c40af [2023-03-08T01:33:34.643Z] ---> 6f40ec08fdc3 [2023-03-08T01:33:34.643Z] [2023-03-08T01:33:34.910Z] Successfully built 6f40ec08fdc3 [2023-03-08T01:33:34.910Z] Successfully tagged core-metadata-arm64:latest [2023-03-08T01:34:13.754Z]  Building core-metadata ... done Removing intermediate container c64e8696b2be [2023-03-08T01:34:13.754Z] ---> cb06945fe2b3 [2023-03-08T01:34:13.754Z] [2023-03-08T01:34:13.754Z] Step 10/22 : FROM alpine:3.16 [2023-03-08T01:34:13.754Z] ---> 4c81e5bf8899 [2023-03-08T01:34:13.754Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-08T01:34:13.754Z] ---> Using cache [2023-03-08T01:34:13.754Z] ---> 5e7169a7fba2 [2023-03-08T01:34:13.754Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-08T01:34:13.754Z] ---> Using cache [2023-03-08T01:34:13.754Z] ---> 67c8a74c663c [2023-03-08T01:34:13.754Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-08T01:34:13.754Z] ---> Using cache [2023-03-08T01:34:13.754Z] ---> f046f35cd1fb [2023-03-08T01:34:13.754Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-08T01:34:14.019Z] ---> 34baa2d4149d [2023-03-08T01:34:14.019Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-08T01:34:14.602Z] ---> 45c63b74cb67 [2023-03-08T01:34:14.602Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-08T01:34:15.185Z] ---> 566f45114733 [2023-03-08T01:34:15.185Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-08T01:34:15.185Z] ---> Running in 93bc8b2e6c8b [2023-03-08T01:34:17.127Z] Removing intermediate container 93bc8b2e6c8b [2023-03-08T01:34:17.127Z] ---> 34995ec138b4 [2023-03-08T01:34:17.127Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-08T01:34:17.127Z] ---> Running in 816a8a03003b [2023-03-08T01:34:17.127Z] Removing intermediate container 816a8a03003b [2023-03-08T01:34:17.127Z] ---> 5d87a6ec591b [2023-03-08T01:34:17.127Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-08T01:34:17.393Z] ---> Running in 37c671ee5b8f [2023-03-08T01:34:17.662Z] Removing intermediate container 37c671ee5b8f [2023-03-08T01:34:17.662Z] ---> f07742ebf6fe [2023-03-08T01:34:17.662Z] Step 20/22 : LABEL arch=arm64 [2023-03-08T01:34:17.662Z] ---> Running in e1817af3da79 [2023-03-08T01:34:17.928Z] Removing intermediate container e1817af3da79 [2023-03-08T01:34:17.928Z] ---> 798442390ba1 [2023-03-08T01:34:17.928Z] Step 21/22 : LABEL git_sha=54caeeceeec8bc750618df842b1013df7c684e0f [2023-03-08T01:34:17.928Z] ---> Running in ff7664ce9564 [2023-03-08T01:34:18.201Z] Removing intermediate container ff7664ce9564 [2023-03-08T01:34:18.201Z] ---> e25cef7b159a [2023-03-08T01:34:18.201Z] Step 22/22 : LABEL version=0.0.0 [2023-03-08T01:34:18.466Z] ---> Running in 555083ac00da [2023-03-08T01:34:18.732Z] Removing intermediate container 555083ac00da [2023-03-08T01:34:18.732Z] ---> 5f2910b096bf [2023-03-08T01:34:18.732Z] [2023-03-08T01:34:18.999Z] Successfully built 5f2910b096bf [2023-03-08T01:34:18.999Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-08T01:34:19.277Z]  Building core-common-config-bootstrapper ... done  [Pipeline] } [2023-03-08T01:34:19.296Z] $ docker stop --time=1 e64c5b7a2060a92aa62333bf826dc796affdea01edcc9f2138f3be4541121fdb [2023-03-08T01:34:20.989Z] $ docker rm -f --volumes e64c5b7a2060a92aa62333bf826dc796affdea01edcc9f2138f3be4541121fdb [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T01:34:21.527Z] + docker images [2023-03-08T01:34:21.793Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-08T01:34:21.793Z] core-common-config-bootstrapper-arm64 latest 5f2910b096bf 3 seconds ago 14.9MB [2023-03-08T01:34:21.793Z] cb06945fe2b3 10 seconds ago 1.5GB [2023-03-08T01:34:21.793Z] core-metadata-arm64 latest 6f40ec08fdc3 47 seconds ago 17.8MB [2023-03-08T01:34:21.793Z] 25a2b1db7725 59 seconds ago 1.51GB [2023-03-08T01:34:21.793Z] support-scheduler-arm64 latest 9337a23fa47a About a minute ago 29.1MB [2023-03-08T01:34:21.793Z] db0141e80eb5 About a minute ago 1.57GB [2023-03-08T01:34:21.793Z] security-proxy-setup-arm64 latest c437b346b736 2 minutes ago 15.8MB [2023-03-08T01:34:21.793Z] 3dd9b8b5842c 2 minutes ago 1.49GB [2023-03-08T01:34:21.793Z] security-secretstore-setup-arm64 latest eb713ce9ecf3 2 minutes ago 28.7MB [2023-03-08T01:34:21.793Z] 286f99b548b0 3 minutes ago 1.5GB [2023-03-08T01:34:21.793Z] security-bootstrapper-arm64 latest 8d67b0d3948b 3 minutes ago 19MB [2023-03-08T01:34:21.793Z] e36bca979c83 4 minutes ago 1.49GB [2023-03-08T01:34:21.793Z] support-notifications-arm64 latest fdeb7352ef74 8 minutes ago 29.7MB [2023-03-08T01:34:21.793Z] e1f4a7afb6df 8 minutes ago 1.57GB [2023-03-08T01:34:21.793Z] security-spire-server-arm64 latest 3a01a6f8f6a5 9 minutes ago 84.3MB [2023-03-08T01:34:21.793Z] 079b6e24e99f 9 minutes ago 1.38GB [2023-03-08T01:34:21.793Z] security-spiffe-token-provider-arm64 latest f4c37feed079 11 minutes ago 29.1MB [2023-03-08T01:34:21.793Z] 112e74dfbd55 11 minutes ago 1.54GB [2023-03-08T01:34:21.793Z] security-proxy-auth-arm64 latest 1af1dac579fd 12 minutes ago 15.6MB [2023-03-08T01:34:21.793Z] core-data-arm64 latest 774709871a13 12 minutes ago 17.3MB [2023-03-08T01:34:21.793Z] 7cfe4e235431 12 minutes ago 1.49GB [2023-03-08T01:34:21.793Z] 3da5147baac5 12 minutes ago 1.51GB [2023-03-08T01:34:21.793Z] core-command-arm64 latest 307edb15b7cf 13 minutes ago 17.1MB [2023-03-08T01:34:21.793Z] 665ba9b929f2 13 minutes ago 1.51GB [2023-03-08T01:34:21.793Z] security-spire-agent-arm64 latest 052d306c1de2 19 minutes ago 122MB [2023-03-08T01:34:21.793Z] security-spire-config-arm64 latest 06c8e1c38ae8 19 minutes ago 83.6MB [2023-03-08T01:34:21.793Z] 8bd1df2b5be4 20 minutes ago 1.38GB [2023-03-08T01:34:21.793Z] e323b0bba90d 20 minutes ago 1.38GB [2023-03-08T01:34:21.793Z] ci-base-image-arm64 latest ba4c7a0cff0b 33 minutes ago 904MB [2023-03-08T01:34:21.793Z] alpine 3.15 354640af7b1b 3 weeks ago 5.34MB [2023-03-08T01:34:21.793Z] alpine 3.16 4c81e5bf8899 3 weeks ago 5.3MB [2023-03-08T01:34:21.793Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB [2023-03-08T01:34:21.793Z] 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-03-08T01:34:22.609Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T01:34:22.609Z] [2023-03-08T01:34:22.609Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T01:34:23.016Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T01:34:23.285Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-08T01:34:23.285Z] 8998bd30e6a1: Pulling fs layer [2023-03-08T01:34:23.285Z] 04944245beec: Pulling fs layer [2023-03-08T01:34:23.285Z] 699f458cf7ca: Pulling fs layer [2023-03-08T01:34:23.285Z] 765212b225bb: Pulling fs layer [2023-03-08T01:34:23.285Z] f23df028b6ca: Pulling fs layer [2023-03-08T01:34:23.285Z] d65c8cfc05b1: Pulling fs layer [2023-03-08T01:34:23.285Z] 2437ff75d9bd: Pulling fs layer [2023-03-08T01:34:23.285Z] 765212b225bb: Waiting [2023-03-08T01:34:23.285Z] f23df028b6ca: Waiting [2023-03-08T01:34:23.285Z] d65c8cfc05b1: Waiting [2023-03-08T01:34:23.285Z] 2437ff75d9bd: Waiting [2023-03-08T01:34:23.285Z] 04944245beec: Verifying Checksum [2023-03-08T01:34:23.285Z] 04944245beec: Download complete [2023-03-08T01:34:23.285Z] 765212b225bb: Verifying Checksum [2023-03-08T01:34:23.285Z] 765212b225bb: Download complete [2023-03-08T01:34:23.553Z] f23df028b6ca: Verifying Checksum [2023-03-08T01:34:23.553Z] d65c8cfc05b1: Verifying Checksum [2023-03-08T01:34:23.553Z] d65c8cfc05b1: Download complete [2023-03-08T01:34:23.553Z] 699f458cf7ca: Verifying Checksum [2023-03-08T01:34:23.553Z] 699f458cf7ca: Download complete [2023-03-08T01:34:24.133Z] 8998bd30e6a1: Verifying Checksum [2023-03-08T01:34:24.133Z] 8998bd30e6a1: Download complete [2023-03-08T01:34:26.070Z] 2437ff75d9bd: Verifying Checksum [2023-03-08T01:34:26.070Z] 2437ff75d9bd: Download complete [2023-03-08T01:34:28.009Z] 8998bd30e6a1: Pull complete [2023-03-08T01:34:28.274Z] 04944245beec: Pull complete [2023-03-08T01:34:29.674Z] 699f458cf7ca: Pull complete [2023-03-08T01:34:29.941Z] 765212b225bb: Pull complete [2023-03-08T01:34:30.898Z] f23df028b6ca: Pull complete [2023-03-08T01:34:30.898Z] d65c8cfc05b1: Pull complete [2023-03-08T01:34:45.876Z] 2437ff75d9bd: Pull complete [2023-03-08T01:34:45.876Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-08T01:34:45.876Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T01:34:45.876Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T01:34:46.232Z] prd-ubuntu20.04-docker-arm64-4c-16g-8708 does not seem to be running inside a container [2023-03-08T01:34:46.311Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-08T01:34:49.578Z] $ docker top 3a8ebe5d12400961746cf59cc613f714e029ae4a0e112aa622cbcb2fc224a2fe -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T01:34:50.622Z] ---> job-cost.sh [2023-03-08T01:34:50.623Z] lf-activate-venv: SKIPPING [2023-03-08T01:34:50.623Z] INFO: No Stack... [2023-03-08T01:34:51.215Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-08T01:34:51.806Z] INFO: Archiving Costs [Pipeline] sh [2023-03-08T01:34:52.482Z] + cut -d, -f6 [2023-03-08T01:34:52.482Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2023-03-08T01:34:52.598Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4419-1-stack-cost] [2023-03-08T01:34:52.603Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4419-1-stack-cost] did not exist. Created. [2023-03-08T01:34:52.603Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4419-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-08T01:34:53.368Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-08T01:34:53.575Z] Stashed 1 file(s) [Pipeline] } [2023-03-08T01:34:53.591Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4419-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-08T01:34:53.666Z] $ docker stop --time=1 3a8ebe5d12400961746cf59cc613f714e029ae4a0e112aa622cbcb2fc224a2fe [2023-03-08T01:34:55.212Z] $ docker rm -f --volumes 3a8ebe5d12400961746cf59cc613f714e029ae4a0e112aa622cbcb2fc224a2fe [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-03-08T01:34:56.143Z] provisioning config files... [2023-03-08T01:34:56.150Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config10772712135226309150tmp [Pipeline] { [Pipeline] sh [2023-03-08T01:34:56.479Z] + set +x [2023-03-08T01:34:56.479Z] + curl -s https://codecov.io/bash [2023-03-08T01:34:56.479Z] + bash -s -- [2023-03-08T01:34:56.479Z] [2023-03-08T01:34:56.479Z] _____ _ [2023-03-08T01:34:56.479Z] / ____| | | [2023-03-08T01:34:56.479Z] | | ___ __| | ___ ___ _____ __ [2023-03-08T01:34:56.479Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-08T01:34:56.479Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-08T01:34:56.479Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-08T01:34:56.479Z] Bash-1.0.6 [2023-03-08T01:34:56.479Z] [2023-03-08T01:34:56.479Z] [2023-03-08T01:34:56.479Z] ==> git version 2.25.1 found [2023-03-08T01:34:56.479Z] ==> 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-03-08T01:34:56.479Z] Release-Date: 2020-01-08 [2023-03-08T01:34:56.479Z] 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-03-08T01:34:56.479Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-08T01:34:56.479Z] ==> Jenkins CI detected. [2023-03-08T01:34:56.479Z] current dir:  /w/workspace/edgex-go/1 [2023-03-08T01:34:56.479Z] project root: . [2023-03-08T01:34:56.479Z] --> token set from env [2023-03-08T01:34:56.479Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-08T01:34:56.479Z] ==> Running gcov in . (disable via -X gcov) [2023-03-08T01:34:56.479Z] ==> Python coveragepy not found [2023-03-08T01:34:56.479Z] ==> Searching for coverage reports in: [2023-03-08T01:34:56.479Z] + . [2023-03-08T01:34:56.479Z] -> Found 1 reports [2023-03-08T01:34:56.479Z] ==> Detecting git/mercurial file structure [2023-03-08T01:34:56.479Z] ==> Reading reports [2023-03-08T01:34:56.741Z] + ./coverage.out bytes=447487 [2023-03-08T01:34:56.741Z] ==> Appending adjustments [2023-03-08T01:34:56.741Z] https://docs.codecov.io/docs/fixing-reports [2023-03-08T01:34:57.676Z] + Found adjustments [2023-03-08T01:34:57.676Z] ==> Gzipping contents [2023-03-08T01:34:57.676Z] 60K /tmp/codecov.zrmB96.gz [2023-03-08T01:34:57.676Z] ==> Uploading reports [2023-03-08T01:34:57.676Z] url: https://codecov.io [2023-03-08T01:34:57.676Z] query: branch=PR-4419&commit=54caeeceeec8bc750618df842b1013df7c684e0f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4419%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4419&job=&cmd_args= [2023-03-08T01:34:57.676Z] -> Pinging Codecov [2023-03-08T01:34:57.676Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4419&commit=54caeeceeec8bc750618df842b1013df7c684e0f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4419%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4419&job=&cmd_args= [2023-03-08T01:34:57.676Z] -> Uploading to [2023-03-08T01:34:57.676Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-08/00271124DB129430A58F1EEE437C3FCB/54caeeceeec8bc750618df842b1013df7c684e0f/6bd194d7-96f3-4e02-98b6-c05240c6f055.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230308T013457Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3452e30c7d67cbd038be37a74021c666f53825c7c879bf18d1ebe7c53d75900c [2023-03-08T01:34:57.935Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T01:34:57.935Z] Dload Upload Total Spent Left Speed [2023-03-08T01:34:58.196Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58033 0 0 100 58033 0 168k --:--:-- --:--:-- --:--:-- 168k [2023-03-08T01:34:58.196Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/54caeeceeec8bc750618df842b1013df7c684e0f [Pipeline] } [2023-03-08T01:34:58.222Z] 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-03-08T01:34:59.539Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-08T01:34:59.861Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T01:35:00.747Z] ---> package-listing.sh [2023-03-08T01:35:00.747Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-08T01:35:00.747Z] ++ facter osfamily [2023-03-08T01:35:01.007Z] + OS_FAMILY=debian [2023-03-08T01:35:01.007Z] + workspace=/w/workspace/edgex-go/1 [2023-03-08T01:35:01.007Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-08T01:35:01.007Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-08T01:35:01.007Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-08T01:35:01.007Z] + PACKAGES=/tmp/packages_start.txt [2023-03-08T01:35:01.007Z] + '[' /w/workspace/edgex-go/1 ']' [2023-03-08T01:35:01.007Z] + PACKAGES=/tmp/packages_end.txt [2023-03-08T01:35:01.007Z] + case "${OS_FAMILY}" in [2023-03-08T01:35:01.007Z] + dpkg -l [2023-03-08T01:35:01.007Z] + grep '^ii' [2023-03-08T01:35:01.007Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-08T01:35:01.007Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-08T01:35:01.007Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-08T01:35:01.007Z] + '[' /w/workspace/edgex-go/1 ']' [2023-03-08T01:35:01.007Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-03-08T01:35:01.007Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-03-08T01:35:01.043Z] 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-03-08T01:35:01.337Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T01:35:01.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T01:35:01.976Z] [2023-03-08T01:35:01.976Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T01:35:02.361Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T01:35:02.361Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-08T01:35:02.361Z] 5eb5b503b376: Pulling fs layer [2023-03-08T01:35:02.361Z] 5c69ac0246d0: Pulling fs layer [2023-03-08T01:35:02.361Z] ec43610c2a17: Pulling fs layer [2023-03-08T01:35:02.361Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-08T01:35:02.361Z] 33b1e0a273af: Pulling fs layer [2023-03-08T01:35:02.361Z] 5d3b04190fa2: Pulling fs layer [2023-03-08T01:35:02.361Z] 2f39f015ded8: Pulling fs layer [2023-03-08T01:35:02.361Z] 33b1e0a273af: Waiting [2023-03-08T01:35:02.361Z] 5d3b04190fa2: Waiting [2023-03-08T01:35:02.361Z] 2f39f015ded8: Waiting [2023-03-08T01:35:02.361Z] 3a2ae6a8a46f: Waiting [2023-03-08T01:35:02.361Z] 5c69ac0246d0: Verifying Checksum [2023-03-08T01:35:02.361Z] 5c69ac0246d0: Download complete [2023-03-08T01:35:02.361Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-08T01:35:02.361Z] 3a2ae6a8a46f: Download complete [2023-03-08T01:35:02.621Z] 33b1e0a273af: Verifying Checksum [2023-03-08T01:35:02.621Z] 33b1e0a273af: Download complete [2023-03-08T01:35:02.621Z] 5d3b04190fa2: Verifying Checksum [2023-03-08T01:35:02.621Z] 5d3b04190fa2: Download complete [2023-03-08T01:35:02.621Z] ec43610c2a17: Verifying Checksum [2023-03-08T01:35:02.621Z] ec43610c2a17: Download complete [2023-03-08T01:35:02.621Z] 5eb5b503b376: Verifying Checksum [2023-03-08T01:35:02.621Z] 5eb5b503b376: Download complete [2023-03-08T01:35:03.564Z] 2f39f015ded8: Download complete [2023-03-08T01:35:03.825Z] 5eb5b503b376: Pull complete [2023-03-08T01:35:03.825Z] 5c69ac0246d0: Pull complete [2023-03-08T01:35:04.390Z] ec43610c2a17: Pull complete [2023-03-08T01:35:04.390Z] 3a2ae6a8a46f: Pull complete [2023-03-08T01:35:04.648Z] 33b1e0a273af: Pull complete [2023-03-08T01:35:04.648Z] 5d3b04190fa2: Pull complete [2023-03-08T01:35:08.836Z] 2f39f015ded8: Pull complete [2023-03-08T01:35:08.836Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-08T01:35:08.836Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T01:35:08.836Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T01:35:09.048Z] prd-ubuntu20.04-docker-8c-8g-8707 does not seem to be running inside a container [2023-03-08T01:35:09.104Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-08T01:35:10.849Z] $ docker top 0d07f480caecac938c5fcb3dcf40e15adbc8763f2e391e120448e417667da80c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T01:35:11.216Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-08T01:35:11.522Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-08T01:35:11.832Z] + ls /var/log/sa-host [2023-03-08T01:35:11.832Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T01:35:12.070Z] provisioning config files... [2023-03-08T01:35:12.079Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3874027983141947474tmp [Pipeline] { [Pipeline] echo [2023-03-08T01:35:12.137Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T01:35:12.449Z] ---> create-netrc.sh [Pipeline] } [2023-03-08T01:35:12.475Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-08T01:35:12.875Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-08T01:35:12.904Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T01:35:13.206Z] ---> sudo-logs.sh [2023-03-08T01:35:13.207Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-08T01:35:13.278Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T01:35:13.597Z] ---> job-cost.sh [2023-03-08T01:35:13.597Z] lf-activate-venv: SKIPPING [2023-03-08T01:35:13.597Z] DEBUG: total: 0.10999999940395355 [2023-03-08T01:35:13.597Z] INFO: Retrieving Stack Cost... [2023-03-08T01:35:14.168Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-08T01:35:14.427Z] INFO: Archiving Costs [Pipeline] echo [2023-03-08T01:35:14.467Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T01:35:14.778Z] ---> logs-deploy.sh [2023-03-08T01:35:14.778Z] lf-activate-venv: SKIPPING [2023-03-08T01:35:14.778Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4419/1 [2023-03-08T01:35:14.778Z] INFO: archiving workspace using pattern(s): [2023-03-08T01:35:15.718Z] Archives upload complete. [2023-03-08T01:35:15.980Z] INFO: archiving logs to Nexus