Pull request #4575 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 54e46970489e3162fa4903bbd7e5a84136ec21bb+1557ff349175bf3a04544285f7fd6db72d380d6c (89c392f7e330e22250615c0996aaa0b450b8807e) 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-ssh4805534963536254530.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh16837254092923521031.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-4575/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-4575/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7952697242352934789.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-4575/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15801927115959166237.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh9206328886256460982.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-4575/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-4575/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4588209058445318747.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 4fc256d9079ed2258907e613f84b1b8da264a4bd Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-16337 in /w/workspace/edgexfoundry_edgex-go_PR-4575 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4575/head:refs/remotes/origin/PR-4575 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 1557ff349175bf3a04544285f7fd6db72d380d6c into PR head commit 54e46970489e3162fa4903bbd7e5a84136ec21bb Merge succeeded, producing 54e46970489e3162fa4903bbd7e5a84136ec21bb Checking out Revision 54e46970489e3162fa4903bbd7e5a84136ec21bb (PR-4575) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-22T18:14:09.422Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-22T18:14:09.583Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW > git config core.sparsecheckout # timeout=10 > git checkout -f 54e46970489e3162fa4903bbd7e5a84136ec21bb # 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 1557ff349175bf3a04544285f7fd6db72d380d6c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 54e46970489e3162fa4903bbd7e5a84136ec21bb # timeout=10 [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-22T18:14:09.691Z] ========================================================= [2023-05-22T18:14:09.691Z] EdgeX Global Pipelines Version Info [2023-05-22T18:14:09.691Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-22T18:14:10.427Z] ------------------- [2023-05-22T18:14:10.427Z] stable info: [2023-05-22T18:14:10.427Z] ------------------- [2023-05-22T18:14:10.427Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-05-22T18:14:10.427Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-22T18:14:10.428Z] Message: update stable to v1.0.249 [2023-05-22T18:14:10.997Z] ------------------- [2023-05-22T18:14:10.997Z] experimental info: [2023-05-22T18:14:10.997Z] ------------------- [2023-05-22T18:14:10.997Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-22T18:14:10.997Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-22T18:14:10.997Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-22T18:14:11.278Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-05-22T18:14:11.322Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-05-22T18:14:11.364Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-22T18:14:11.404Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-22T18:14:11.447Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-22T18:14:11.495Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-22T18:14:11.540Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-22T18:14:11.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-05-22T18:14:11.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-05-22T18:14:11.660Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-05-22T18:14:11.702Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-22T18:14:11.746Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-22T18:14:11.788Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-22T18:14:11.839Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-22T18:14:11.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-22T18:14:11.915Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-22T18:14:11.956Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-22T18:14:11.995Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-22T18:14:12.035Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-05-22T18:14:12.075Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-05-22T18:14:12.115Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-22T18:14:12.154Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-22T18:14:12.190Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-22T18:14:12.227Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4575 [Pipeline] echo [2023-05-22T18:14:12.268Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4575 [Pipeline] echo [2023-05-22T18:14:12.312Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4575 [Pipeline] echo [2023-05-22T18:14:12.357Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 54e46970489e3162fa4903bbd7e5a84136ec21bb [Pipeline] echo [2023-05-22T18:14:12.399Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 54e4697 [Pipeline] echo [2023-05-22T18:14:12.442Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-22T18:14:12.555Z] provisioning config files... [2023-05-22T18:14:12.608Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8886556119378184641tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-22T18:14:12.964Z] ---> docker-login.sh [2023-05-22T18:14:12.964Z] nexus3.edgexfoundry.org:10001 [2023-05-22T18:14:13.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T18:14:13.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T18:14:13.227Z] Configure a credential helper to remove this warning. See [2023-05-22T18:14:13.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T18:14:13.227Z] [2023-05-22T18:14:13.227Z] Login Succeeded [2023-05-22T18:14:13.227Z] nexus3.edgexfoundry.org:10002 [2023-05-22T18:14:13.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T18:14:13.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T18:14:13.492Z] Configure a credential helper to remove this warning. See [2023-05-22T18:14:13.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T18:14:13.492Z] [2023-05-22T18:14:13.492Z] Login Succeeded [2023-05-22T18:14:13.492Z] nexus3.edgexfoundry.org:10003 [2023-05-22T18:14:13.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T18:14:13.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T18:14:13.492Z] Configure a credential helper to remove this warning. See [2023-05-22T18:14:13.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T18:14:13.492Z] [2023-05-22T18:14:13.492Z] Login Succeeded [2023-05-22T18:14:13.492Z] nexus3.edgexfoundry.org:10004 [2023-05-22T18:14:13.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T18:14:13.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T18:14:13.761Z] Configure a credential helper to remove this warning. See [2023-05-22T18:14:13.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T18:14:13.761Z] [2023-05-22T18:14:13.761Z] Login Succeeded [2023-05-22T18:14:13.761Z] docker.io [2023-05-22T18:14:13.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T18:14:14.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T18:14:14.022Z] Configure a credential helper to remove this warning. See [2023-05-22T18:14:14.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T18:14:14.022Z] [2023-05-22T18:14:14.022Z] Login Succeeded [2023-05-22T18:14:14.022Z] ---> docker-login.sh ends [Pipeline] } [2023-05-22T18:14:14.048Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-22T18:14:14.476Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-05-22T18:14:14.476Z] + cut -d/ -f2 [2023-05-22T18:14:14.476Z] + dirname cmd/core-command/Dockerfile [2023-05-22T18:14:14.476Z] + echo core-command,cmd/core-command/Dockerfile [2023-05-22T18:14:14.476Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-05-22T18:14:14.476Z] + cut -d/ -f2 [2023-05-22T18:14:14.476Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-05-22T18:14:14.476Z] + dirname cmd/core-data/Dockerfile [2023-05-22T18:14:14.476Z] + cut -d/ -f2 [2023-05-22T18:14:14.476Z] + echo core-data,cmd/core-data/Dockerfile [2023-05-22T18:14:14.476Z] + dirname cmd/core-metadata/Dockerfile [2023-05-22T18:14:14.476Z] + cut -d/ -f2 [2023-05-22T18:14:14.476Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-05-22T18:14:14.476Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-05-22T18:14:14.476Z] + cut -d/ -f2 [2023-05-22T18:14:14.476Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-05-22T18:14:14.476Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-05-22T18:14:14.476Z] + cut -d/ -f2 [2023-05-22T18:14:14.476Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-05-22T18:14:14.476Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-05-22T18:14:14.476Z] + cut -d/ -f2 [2023-05-22T18:14:14.476Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-05-22T18:14:14.476Z] + cut -d/ -f2 [2023-05-22T18:14:14.476Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-05-22T18:14:14.476Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-05-22T18:14:14.476Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-05-22T18:14:14.476Z] + cut -d/ -f2 [2023-05-22T18:14:14.476Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-05-22T18:14:14.476Z] + dirname cmd/security-spire-agent/Dockerfile [2023-05-22T18:14:14.476Z] + cut -d/ -f2 [2023-05-22T18:14:14.476Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-05-22T18:14:14.476Z] + + cut -d/dirname -f2 cmd/security-spire-config/Dockerfile [2023-05-22T18:14:14.476Z] [2023-05-22T18:14:14.476Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-05-22T18:14:14.476Z] + dirname cmd/security-spire-server/Dockerfile [2023-05-22T18:14:14.476Z] + cut -d/ -f2 [2023-05-22T18:14:14.476Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-05-22T18:14:14.476Z] + dirname cmd/support-notifications/Dockerfile [2023-05-22T18:14:14.476Z] + cut -d/ -f2 [2023-05-22T18:14:14.476Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-05-22T18:14:14.476Z] + dirname cmd/support-scheduler/Dockerfile [2023-05-22T18:14:14.476Z] + cut -d/ -f2 [2023-05-22T18:14:14.476Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-05-22T18:14:14.549Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-22T18:14:15.058Z] + git rev-list -1 --merges 54e46970489e3162fa4903bbd7e5a84136ec21bb~1..54e46970489e3162fa4903bbd7e5a84136ec21bb [Pipeline] echo [2023-05-22T18:14:15.089Z] -----------> git rev-list -1 --merges 54e46970489e3162fa4903bbd7e5a84136ec21bb~1..54e46970489e3162fa4903bbd7e5a84136ec21bb 54e46970489e3162fa4903bbd7e5a84136ec21bb [false] [Pipeline] sh [2023-05-22T18:14:15.396Z] + git log --format=format:%s -1 54e46970489e3162fa4903bbd7e5a84136ec21bb [Pipeline] echo [2023-05-22T18:14:15.433Z] ========================================================= [2023-05-22T18:14:15.433Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-22T18:14:15.433Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-05-22T18:14:15.914Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-22T18:14:15.914Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-22T18:14:15.914Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-22T18:14:15.914Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-22T18:14:15.914Z] + + sudo tee -aecho /etc/ssh/ssh_known_hosts [2023-05-22T18:14:15.914Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-22T18:14:15.914Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T18:14:16.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-22T18:14:16.427Z] [2023-05-22T18:14:16.427Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T18:14:16.804Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-22T18:14:16.804Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-22T18:14:16.804Z] b85a868b505f: Pulling fs layer [2023-05-22T18:14:16.804Z] e2be974225ed: Pulling fs layer [2023-05-22T18:14:16.804Z] 339a4e72a1f5: Pulling fs layer [2023-05-22T18:14:16.804Z] 988bab9f4d93: Pulling fs layer [2023-05-22T18:14:16.804Z] 1469e6f7b9e6: Pulling fs layer [2023-05-22T18:14:16.804Z] eaf3925da568: Pulling fs layer [2023-05-22T18:14:16.804Z] bab4dde63d76: Pulling fs layer [2023-05-22T18:14:16.804Z] bde34c3a00c8: Pulling fs layer [2023-05-22T18:14:16.804Z] b352a97aabf1: Pulling fs layer [2023-05-22T18:14:16.804Z] 4872d77fe225: Pulling fs layer [2023-05-22T18:14:16.804Z] 5851b861e8e6: Pulling fs layer [2023-05-22T18:14:16.804Z] 1469e6f7b9e6: Waiting [2023-05-22T18:14:16.804Z] 5851b861e8e6: Waiting [2023-05-22T18:14:16.804Z] bab4dde63d76: Waiting [2023-05-22T18:14:16.804Z] eaf3925da568: Waiting [2023-05-22T18:14:16.804Z] bde34c3a00c8: Waiting [2023-05-22T18:14:16.804Z] b352a97aabf1: Waiting [2023-05-22T18:14:16.804Z] 4872d77fe225: Waiting [2023-05-22T18:14:16.804Z] 988bab9f4d93: Waiting [2023-05-22T18:14:16.804Z] e2be974225ed: Download complete [2023-05-22T18:14:16.804Z] 988bab9f4d93: Verifying Checksum [2023-05-22T18:14:16.804Z] 988bab9f4d93: Download complete [2023-05-22T18:14:17.063Z] 1469e6f7b9e6: Verifying Checksum [2023-05-22T18:14:17.063Z] 1469e6f7b9e6: Download complete [2023-05-22T18:14:17.063Z] 339a4e72a1f5: Verifying Checksum [2023-05-22T18:14:17.063Z] 339a4e72a1f5: Download complete [2023-05-22T18:14:17.063Z] eaf3925da568: Download complete [2023-05-22T18:14:17.063Z] bde34c3a00c8: Download complete [2023-05-22T18:14:17.063Z] b352a97aabf1: Verifying Checksum [2023-05-22T18:14:17.063Z] b352a97aabf1: Download complete [2023-05-22T18:14:17.063Z] 4872d77fe225: Verifying Checksum [2023-05-22T18:14:17.063Z] 4872d77fe225: Download complete [2023-05-22T18:14:17.063Z] 5851b861e8e6: Verifying Checksum [2023-05-22T18:14:17.063Z] 5851b861e8e6: Download complete [2023-05-22T18:14:17.063Z] b85a868b505f: Verifying Checksum [2023-05-22T18:14:17.063Z] b85a868b505f: Download complete [2023-05-22T18:14:17.323Z] bab4dde63d76: Verifying Checksum [2023-05-22T18:14:17.323Z] bab4dde63d76: Download complete [2023-05-22T18:14:18.260Z] b85a868b505f: Pull complete [2023-05-22T18:14:18.518Z] e2be974225ed: Pull complete [2023-05-22T18:14:19.087Z] 339a4e72a1f5: Pull complete [2023-05-22T18:14:19.087Z] 988bab9f4d93: Pull complete [2023-05-22T18:14:19.347Z] 1469e6f7b9e6: Pull complete [2023-05-22T18:14:19.347Z] eaf3925da568: Pull complete [2023-05-22T18:14:21.248Z] bab4dde63d76: Pull complete [2023-05-22T18:14:21.506Z] bde34c3a00c8: Pull complete [2023-05-22T18:14:21.506Z] b352a97aabf1: Pull complete [2023-05-22T18:14:21.765Z] 4872d77fe225: Pull complete [2023-05-22T18:14:21.765Z] 5851b861e8e6: Pull complete [2023-05-22T18:14:21.765Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-22T18:14:21.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-22T18:14:21.765Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T18:14:21.998Z] prd-ubuntu20.04-docker-8c-8g-16337 does not seem to be running inside a container [2023-05-22T18:14:22.024Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-22T18:14:23.837Z] $ docker top ecfb7ccdfd6523f1fdb0985c49798e9e8a2e3fb105c5919a3442175485a4da97 -eo pid,comm [2023-05-22T18:14:23.894Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-05-22T18:14:23.894Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-22T18:14:24.023Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-22T18:14:24.023Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-22T18:14:24.130Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-22T18:14:24.129Z] $ docker exec ecfb7ccdfd6523f1fdb0985c49798e9e8a2e3fb105c5919a3442175485a4da97 ssh-agent [2023-05-22T18:14:24.244Z] SSH_AUTH_SOCK=/tmp/ssh-xnGxgCCS9Jtk/agent.33 [2023-05-22T18:14:24.244Z] SSH_AGENT_PID=39 [2023-05-22T18:14:24.250Z] Running ssh-add (command line suppressed) [2023-05-22T18:14:24.350Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_14013511431673803833.key (/w/workspace/edgex-go/1@tmp/private_key_14013511431673803833.key) [2023-05-22T18:14:24.371Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-22T18:14:24.700Z] + git tag --points-at HEAD [Pipeline] } [2023-05-22T18:14:24.724Z] $ docker exec --env ******** --env ******** ecfb7ccdfd6523f1fdb0985c49798e9e8a2e3fb105c5919a3442175485a4da97 ssh-agent -k [2023-05-22T18:14:24.827Z] unset SSH_AUTH_SOCK; [2023-05-22T18:14:24.827Z] unset SSH_AGENT_PID; [2023-05-22T18:14:24.828Z] echo Agent pid 39 killed; [2023-05-22T18:14:24.842Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-22T18:14:24.927Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-22T18:14:24.927Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-22T18:14:25.048Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-22T18:14:25.048Z] $ docker exec ecfb7ccdfd6523f1fdb0985c49798e9e8a2e3fb105c5919a3442175485a4da97 ssh-agent [2023-05-22T18:14:25.170Z] SSH_AUTH_SOCK=/tmp/ssh-wjPaOdM8fcAV/agent.71 [2023-05-22T18:14:25.170Z] SSH_AGENT_PID=77 [2023-05-22T18:14:25.175Z] Running ssh-add (command line suppressed) [2023-05-22T18:14:25.277Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_14233350125922736247.key (/w/workspace/edgex-go/1@tmp/private_key_14233350125922736247.key) [2023-05-22T18:14:25.294Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-22T18:14:25.626Z] + git semver init [2023-05-22T18:14:25.886Z] 2023-05-22 18:14:25,813 [run_init] DEBUG init version:0.0.0 force:False [2023-05-22T18:14:25.886Z] 2023-05-22 18:14:25,814 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-05-22T18:14:25.886Z] 2023-05-22 18:14:25,815 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-05-22T18:14:25.886Z] 2023-05-22 18:14:25,815 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2023-05-22T18:14:31.176Z] 2023-05-22 18:14:30,501 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-05-22T18:14:31.176Z] 2023-05-22 18:14:30,503 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4575 with force:False [2023-05-22T18:14:31.176Z] 2023-05-22 18:14:30,503 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4575 [2023-05-22T18:14:31.176Z] 2023-05-22 18:14:30,508 [execute] INFO git cat-file --batch-check [2023-05-22T18:14:31.176Z] 2023-05-22 18:14:30,509 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-05-22T18:14:31.176Z] 2023-05-22 18:14:30,515 [execute] INFO git cat-file --batch [2023-05-22T18:14:31.176Z] 2023-05-22 18:14:30,515 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-05-22T18:14:31.176Z] 2023-05-22 18:14:30,521 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4575 [2023-05-22T18:14:31.176Z] 0.0.0 [Pipeline] } [2023-05-22T18:14:31.200Z] $ docker exec --env ******** --env ******** ecfb7ccdfd6523f1fdb0985c49798e9e8a2e3fb105c5919a3442175485a4da97 ssh-agent -k [2023-05-22T18:14:31.301Z] unset SSH_AUTH_SOCK; [2023-05-22T18:14:31.301Z] unset SSH_AGENT_PID; [2023-05-22T18:14:31.301Z] echo Agent pid 77 killed; [2023-05-22T18:14:31.311Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-22T18:14:31.746Z] + git semver [Pipeline] } [2023-05-22T18:14:32.032Z] $ docker stop --time=1 ecfb7ccdfd6523f1fdb0985c49798e9e8a2e3fb105c5919a3442175485a4da97 [2023-05-22T18:14:33.316Z] $ docker rm -f --volumes ecfb7ccdfd6523f1fdb0985c49798e9e8a2e3fb105c5919a3442175485a4da97 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-22T18:14:33.736Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-22T18:14:34.013Z] Stashed 1 file(s) [Pipeline] echo [2023-05-22T18:14:34.033Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-22T18:14:34.873Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-05-22T18:14:34.915Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-22T18:14:34.958Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-22T18:14:34.990Z] ========================================================= [2023-05-22T18:14:34.990Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-22T18:14:34.990Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-05-22T18:14:35.331Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-22T18:14:35.331Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-22T18:14:35.331Z] f56be85fc22e: Pulling fs layer [2023-05-22T18:14:35.331Z] 85791d961cd3: Pulling fs layer [2023-05-22T18:14:35.331Z] d694b5ae8c79: Pulling fs layer [2023-05-22T18:14:35.331Z] 9f32a84ed3da: Pulling fs layer [2023-05-22T18:14:35.331Z] 4d19c01a9841: Pulling fs layer [2023-05-22T18:14:35.331Z] 9325e15d5711: Pulling fs layer [2023-05-22T18:14:35.331Z] 556b6ee489ea: Pulling fs layer [2023-05-22T18:14:35.331Z] 9f32a84ed3da: Waiting [2023-05-22T18:14:35.331Z] 4d19c01a9841: Waiting [2023-05-22T18:14:35.331Z] 9325e15d5711: Waiting [2023-05-22T18:14:35.331Z] c5a4b2cf53e6: Pulling fs layer [2023-05-22T18:14:35.331Z] 556b6ee489ea: Waiting [2023-05-22T18:14:35.331Z] 85791d961cd3: Verifying Checksum [2023-05-22T18:14:35.331Z] 85791d961cd3: Download complete [2023-05-22T18:14:35.331Z] 9f32a84ed3da: Verifying Checksum [2023-05-22T18:14:35.331Z] 9f32a84ed3da: Download complete [2023-05-22T18:14:35.331Z] 4d19c01a9841: Verifying Checksum [2023-05-22T18:14:35.331Z] 4d19c01a9841: Download complete [2023-05-22T18:14:35.331Z] f56be85fc22e: Verifying Checksum [2023-05-22T18:14:35.331Z] f56be85fc22e: Download complete [2023-05-22T18:14:35.331Z] 9325e15d5711: Verifying Checksum [2023-05-22T18:14:35.331Z] 9325e15d5711: Download complete [2023-05-22T18:14:35.589Z] f56be85fc22e: Pull complete [2023-05-22T18:14:35.849Z] 85791d961cd3: Pull complete [2023-05-22T18:14:36.107Z] c5a4b2cf53e6: Verifying Checksum [2023-05-22T18:14:36.107Z] c5a4b2cf53e6: Download complete [2023-05-22T18:14:36.107Z] d694b5ae8c79: Verifying Checksum [2023-05-22T18:14:36.107Z] d694b5ae8c79: Download complete [2023-05-22T18:14:36.364Z] 556b6ee489ea: Verifying Checksum [2023-05-22T18:14:36.364Z] 556b6ee489ea: Download complete [2023-05-22T18:14:39.646Z] d694b5ae8c79: Pull complete [2023-05-22T18:14:39.646Z] 9f32a84ed3da: Pull complete [2023-05-22T18:14:39.646Z] 4d19c01a9841: Pull complete [2023-05-22T18:14:39.905Z] 9325e15d5711: Pull complete [2023-05-22T18:14:42.439Z] 556b6ee489ea: Pull complete [2023-05-22T18:14:43.381Z] c5a4b2cf53e6: Pull complete [2023-05-22T18:14:43.381Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-22T18:14:43.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-22T18:14:43.381Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-05-22T18:14:43.778Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-22T18:14:43.778Z] WORKDIR /edgex [2023-05-22T18:14:43.778Z] COPY go.mod . [2023-05-22T18:14:43.778Z] RUN go mod download [2023-05-22T18:14:43.778Z] + docker build -t ci-base-image-x86_64 -f - . [2023-05-22T18:14:44.349Z] Sending build context to Docker daemon 170.7MB [2023-05-22T18:14:44.349Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-22T18:14:44.349Z] ---> c4be618373d6 [2023-05-22T18:14:44.349Z] Step 2/4 : WORKDIR /edgex [2023-05-22T18:14:47.661Z] ---> Running in d53f57863dd6 [2023-05-22T18:14:47.661Z] Removing intermediate container d53f57863dd6 [2023-05-22T18:14:47.661Z] ---> 7b1306a65d72 [2023-05-22T18:14:47.661Z] Step 3/4 : COPY go.mod . [2023-05-22T18:14:47.921Z] ---> c768b6909c99 [2023-05-22T18:14:47.921Z] Step 4/4 : RUN go mod download [2023-05-22T18:14:47.921Z] ---> Running in 486051e3673d [2023-05-22T18:14:49.387Z] Still waiting to schedule task [2023-05-22T18:14:49.388Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-05-22T18:15:00.152Z] Removing intermediate container 486051e3673d [2023-05-22T18:15:00.152Z] ---> 3da02a265158 [2023-05-22T18:15:00.152Z] Successfully built 3da02a265158 [2023-05-22T18:15:00.152Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T18:15:00.549Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-22T18:15:00.549Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T18:15:00.693Z] prd-ubuntu20.04-docker-8c-8g-16337 does not seem to be running inside a container [2023-05-22T18:15:00.732Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-22T18:15:01.176Z] $ docker top c19cf842429f29f0f6909a8ba91a0e826972e4129e193201ad66b2e1f617b254 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T18:15:01.572Z] + go version [2023-05-22T18:15:01.572Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-22T18:15:01.609Z] $ docker stop --time=1 c19cf842429f29f0f6909a8ba91a0e826972e4129e193201ad66b2e1f617b254 [2023-05-22T18:15:02.890Z] $ docker rm -f --volumes c19cf842429f29f0f6909a8ba91a0e826972e4129e193201ad66b2e1f617b254 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T18:15:03.602Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-22T18:15:03.602Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T18:15:03.759Z] prd-ubuntu20.04-docker-8c-8g-16337 does not seem to be running inside a container [2023-05-22T18:15:03.797Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-22T18:15:04.123Z] $ docker top ab45a9ead25cd87b65dfed0db3d8871746ca24b6f216d1845ae36667358a1a2b -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-22T18:15:04.234Z] ========================================================= [2023-05-22T18:15:04.234Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-05-22T18:15:04.234Z] ========================================================= [Pipeline] sh [2023-05-22T18:15:04.528Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-22T18:15:04.897Z] + make test [2023-05-22T18:15:04.897Z] go test -race -coverprofile=coverage.out ./... [2023-05-22T18:15:13.013Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-05-22T18:15:27.886Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-05-22T18:15:27.886Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-05-22T18:15:27.886Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-05-22T18:15:27.886Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-05-22T18:15:27.886Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-05-22T18:15:27.886Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-05-22T18:15:27.886Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-05-22T18:15:27.886Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-05-22T18:15:27.886Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-05-22T18:15:27.886Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-05-22T18:15:27.886Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-05-22T18:15:27.886Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-05-22T18:15:27.886Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-05-22T18:15:27.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-05-22T18:15:28.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-05-22T18:15:28.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-05-22T18:15:28.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.044s coverage: 28.7% of statements [2023-05-22T18:15:30.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.074s coverage: 98.5% of statements [2023-05-22T18:15:31.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-05-22T18:15:31.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-05-22T18:15:31.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-05-22T18:15:32.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-05-22T18:15:32.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-05-22T18:15:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-05-22T18:15:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-05-22T18:15:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-05-22T18:15:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-05-22T18:15:33.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-05-22T18:15:34.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.091s coverage: 71.5% of statements [2023-05-22T18:15:34.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.083s coverage: 54.0% of statements [2023-05-22T18:15:35.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-05-22T18:15:35.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-05-22T18:15:37.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.984s coverage: 88.5% of statements [2023-05-22T18:15:37.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.074s coverage: 3.8% of statements [2023-05-22T18:15:37.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-05-22T18:15:37.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-05-22T18:15:37.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-05-22T18:15:37.669Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.379s coverage: 95.6% of statements [2023-05-22T18:15:37.669Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-05-22T18:15:37.669Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-05-22T18:15:37.669Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-05-22T18:15:37.669Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-05-22T18:15:37.669Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-05-22T18:15:37.669Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.052s coverage: 72.2% of statements [2023-05-22T18:15:38.607Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-05-22T18:15:38.607Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-05-22T18:15:38.607Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-05-22T18:15:38.865Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.054s coverage: 65.9% of statements [2023-05-22T18:15:39.124Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-05-22T18:15:39.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-05-22T18:15:39.124Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.093s coverage: 0.9% of statements [2023-05-22T18:15:39.124Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.043s coverage: 29.0% of statements [2023-05-22T18:15:39.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 42.9% of statements [2023-05-22T18:15:39.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.064s coverage: 82.9% of statements [2023-05-22T18:15:39.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements [2023-05-22T18:15:39.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements [2023-05-22T18:15:40.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.076s coverage: 87.5% of statements [2023-05-22T18:15:40.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-05-22T18:15:40.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-05-22T18:15:40.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-05-22T18:15:40.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-05-22T18:15:40.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-05-22T18:15:40.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-05-22T18:15:40.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-05-22T18:15:40.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-05-22T18:15:41.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-05-22T18:15:41.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-05-22T18:15:41.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-05-22T18:15:41.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-05-22T18:15:42.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-05-22T18:15:42.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-05-22T18:15:42.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-05-22T18:15:43.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-05-22T18:15:43.784Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-05-22T18:15:44.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-05-22T18:15:44.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-05-22T18:15:46.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-05-22T18:15:46.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-05-22T18:15:46.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-05-22T18:15:47.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-05-22T18:15:47.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-05-22T18:15:47.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-05-22T18:15:48.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-05-22T18:15:48.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-05-22T18:15:48.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-05-22T18:15:48.674Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-05-22T18:15:50.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-05-22T18:15:50.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-05-22T18:15:50.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-05-22T18:15:50.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-05-22T18:15:51.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-05-22T18:15:51.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-05-22T18:15:51.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-05-22T18:15:51.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-05-22T18:15:52.000Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements [2023-05-22T18:15:52.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-05-22T18:15:52.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-05-22T18:15:53.513Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-05-22T18:15:53.513Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.291s coverage: 79.9% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.077s coverage: 92.9% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 64.4% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.061s coverage: 62.3% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.065s coverage: 87.2% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.050s coverage: 20.0% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.102s coverage: 81.8% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.106s coverage: 82.1% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.053s coverage: 86.0% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 63.1% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.027s coverage: 73.7% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.182s coverage: 38.4% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.069s coverage: 17.7% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.150s coverage: 92.3% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.060s coverage: 61.5% of statements [2023-05-22T18:16:05.737Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 97.7% of statements [2023-05-22T18:16:05.737Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-05-22T18:16:05.737Z] running golangci-lint [2023-05-22T18:16:05.737Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-05-22T18:16:05.737Z] go version go1.20.2 linux/amd64 [2023-05-22T18:16:05.737Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-05-22T18:16:05.737Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-05-22T18:16:20.604Z] level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|files|name|deps|exports_file|imports) took 15.046653749s" [2023-05-22T18:16:20.604Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 33.450083ms" [2023-05-22T18:16:26.444Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16340 in /w/workspace/edgexfoundry_edgex-go_PR-4575 [Pipeline] { [Pipeline] ws [2023-05-22T18:16:26.503Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-05-22T18:16:26.581Z] The recommended git tool is: git [2023-05-22T18:16:28.713Z] level=info msg="[linters_context/goanalysis] analyzers took 1m1.327215779s with top 10 stages: buildir: 35.443153602s, fact_deprecated: 1.964608033s, inspect: 1.891013089s, gosec: 1.483335526s, printf: 1.362118283s, S1038: 958.614246ms, ctrlflow: 938.400954ms, nilness: 856.81039ms, fact_purity: 748.534994ms, directives: 680.879321ms" [2023-05-22T18:16:28.713Z] level=info msg="[runner] Issues before processing: 203, after processing: 0" [2023-05-22T18:16:28.713Z] level=info msg="[runner] Processors filtering stat (out/in): identifier_marker: 203/203, cgo: 203/203, skip_files: 203/203, exclude-rules: 23/203, skip_dirs: 203/203, autogenerated_exclude: 203/203, nolint: 0/23, filename_unadjuster: 203/203, path_prettifier: 203/203, exclude: 203/203" [2023-05-22T18:16:28.713Z] level=info msg="[runner] processing took 19.578266ms with stages: nolint: 8.676674ms, identifier_marker: 4.882724ms, autogenerated_exclude: 1.846138ms, path_prettifier: 1.774825ms, exclude-rules: 1.306552ms, skip_dirs: 1.028269ms, cgo: 37.512µs, filename_unadjuster: 18.881µs, max_same_issues: 1.241µs, uniq_by_line: 880ns, skip_files: 810ns, exclude: 680ns, severity-rules: 530ns, diff: 470ns, max_from_linter: 470ns, source_code: 450ns, sort_results: 430ns, path_shortener: 430ns, max_per_file_from_linter: 170ns, path_prefixer: 130ns" [2023-05-22T18:16:28.713Z] level=info msg="[runner] linters took 8.300808491s with stages: goanalysis_metalinter: 8.281102141s" [2023-05-22T18:16:28.713Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-05-22T18:16:28.713Z] level=info msg="Memory: 234 samples, avg is 189.1MB, max is 752.5MB" [2023-05-22T18:16:28.713Z] level=info msg="Execution took 23.390943001s" [2023-05-22T18:16:28.713Z] go vet ./... [2023-05-22T18:16:32.892Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-22T18:16:32.892Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-22T18:16:32.892Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-22T18:16:33.260Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-05-22T18:16:33.573Z] + ls -al . [2023-05-22T18:16:33.574Z] total 704 [2023-05-22T18:16:33.574Z] drwxrwxr-x 11 1001 1001 4096 May 22 18:15 . [2023-05-22T18:16:33.574Z] drwxr-xr-x 4 root root 4096 May 22 18:15 .. [2023-05-22T18:16:33.574Z] drwxrwxr-x 2 1001 1001 4096 May 22 18:14 .blubracket [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 16 May 22 18:14 .dockerignore [2023-05-22T18:16:33.574Z] drwxrwxr-x 8 1001 1001 4096 May 22 18:14 .git [2023-05-22T18:16:33.574Z] drwxrwxr-x 3 1001 1001 4096 May 22 18:14 .github [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 1133 May 22 18:14 .gitignore [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 42 May 22 18:14 .golangci.yml [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 87 May 22 18:14 .hadolint.yml [2023-05-22T18:16:33.574Z] drwxr-xr-x 3 1001 1001 4096 May 22 18:14 .semver [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 166 May 22 18:14 .sonarcloud.properties [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 1171 May 22 18:14 ADOPTERS.md [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 10835 May 22 18:14 Attribution.txt [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 73765 May 22 18:14 CHANGELOG.md [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 3804 May 22 18:14 CONTRIBUTING.md [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 677 May 22 18:14 GOVERNANCE.md [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 883 May 22 18:14 Jenkinsfile [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 10775 May 22 18:14 LICENSE [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 14368 May 22 18:14 Makefile [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 582 May 22 18:14 OWNERS.md [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 9902 May 22 18:14 README.md [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 789 May 22 18:14 SECURITY.md [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 5 May 22 18:14 VERSION [2023-05-22T18:16:33.574Z] drwxrwxr-x 2 1001 1001 4096 May 22 18:14 bin [2023-05-22T18:16:33.574Z] drwxrwxr-x 18 1001 1001 4096 May 22 18:14 cmd [2023-05-22T18:16:33.574Z] -rw-r--r-- 1 root root 447731 May 22 18:16 coverage.out [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 3200 May 22 18:14 go.mod [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 31040 May 22 18:14 go.sum [2023-05-22T18:16:33.574Z] drwxrwxr-x 7 1001 1001 4096 May 22 18:14 internal [2023-05-22T18:16:33.574Z] drwxrwxr-x 3 1001 1001 4096 May 22 18:14 openapi [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 594 May 22 18:14 security.txt [2023-05-22T18:16:33.574Z] drwxrwxr-x 4 1001 1001 4096 May 22 18:14 snap [2023-05-22T18:16:33.574Z] -rw-rw-r-- 1 1001 1001 204 May 22 18:14 version.go [Pipeline] sh [2023-05-22T18:16:33.885Z] + '[' -e coverage.out ] [2023-05-22T18:16:33.885Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-05-22T18:16:34.006Z] Stashed 1 file(s) [Pipeline] sh [2023-05-22T18:16:34.302Z] + make build [2023-05-22T18:16:34.302Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-05-22T18:16:34.675Z] using credential edgex-jenkins-ssh [2023-05-22T18:16:34.695Z] Cloning the remote Git repository [2023-05-22T18:16:34.751Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-05-22T18:16:34.861Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-05-22T18:16:35.038Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-05-22T18:16:35.039Z] > git --version # timeout=10 [2023-05-22T18:16:35.068Z] > git --version # 'git version 2.25.1' [2023-05-22T18:16:35.071Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-22T18:16:35.241Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-22T18:16:46.514Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-05-22T18:16:47.454Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-05-22T18:16:48.389Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-05-22T18:16:49.322Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-05-22T18:16:52.299Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-05-22T18:16:52.330Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-22T18:16:54.088Z] Merging remotes/origin/main commit 1557ff349175bf3a04544285f7fd6db72d380d6c into PR head commit 54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:16:54.520Z] Merge succeeded, producing 54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:16:54.520Z] Checking out Revision 54e46970489e3162fa4903bbd7e5a84136ec21bb (PR-4575) [2023-05-22T18:16:55.203Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" [2023-05-22T18:16:55.261Z] > git --version # timeout=10 [2023-05-22T18:16:55.275Z] > git --version # 'git version 2.25.1' [2023-05-22T18:16:55.288Z] fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-22T18:16:53.317Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-05-22T18:16:53.361Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-05-22T18:16:53.362Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-22T18:16:53.379Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4575/head:refs/remotes/origin/PR-4575 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-22T18:16:54.111Z] > git config core.sparsecheckout # timeout=10 [2023-05-22T18:16:54.191Z] > git checkout -f 54e46970489e3162fa4903bbd7e5a84136ec21bb # timeout=10 [2023-05-22T18:16:54.429Z] > git remote # timeout=10 [2023-05-22T18:16:54.448Z] > git config --get remote.origin.url # timeout=10 [2023-05-22T18:16:54.461Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-22T18:16:54.474Z] > git merge 1557ff349175bf3a04544285f7fd6db72d380d6c # timeout=10 [2023-05-22T18:16:54.501Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-22T18:16:54.529Z] > git config core.sparsecheckout # timeout=10 [2023-05-22T18:16:54.557Z] > git checkout -f 54e46970489e3162fa4903bbd7e5a84136ec21bb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2023-05-22T18:16:55.884Z] 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 [Pipeline] sh [2023-05-22T18:16:56.413Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-22T18:16:56.413Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-22T18:16:56.413Z] Dload Upload Total Spent Left Speed [2023-05-22T18:16:56.413Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93757 0 --:--:-- --:--:-- --:--:-- 93757 [Pipeline] sh [2023-05-22T18:16:57.054Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-22T18:16:57.259Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-05-22T18:16:57.408Z] + + sudosudo jq tee . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.new /etc/docker/daemon.json [2023-05-22T18:16:57.408Z] [2023-05-22T18:16:57.408Z] { [2023-05-22T18:16:57.408Z] "registry-mirrors": [ [2023-05-22T18:16:57.408Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-22T18:16:57.408Z] ], [2023-05-22T18:16:57.408Z] "bip": "10.250.0.254/24", [2023-05-22T18:16:57.408Z] "hosts": [ [2023-05-22T18:16:57.408Z] "tcp://0.0.0.0:5555", [2023-05-22T18:16:57.408Z] "unix:///var/run/docker.sock" [2023-05-22T18:16:57.408Z] ], [2023-05-22T18:16:57.408Z] "mtu": 1458, [2023-05-22T18:16:57.408Z] "selinux-enabled": true, [2023-05-22T18:16:57.408Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-22T18:16:57.408Z] } [Pipeline] sh [2023-05-22T18:16:57.774Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-22T18:16:58.130Z] + sudo service docker restart [2023-05-22T18:16:58.633Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-05-22T18:16:59.569Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-05-22T18:17:00.506Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-05-22T18:17:01.443Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-05-22T18:17:02.818Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-05-22T18:17:03.786Z] $ docker stop --time=1 ab45a9ead25cd87b65dfed0db3d8871746ca24b6f216d1845ae36667358a1a2b [2023-05-22T18:17:07.408Z] $ docker rm -f --volumes ab45a9ead25cd87b65dfed0db3d8871746ca24b6f216d1845ae36667358a1a2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T18:17:08.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-22T18:17:08.580Z] [2023-05-22T18:17:08.580Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T18:17:08.948Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-22T18:17:08.948Z] latest: Pulling from edgex-devops/edgex-compose [2023-05-22T18:17:08.948Z] cbdbe7a5bc2a: Pulling fs layer [2023-05-22T18:17:08.948Z] ca9280d653b3: Pulling fs layer [2023-05-22T18:17:08.949Z] 7e9c9ca2126c: Pulling fs layer [2023-05-22T18:17:08.949Z] cbdbe7a5bc2a: Download complete [2023-05-22T18:17:09.210Z] ca9280d653b3: Verifying Checksum [2023-05-22T18:17:09.210Z] ca9280d653b3: Download complete [2023-05-22T18:17:09.210Z] cbdbe7a5bc2a: Pull complete [2023-05-22T18:17:09.469Z] 7e9c9ca2126c: Download complete [2023-05-22T18:17:09.728Z] ca9280d653b3: Pull complete [2023-05-22T18:17:13.009Z] 7e9c9ca2126c: Pull complete [2023-05-22T18:17:13.009Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-05-22T18:17:13.009Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-22T18:17:13.009Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T18:17:13.241Z] prd-ubuntu20.04-docker-8c-8g-16337 does not seem to be running inside a container [2023-05-22T18:17:13.278Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-05-22T18:17:15.255Z] $ docker top 20b4b0c67936ec0c0962fd4c25142f8970b8639050014f8403a12742ecbb4391 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T18:17:15.645Z] + docker-compose build --help [2023-05-22T18:17:15.645Z] + grep parallel [2023-05-22T18:17:16.216Z] --parallel Build images in parallel. [Pipeline] } [2023-05-22T18:17:16.258Z] $ docker stop --time=1 20b4b0c67936ec0c0962fd4c25142f8970b8639050014f8403a12742ecbb4391 [2023-05-22T18:17:17.541Z] $ docker rm -f --volumes 20b4b0c67936ec0c0962fd4c25142f8970b8639050014f8403a12742ecbb4391 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-22T18:17:17.699Z] provisioning config files... [2023-05-22T18:17:17.734Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15946094603012360815tmp [Pipeline] writeFile [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T18:17:18.179Z] ---> docker-login.sh [2023-05-22T18:17:18.179Z] nexus3.edgexfoundry.org:10001 [2023-05-22T18:17:18.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-22T18:17:18.289Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T18:17:18.451Z] prd-ubuntu20.04-docker-8c-8g-16337 does not seem to be running inside a container [2023-05-22T18:17:18.493Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-05-22T18:17:18.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T18:17:18.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T18:17:18.781Z] Configure a credential helper to remove this warning. See [2023-05-22T18:17:18.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T18:17:18.781Z] [2023-05-22T18:17:18.781Z] Login Succeeded [2023-05-22T18:17:18.781Z] nexus3.edgexfoundry.org:10002 [2023-05-22T18:17:18.837Z] $ docker top a5b82a1ffe8a19e208aa207a49241238941b0ed6b4c682eab66406f1de4edd5e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T18:17:19.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T18:17:19.257Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-05-22T18:17:19.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T18:17:19.323Z] Configure a credential helper to remove this warning. See [2023-05-22T18:17:19.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T18:17:19.323Z] [2023-05-22T18:17:19.323Z] Login Succeeded [2023-05-22T18:17:19.323Z] nexus3.edgexfoundry.org:10003 [2023-05-22T18:17:19.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T18:17:19.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T18:17:19.596Z] Configure a credential helper to remove this warning. See [2023-05-22T18:17:19.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T18:17:19.596Z] [2023-05-22T18:17:19.596Z] Login Succeeded [2023-05-22T18:17:19.596Z] nexus3.edgexfoundry.org:10004 [2023-05-22T18:17:19.829Z] Building core-command ... [2023-05-22T18:17:19.829Z] Building core-common-config-bootstrapper ... [2023-05-22T18:17:19.829Z] Building core-data ... [2023-05-22T18:17:19.829Z] Building core-metadata ... [2023-05-22T18:17:19.829Z] Building security-bootstrapper ... [2023-05-22T18:17:19.829Z] Building security-proxy-auth ... [2023-05-22T18:17:19.829Z] Building security-proxy-setup ... [2023-05-22T18:17:19.829Z] Building security-secretstore-setup ... [2023-05-22T18:17:19.829Z] Building security-spiffe-token-provider ... [2023-05-22T18:17:19.829Z] Building security-spire-agent ... [2023-05-22T18:17:19.829Z] Building security-spire-config ... [2023-05-22T18:17:19.829Z] Building security-spire-server ... [2023-05-22T18:17:19.829Z] Building support-notifications ... [2023-05-22T18:17:19.829Z] Building support-scheduler ... [2023-05-22T18:17:19.829Z] Building security-spiffe-token-provider [2023-05-22T18:17:19.829Z] Building core-command [2023-05-22T18:17:19.829Z] Building core-common-config-bootstrapper [2023-05-22T18:17:19.829Z] Building support-scheduler [2023-05-22T18:17:19.829Z] Building core-metadata [2023-05-22T18:17:19.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T18:17:20.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T18:17:20.138Z] Configure a credential helper to remove this warning. See [2023-05-22T18:17:20.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T18:17:20.138Z] [2023-05-22T18:17:20.138Z] Login Succeeded [2023-05-22T18:17:20.138Z] docker.io [2023-05-22T18:17:20.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-22T18:17:20.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-22T18:17:20.685Z] Configure a credential helper to remove this warning. See [2023-05-22T18:17:20.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-22T18:17:20.685Z] [2023-05-22T18:17:20.685Z] Login Succeeded [2023-05-22T18:17:20.685Z] ---> docker-login.sh ends [Pipeline] } [2023-05-22T18:17:20.717Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-05-22T18:17:21.425Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-05-22T18:17:21.464Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-22T18:17:21.501Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-22T18:17:21.538Z] ========================================================= [2023-05-22T18:17:21.538Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-22T18:17:21.538Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-05-22T18:17:21.932Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-22T18:17:21.932Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-22T18:17:21.932Z] c41833b44d91: Pulling fs layer [2023-05-22T18:17:21.932Z] ed15518f5707: Pulling fs layer [2023-05-22T18:17:21.932Z] feae8fd75edb: Pulling fs layer [2023-05-22T18:17:21.932Z] 242c74f7c9fa: Pulling fs layer [2023-05-22T18:17:21.932Z] 3cdef696dda3: Pulling fs layer [2023-05-22T18:17:21.932Z] 2ced38df9373: Pulling fs layer [2023-05-22T18:17:22.380Z] 58f1dce35555: Pulling fs layer [2023-05-22T18:17:22.380Z] 242c74f7c9fa: Waiting [2023-05-22T18:17:22.380Z] 3cdef696dda3: Waiting [2023-05-22T18:17:22.380Z] 2ced38df9373: Waiting [2023-05-22T18:17:22.380Z] 58f1dce35555: Waiting [2023-05-22T18:17:22.380Z] ed15518f5707: Verifying Checksum [2023-05-22T18:17:22.380Z] ed15518f5707: Download complete [2023-05-22T18:17:22.380Z] 242c74f7c9fa: Verifying Checksum [2023-05-22T18:17:22.380Z] 242c74f7c9fa: Download complete [2023-05-22T18:17:22.380Z] 3cdef696dda3: Download complete [2023-05-22T18:17:22.380Z] c41833b44d91: Verifying Checksum [2023-05-22T18:17:22.380Z] c41833b44d91: Download complete [2023-05-22T18:17:23.438Z] c41833b44d91: Pull complete [2023-05-22T18:17:24.032Z] 58f1dce35555: Verifying Checksum [2023-05-22T18:17:24.032Z] 58f1dce35555: Download complete [2023-05-22T18:17:24.999Z] feae8fd75edb: Verifying Checksum [2023-05-22T18:17:24.999Z] feae8fd75edb: Download complete [2023-05-22T18:17:25.267Z] 2ced38df9373: Download complete [2023-05-22T18:17:26.678Z] ed15518f5707: Pull complete [2023-05-22T18:17:34.712Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:17:34.712Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:17:34.712Z] ---> 3da02a265158 [2023-05-22T18:17:34.712Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-22T18:17:34.712Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:17:34.712Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:17:34.712Z] ---> 3da02a265158 [2023-05-22T18:17:34.712Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-22T18:17:34.712Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:17:34.712Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:17:34.712Z] ---> 3da02a265158 [2023-05-22T18:17:34.712Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T18:17:34.712Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:17:34.712Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:17:34.712Z] ---> 3da02a265158 [2023-05-22T18:17:34.712Z] Step 3/20 : WORKDIR /edgex-go [2023-05-22T18:17:34.712Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:17:34.712Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:17:34.712Z] ---> 3da02a265158 [2023-05-22T18:17:34.712Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T18:17:38.000Z] ---> Running in a3f6491d46bf [2023-05-22T18:17:38.000Z] ---> Running in b7df2bbfd153 [2023-05-22T18:17:38.000Z] ---> Running in e3460eca534c [2023-05-22T18:17:38.000Z] ---> Running in 5892616de23d [2023-05-22T18:17:38.000Z] ---> Running in 3ef5fd1ee754 [2023-05-22T18:17:38.000Z] Removing intermediate container a3f6491d46bf [2023-05-22T18:17:38.000Z] ---> 8ff3171358e2 [2023-05-22T18:17:38.000Z] Step 4/25 : WORKDIR /edgex-go [2023-05-22T18:17:38.000Z] Removing intermediate container e3460eca534c [2023-05-22T18:17:38.000Z] ---> bdbe4ede1866 [2023-05-22T18:17:38.000Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T18:17:38.000Z] Removing intermediate container b7df2bbfd153 [2023-05-22T18:17:38.000Z] ---> c9fb3b35cdc4 [2023-05-22T18:17:38.000Z] Step 4/24 : WORKDIR /edgex-go [2023-05-22T18:17:38.259Z] Removing intermediate container 3ef5fd1ee754 [2023-05-22T18:17:38.260Z] ---> 6258319a21b8 [2023-05-22T18:17:38.260Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T18:17:38.260Z] ---> Running in 1584a91403ba [2023-05-22T18:17:38.260Z] Removing intermediate container 5892616de23d [2023-05-22T18:17:38.260Z] ---> 544a72e576ba [2023-05-22T18:17:38.260Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-05-22T18:17:38.260Z] ---> Running in c65eeda48934 [2023-05-22T18:17:38.260Z] ---> Running in fc36711e2437 [2023-05-22T18:17:38.260Z] ---> Running in aad5eaed9ae2 [2023-05-22T18:17:38.260Z] ---> Running in aaba828c18ea [2023-05-22T18:17:38.260Z] Removing intermediate container c65eeda48934 [2023-05-22T18:17:38.260Z] ---> 8708d395d62a [2023-05-22T18:17:38.260Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-22T18:17:38.260Z] Removing intermediate container 1584a91403ba [2023-05-22T18:17:38.260Z] ---> 659a29d82ec8 [2023-05-22T18:17:38.260Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-05-22T18:17:38.260Z] ---> Running in 62adc91716e7 [2023-05-22T18:17:38.260Z] ---> Running in 887e6ea7b4f1 [2023-05-22T18:17:38.260Z] Removing intermediate container fc36711e2437 [2023-05-22T18:17:38.260Z] ---> b0fa23b42e2b [2023-05-22T18:17:38.260Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-05-22T18:17:38.260Z] Removing intermediate container aaba828c18ea [2023-05-22T18:17:38.260Z] ---> f910972339f2 [2023-05-22T18:17:38.260Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-22T18:17:38.519Z] ---> Running in a239ca7452fb [2023-05-22T18:17:38.519Z] ---> Running in c977e557fba4 [2023-05-22T18:17:38.519Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:17:38.777Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:17:38.777Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:17:38.777Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:17:38.777Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:17:39.035Z] v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-22T18:17:39.035Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-22T18:17:39.035Z] OK: 17826 distinct packages available [2023-05-22T18:17:39.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:17:39.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:17:39.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:17:39.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:17:39.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:17:39.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:17:39.035Z] OK: 265 MiB in 53 packages [2023-05-22T18:17:39.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:17:39.308Z] OK: 265 MiB in 53 packages [2023-05-22T18:17:39.308Z] OK: 265 MiB in 53 packages [2023-05-22T18:17:39.308Z] OK: 265 MiB in 53 packages [2023-05-22T18:17:39.308Z] OK: 265 MiB in 53 packages [2023-05-22T18:17:39.567Z] Removing intermediate container 62adc91716e7 [2023-05-22T18:17:39.567Z] ---> 770f83b8175f [2023-05-22T18:17:39.567Z] Step 6/25 : COPY go.mod vendor* ./ [2023-05-22T18:17:39.567Z] ---> 6c753758d7d8 [2023-05-22T18:17:39.567Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:17:39.567Z] ---> Running in e2f552e7b272 [2023-05-22T18:17:39.825Z] Removing intermediate container 887e6ea7b4f1 [2023-05-22T18:17:39.825Z] ---> 9cdbbe1fd5c4 [2023-05-22T18:17:39.825Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T18:17:39.825Z] Removing intermediate container c977e557fba4 [2023-05-22T18:17:39.825Z] ---> 7c94c4962b97 [2023-05-22T18:17:39.825Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T18:17:39.825Z] Removing intermediate container aad5eaed9ae2 [2023-05-22T18:17:39.825Z] ---> 224b838178ad [2023-05-22T18:17:39.825Z] Step 5/20 : COPY go.mod vendor* ./ [2023-05-22T18:17:39.825Z] ---> 1b58feb0dee6 [2023-05-22T18:17:39.825Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:17:39.825Z] Removing intermediate container a239ca7452fb [2023-05-22T18:17:39.825Z] ---> 05482f45c4d5 [2023-05-22T18:17:39.825Z] Step 6/24 : COPY go.mod vendor* ./ [2023-05-22T18:17:40.085Z] ---> Running in 53fbb95b1ad9 [2023-05-22T18:17:40.085Z] ---> e17176c8d340 [2023-05-22T18:17:40.085Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:17:40.085Z] ---> Running in 56be056f950f [2023-05-22T18:17:40.085Z] ---> 9bc8ad1b37b7 [2023-05-22T18:17:40.085Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:17:40.085Z] ---> 90e601c1fd58 [2023-05-22T18:17:40.085Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:17:40.085Z] ---> Running in f88b4e9e312b [2023-05-22T18:17:40.085Z] ---> Running in 837f7d10fe9b [2023-05-22T18:17:41.710Z] feae8fd75edb: Pull complete [2023-05-22T18:17:41.710Z] 242c74f7c9fa: Pull complete [2023-05-22T18:17:41.710Z] 3cdef696dda3: Pull complete [2023-05-22T18:17:48.384Z] 2ced38df9373: Pull complete [2023-05-22T18:17:50.353Z] 58f1dce35555: Pull complete [2023-05-22T18:17:50.353Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-22T18:17:50.353Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-22T18:17:50.353Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-05-22T18:17:50.762Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-22T18:17:50.762Z] WORKDIR /edgex [2023-05-22T18:17:50.762Z] COPY go.mod . [2023-05-22T18:17:50.762Z] RUN go mod download [2023-05-22T18:17:50.762Z] + docker build -t ci-base-image-arm64 -f - . [2023-05-22T18:17:51.352Z] Sending build context to Docker daemon 2.928MB [2023-05-22T18:17:51.352Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-22T18:17:51.352Z] ---> fadd8f120f05 [2023-05-22T18:17:51.352Z] Step 2/4 : WORKDIR /edgex [2023-05-22T18:17:53.307Z] ---> Running in d8f2a705b78f [2023-05-22T18:17:53.307Z] Removing intermediate container d8f2a705b78f [2023-05-22T18:17:53.307Z] ---> d14f7becb649 [2023-05-22T18:17:53.307Z] Step 3/4 : COPY go.mod . [2023-05-22T18:17:53.895Z] ---> 0f4ed4f4edfe [2023-05-22T18:17:53.895Z] Step 4/4 : RUN go mod download [2023-05-22T18:17:53.895Z] ---> Running in 94c7b6579d4c [2023-05-22T18:18:18.862Z] Removing intermediate container 837f7d10fe9b [2023-05-22T18:18:18.862Z] ---> 699f18455da4 [2023-05-22T18:18:18.862Z] Step 8/24 : COPY . . [2023-05-22T18:18:18.862Z] Removing intermediate container e2f552e7b272 [2023-05-22T18:18:18.862Z] ---> 575678652138 [2023-05-22T18:18:18.862Z] Step 8/25 : COPY . . [2023-05-22T18:18:18.862Z] Removing intermediate container 56be056f950f [2023-05-22T18:18:18.862Z] ---> d7426729ff70 [2023-05-22T18:18:18.862Z] Step 8/23 : COPY . . [2023-05-22T18:18:18.862Z] Removing intermediate container f88b4e9e312b [2023-05-22T18:18:18.862Z] ---> f2069d86f155 [2023-05-22T18:18:18.862Z] Step 7/20 : COPY . . [2023-05-22T18:18:18.862Z] Removing intermediate container 53fbb95b1ad9 [2023-05-22T18:18:18.862Z] ---> eb75fd546457 [2023-05-22T18:18:18.862Z] Step 8/23 : COPY . . [2023-05-22T18:18:26.191Z] Removing intermediate container 94c7b6579d4c [2023-05-22T18:18:26.191Z] ---> c963e3707768 [2023-05-22T18:18:26.191Z] Successfully built c963e3707768 [2023-05-22T18:18:26.191Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T18:18:26.603Z] + docker inspect -f . ci-base-image-arm64 [2023-05-22T18:18:26.603Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T18:18:26.909Z] prd-ubuntu20.04-docker-arm64-4c-16g-16340 does not seem to be running inside a container [2023-05-22T18:18:26.977Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-22T18:18:28.218Z] $ docker top 45819de6f04725b8bd47ce4f0e45318592e544e7f9b9f88a620aae92e4935718 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T18:18:28.855Z] ---> 0a783123d163 [2023-05-22T18:18:28.855Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-05-22T18:18:28.855Z] ---> f4eb05e768d5 [2023-05-22T18:18:28.855Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-05-22T18:18:28.855Z] ---> 6f5e24b72858 [2023-05-22T18:18:28.855Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-05-22T18:18:28.855Z] ---> 6729a77c72d9 [2023-05-22T18:18:28.855Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-05-22T18:18:28.855Z] ---> 458045111ab0 [2023-05-22T18:18:28.855Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-05-22T18:18:28.856Z] ---> Running in 5c9b25e10a4b [2023-05-22T18:18:28.856Z] ---> Running in 08700783c987 [2023-05-22T18:18:28.856Z] ---> Running in aa654f1402d8 [2023-05-22T18:18:28.856Z] ---> Running in 2c7f398c76b4 [2023-05-22T18:18:28.856Z] ---> Running in 6823998c4650 [2023-05-22T18:18:29.114Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-05-22T18:18:29.120Z] + go version [2023-05-22T18:18:29.120Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-22T18:18:29.168Z] $ docker stop --time=1 45819de6f04725b8bd47ce4f0e45318592e544e7f9b9f88a620aae92e4935718 [2023-05-22T18:18:29.392Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-05-22T18:18:29.392Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-05-22T18:18:29.392Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-05-22T18:18:29.392Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-05-22T18:18:30.779Z] $ docker rm -f --volumes 45819de6f04725b8bd47ce4f0e45318592e544e7f9b9f88a620aae92e4935718 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T18:18:31.643Z] + docker inspect -f . ci-base-image-arm64 [2023-05-22T18:18:31.643Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T18:18:31.922Z] prd-ubuntu20.04-docker-arm64-4c-16g-16340 does not seem to be running inside a container [2023-05-22T18:18:31.994Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-22T18:18:33.234Z] $ docker top 7a53fbbfdd679edae5e560c1390d810be86eea92c811fc9a9a75f08dcfaea205 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-22T18:18:33.502Z] ========================================================= [2023-05-22T18:18:33.502Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-05-22T18:18:33.502Z] ========================================================= [Pipeline] sh [2023-05-22T18:18:34.185Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-22T18:18:34.583Z] + make test [2023-05-22T18:18:34.851Z] go test -race -coverprofile=coverage.out ./... [2023-05-22T18:19:16.548Z] Removing intermediate container 08700783c987 [2023-05-22T18:19:16.548Z] ---> 6291772167de [2023-05-22T18:19:16.548Z] [2023-05-22T18:19:16.548Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T18:19:16.548Z] Removing intermediate container 6823998c4650 [2023-05-22T18:19:16.548Z] ---> f6cc99fe5ee9 [2023-05-22T18:19:16.548Z] [2023-05-22T18:19:16.548Z] Step 10/24 : FROM alpine:3.17 [2023-05-22T18:19:16.548Z] 3.17: Pulling from library/alpine [2023-05-22T18:19:16.548Z] 3.17: Pulling from library/alpine [2023-05-22T18:19:16.548Z] Removing intermediate container aa654f1402d8 [2023-05-22T18:19:16.548Z] ---> 253bce81845a [2023-05-22T18:19:16.548Z] Removing intermediate container 5c9b25e10a4b [2023-05-22T18:19:16.548Z] ---> a018f6acbd5d [2023-05-22T18:19:16.548Z] [2023-05-22T18:19:16.548Z] Step 9/20 : FROM alpine:3.17 [2023-05-22T18:19:16.548Z] [2023-05-22T18:19:16.548Z] Step 10/25 : FROM alpine:3.17 [2023-05-22T18:19:16.548Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-22T18:19:16.548Z] Status: Downloaded newer image for alpine:3.17 [2023-05-22T18:19:16.548Z] ---> 9ed4aefc74f6 [2023-05-22T18:19:16.548Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-22T18:19:16.548Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-22T18:19:16.548Z] Status: Image is up to date for alpine:3.17 [2023-05-22T18:19:16.548Z] ---> 9ed4aefc74f6 [2023-05-22T18:19:16.548Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-05-22T18:19:16.548Z] 3.17: Pulling from library/alpine [2023-05-22T18:19:16.548Z] 3.17: Pulling from library/alpine [2023-05-22T18:19:16.548Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-22T18:19:16.548Z] Status: Image is up to date for alpine:3.17 [2023-05-22T18:19:16.548Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-22T18:19:16.548Z] Status: Image is up to date for alpine:3.17 [2023-05-22T18:19:16.548Z] ---> 9ed4aefc74f6 [2023-05-22T18:19:16.548Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-05-22T18:19:16.548Z] ---> 9ed4aefc74f6 [2023-05-22T18:19:16.548Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-22T18:19:16.548Z] ---> Running in b346baa78cca [2023-05-22T18:19:16.548Z] ---> Running in 1051ffc59b8b [2023-05-22T18:19:16.548Z] ---> Running in 98cc65c71ba7 [2023-05-22T18:19:16.548Z] ---> Running in 95f33004da01 [2023-05-22T18:19:16.548Z] Removing intermediate container 1051ffc59b8b [2023-05-22T18:19:16.548Z] ---> 9e297866205a [2023-05-22T18:19:16.548Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-22T18:19:16.548Z] Removing intermediate container 98cc65c71ba7 [2023-05-22T18:19:16.548Z] ---> c86952accbcf [2023-05-22T18:19:16.548Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-05-22T18:19:16.548Z] Removing intermediate container 2c7f398c76b4 [2023-05-22T18:19:16.548Z] ---> a7156964d0f3 [2023-05-22T18:19:16.548Z] [2023-05-22T18:19:16.548Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T18:19:16.548Z] ---> 9ed4aefc74f6 [2023-05-22T18:19:16.548Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-05-22T18:19:16.548Z] ---> Running in 8d8fc217b7ab [2023-05-22T18:19:16.548Z] ---> Running in 8f725153beee [2023-05-22T18:19:16.548Z] ---> Running in 9976f0589f82 [2023-05-22T18:19:16.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:19:16.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:19:16.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:19:16.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:19:16.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:19:16.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:19:16.548Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-22T18:19:16.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:19:16.548Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:19:16.548Z] OK: 7 MiB in 16 packages [2023-05-22T18:19:16.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:19:16.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:19:16.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:19:16.548Z] v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-22T18:19:16.548Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-22T18:19:16.548Z] OK: 17823 distinct packages available [2023-05-22T18:19:16.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:19:16.548Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-22T18:19:16.548Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:19:16.548Z] OK: 7 MiB in 16 packages [2023-05-22T18:19:16.548Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-22T18:19:16.548Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-22T18:19:16.548Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:19:16.548Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:19:16.548Z] OK: 7 MiB in 16 packages [2023-05-22T18:19:16.548Z] OK: 7 MiB in 16 packages [2023-05-22T18:19:16.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:19:16.548Z] Removing intermediate container b346baa78cca [2023-05-22T18:19:16.548Z] ---> bb664737b6e8 [2023-05-22T18:19:16.548Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T18:19:16.548Z] ---> Running in 868efb8811a4 [2023-05-22T18:19:16.548Z] Removing intermediate container 868efb8811a4 [2023-05-22T18:19:16.548Z] ---> cc91eb3e166c [2023-05-22T18:19:16.548Z] Step 13/24 : ENV APP_PORT=59882 [2023-05-22T18:19:16.548Z] ---> Running in d1a7bd6f1d2e [2023-05-22T18:19:16.548Z] Removing intermediate container d1a7bd6f1d2e [2023-05-22T18:19:16.548Z] ---> bba226a3371c [2023-05-22T18:19:16.548Z] Step 14/24 : EXPOSE $APP_PORT [2023-05-22T18:19:16.548Z] ---> Running in 64fe2f0dcdff [2023-05-22T18:19:16.548Z] Removing intermediate container 95f33004da01 [2023-05-22T18:19:16.548Z] ---> 8fe17bdc8a58 [2023-05-22T18:19:16.548Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T18:19:16.548Z] Removing intermediate container 64fe2f0dcdff [2023-05-22T18:19:16.548Z] ---> Running in f8bd41b37423 [2023-05-22T18:19:16.548Z] ---> bcabe5060387 [2023-05-22T18:19:16.548Z] Step 15/24 : WORKDIR / [2023-05-22T18:19:16.548Z] Removing intermediate container 9976f0589f82 [2023-05-22T18:19:16.548Z] ---> 9b93cf382cd6 [2023-05-22T18:19:16.548Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T18:19:16.548Z] ---> Running in ae8577878b7e [2023-05-22T18:19:16.548Z] ---> Running in 326e620a3a81 [2023-05-22T18:19:16.548Z] Removing intermediate container 8d8fc217b7ab [2023-05-22T18:19:16.548Z] ---> 9541ed2657c9 [2023-05-22T18:19:16.548Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:19:16.814Z] Removing intermediate container f8bd41b37423 [2023-05-22T18:19:16.814Z] ---> c92f1a5c41b8 [2023-05-22T18:19:16.814Z] Step 13/25 : ENV APP_PORT=59881 [2023-05-22T18:19:16.814Z] ---> Running in 0d15c03c755d [2023-05-22T18:19:16.814Z] Removing intermediate container 326e620a3a81 [2023-05-22T18:19:16.814Z] ---> 39bc611048ce [2023-05-22T18:19:16.814Z] Step 13/23 : ENV APP_PORT=59861 [2023-05-22T18:19:16.814Z] Removing intermediate container ae8577878b7e [2023-05-22T18:19:16.814Z] ---> 9f724f537de1 [2023-05-22T18:19:16.814Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:19:16.814Z] ---> Running in dc4ba5edf2e3 [2023-05-22T18:19:16.814Z] Removing intermediate container 0d15c03c755d [2023-05-22T18:19:16.814Z] ---> 71cf22391ed5 [2023-05-22T18:19:16.814Z] Step 14/25 : EXPOSE $APP_PORT [2023-05-22T18:19:16.814Z] ---> f2758fc7fc76 [2023-05-22T18:19:16.814Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:19:16.814Z] ---> Running in e1deda703805 [2023-05-22T18:19:16.814Z] Removing intermediate container dc4ba5edf2e3 [2023-05-22T18:19:16.814Z] ---> fbea7a1dc922 [2023-05-22T18:19:16.814Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-22T18:19:16.814Z] (1/9) Installing ca-certificates (20230506-r0) [2023-05-22T18:19:17.078Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-05-22T18:19:17.078Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-05-22T18:19:17.078Z] (4/9) Installing libcurl (8.1.0-r2) [2023-05-22T18:19:17.078Z] ---> 49fed064be75 [2023-05-22T18:19:17.078Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:19:17.078Z] ---> Running in 8e5cf2d46581 [2023-05-22T18:19:17.078Z] (5/9) Installing curl (8.1.0-r2) [2023-05-22T18:19:17.078Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-05-22T18:19:17.078Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-05-22T18:19:17.078Z] (8/9) Installing libucontext (1.2-r0) [2023-05-22T18:19:17.078Z] (9/9) Installing gcompat (1.1.0-r0) [2023-05-22T18:19:17.078Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:19:17.078Z] Executing ca-certificates-20230506-r0.trigger [2023-05-22T18:19:17.078Z] Removing intermediate container e1deda703805 [2023-05-22T18:19:17.078Z] ---> a7b81d75f259 [2023-05-22T18:19:17.078Z] Step 15/25 : WORKDIR / [2023-05-22T18:19:17.078Z] Removing intermediate container 8e5cf2d46581 [2023-05-22T18:19:17.078Z] ---> 874a54c54e05 [2023-05-22T18:19:17.078Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:19:17.078Z] ---> Running in 44d3255ed28b [2023-05-22T18:19:17.078Z] ---> d81193753642 [2023-05-22T18:19:17.078Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-05-22T18:19:17.078Z] OK: 10 MiB in 24 packages [2023-05-22T18:19:17.336Z] ---> fe6a6f273428 [2023-05-22T18:19:17.336Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-05-22T18:19:17.336Z] Removing intermediate container 44d3255ed28b [2023-05-22T18:19:17.336Z] ---> d15cf9a99a37 [2023-05-22T18:19:17.336Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:19:17.606Z] ---> 492af8cfef6d [2023-05-22T18:19:17.606Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:19:17.879Z] ---> ae5c79b82122 [2023-05-22T18:19:17.879Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:19:17.879Z] ---> 9a0085663680 [2023-05-22T18:19:17.879Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-05-22T18:19:17.879Z] ---> 4c864caae50f [2023-05-22T18:19:17.879Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-05-22T18:19:17.879Z] ---> 324550428ff0 [2023-05-22T18:19:17.879Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-05-22T18:19:18.141Z] ---> c0f1c443667c [2023-05-22T18:19:18.142Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-05-22T18:19:18.142Z] ---> 831328ac95ce [2023-05-22T18:19:18.142Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-05-22T18:19:18.142Z] ---> 524178d31ea5 [2023-05-22T18:19:18.142Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-05-22T18:19:18.142Z] ---> Running in 0ea3b11e8844 [2023-05-22T18:19:18.142Z] Removing intermediate container 8f725153beee [2023-05-22T18:19:18.142Z] ---> 46867a982fcd [2023-05-22T18:19:18.142Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:19:18.400Z] Removing intermediate container 0ea3b11e8844 [2023-05-22T18:19:18.400Z] ---> fd9f0b815348 [2023-05-22T18:19:18.400Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T18:19:18.967Z] ---> dfdba0fa4ac1 [2023-05-22T18:19:18.967Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-22T18:19:18.967Z] ---> Running in 70585949fc1f [2023-05-22T18:19:18.967Z] ---> 7507810b2c34 [2023-05-22T18:19:18.967Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:19:18.967Z] ---> 7d3fe39ce668 [2023-05-22T18:19:18.967Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-05-22T18:19:18.967Z] ---> 7fd2f539cec7 [2023-05-22T18:19:18.967Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-05-22T18:19:18.967Z] ---> Running in e03eca35f92f [2023-05-22T18:19:18.967Z] Removing intermediate container 70585949fc1f [2023-05-22T18:19:18.967Z] ---> 332d0f8eb391 [2023-05-22T18:19:18.967Z] Step 22/24 : LABEL arch=x86_64 [2023-05-22T18:19:18.967Z] ---> Running in b5c0225bd869 [2023-05-22T18:19:18.967Z] ---> ba39c85a2605 [2023-05-22T18:19:18.967Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-05-22T18:19:18.967Z] Removing intermediate container b5c0225bd869 [2023-05-22T18:19:18.967Z] ---> 73e8404b5b2c [2023-05-22T18:19:18.967Z] Step 23/24 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:19:18.967Z] ---> 75247966f906 [2023-05-22T18:19:18.967Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-05-22T18:19:18.967Z] ---> Running in 53b4e9ed2c5e [2023-05-22T18:19:19.247Z] ---> d69d23335a63 [2023-05-22T18:19:19.247Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-05-22T18:19:19.247Z] ---> Running in 9e2f33514f62 [2023-05-22T18:19:19.247Z] Removing intermediate container 53b4e9ed2c5e [2023-05-22T18:19:19.247Z] ---> b4a7bb98f9ab [2023-05-22T18:19:19.247Z] Step 24/24 : LABEL version=0.0.0 [2023-05-22T18:19:19.247Z] ---> Running in aa21c9ce3798 [2023-05-22T18:19:19.506Z] Removing intermediate container 9e2f33514f62 [2023-05-22T18:19:19.506Z] ---> 7375be5c5d90 [2023-05-22T18:19:19.506Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T18:19:19.506Z] ---> a9c3539f74fd [2023-05-22T18:19:19.506Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-05-22T18:19:19.506Z] Removing intermediate container aa21c9ce3798 [2023-05-22T18:19:19.506Z] ---> 8521f5a04374 [2023-05-22T18:19:19.506Z] [2023-05-22T18:19:19.506Z] ---> Running in 8f8eb9ffa2c9 [2023-05-22T18:19:19.506Z] ---> c4e7ee429011 [2023-05-22T18:19:19.506Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-05-22T18:19:19.506Z] ---> Running in 1ec393285de9 [2023-05-22T18:19:19.782Z] Successfully built 8521f5a04374 [2023-05-22T18:19:19.782Z] Successfully tagged core-command:latest [2023-05-22T18:19:19.782Z]  Building core-command ... done Building support-notifications [2023-05-22T18:19:19.782Z] Removing intermediate container 8f8eb9ffa2c9 [2023-05-22T18:19:19.782Z] ---> 466dee41ae6e [2023-05-22T18:19:19.782Z] Step 21/23 : LABEL arch=x86_64 [2023-05-22T18:19:20.264Z] ---> Running in e2175d5f4afe [2023-05-22T18:19:21.777Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-05-22T18:19:21.891Z] Removing intermediate container 1ec393285de9 [2023-05-22T18:19:21.892Z] ---> 6b162a4de147 [2023-05-22T18:19:21.892Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T18:19:22.175Z] Removing intermediate container e03eca35f92f [2023-05-22T18:19:22.175Z] ---> c5e7d617f1e4 [2023-05-22T18:19:22.175Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-22T18:19:22.175Z] ---> 508b00ab000d [2023-05-22T18:19:22.175Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-05-22T18:19:22.175Z] ---> Running in 9f39cbbb1d87 [2023-05-22T18:19:22.175Z] Removing intermediate container e2175d5f4afe [2023-05-22T18:19:22.175Z] ---> 47ed2cf82bd7 [2023-05-22T18:19:22.175Z] Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:19:22.440Z] ---> Running in 39c74e73496c [2023-05-22T18:19:22.440Z] ---> Running in dad9805a5c3b [2023-05-22T18:19:22.440Z] ---> Running in e3c91dfe4883 [2023-05-22T18:19:22.440Z] Removing intermediate container 9f39cbbb1d87 [2023-05-22T18:19:22.440Z] ---> 574dee0c3f16 [2023-05-22T18:19:22.440Z] Step 23/25 : LABEL arch=x86_64 [2023-05-22T18:19:22.440Z] ---> Running in 9b771c49b9bf [2023-05-22T18:19:22.440Z] Removing intermediate container 39c74e73496c [2023-05-22T18:19:22.440Z] ---> 512252235774 [2023-05-22T18:19:22.716Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] [2023-05-22T18:19:22.716Z] Removing intermediate container e3c91dfe4883 [2023-05-22T18:19:22.716Z] ---> fbb853cf86b8 [2023-05-22T18:19:22.716Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T18:19:22.716Z] Removing intermediate container dad9805a5c3b [2023-05-22T18:19:22.716Z] ---> 86d47a943b0b [2023-05-22T18:19:22.716Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-22T18:19:22.716Z] ---> Running in b41f0139ab39 [2023-05-22T18:19:22.716Z] ---> Running in bf8c387bc635 [2023-05-22T18:19:22.716Z] ---> Running in f03fe17fa1cc [2023-05-22T18:19:22.716Z] Removing intermediate container 9b771c49b9bf [2023-05-22T18:19:22.716Z] ---> 87b0010ce90f [2023-05-22T18:19:22.716Z] Step 24/25 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:19:22.980Z] ---> Running in 290dc7883efd [2023-05-22T18:19:22.980Z] Removing intermediate container b41f0139ab39 [2023-05-22T18:19:22.980Z] ---> 84fe7d5bc4db [2023-05-22T18:19:22.980Z] Step 18/20 : LABEL arch=x86_64 [2023-05-22T18:19:22.980Z] Removing intermediate container f03fe17fa1cc [2023-05-22T18:19:22.980Z] ---> 1ce3b837aab3 [2023-05-22T18:19:22.980Z] Step 21/23 : LABEL arch=x86_64 [2023-05-22T18:19:22.980Z] Removing intermediate container bf8c387bc635 [2023-05-22T18:19:22.980Z] ---> dfeb5646147a [2023-05-22T18:19:22.980Z] [2023-05-22T18:19:22.980Z] ---> Running in eb5a5664a9ce [2023-05-22T18:19:23.238Z] ---> Running in fe7bb8547648 [2023-05-22T18:19:23.238Z] Removing intermediate container 290dc7883efd [2023-05-22T18:19:23.238Z] ---> da00736bbba8 [2023-05-22T18:19:23.238Z] Step 25/25 : LABEL version=0.0.0 [2023-05-22T18:19:23.238Z] Successfully built dfeb5646147a [2023-05-22T18:19:23.238Z] Successfully tagged support-scheduler:latest [2023-05-22T18:19:23.238Z]  Building support-scheduler ... done Building security-proxy-auth [2023-05-22T18:19:23.238Z] ---> Running in 00a9ea178088 [2023-05-22T18:19:23.238Z] Removing intermediate container fe7bb8547648 [2023-05-22T18:19:23.238Z] ---> 72551e2c2b3b [2023-05-22T18:19:23.238Z] Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:19:23.503Z] Removing intermediate container eb5a5664a9ce [2023-05-22T18:19:23.503Z] ---> d8ce317130fe [2023-05-22T18:19:23.503Z] Step 19/20 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:19:24.442Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:19:24.442Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:19:24.442Z] ---> 3da02a265158 [2023-05-22T18:19:24.442Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T18:19:24.442Z] ---> Using cache [2023-05-22T18:19:24.442Z] ---> 6258319a21b8 [2023-05-22T18:19:24.442Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T18:19:24.442Z] ---> Using cache [2023-05-22T18:19:24.442Z] ---> f910972339f2 [2023-05-22T18:19:24.442Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-05-22T18:19:25.422Z] ---> Running in d345aab384a9 [2023-05-22T18:19:25.422Z] Removing intermediate container 00a9ea178088 [2023-05-22T18:19:25.422Z] ---> 65b194353ca1 [2023-05-22T18:19:25.422Z] [2023-05-22T18:19:25.422Z] ---> Running in e65baaa38dd5 [2023-05-22T18:19:25.422Z] ---> Running in 99cd311fb516 [2023-05-22T18:19:25.422Z] Successfully built 65b194353ca1 [2023-05-22T18:19:25.422Z] Successfully tagged core-metadata:latest [2023-05-22T18:19:25.422Z]  Building core-metadata ... done Building core-data [2023-05-22T18:19:25.682Z] Removing intermediate container d345aab384a9 [2023-05-22T18:19:25.682Z] ---> 402698374952 [2023-05-22T18:19:25.682Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T18:19:25.682Z] ---> Running in 4e68081c4b07 [2023-05-22T18:19:25.682Z] Removing intermediate container e65baaa38dd5 [2023-05-22T18:19:25.682Z] ---> fa28f4a592fb [2023-05-22T18:19:25.682Z] Step 20/20 : LABEL version=0.0.0 [2023-05-22T18:19:25.944Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:19:26.228Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:19:26.228Z] OK: 265 MiB in 53 packages [2023-05-22T18:19:27.202Z] ---> Running in ce7bcd91d016 [2023-05-22T18:19:27.202Z] Removing intermediate container 4e68081c4b07 [2023-05-22T18:19:27.202Z] ---> e375f02d3564 [2023-05-22T18:19:27.202Z] [2023-05-22T18:19:27.563Z] Successfully built e375f02d3564 [2023-05-22T18:19:28.128Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:19:28.128Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:19:28.128Z] Successfully tagged core-common-config-bootstrapper:latest [2023-05-22T18:19:28.128Z] ---> 3da02a265158 [2023-05-22T18:19:28.128Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T18:19:28.128Z] Building security-proxy-setup [2023-05-22T18:19:28.128Z] ---> Using cache [2023-05-22T18:19:28.128Z] ---> 6258319a21b8 [2023-05-22T18:19:28.128Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T18:19:28.128Z] ---> Using cache [2023-05-22T18:19:28.128Z] ---> f910972339f2 [2023-05-22T18:19:28.128Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-22T18:19:28.128Z] ---> Using cache [2023-05-22T18:19:28.128Z] ---> 7c94c4962b97 [2023-05-22T18:19:28.128Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T18:19:28.128Z]  Building core-common-config-bootstrapper ... done  ---> Using cache [2023-05-22T18:19:28.128Z] ---> e17176c8d340 [2023-05-22T18:19:28.128Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:19:28.128Z] ---> Using cache [2023-05-22T18:19:28.128Z] ---> d7426729ff70 [2023-05-22T18:19:28.128Z] Step 8/23 : COPY . . [2023-05-22T18:19:28.128Z] ---> Using cache [2023-05-22T18:19:28.128Z] ---> 6729a77c72d9 [2023-05-22T18:19:28.128Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-05-22T18:19:29.064Z] Removing intermediate container ce7bcd91d016 [2023-05-22T18:19:29.064Z] ---> 1c96cb02b753 [2023-05-22T18:19:29.064Z] [2023-05-22T18:19:29.064Z] Successfully built 1c96cb02b753 [2023-05-22T18:19:30.440Z] Successfully tagged security-spiffe-token-provider:latest [2023-05-22T18:19:30.440Z]  Building security-spiffe-token-provider ... done Building security-spire-config [2023-05-22T18:19:31.005Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:19:31.005Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:19:31.005Z] ---> 3da02a265158 [2023-05-22T18:19:31.005Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T18:19:31.005Z] ---> Using cache [2023-05-22T18:19:31.005Z] ---> 6258319a21b8 [2023-05-22T18:19:31.005Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T18:19:31.005Z] ---> Using cache [2023-05-22T18:19:31.005Z] ---> f910972339f2 [2023-05-22T18:19:31.005Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-22T18:19:31.005Z] ---> Using cache [2023-05-22T18:19:31.005Z] ---> 7c94c4962b97 [2023-05-22T18:19:31.005Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T18:19:31.005Z] ---> Using cache [2023-05-22T18:19:31.005Z] ---> e17176c8d340 [2023-05-22T18:19:31.005Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:19:31.005Z] ---> Using cache [2023-05-22T18:19:31.005Z] ---> d7426729ff70 [2023-05-22T18:19:31.005Z] Step 8/23 : COPY . . [2023-05-22T18:19:31.005Z] ---> Using cache [2023-05-22T18:19:31.005Z] ---> 6729a77c72d9 [2023-05-22T18:19:31.005Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-05-22T18:19:32.380Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:19:32.380Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:19:32.380Z] ---> 3da02a265158 [2023-05-22T18:19:32.380Z] Step 3/22 : WORKDIR /edgex-go [2023-05-22T18:19:32.380Z] ---> Using cache [2023-05-22T18:19:32.380Z] ---> 544a72e576ba [2023-05-22T18:19:32.380Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-05-22T18:19:33.757Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:19:33.757Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:19:33.757Z] ---> 3da02a265158 [2023-05-22T18:19:33.757Z] Step 3/27 : WORKDIR /edgex-go [2023-05-22T18:19:33.757Z] ---> Using cache [2023-05-22T18:19:33.757Z] ---> 544a72e576ba [2023-05-22T18:19:33.757Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-22T18:19:35.133Z] ---> Running in 98dbeb665d0d [2023-05-22T18:19:35.133Z] ---> Running in 37526590852f [2023-05-22T18:19:35.133Z] ---> Running in 18d335179b15 [2023-05-22T18:19:35.133Z] ---> Running in b0dc5678e04f [2023-05-22T18:19:35.133Z] Removing intermediate container 99cd311fb516 [2023-05-22T18:19:35.133Z] ---> 109fcffa8101 [2023-05-22T18:19:35.133Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T18:19:35.133Z] ---> 64bfcc0b2a02 [2023-05-22T18:19:35.133Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:19:35.133Z] ---> Running in d8199e90a6fb [2023-05-22T18:19:35.133Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-05-22T18:19:35.391Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-05-22T18:19:35.391Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:19:35.649Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:19:35.650Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:19:35.650Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:19:35.907Z] OK: 265 MiB in 53 packages [2023-05-22T18:19:35.907Z] OK: 265 MiB in 53 packages [2023-05-22T18:19:36.473Z] Removing intermediate container 18d335179b15 [2023-05-22T18:19:36.473Z] ---> 4aae15f0514d [2023-05-22T18:19:36.473Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-22T18:19:36.473Z] Removing intermediate container b0dc5678e04f [2023-05-22T18:19:36.473Z] ---> 808276fe122f [2023-05-22T18:19:36.473Z] Step 5/22 : COPY go.mod vendor* ./ [2023-05-22T18:19:36.473Z] ---> ae07c48bf351 [2023-05-22T18:19:36.473Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:19:36.473Z] ---> Running in 848eab624953 [2023-05-22T18:19:36.732Z] ---> b1ddc97e609d [2023-05-22T18:19:36.732Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:19:36.732Z] ---> Running in 163ce4a26d1d [2023-05-22T18:20:09.341Z] Removing intermediate container 848eab624953 [2023-05-22T18:20:09.341Z] ---> 8480d37928c6 [2023-05-22T18:20:09.341Z] Step 7/27 : COPY . . [2023-05-22T18:20:09.341Z] Removing intermediate container d8199e90a6fb [2023-05-22T18:20:09.341Z] ---> 9ff68d4b37b2 [2023-05-22T18:20:09.341Z] Step 8/23 : COPY . . [2023-05-22T18:20:09.341Z] Removing intermediate container 163ce4a26d1d [2023-05-22T18:20:09.341Z] ---> c52e8a87f800 [2023-05-22T18:20:09.341Z] Step 7/22 : COPY . . [2023-05-22T18:20:15.952Z] Removing intermediate container 98dbeb665d0d [2023-05-22T18:20:15.952Z] ---> fe389de33c6a [2023-05-22T18:20:15.952Z] [2023-05-22T18:20:15.952Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T18:20:15.952Z] ---> 9ed4aefc74f6 [2023-05-22T18:20:15.952Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-22T18:20:15.952Z] ---> Using cache [2023-05-22T18:20:15.952Z] ---> 9e297866205a [2023-05-22T18:20:15.952Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-22T18:20:15.952Z] ---> Using cache [2023-05-22T18:20:15.952Z] ---> 9541ed2657c9 [2023-05-22T18:20:15.952Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:20:15.952Z] ---> Using cache [2023-05-22T18:20:15.952Z] ---> 81b9a82e3f7d [2023-05-22T18:20:15.952Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-05-22T18:20:15.952Z] ---> f2758fc7fc76 [2023-05-22T18:20:15.952Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:20:15.952Z] Removing intermediate container 37526590852f [2023-05-22T18:20:15.952Z] ---> 9ceede5ae472 [2023-05-22T18:20:15.952Z] [2023-05-22T18:20:15.952Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T18:20:15.952Z] ---> 9ed4aefc74f6 [2023-05-22T18:20:15.952Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T18:20:15.952Z] ---> Using cache [2023-05-22T18:20:15.952Z] ---> e65d15ae39c8 [2023-05-22T18:20:15.952Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-05-22T18:20:15.952Z] ---> ebb7698998b1 [2023-05-22T18:20:15.952Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-22T18:20:15.952Z] ---> d81193753642 [2023-05-22T18:20:15.952Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-05-22T18:20:15.952Z] ---> Running in cca2ec05ef97 [2023-05-22T18:20:15.952Z] ---> Running in 56830b733594 [2023-05-22T18:20:15.952Z] ---> Running in e1a8d02d2bac [2023-05-22T18:20:15.952Z] ---> Running in 8f6d7de55c3b [2023-05-22T18:20:15.952Z] Removing intermediate container 56830b733594 [2023-05-22T18:20:15.952Z] ---> b6e2feaab439 [2023-05-22T18:20:15.952Z] Step 12/23 : ENV APP_PORT=59880 [2023-05-22T18:20:15.952Z] Removing intermediate container 8f6d7de55c3b [2023-05-22T18:20:15.952Z] ---> be2317ed692f [2023-05-22T18:20:15.952Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-22T18:20:15.953Z] ---> Running in 8671f5276719 [2023-05-22T18:20:15.953Z] ---> Running in 36f42b476ad7 [2023-05-22T18:20:15.953Z] Removing intermediate container 8671f5276719 [2023-05-22T18:20:15.953Z] ---> 7d7e461cbeca [2023-05-22T18:20:15.953Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-22T18:20:15.953Z] Removing intermediate container 36f42b476ad7 [2023-05-22T18:20:15.953Z] ---> 43b26fa76ec9 [2023-05-22T18:20:15.953Z] Step 13/23 : EXPOSE $APP_PORT [2023-05-22T18:20:15.953Z] ---> 688f950e56ab [2023-05-22T18:20:15.953Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-05-22T18:20:15.953Z] ---> Running in fddd192da585 [2023-05-22T18:20:15.953Z] ---> Running in e30fd332857d [2023-05-22T18:20:15.953Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-05-22T18:20:15.953Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-05-22T18:20:15.953Z] Removing intermediate container fddd192da585 [2023-05-22T18:20:15.953Z] ---> ba9648fd66ba [2023-05-22T18:20:15.953Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-05-22T18:20:16.233Z] Removing intermediate container e30fd332857d [2023-05-22T18:20:16.233Z] ---> 1e4fdbbc395c [2023-05-22T18:20:16.233Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-05-22T18:20:16.233Z] ---> Running in 5c4c965729c0 [2023-05-22T18:20:16.233Z] ---> 338e2f866124 [2023-05-22T18:20:16.233Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-05-22T18:20:16.233Z] ---> Running in e5300b37893d [2023-05-22T18:20:16.492Z] ---> 3a6be21348fd [2023-05-22T18:20:16.492Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-22T18:20:16.492Z] ---> Running in 1f88d08efbc0 [2023-05-22T18:20:16.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:20:17.011Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:20:17.270Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-22T18:20:17.270Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:20:17.270Z] OK: 7 MiB in 16 packages [2023-05-22T18:20:17.270Z] Removing intermediate container 5c4c965729c0 [2023-05-22T18:20:17.270Z] ---> 2b569097119c [2023-05-22T18:20:17.270Z] Step 12/27 : WORKDIR /edgex-go [2023-05-22T18:20:17.270Z] ---> Running in 95ed8b1c1185 [2023-05-22T18:20:17.530Z] Removing intermediate container 95ed8b1c1185 [2023-05-22T18:20:17.530Z] ---> 7976de8df237 [2023-05-22T18:20:17.530Z] [2023-05-22T18:20:17.530Z] Step 13/27 : FROM alpine:3.17 [2023-05-22T18:20:17.530Z] ---> 9ed4aefc74f6 [2023-05-22T18:20:17.530Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-22T18:20:17.530Z] ---> Running in 9d58f76ef254 [2023-05-22T18:20:17.530Z] Removing intermediate container 9d58f76ef254 [2023-05-22T18:20:17.530Z] ---> 4d914d258997 [2023-05-22T18:20:17.530Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-05-22T18:20:17.530Z] ---> Running in 8650e29f9edd [2023-05-22T18:20:17.530Z] Removing intermediate container 1f88d08efbc0 [2023-05-22T18:20:17.530Z] ---> 374c39e4da40 [2023-05-22T18:20:17.530Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-22T18:20:17.530Z] ---> Running in 7002984d8093 [2023-05-22T18:20:17.790Z] Removing intermediate container e5300b37893d [2023-05-22T18:20:17.790Z] ---> 4328c08aa867 [2023-05-22T18:20:17.790Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:20:17.790Z] Removing intermediate container 7002984d8093 [2023-05-22T18:20:17.790Z] ---> 658ac1c6b37c [2023-05-22T18:20:17.790Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-22T18:20:17.790Z] ---> Running in 39cf73912663 [2023-05-22T18:20:17.790Z] ---> d6d0d8b6bf3a [2023-05-22T18:20:17.790Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:20:17.790Z] Removing intermediate container 39cf73912663 [2023-05-22T18:20:17.790Z] ---> f301b4f6d07a [2023-05-22T18:20:17.790Z] Step 21/23 : LABEL arch=x86_64 [2023-05-22T18:20:17.790Z] ---> Running in 938e13b21167 [2023-05-22T18:20:18.050Z] Removing intermediate container 938e13b21167 [2023-05-22T18:20:18.050Z] ---> ca11adb874d3 [2023-05-22T18:20:18.050Z] Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:20:18.050Z] ---> 4117daae0084 [2023-05-22T18:20:18.050Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-05-22T18:20:18.050Z] ---> Running in c688c21e6477 [2023-05-22T18:20:18.050Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:20:18.050Z] Removing intermediate container c688c21e6477 [2023-05-22T18:20:18.050Z] ---> 7e4e6408d9c5 [2023-05-22T18:20:18.050Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T18:20:18.050Z] ---> Running in 1b38c8e8e4d8 [2023-05-22T18:20:18.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:20:18.308Z] Removing intermediate container 1b38c8e8e4d8 [2023-05-22T18:20:18.308Z] ---> c817ffa008b5 [2023-05-22T18:20:18.308Z] [2023-05-22T18:20:18.736Z] ---> 09086f407a98 [2023-05-22T18:20:18.736Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-05-22T18:20:18.736Z] Successfully built c817ffa008b5 [2023-05-22T18:20:18.736Z] Successfully tagged security-proxy-auth:latest [2023-05-22T18:20:18.736Z] Building security-spire-server [2023-05-22T18:20:18.736Z]  Building security-proxy-auth ... done v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-22T18:20:18.736Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-22T18:20:18.736Z] OK: 17823 distinct packages available [2023-05-22T18:20:18.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:20:19.004Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:20:19.004Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-05-22T18:20:19.004Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-05-22T18:20:19.004Z] (3/4) Installing libucontext (1.2-r0) [2023-05-22T18:20:19.264Z] (4/4) Installing gcompat (1.1.0-r0) [2023-05-22T18:20:19.264Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:20:19.264Z] OK: 7 MiB in 19 packages [2023-05-22T18:20:21.850Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:20:21.850Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:20:21.850Z] ---> 3da02a265158 [2023-05-22T18:20:21.850Z] Step 3/26 : WORKDIR /edgex-go [2023-05-22T18:20:21.850Z] ---> Using cache [2023-05-22T18:20:21.850Z] ---> 544a72e576ba [2023-05-22T18:20:21.850Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-05-22T18:20:21.850Z] ---> Using cache [2023-05-22T18:20:21.850Z] ---> 4aae15f0514d [2023-05-22T18:20:21.850Z] Step 5/26 : COPY go.mod vendor* ./ [2023-05-22T18:20:21.850Z] ---> Using cache [2023-05-22T18:20:21.850Z] ---> ae07c48bf351 [2023-05-22T18:20:21.850Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:20:21.850Z] ---> Using cache [2023-05-22T18:20:21.850Z] ---> 8480d37928c6 [2023-05-22T18:20:21.850Z] Step 7/26 : COPY . . [2023-05-22T18:20:21.850Z] ---> Using cache [2023-05-22T18:20:21.850Z] ---> ebb7698998b1 [2023-05-22T18:20:21.850Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-05-22T18:20:21.850Z] ---> Using cache [2023-05-22T18:20:21.850Z] ---> be2317ed692f [2023-05-22T18:20:21.850Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-05-22T18:20:21.850Z] ---> Using cache [2023-05-22T18:20:21.850Z] ---> 7d7e461cbeca [2023-05-22T18:20:21.850Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-22T18:20:21.850Z] ---> Using cache [2023-05-22T18:20:21.851Z] ---> ba9648fd66ba [2023-05-22T18:20:21.851Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-05-22T18:20:21.851Z] ---> c9bbc01e6973 [2023-05-22T18:20:21.851Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-05-22T18:20:21.851Z] ---> Running in 30029998a61d [2023-05-22T18:20:21.851Z] ---> Running in 0c065a042d36 [2023-05-22T18:20:22.422Z] Removing intermediate container 0c065a042d36 [2023-05-22T18:20:22.422Z] ---> 627605206ef2 [2023-05-22T18:20:22.422Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T18:20:22.422Z] ---> Running in ada55842cd08 [2023-05-22T18:20:22.422Z] Removing intermediate container 8650e29f9edd [2023-05-22T18:20:22.422Z] ---> 7808a16cbaab [2023-05-22T18:20:22.422Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:20:23.048Z] Removing intermediate container ada55842cd08 [2023-05-22T18:20:23.048Z] ---> c010f4d64e58 [2023-05-22T18:20:23.048Z] Step 21/23 : LABEL arch=x86_64 [2023-05-22T18:20:23.048Z] ---> 5afaf89a2e73 [2023-05-22T18:20:23.048Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:20:23.048Z] ---> Running in 02a7658a7d36 [2023-05-22T18:20:23.310Z] Removing intermediate container 02a7658a7d36 [2023-05-22T18:20:23.310Z] ---> ee7c699a638d [2023-05-22T18:20:23.310Z] Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:20:23.310Z] Removing intermediate container 30029998a61d [2023-05-22T18:20:23.310Z] ---> 1ece05bbc6a4 [2023-05-22T18:20:23.310Z] Step 12/26 : WORKDIR /edgex-go [2023-05-22T18:20:23.310Z] ---> df310d2120a6 [2023-05-22T18:20:23.310Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-22T18:20:23.310Z] ---> Running in f1f4222b4cf1 [2023-05-22T18:20:23.310Z] ---> Running in 9cd7afa9c70d [2023-05-22T18:20:23.571Z] Removing intermediate container 9cd7afa9c70d [2023-05-22T18:20:23.571Z] ---> 72b724b28fd1 [2023-05-22T18:20:23.571Z] [2023-05-22T18:20:23.571Z] Step 13/26 : FROM alpine:3.17 [2023-05-22T18:20:23.571Z] ---> 9ed4aefc74f6 [2023-05-22T18:20:23.571Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-22T18:20:23.571Z] ---> Using cache [2023-05-22T18:20:23.571Z] ---> 4d914d258997 [2023-05-22T18:20:23.571Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-22T18:20:23.571Z] ---> Running in 98694318eb37 [2023-05-22T18:20:23.571Z] Removing intermediate container f1f4222b4cf1 [2023-05-22T18:20:23.571Z] ---> 8431d8075c5b [2023-05-22T18:20:23.571Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T18:20:23.830Z] ---> Running in 762e028c6fdf [2023-05-22T18:20:24.499Z] Removing intermediate container 762e028c6fdf [2023-05-22T18:20:24.499Z] ---> 9fbcc9559dcd [2023-05-22T18:20:24.499Z] [2023-05-22T18:20:24.499Z] Successfully built 9fbcc9559dcd [2023-05-22T18:20:24.499Z] Successfully tagged core-data:latest [2023-05-22T18:20:24.499Z] Building security-secretstore-setup [2023-05-22T18:20:25.069Z]  Building core-data ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:20:25.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:20:25.329Z] v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-22T18:20:25.329Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-22T18:20:25.329Z] OK: 17823 distinct packages available [2023-05-22T18:20:25.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:20:25.633Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:20:25.981Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-22T18:20:25.981Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-22T18:20:25.981Z] (3/5) Installing libucontext (1.2-r0) [2023-05-22T18:20:25.981Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-22T18:20:25.981Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-22T18:20:25.981Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:20:25.981Z] OK: 8 MiB in 20 packages [2023-05-22T18:20:28.140Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:20:28.140Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:20:28.140Z] ---> 3da02a265158 [2023-05-22T18:20:28.140Z] Step 3/25 : WORKDIR /edgex-go [2023-05-22T18:20:28.140Z] ---> Using cache [2023-05-22T18:20:28.140Z] ---> 544a72e576ba [2023-05-22T18:20:28.140Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-05-22T18:20:28.140Z] ---> Using cache [2023-05-22T18:20:28.140Z] ---> 808276fe122f [2023-05-22T18:20:28.140Z] Step 5/25 : COPY go.mod vendor* ./ [2023-05-22T18:20:28.140Z] ---> Using cache [2023-05-22T18:20:28.140Z] ---> b1ddc97e609d [2023-05-22T18:20:28.140Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:20:28.140Z] ---> Using cache [2023-05-22T18:20:28.140Z] ---> c52e8a87f800 [2023-05-22T18:20:28.140Z] Step 7/25 : COPY . . [2023-05-22T18:20:28.140Z] ---> Using cache [2023-05-22T18:20:28.140Z] ---> 81b9a82e3f7d [2023-05-22T18:20:28.140Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-05-22T18:20:31.694Z] ---> a8197c2994a8 [2023-05-22T18:20:31.694Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-05-22T18:20:31.694Z] ---> Running in 3a93671499f3 [2023-05-22T18:20:31.694Z] Removing intermediate container 98694318eb37 [2023-05-22T18:20:31.694Z] ---> cc05cec352a8 [2023-05-22T18:20:31.694Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:20:31.953Z] ---> 353fb39ae646 [2023-05-22T18:20:31.953Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-05-22T18:20:31.953Z] ---> 40768114634e [2023-05-22T18:20:31.953Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:20:31.953Z] ---> Running in d93a1756962e [2023-05-22T18:20:31.953Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-05-22T18:20:32.212Z] Removing intermediate container d93a1756962e [2023-05-22T18:20:32.212Z] ---> ab5a4b300583 [2023-05-22T18:20:32.212Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-05-22T18:20:32.478Z] ---> 34de2cb27ef0 [2023-05-22T18:20:32.478Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-22T18:20:32.478Z] ---> baa11365e749 [2023-05-22T18:20:32.478Z] Step 22/27 : WORKDIR / [2023-05-22T18:20:32.479Z] ---> Running in 73e59a3f7c92 [2023-05-22T18:20:32.739Z] Removing intermediate container 73e59a3f7c92 [2023-05-22T18:20:32.739Z] ---> 44d19404ea36 [2023-05-22T18:20:32.739Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-22T18:20:32.739Z] ---> Running in 57d3d3d09791 [2023-05-22T18:20:33.677Z] Removing intermediate container 57d3d3d09791 [2023-05-22T18:20:33.677Z] ---> 72db011aaf02 [2023-05-22T18:20:33.677Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-22T18:20:33.677Z] ---> Running in 99bc0d195d3a [2023-05-22T18:20:34.242Z] Removing intermediate container 99bc0d195d3a [2023-05-22T18:20:34.242Z] ---> 11c37ed67547 [2023-05-22T18:20:34.242Z] Step 25/27 : LABEL arch=x86_64 [2023-05-22T18:20:34.242Z] ---> Running in 118afc0286cd [2023-05-22T18:20:34.841Z] Removing intermediate container 118afc0286cd [2023-05-22T18:20:34.841Z] ---> b143469c98d8 [2023-05-22T18:20:34.841Z] Step 26/27 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:20:35.099Z] ---> f25974102b48 [2023-05-22T18:20:35.099Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-05-22T18:20:35.099Z] ---> Running in b33b7f92acce [2023-05-22T18:20:35.676Z] Removing intermediate container b33b7f92acce [2023-05-22T18:20:35.676Z] ---> 10d398bfdd3a [2023-05-22T18:20:35.676Z] Step 27/27 : LABEL version=0.0.0 [2023-05-22T18:20:35.676Z] ---> 95da1de06c54 [2023-05-22T18:20:35.676Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-05-22T18:20:35.676Z] ---> Running in 7cba9882fb02 [2023-05-22T18:20:36.242Z] Removing intermediate container 7cba9882fb02 [2023-05-22T18:20:36.242Z] ---> 56280a3abdf8 [2023-05-22T18:20:36.242Z] [2023-05-22T18:20:36.242Z] ---> 5938453271ee [2023-05-22T18:20:36.242Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-05-22T18:20:36.242Z] Successfully built 56280a3abdf8 [2023-05-22T18:20:36.242Z] Successfully tagged security-spire-config:latest [2023-05-22T18:20:36.242Z] Building security-spire-agent [2023-05-22T18:20:39.800Z]  Building security-spire-config ... done Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:20:39.800Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:20:39.800Z] ---> 3da02a265158 [2023-05-22T18:20:39.800Z] Step 3/27 : WORKDIR /edgex-go [2023-05-22T18:20:39.800Z] ---> Using cache [2023-05-22T18:20:39.800Z] ---> 544a72e576ba [2023-05-22T18:20:39.800Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-22T18:20:39.800Z] ---> Using cache [2023-05-22T18:20:39.800Z] ---> 4aae15f0514d [2023-05-22T18:20:39.800Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-22T18:20:39.800Z] ---> Using cache [2023-05-22T18:20:39.800Z] ---> ae07c48bf351 [2023-05-22T18:20:39.800Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:20:39.800Z] ---> Using cache [2023-05-22T18:20:39.800Z] ---> 8480d37928c6 [2023-05-22T18:20:39.800Z] Step 7/27 : COPY . . [2023-05-22T18:20:39.800Z] ---> Using cache [2023-05-22T18:20:39.800Z] ---> ebb7698998b1 [2023-05-22T18:20:39.800Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-22T18:20:39.800Z] ---> Using cache [2023-05-22T18:20:39.800Z] ---> be2317ed692f [2023-05-22T18:20:39.800Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-22T18:20:39.800Z] ---> Using cache [2023-05-22T18:20:39.800Z] ---> 7d7e461cbeca [2023-05-22T18:20:39.800Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-22T18:20:39.800Z] ---> Using cache [2023-05-22T18:20:39.800Z] ---> ba9648fd66ba [2023-05-22T18:20:39.800Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-05-22T18:20:39.800Z] ---> Using cache [2023-05-22T18:20:39.800Z] ---> 2b569097119c [2023-05-22T18:20:39.800Z] Step 12/27 : WORKDIR /edgex-go [2023-05-22T18:20:39.800Z] ---> Using cache [2023-05-22T18:20:39.800Z] ---> 7976de8df237 [2023-05-22T18:20:39.800Z] [2023-05-22T18:20:39.800Z] Step 13/27 : FROM alpine:3.17 [2023-05-22T18:20:39.800Z] ---> 9ed4aefc74f6 [2023-05-22T18:20:39.800Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-22T18:20:39.800Z] ---> Using cache [2023-05-22T18:20:39.800Z] ---> 4d914d258997 [2023-05-22T18:20:39.800Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-22T18:20:39.800Z] ---> Using cache [2023-05-22T18:20:39.800Z] ---> cc05cec352a8 [2023-05-22T18:20:39.800Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:20:39.800Z] ---> Using cache [2023-05-22T18:20:42.373Z] ---> ebf993de754e [2023-05-22T18:20:42.373Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-22T18:20:42.373Z] ---> 40768114634e [2023-05-22T18:20:42.373Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:20:42.373Z] ---> Using cache [2023-05-22T18:20:42.373Z] ---> 34de2cb27ef0 [2023-05-22T18:20:42.373Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-05-22T18:20:42.373Z] ---> Running in 34ebec39d782 [2023-05-22T18:20:42.373Z] Removing intermediate container 34ebec39d782 [2023-05-22T18:20:42.373Z] ---> 7419cedbd378 [2023-05-22T18:20:42.373Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-22T18:20:42.373Z] ---> Running in 5164837a793a [2023-05-22T18:20:44.291Z] Removing intermediate container 5164837a793a [2023-05-22T18:20:44.291Z] ---> 33c9ec977929 [2023-05-22T18:20:44.291Z] Step 24/26 : LABEL arch=x86_64 [2023-05-22T18:20:45.231Z] ---> 3d39dcb04a27 [2023-05-22T18:20:45.231Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-22T18:20:45.231Z] ---> Running in 9007dc9639f2 [2023-05-22T18:20:45.491Z] Removing intermediate container cca2ec05ef97 [2023-05-22T18:20:45.491Z] ---> 037732f971da [2023-05-22T18:20:45.491Z] [2023-05-22T18:20:45.491Z] Step 9/22 : FROM alpine:3.17 [2023-05-22T18:20:45.491Z] ---> 9ed4aefc74f6 [2023-05-22T18:20:45.491Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-05-22T18:20:45.753Z] Removing intermediate container e1a8d02d2bac [2023-05-22T18:20:45.753Z] ---> ab74025d58e5 [2023-05-22T18:20:45.753Z] [2023-05-22T18:20:45.753Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T18:20:45.753Z] ---> 9ed4aefc74f6 [2023-05-22T18:20:45.753Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-22T18:20:46.014Z] ---> Running in 5c4de2d94ccc [2023-05-22T18:20:46.014Z] Removing intermediate container 9007dc9639f2 [2023-05-22T18:20:46.014Z] ---> 9586085839e9 [2023-05-22T18:20:46.014Z] Step 25/26 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:20:46.014Z] ---> Running in c2c19bcb0d96 [2023-05-22T18:20:46.014Z] ---> Running in be7dc155f318 [2023-05-22T18:20:46.275Z] Removing intermediate container be7dc155f318 [2023-05-22T18:20:46.275Z] ---> 062e35401eb2 [2023-05-22T18:20:46.275Z] Step 26/26 : LABEL version=0.0.0 [2023-05-22T18:20:46.275Z] ---> Running in c010019a83e9 [2023-05-22T18:20:46.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:20:46.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:20:46.536Z] Removing intermediate container c010019a83e9 [2023-05-22T18:20:46.536Z] ---> 5dfe2e17d933 [2023-05-22T18:20:46.536Z] [2023-05-22T18:20:46.536Z] ---> 3e1633121e94 [2023-05-22T18:20:46.536Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-05-22T18:20:46.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:20:46.536Z] Successfully built 5dfe2e17d933 [2023-05-22T18:20:46.536Z] Successfully tagged security-spire-server:latest [2023-05-22T18:20:46.536Z] Building security-bootstrapper [2023-05-22T18:20:46.536Z]  Building security-spire-server ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:20:46.796Z] (1/2) Installing ca-certificates (20230506-r0) [2023-05-22T18:20:46.796Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-22T18:20:46.796Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:20:46.796Z] Executing ca-certificates-20230506-r0.trigger [2023-05-22T18:20:46.796Z] OK: 8 MiB in 17 packages [2023-05-22T18:20:47.057Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-22T18:20:47.057Z] (2/2) Installing openssl (3.0.8-r4) [2023-05-22T18:20:47.057Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:20:47.057Z] OK: 8 MiB in 17 packages [2023-05-22T18:20:49.608Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:20:49.608Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:20:49.608Z] ---> 3da02a265158 [2023-05-22T18:20:49.608Z] Step 3/33 : WORKDIR /edgex-go [2023-05-22T18:20:49.608Z] ---> Using cache [2023-05-22T18:20:49.608Z] ---> 544a72e576ba [2023-05-22T18:20:49.608Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-05-22T18:20:49.608Z] ---> Using cache [2023-05-22T18:20:49.608Z] ---> 808276fe122f [2023-05-22T18:20:49.608Z] Step 5/33 : COPY go.mod vendor* ./ [2023-05-22T18:20:49.608Z] ---> Using cache [2023-05-22T18:20:49.608Z] ---> b1ddc97e609d [2023-05-22T18:20:49.608Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:20:49.608Z] ---> Using cache [2023-05-22T18:20:49.608Z] ---> c52e8a87f800 [2023-05-22T18:20:49.608Z] Step 7/33 : COPY . . [2023-05-22T18:20:49.608Z] ---> Using cache [2023-05-22T18:20:49.608Z] ---> 81b9a82e3f7d [2023-05-22T18:20:49.608Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-05-22T18:20:50.991Z] ---> 7132fbaf727a [2023-05-22T18:20:50.991Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-05-22T18:20:50.991Z] ---> Running in 71cbce9b5840 [2023-05-22T18:20:50.991Z] Removing intermediate container 5c4de2d94ccc [2023-05-22T18:20:50.991Z] ---> c14cb813adcb [2023-05-22T18:20:50.991Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-22T18:20:50.991Z] ---> Running in 86b561c6431e [2023-05-22T18:20:51.251Z] ---> 53e0b4793682 [2023-05-22T18:20:51.251Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-05-22T18:20:51.251Z] Removing intermediate container c2c19bcb0d96 [2023-05-22T18:20:51.251Z] ---> 56c0c709d2cb [2023-05-22T18:20:51.251Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T18:20:51.251Z] Removing intermediate container 86b561c6431e [2023-05-22T18:20:51.251Z] ---> c08a5ef7ff92 [2023-05-22T18:20:51.251Z] Step 12/22 : WORKDIR /edgex [2023-05-22T18:20:51.251Z] ---> Running in a5fb67dfeadf [2023-05-22T18:20:51.251Z] ---> Running in d2269dd3bf64 [2023-05-22T18:20:51.251Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-05-22T18:20:51.251Z] Removing intermediate container d2269dd3bf64 [2023-05-22T18:20:51.251Z] ---> 286138453594 [2023-05-22T18:20:51.251Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:20:51.251Z] Removing intermediate container a5fb67dfeadf [2023-05-22T18:20:51.251Z] ---> 11cb82353935 [2023-05-22T18:20:51.251Z] Step 13/23 : ENV APP_PORT=59860 [2023-05-22T18:20:51.251Z] ---> aeb1b83e25ea [2023-05-22T18:20:51.251Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-22T18:20:51.513Z] ---> Running in 462645efdbb2 [2023-05-22T18:20:51.513Z] ---> Running in cf8801a3c193 [2023-05-22T18:20:51.513Z] Removing intermediate container cf8801a3c193 [2023-05-22T18:20:51.513Z] ---> 0446d28f259f [2023-05-22T18:20:51.513Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-22T18:20:51.513Z] ---> 0cb8873cdef4 [2023-05-22T18:20:51.513Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:20:51.513Z] Removing intermediate container 462645efdbb2 [2023-05-22T18:20:51.513Z] ---> 260b3fc0b808 [2023-05-22T18:20:51.513Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-22T18:20:51.513Z] ---> Running in 364bd24df186 [2023-05-22T18:20:51.513Z] ---> Running in c80b06034807 [2023-05-22T18:20:51.773Z] Removing intermediate container c80b06034807 [2023-05-22T18:20:51.773Z] ---> 7859d49065db [2023-05-22T18:20:51.773Z] Step 25/27 : LABEL arch=x86_64 [2023-05-22T18:20:51.773Z] Removing intermediate container 364bd24df186 [2023-05-22T18:20:51.773Z] ---> 5f79a1e3eb81 [2023-05-22T18:20:51.773Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:20:51.773Z] ---> c422a99bf334 [2023-05-22T18:20:51.773Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-05-22T18:20:51.773Z] ---> Running in 43f484b140fb [2023-05-22T18:20:52.033Z] Removing intermediate container 43f484b140fb [2023-05-22T18:20:52.033Z] ---> d2eac0203c39 [2023-05-22T18:20:52.033Z] Step 26/27 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:20:52.033Z] ---> 2e1b4c0482bd [2023-05-22T18:20:52.033Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-05-22T18:20:52.033Z] ---> Running in 42bc957e81ee [2023-05-22T18:20:52.033Z] ---> 238d74d31e22 [2023-05-22T18:20:52.033Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:20:52.311Z] Removing intermediate container 42bc957e81ee [2023-05-22T18:20:52.311Z] ---> e91d2fc56607 [2023-05-22T18:20:52.311Z] Step 27/27 : LABEL version=0.0.0 [2023-05-22T18:20:52.571Z] ---> Running in c06263e47551 [2023-05-22T18:20:52.571Z] ---> 724121ca91b0 [2023-05-22T18:20:52.571Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-05-22T18:20:52.571Z] ---> 570072b63f8a [2023-05-22T18:20:52.571Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-05-22T18:20:52.571Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-05-22T18:20:52.571Z] Removing intermediate container c06263e47551 [2023-05-22T18:20:52.571Z] ---> 0f0aa2c1672d [2023-05-22T18:20:52.571Z] [2023-05-22T18:20:52.571Z] Successfully built 0f0aa2c1672d [2023-05-22T18:20:52.571Z] Successfully tagged security-spire-agent:latest [2023-05-22T18:20:53.141Z]  Building security-spire-agent ... done  ---> 064d0f8e51a2 [2023-05-22T18:20:53.141Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-22T18:20:53.141Z] ---> Running in 55745fd63a55 [2023-05-22T18:20:53.141Z] ---> 1fe2248bb6ac [2023-05-22T18:20:53.141Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-05-22T18:20:53.401Z] ---> 6db7856c3609 [2023-05-22T18:20:53.402Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-05-22T18:20:53.402Z] ---> Running in abfab2c74729 [2023-05-22T18:20:53.402Z] Removing intermediate container abfab2c74729 [2023-05-22T18:20:53.402Z] ---> 5b2d9ec669e6 [2023-05-22T18:20:53.402Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T18:20:53.402Z] ---> Running in 6ecc380850dd [2023-05-22T18:20:53.696Z] Removing intermediate container 6ecc380850dd [2023-05-22T18:20:53.696Z] ---> a4e5475202a5 [2023-05-22T18:20:53.696Z] Step 21/23 : LABEL arch=x86_64 [2023-05-22T18:20:53.696Z] ---> Running in 1393993f65e6 [2023-05-22T18:20:53.958Z] Removing intermediate container 1393993f65e6 [2023-05-22T18:20:53.958Z] ---> b24010227563 [2023-05-22T18:20:53.958Z] Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:20:53.958Z] ---> Running in 9d057a4fa547 [2023-05-22T18:20:53.958Z] Removing intermediate container 9d057a4fa547 [2023-05-22T18:20:53.958Z] ---> 438b4319a4ff [2023-05-22T18:20:53.958Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T18:20:53.958Z] ---> Running in 31f6a306d9a8 [2023-05-22T18:20:53.958Z] Removing intermediate container 31f6a306d9a8 [2023-05-22T18:20:53.958Z] ---> f9f3ace8dbbd [2023-05-22T18:20:53.958Z] [2023-05-22T18:20:54.299Z] Removing intermediate container 55745fd63a55 [2023-05-22T18:20:54.299Z] ---> f3b8ca625c1e [2023-05-22T18:20:54.299Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-05-22T18:20:54.299Z] Successfully built f9f3ace8dbbd [2023-05-22T18:20:54.299Z] Successfully tagged support-notifications:latest [2023-05-22T18:20:54.299Z]  Building support-notifications ... done  ---> Running in 81023dee6767 [2023-05-22T18:20:54.646Z] Removing intermediate container 81023dee6767 [2023-05-22T18:20:54.646Z] ---> 7799eeb3b50b [2023-05-22T18:20:54.646Z] Step 20/22 : LABEL arch=x86_64 [2023-05-22T18:20:55.719Z] ---> Running in dc5756275df3 [2023-05-22T18:20:55.719Z] Removing intermediate container 3a93671499f3 [2023-05-22T18:20:55.719Z] ---> 27781b3713c8 [2023-05-22T18:20:55.719Z] [2023-05-22T18:20:55.719Z] Step 9/25 : FROM alpine:3.17 [2023-05-22T18:20:55.719Z] ---> 9ed4aefc74f6 [2023-05-22T18:20:55.719Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-05-22T18:20:55.977Z] ---> Running in ebfcdc7045ce [2023-05-22T18:20:55.978Z] Removing intermediate container dc5756275df3 [2023-05-22T18:20:55.978Z] ---> 6cead44e6a40 [2023-05-22T18:20:55.978Z] Step 21/22 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:20:55.978Z] ---> Running in d1acb02c6041 [2023-05-22T18:20:56.236Z] Removing intermediate container d1acb02c6041 [2023-05-22T18:20:56.236Z] ---> 8ba34ab627c6 [2023-05-22T18:20:56.236Z] Step 22/22 : LABEL version=0.0.0 [2023-05-22T18:20:56.236Z] ---> Running in 69d1421c8476 [2023-05-22T18:20:56.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:20:56.494Z] Removing intermediate container 69d1421c8476 [2023-05-22T18:20:56.494Z] ---> 42bddaba96b4 [2023-05-22T18:20:56.494Z] [2023-05-22T18:20:56.494Z] Successfully built 42bddaba96b4 [2023-05-22T18:20:56.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:20:56.494Z] Successfully tagged security-proxy-setup:latest [2023-05-22T18:20:56.753Z]  Building security-proxy-setup ... done (1/3) Installing ca-certificates (20230506-r0) [2023-05-22T18:20:56.753Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-05-22T18:20:56.753Z] (3/3) Installing su-exec (0.2-r2) [2023-05-22T18:20:56.753Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:20:56.753Z] Executing ca-certificates-20230506-r0.trigger [2023-05-22T18:20:56.753Z] OK: 8 MiB in 18 packages [2023-05-22T18:20:57.683Z] Removing intermediate container ebfcdc7045ce [2023-05-22T18:20:57.683Z] ---> 831743fb0d5c [2023-05-22T18:20:57.683Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-22T18:20:57.683Z] ---> Running in 200c2dde7a5f [2023-05-22T18:20:58.249Z] Removing intermediate container 200c2dde7a5f [2023-05-22T18:20:58.249Z] ---> 3593b84d6447 [2023-05-22T18:20:58.249Z] Step 12/25 : WORKDIR / [2023-05-22T18:20:58.249Z] ---> Running in 19a767f43856 [2023-05-22T18:20:58.508Z] Removing intermediate container 19a767f43856 [2023-05-22T18:20:58.508Z] ---> ec06a6f7ddcb [2023-05-22T18:20:58.508Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:20:58.765Z] ---> 950513cb9963 [2023-05-22T18:20:58.765Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:20:58.765Z] ---> 2a51dd210e6a [2023-05-22T18:20:58.765Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-05-22T18:20:59.023Z] ---> 00219f13a5b8 [2023-05-22T18:20:59.023Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-05-22T18:20:59.023Z] ---> 337fe4536487 [2023-05-22T18:20:59.023Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-05-22T18:20:59.282Z] ---> 9fbdadc42773 [2023-05-22T18:20:59.283Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-05-22T18:20:59.866Z] ---> 2979085ec7a9 [2023-05-22T18:20:59.866Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-05-22T18:21:00.618Z] ---> f31d7694786a [2023-05-22T18:21:00.618Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-05-22T18:21:00.618Z] ---> e0702b52ea51 [2023-05-22T18:21:00.618Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-22T18:21:00.619Z] ---> Running in 91a7dea29079 [2023-05-22T18:21:01.553Z] Removing intermediate container 91a7dea29079 [2023-05-22T18:21:01.553Z] ---> fcb8205cb214 [2023-05-22T18:21:01.553Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-05-22T18:21:01.553Z] ---> Running in 94e5c17273d6 [2023-05-22T18:21:01.553Z] Removing intermediate container 94e5c17273d6 [2023-05-22T18:21:01.553Z] ---> 0b8084dd5d8e [2023-05-22T18:21:01.553Z] Step 23/25 : LABEL arch=x86_64 [2023-05-22T18:21:01.553Z] ---> Running in 230370872a34 [2023-05-22T18:21:01.553Z] Removing intermediate container 230370872a34 [2023-05-22T18:21:01.553Z] ---> 737cc01242f8 [2023-05-22T18:21:01.553Z] Step 24/25 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:21:01.553Z] ---> Running in 7c8629d79fe2 [2023-05-22T18:21:01.553Z] Removing intermediate container 7c8629d79fe2 [2023-05-22T18:21:01.553Z] ---> 2af36fab5662 [2023-05-22T18:21:01.553Z] Step 25/25 : LABEL version=0.0.0 [2023-05-22T18:21:01.553Z] ---> Running in 828fa3ff1191 [2023-05-22T18:21:01.815Z] Removing intermediate container 828fa3ff1191 [2023-05-22T18:21:01.815Z] ---> e6e03594cad7 [2023-05-22T18:21:01.815Z] [2023-05-22T18:21:01.815Z] Successfully built e6e03594cad7 [2023-05-22T18:21:01.815Z] Successfully tagged security-secretstore-setup:latest [2023-05-22T18:21:07.673Z]  Building security-secretstore-setup ... done Removing intermediate container 71cbce9b5840 [2023-05-22T18:21:07.673Z] ---> ece821e23661 [2023-05-22T18:21:07.673Z] [2023-05-22T18:21:07.673Z] Step 9/33 : FROM alpine:3.17 [2023-05-22T18:21:07.673Z] ---> 9ed4aefc74f6 [2023-05-22T18:21:07.673Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-22T18:21:07.673Z] ---> Using cache [2023-05-22T18:21:07.673Z] ---> c86952accbcf [2023-05-22T18:21:07.673Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-05-22T18:21:07.673Z] ---> Running in 3b71903bd8af [2023-05-22T18:21:07.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-22T18:21:08.194Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-22T18:21:08.194Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-22T18:21:08.194Z] (2/2) Installing su-exec (0.2-r2) [2023-05-22T18:21:08.194Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:21:08.194Z] OK: 7 MiB in 17 packages [2023-05-22T18:21:08.456Z] Removing intermediate container 3b71903bd8af [2023-05-22T18:21:08.456Z] ---> 2ca9d55d702c [2023-05-22T18:21:08.456Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-05-22T18:21:08.456Z] ---> Running in bd470d4ecb63 [2023-05-22T18:21:08.719Z] Removing intermediate container bd470d4ecb63 [2023-05-22T18:21:08.719Z] ---> 97ae32f5e80c [2023-05-22T18:21:08.719Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-05-22T18:21:08.719Z] ---> Running in 41dd81e4ef68 [2023-05-22T18:21:08.719Z] Removing intermediate container 41dd81e4ef68 [2023-05-22T18:21:08.719Z] ---> cf2759dd083c [2023-05-22T18:21:08.719Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-05-22T18:21:08.719Z] ---> Running in b714706a1b25 [2023-05-22T18:21:08.719Z] Removing intermediate container b714706a1b25 [2023-05-22T18:21:08.719Z] ---> 8cf64442006c [2023-05-22T18:21:08.719Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-05-22T18:21:08.980Z] ---> Running in aa70af5c5053 [2023-05-22T18:21:08.980Z] Removing intermediate container aa70af5c5053 [2023-05-22T18:21:08.980Z] ---> c306e517a03c [2023-05-22T18:21:08.980Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-05-22T18:21:08.980Z] ---> Running in 345e034e9662 [2023-05-22T18:21:09.552Z] Removing intermediate container 345e034e9662 [2023-05-22T18:21:09.552Z] ---> d308f5d15fb4 [2023-05-22T18:21:09.552Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-05-22T18:21:09.552Z] ---> Running in 5700c6d5f2b1 [2023-05-22T18:21:09.552Z] Removing intermediate container 5700c6d5f2b1 [2023-05-22T18:21:09.552Z] ---> 63e6e27faf9f [2023-05-22T18:21:09.552Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-05-22T18:21:09.813Z] ---> d21e11c182a5 [2023-05-22T18:21:09.813Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-05-22T18:21:09.813Z] ---> Running in 6fb93ad622f1 [2023-05-22T18:21:10.385Z] Removing intermediate container 6fb93ad622f1 [2023-05-22T18:21:10.385Z] ---> f2fd4cb0f7c1 [2023-05-22T18:21:10.385Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:21:10.385Z] ---> c3411a4be28d [2023-05-22T18:21:10.385Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:21:10.647Z] ---> 3588e1003d0b [2023-05-22T18:21:10.647Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-05-22T18:21:11.218Z] ---> 76f95995bd0d [2023-05-22T18:21:11.219Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-05-22T18:21:11.219Z] ---> d27fd4743ec1 [2023-05-22T18:21:11.219Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-05-22T18:21:11.479Z] ---> 7145b78ab7a7 [2023-05-22T18:21:11.479Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-05-22T18:21:11.479Z] ---> ed078d458c8a [2023-05-22T18:21:11.479Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-05-22T18:21:11.739Z] ---> 16f208990d55 [2023-05-22T18:21:11.739Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-05-22T18:21:11.739Z] ---> b3575b0836ff [2023-05-22T18:21:11.739Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-05-22T18:21:11.739Z] ---> Running in d25666cccb8c [2023-05-22T18:21:12.310Z] Removing intermediate container d25666cccb8c [2023-05-22T18:21:12.310Z] ---> 3aab316f47c3 [2023-05-22T18:21:12.310Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-05-22T18:21:12.310Z] ---> Running in 310e4e8dd6b4 [2023-05-22T18:21:12.572Z] Removing intermediate container 310e4e8dd6b4 [2023-05-22T18:21:12.572Z] ---> a04ca0bcfcdf [2023-05-22T18:21:12.572Z] Step 30/33 : CMD ["gate"] [2023-05-22T18:21:12.572Z] ---> Running in 3fef082291b4 [2023-05-22T18:21:12.572Z] Removing intermediate container 3fef082291b4 [2023-05-22T18:21:12.572Z] ---> def1d77b84ea [2023-05-22T18:21:12.572Z] Step 31/33 : LABEL arch=x86_64 [2023-05-22T18:21:12.572Z] ---> Running in d5dfd8f89cba [2023-05-22T18:21:12.572Z] Removing intermediate container d5dfd8f89cba [2023-05-22T18:21:12.572Z] ---> 96bc74b7a91a [2023-05-22T18:21:12.572Z] Step 32/33 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:21:12.572Z] ---> Running in 88aa0f04c887 [2023-05-22T18:21:12.834Z] Removing intermediate container 88aa0f04c887 [2023-05-22T18:21:12.834Z] ---> 1497ee3f24b5 [2023-05-22T18:21:12.834Z] Step 33/33 : LABEL version=0.0.0 [2023-05-22T18:21:12.834Z] ---> Running in b106d04a5eb2 [2023-05-22T18:21:12.834Z] Removing intermediate container b106d04a5eb2 [2023-05-22T18:21:12.834Z] ---> 5f351b007281 [2023-05-22T18:21:12.834Z] [2023-05-22T18:21:12.834Z] Successfully built 5f351b007281 [2023-05-22T18:21:12.834Z] Successfully tagged security-bootstrapper:latest [2023-05-22T18:21:13.102Z]  Building security-bootstrapper ... done  [Pipeline] } [2023-05-22T18:21:13.127Z] $ docker stop --time=1 a5b82a1ffe8a19e208aa207a49241238941b0ed6b4c682eab66406f1de4edd5e [2023-05-22T18:21:14.416Z] $ docker rm -f --volumes a5b82a1ffe8a19e208aa207a49241238941b0ed6b4c682eab66406f1de4edd5e [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-22T18:21:14.806Z] + docker images [2023-05-22T18:21:14.807Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-05-22T18:21:14.807Z] security-bootstrapper latest 5f351b007281 2 seconds ago 22.2MB [2023-05-22T18:21:14.807Z] ece821e23661 8 seconds ago 1.71GB [2023-05-22T18:21:14.807Z] security-secretstore-setup latest e6e03594cad7 13 seconds ago 32.8MB [2023-05-22T18:21:14.807Z] security-proxy-setup latest 42bddaba96b4 18 seconds ago 18.7MB [2023-05-22T18:21:14.807Z] 27781b3713c8 19 seconds ago 1.72GB [2023-05-22T18:21:14.807Z] support-notifications latest f9f3ace8dbbd 21 seconds ago 32.4MB [2023-05-22T18:21:14.807Z] security-spire-agent latest 0f0aa2c1672d 22 seconds ago 161MB [2023-05-22T18:21:14.807Z] security-spire-server latest 5dfe2e17d933 28 seconds ago 103MB [2023-05-22T18:21:14.807Z] ab74025d58e5 29 seconds ago 1.79GB [2023-05-22T18:21:14.807Z] 037732f971da 31 seconds ago 1.7GB [2023-05-22T18:21:14.807Z] security-spire-config latest 56280a3abdf8 39 seconds ago 102MB [2023-05-22T18:21:14.807Z] core-data latest 9fbcc9559dcd 51 seconds ago 20.1MB [2023-05-22T18:21:14.807Z] 72b724b28fd1 51 seconds ago 1.58GB [2023-05-22T18:21:14.807Z] security-proxy-auth latest c817ffa008b5 56 seconds ago 18.3MB [2023-05-22T18:21:14.807Z] 7976de8df237 57 seconds ago 1.58GB [2023-05-22T18:21:14.807Z] 9ceede5ae472 About a minute ago 1.73GB [2023-05-22T18:21:14.807Z] fe389de33c6a About a minute ago 1.7GB [2023-05-22T18:21:14.807Z] security-spiffe-token-provider latest 1c96cb02b753 About a minute ago 32.8MB [2023-05-22T18:21:14.807Z] core-common-config-bootstrapper latest e375f02d3564 About a minute ago 17.2MB [2023-05-22T18:21:14.807Z] core-metadata latest 65b194353ca1 About a minute ago 20.4MB [2023-05-22T18:21:14.807Z] support-scheduler latest dfeb5646147a About a minute ago 31.8MB [2023-05-22T18:21:14.807Z] core-command latest 8521f5a04374 About a minute ago 19.9MB [2023-05-22T18:21:14.807Z] a7156964d0f3 2 minutes ago 1.79GB [2023-05-22T18:21:14.807Z] 253bce81845a 2 minutes ago 1.73GB [2023-05-22T18:21:14.807Z] 6291772167de 2 minutes ago 1.72GB [2023-05-22T18:21:14.807Z] a018f6acbd5d 2 minutes ago 1.76GB [2023-05-22T18:21:14.807Z] f6cc99fe5ee9 2 minutes ago 1.72GB [2023-05-22T18:21:14.807Z] ci-base-image-x86_64 latest 3da02a265158 6 minutes ago 918MB [2023-05-22T18:21:14.807Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 3 weeks ago 700MB [2023-05-22T18:21:14.807Z] alpine 3.17 9ed4aefc74f6 7 weeks ago 7.05MB [2023-05-22T18:21:14.807Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 10 months ago 253MB [2023-05-22T18:21:14.807Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-22T18:21:43.520Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-05-22T18:21:43.520Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-05-22T18:21:43.520Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-05-22T18:21:43.520Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-05-22T18:21:43.520Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-05-22T18:21:43.520Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-05-22T18:21:43.520Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-05-22T18:21:43.520Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-05-22T18:21:43.520Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-05-22T18:21:43.520Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-05-22T18:21:46.883Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-05-22T18:21:46.883Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-05-22T18:21:46.883Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-05-22T18:21:46.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-05-22T18:22:05.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-05-22T18:22:05.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-05-22T18:22:05.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.430s coverage: 28.7% of statements [2023-05-22T18:22:15.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.335s coverage: 98.5% of statements [2023-05-22T18:22:19.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-05-22T18:22:19.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-05-22T18:22:19.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-05-22T18:22:22.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.450s coverage: 71.5% of statements [2023-05-22T18:22:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-05-22T18:22:26.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-05-22T18:22:26.227Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.353s coverage: 54.0% of statements [2023-05-22T18:22:31.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-05-22T18:22:31.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-05-22T18:22:31.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-05-22T18:22:31.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-05-22T18:22:31.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-05-22T18:22:39.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-05-22T18:22:39.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-05-22T18:22:52.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 19.749s coverage: 88.5% of statements [2023-05-22T18:22:52.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.533s coverage: 3.8% of statements [2023-05-22T18:22:56.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-05-22T18:22:56.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-05-22T18:22:56.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-05-22T18:22:57.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.000s coverage: 95.6% of statements [2023-05-22T18:22:58.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-05-22T18:22:58.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-05-22T18:22:58.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-05-22T18:22:58.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-05-22T18:22:58.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-05-22T18:22:58.516Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.233s coverage: 72.2% of statements [2023-05-22T18:23:05.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-05-22T18:23:05.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-05-22T18:23:05.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-05-22T18:23:05.180Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.255s coverage: 65.9% of statements [2023-05-22T18:23:17.540Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-05-22T18:23:17.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-05-22T18:23:17.540Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.472s coverage: 0.9% of statements [2023-05-22T18:23:17.540Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.325s coverage: 29.0% of statements [2023-05-22T18:23:21.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.360s coverage: 42.9% of statements [2023-05-22T18:23:21.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.343s coverage: 82.9% of statements [2023-05-22T18:23:21.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.243s coverage: 94.1% of statements [2023-05-22T18:23:21.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.295s coverage: 96.3% of statements [2023-05-22T18:23:26.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.237s coverage: 87.5% of statements [2023-05-22T18:23:28.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-05-22T18:23:28.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-05-22T18:23:28.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-05-22T18:23:28.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-05-22T18:23:31.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-05-22T18:23:31.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-05-22T18:23:31.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-05-22T18:23:31.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-05-22T18:23:38.224Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.245s coverage: 94.4% of statements [2023-05-22T18:23:38.224Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-05-22T18:23:38.224Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-05-22T18:23:38.224Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-05-22T18:23:38.224Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-05-22T18:23:45.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-05-22T18:23:45.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-05-22T18:23:46.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-05-22T18:23:53.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.316s coverage: 79.9% of statements [2023-05-22T18:23:53.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.352s coverage: 92.9% of statements [2023-05-22T18:23:53.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.082s coverage: 64.4% of statements [2023-05-22T18:23:53.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.234s coverage: 62.3% of statements [2023-05-22T18:23:53.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.223s coverage: 87.2% of statements [2023-05-22T18:23:53.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.197s coverage: 20.0% of statements [2023-05-22T18:23:53.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.198s coverage: 100.0% of statements [2023-05-22T18:23:53.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.519s coverage: 81.8% of statements [2023-05-22T18:23:55.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-05-22T18:23:55.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-05-22T18:23:55.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.534s coverage: 82.1% of statements [2023-05-22T18:23:55.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.295s coverage: 86.0% of statements [2023-05-22T18:24:02.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-05-22T18:24:02.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-05-22T18:24:03.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.245s coverage: 63.1% of statements [2023-05-22T18:24:03.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.289s coverage: 100.0% of statements [2023-05-22T18:24:05.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.138s coverage: 89.4% of statements [2023-05-22T18:24:05.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.084s coverage: 100.0% of statements [2023-05-22T18:24:05.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.118s coverage: 73.7% of statements [2023-05-22T18:24:06.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-05-22T18:24:06.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-05-22T18:24:06.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-05-22T18:24:06.161Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.100s coverage: 100.0% of statements [2023-05-22T18:24:16.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-05-22T18:24:16.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-05-22T18:24:16.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-05-22T18:24:16.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.076s coverage: 38.4% of statements [2023-05-22T18:24:16.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.268s coverage: 89.5% of statements [2023-05-22T18:24:21.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-05-22T18:24:21.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-05-22T18:24:21.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-05-22T18:24:21.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-05-22T18:24:21.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.269s coverage: 84.8% of statements [2023-05-22T18:24:29.828Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-05-22T18:24:29.829Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-05-22T18:24:29.829Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-05-22T18:24:29.829Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-05-22T18:24:35.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.313s coverage: 17.7% of statements [2023-05-22T18:24:36.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-05-22T18:24:36.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-05-22T18:24:36.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-05-22T18:24:36.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-05-22T18:24:37.175Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.668s coverage: 92.3% of statements [2023-05-22T18:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-05-22T18:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-05-22T18:24:41.447Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.324s coverage: 61.5% of statements [2023-05-22T18:24:44.798Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-05-22T18:24:44.798Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-05-22T18:24:44.798Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.450s coverage: 97.7% of statements [2023-05-22T18:24:45.765Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-05-22T18:24:45.765Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-22T18:24:45.765Z] go vet ./... [2023-05-22T18:27:37.524Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-22T18:27:37.524Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-22T18:27:37.524Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-22T18:27:37.601Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-05-22T18:27:38.269Z] + ls -al . [2023-05-22T18:27:38.269Z] total 700 [2023-05-22T18:27:38.269Z] drwxrwxr-x 10 1001 1001 4096 May 22 18:18 . [2023-05-22T18:27:38.269Z] drwxr-xr-x 4 root root 4096 May 22 18:18 .. [2023-05-22T18:27:38.269Z] drwxrwxr-x 2 1001 1001 4096 May 22 18:16 .blubracket [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 16 May 22 18:16 .dockerignore [2023-05-22T18:27:38.269Z] drwxrwxr-x 8 1001 1001 4096 May 22 18:16 .git [2023-05-22T18:27:38.269Z] drwxrwxr-x 3 1001 1001 4096 May 22 18:16 .github [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 1133 May 22 18:16 .gitignore [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 42 May 22 18:16 .golangci.yml [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 87 May 22 18:16 .hadolint.yml [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 166 May 22 18:16 .sonarcloud.properties [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 1171 May 22 18:16 ADOPTERS.md [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 10835 May 22 18:16 Attribution.txt [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 73765 May 22 18:16 CHANGELOG.md [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 3804 May 22 18:16 CONTRIBUTING.md [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 677 May 22 18:16 GOVERNANCE.md [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 883 May 22 18:16 Jenkinsfile [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 10775 May 22 18:16 LICENSE [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 14368 May 22 18:16 Makefile [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 582 May 22 18:16 OWNERS.md [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 9902 May 22 18:16 README.md [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 789 May 22 18:16 SECURITY.md [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 5 May 22 18:14 VERSION [2023-05-22T18:27:38.269Z] drwxrwxr-x 2 1001 1001 4096 May 22 18:16 bin [2023-05-22T18:27:38.269Z] drwxrwxr-x 18 1001 1001 4096 May 22 18:16 cmd [2023-05-22T18:27:38.269Z] -rw-r--r-- 1 root root 447731 May 22 18:24 coverage.out [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 3200 May 22 18:16 go.mod [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 31040 May 22 18:16 go.sum [2023-05-22T18:27:38.269Z] drwxrwxr-x 7 1001 1001 4096 May 22 18:16 internal [2023-05-22T18:27:38.269Z] drwxrwxr-x 3 1001 1001 4096 May 22 18:16 openapi [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 594 May 22 18:16 security.txt [2023-05-22T18:27:38.269Z] drwxrwxr-x 4 1001 1001 4096 May 22 18:16 snap [2023-05-22T18:27:38.269Z] -rw-rw-r-- 1 1001 1001 204 May 22 18:16 version.go [Pipeline] sh [2023-05-22T18:27:39.015Z] + '[' -e coverage.out ] [2023-05-22T18:27:39.015Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-05-22T18:27:39.047Z] Warning: overwriting stash ‘coverage-report’ [2023-05-22T18:27:40.013Z] Stashed 1 file(s) [Pipeline] sh [2023-05-22T18:27:40.662Z] + make build [2023-05-22T18:27:40.662Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-05-22T18:29:17.341Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-05-22T18:29:23.995Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-05-22T18:29:29.348Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-05-22T18:29:32.699Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-05-22T18:30:19.536Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-05-22T18:30:26.183Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-05-22T18:30:32.825Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-05-22T18:30:38.164Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-05-22T18:30:42.410Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-05-22T18:30:46.657Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-05-22T18:30:52.050Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-05-22T18:30:58.716Z] $ docker stop --time=1 7a53fbbfdd679edae5e560c1390d810be86eea92c811fc9a9a75f08dcfaea205 [2023-05-22T18:31:00.800Z] $ docker rm -f --volumes 7a53fbbfdd679edae5e560c1390d810be86eea92c811fc9a9a75f08dcfaea205 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T18:31:03.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-22T18:31:03.727Z] [2023-05-22T18:31:03.727Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T18:31:04.137Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-22T18:31:04.137Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-05-22T18:31:04.137Z] 29e5d40040c1: Pulling fs layer [2023-05-22T18:31:04.137Z] 1ce36da41761: Pulling fs layer [2023-05-22T18:31:04.137Z] 25b303627fd3: Pulling fs layer [2023-05-22T18:31:04.407Z] 29e5d40040c1: Verifying Checksum [2023-05-22T18:31:04.407Z] 29e5d40040c1: Download complete [2023-05-22T18:31:04.675Z] 1ce36da41761: Verifying Checksum [2023-05-22T18:31:04.675Z] 1ce36da41761: Download complete [2023-05-22T18:31:04.944Z] 29e5d40040c1: Pull complete [2023-05-22T18:31:06.356Z] 1ce36da41761: Pull complete [2023-05-22T18:31:06.356Z] 25b303627fd3: Verifying Checksum [2023-05-22T18:31:06.356Z] 25b303627fd3: Download complete [2023-05-22T18:31:16.428Z] 25b303627fd3: Pull complete [2023-05-22T18:31:16.428Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-05-22T18:31:16.428Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-22T18:31:16.428Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T18:31:16.828Z] prd-ubuntu20.04-docker-arm64-4c-16g-16340 does not seem to be running inside a container [2023-05-22T18:31:16.912Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-05-22T18:31:19.418Z] $ docker top 8a4b19cac7581a88052b181dbf23b01c97eeb98a0fdfa24de72d37e1d2bc3403 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T18:31:20.905Z] + grep+ parallel [2023-05-22T18:31:20.905Z] docker-compose build --help [2023-05-22T18:31:26.265Z] --parallel Build images in parallel. [Pipeline] } [2023-05-22T18:31:26.296Z] $ docker stop --time=1 8a4b19cac7581a88052b181dbf23b01c97eeb98a0fdfa24de72d37e1d2bc3403 [2023-05-22T18:31:27.956Z] $ docker rm -f --volumes 8a4b19cac7581a88052b181dbf23b01c97eeb98a0fdfa24de72d37e1d2bc3403 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T18:31:28.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-22T18:31:28.722Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T18:31:28.985Z] prd-ubuntu20.04-docker-arm64-4c-16g-16340 does not seem to be running inside a container [2023-05-22T18:31:29.044Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-05-22T18:31:30.276Z] $ docker top 0431d6fd60ab868439274e65635ed1a86fa12a7414989fa72fc3a2d872c56065 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T18:31:30.832Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-05-22T18:31:37.463Z] Building core-command ... [2023-05-22T18:31:37.463Z] Building core-common-config-bootstrapper ... [2023-05-22T18:31:37.463Z] Building core-data ... [2023-05-22T18:31:37.463Z] Building core-metadata ... [2023-05-22T18:31:37.463Z] Building security-bootstrapper ... [2023-05-22T18:31:37.463Z] Building security-proxy-auth ... [2023-05-22T18:31:37.463Z] Building security-proxy-setup ... [2023-05-22T18:31:37.463Z] Building security-secretstore-setup ... [2023-05-22T18:31:37.463Z] Building security-spiffe-token-provider ... [2023-05-22T18:31:37.463Z] Building security-spire-agent ... [2023-05-22T18:31:37.463Z] Building security-spire-config ... [2023-05-22T18:31:37.463Z] Building security-spire-server ... [2023-05-22T18:31:37.463Z] Building support-notifications ... [2023-05-22T18:31:37.463Z] Building support-scheduler ... [2023-05-22T18:31:37.463Z] Building core-metadata [2023-05-22T18:31:37.463Z] Building support-scheduler [2023-05-22T18:31:37.463Z] Building security-proxy-auth [2023-05-22T18:31:37.463Z] Building core-data [2023-05-22T18:31:37.463Z] Building security-secretstore-setup [2023-05-22T18:32:27.367Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:32:27.367Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:32:27.367Z] ---> c963e3707768 [2023-05-22T18:32:27.368Z] Step 3/25 : WORKDIR /edgex-go [2023-05-22T18:32:27.368Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:32:27.368Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:32:27.368Z] ---> c963e3707768 [2023-05-22T18:32:27.368Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T18:32:27.368Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:32:27.368Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:32:27.368Z] ---> c963e3707768 [2023-05-22T18:32:27.368Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T18:32:27.368Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:32:27.368Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:32:27.368Z] [2023-05-22T18:32:27.368Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> c963e3707768 [2023-05-22T18:32:27.368Z] [2023-05-22T18:32:27.368Z] Step 3/25 : ARG ADD_BUILD_TAGS="" ---> c963e3707768 [2023-05-22T18:32:27.368Z] [2023-05-22T18:32:27.368Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T18:32:27.368Z] ---> Running in 229d5e132b12 [2023-05-22T18:32:27.368Z] ---> Running in dd1e098dfa8c [2023-05-22T18:32:27.368Z] ---> Running in edba069feb23 [2023-05-22T18:32:27.368Z] ---> Running in 8cf8a53ec679 [2023-05-22T18:32:27.368Z] ---> Running in b230f9e51944 [2023-05-22T18:32:27.368Z] Removing intermediate container edba069feb23 [2023-05-22T18:32:27.368Z] ---> b652b29be580 [2023-05-22T18:32:27.368Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T18:32:27.368Z] Removing intermediate container 229d5e132b12 [2023-05-22T18:32:27.368Z] ---> 72504073553a [2023-05-22T18:32:27.368Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-05-22T18:32:27.368Z] Removing intermediate container 8cf8a53ec679 [2023-05-22T18:32:27.368Z] ---> 208b1d733660 [2023-05-22T18:32:27.368Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T18:32:27.368Z] Removing intermediate container dd1e098dfa8c [2023-05-22T18:32:27.368Z] ---> eaa019915c3c [2023-05-22T18:32:27.368Z] Step 4/25 : WORKDIR /edgex-go [2023-05-22T18:32:27.368Z] Removing intermediate container b230f9e51944 [2023-05-22T18:32:27.368Z] ---> 82ee8220038d [2023-05-22T18:32:27.368Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T18:32:27.368Z] ---> Running in 75aa52c06319 [2023-05-22T18:32:27.368Z] ---> Running in a4ff7e0a0d6b [2023-05-22T18:32:27.368Z] ---> Running in c6ac9c11fe92 [2023-05-22T18:32:27.368Z] ---> Running in c04517820f58 [2023-05-22T18:32:27.368Z] ---> Running in d6902590af11 [2023-05-22T18:32:27.368Z] Removing intermediate container a4ff7e0a0d6b [2023-05-22T18:32:27.368Z] ---> c49b5107b5db [2023-05-22T18:32:27.368Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-22T18:32:27.368Z] ---> Running in 8c72cd94ecf3 [2023-05-22T18:32:27.368Z] Removing intermediate container c04517820f58 [2023-05-22T18:32:27.368Z] ---> a0dbdc9806e6 [2023-05-22T18:32:27.368Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-22T18:32:27.368Z] Removing intermediate container c6ac9c11fe92 [2023-05-22T18:32:27.368Z] ---> 753bc060cbff [2023-05-22T18:32:27.368Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-22T18:32:27.368Z] Removing intermediate container d6902590af11 [2023-05-22T18:32:27.368Z] ---> 099f31cbc011 [2023-05-22T18:32:27.368Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-05-22T18:32:27.368Z] ---> Running in 7531ca4e8667 [2023-05-22T18:32:27.368Z] ---> Running in a996ffd72319 [2023-05-22T18:32:27.368Z] ---> Running in bdd790c7749f [2023-05-22T18:32:27.368Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:32:27.368Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:32:27.368Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:32:27.368Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:32:27.368Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:32:27.368Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:32:27.368Z] OK: 263 MiB in 53 packages [2023-05-22T18:32:27.368Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:32:27.368Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:32:27.368Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:32:27.368Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:32:27.635Z] Removing intermediate container 75aa52c06319 [2023-05-22T18:32:27.635Z] ---> dc586a4d3188 [2023-05-22T18:32:27.635Z] Step 5/25 : COPY go.mod vendor* ./ [2023-05-22T18:32:27.902Z] OK: 263 MiB in 53 packages [2023-05-22T18:32:28.168Z] OK: 263 MiB in 53 packages [2023-05-22T18:32:28.436Z] OK: 263 MiB in 53 packages [2023-05-22T18:32:28.436Z] OK: 263 MiB in 53 packages [2023-05-22T18:32:28.710Z] ---> c0b73ebe09c2 [2023-05-22T18:32:28.710Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:32:28.984Z] ---> Running in 802ffea65206 [2023-05-22T18:32:30.391Z] Removing intermediate container 8c72cd94ecf3 [2023-05-22T18:32:30.391Z] ---> eae9e71911d9 [2023-05-22T18:32:30.391Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T18:32:30.978Z] Removing intermediate container 7531ca4e8667 [2023-05-22T18:32:30.978Z] ---> 0308322732ae [2023-05-22T18:32:30.978Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T18:32:31.560Z] Removing intermediate container bdd790c7749f [2023-05-22T18:32:31.560Z] ---> 22bc6a0dafc5 [2023-05-22T18:32:31.560Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T18:32:31.560Z] Removing intermediate container a996ffd72319 [2023-05-22T18:32:31.560Z] ---> a8564307a7f4 [2023-05-22T18:32:31.560Z] Step 6/25 : COPY go.mod vendor* ./ [2023-05-22T18:32:31.560Z] ---> c0aab4b65484 [2023-05-22T18:32:31.828Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:32:31.828Z] ---> Running in abe558a6e496 [2023-05-22T18:32:32.811Z] ---> 1c5864f27371 [2023-05-22T18:32:32.811Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:32:32.811Z] ---> Running in 79bcfd10f759 [2023-05-22T18:32:32.811Z] ---> 05ec758a0255 [2023-05-22T18:32:32.811Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:32:33.081Z] ---> Running in 4cec6b9552ea [2023-05-22T18:32:33.081Z] ---> 4566ff011752 [2023-05-22T18:32:33.081Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:32:33.348Z] ---> Running in a9667d085726 [2023-05-22T18:34:25.106Z] Removing intermediate container 79bcfd10f759 [2023-05-22T18:34:25.106Z] ---> b9c7c45c495a [2023-05-22T18:34:25.106Z] Step 8/23 : COPY . . [2023-05-22T18:34:25.106Z] Removing intermediate container 802ffea65206 [2023-05-22T18:34:25.106Z] ---> 65707134fab7 [2023-05-22T18:34:25.106Z] Step 7/25 : COPY . . [2023-05-22T18:34:25.106Z] Removing intermediate container a9667d085726 [2023-05-22T18:34:25.106Z] ---> 5f208f5e8961 [2023-05-22T18:34:25.106Z] Step 8/25 : COPY . . [2023-05-22T18:34:25.106Z] Removing intermediate container 4cec6b9552ea [2023-05-22T18:34:25.106Z] ---> 3f0e88d246bc [2023-05-22T18:34:25.106Z] Step 8/23 : COPY . . [2023-05-22T18:34:25.106Z] Removing intermediate container abe558a6e496 [2023-05-22T18:34:25.106Z] ---> 09d1bfef0549 [2023-05-22T18:34:25.106Z] Step 8/23 : COPY . . [2023-05-22T18:34:37.139Z] ---> 800ba34d6c12 [2023-05-22T18:34:37.139Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-05-22T18:34:37.139Z] ---> Running in 4c3af3e7ebaf [2023-05-22T18:34:37.139Z] ---> 9b03bb5fed39 [2023-05-22T18:34:37.139Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-05-22T18:34:37.139Z] ---> 4afc1c6f2556 [2023-05-22T18:34:37.139Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-05-22T18:34:37.139Z] ---> 8aa8cf8c364a [2023-05-22T18:34:37.139Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-05-22T18:34:37.139Z] ---> Running in 66908f13b15f [2023-05-22T18:34:37.139Z] ---> 56d4d2246d27 [2023-05-22T18:34:37.139Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-05-22T18:34:37.139Z] ---> Running in aa05b9817b40 [2023-05-22T18:34:37.139Z] ---> Running in 10409b0295ec [2023-05-22T18:34:37.139Z] ---> Running in f8fd4b42c48c [2023-05-22T18:34:38.097Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-05-22T18:34:38.678Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-05-22T18:34:38.945Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-05-22T18:34:38.945Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-05-22T18:34:38.945Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-05-22T18:40:45.849Z] Removing intermediate container 10409b0295ec [2023-05-22T18:40:45.849Z] ---> 1f3e0907d925 [2023-05-22T18:40:45.849Z] [2023-05-22T18:40:45.849Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T18:40:45.849Z] 3.17: Pulling from library/alpine [2023-05-22T18:40:45.849Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-22T18:40:45.849Z] Status: Downloaded newer image for alpine:3.17 [2023-05-22T18:40:45.849Z] ---> 51e60588ff2c [2023-05-22T18:40:45.849Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-22T18:40:45.849Z] ---> Running in bc2ec9c00d4b [2023-05-22T18:40:45.849Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-05-22T18:40:45.849Z] Removing intermediate container bc2ec9c00d4b [2023-05-22T18:40:45.849Z] ---> 4f3936a1b343 [2023-05-22T18:40:45.849Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-22T18:40:45.849Z] ---> Running in c72e04de85d7 [2023-05-22T18:40:45.849Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:40:45.849Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:40:45.849Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-22T18:40:45.849Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:40:45.849Z] OK: 8 MiB in 16 packages [2023-05-22T18:40:45.849Z] Removing intermediate container c72e04de85d7 [2023-05-22T18:40:45.849Z] ---> 6dac5081e697 [2023-05-22T18:40:45.849Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:40:45.849Z] ---> f07bc7061e87 [2023-05-22T18:40:45.849Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:40:46.428Z] ---> fef67bded1c3 [2023-05-22T18:40:46.428Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-05-22T18:40:49.771Z] ---> 26f68dfca029 [2023-05-22T18:40:49.771Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-05-22T18:40:50.357Z] ---> 46d7f8841ba9 [2023-05-22T18:40:50.357Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-05-22T18:40:51.769Z] ---> 438223db4276 [2023-05-22T18:40:51.769Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-22T18:40:51.769Z] ---> Running in 0bd46e56de36 [2023-05-22T18:40:57.150Z] Removing intermediate container 0bd46e56de36 [2023-05-22T18:40:57.150Z] ---> 5c06c3ae05b1 [2023-05-22T18:40:57.150Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-22T18:40:57.150Z] ---> Running in 680234c8de70 [2023-05-22T18:40:57.778Z] Removing intermediate container 680234c8de70 [2023-05-22T18:40:57.778Z] ---> e1f4f4097084 [2023-05-22T18:40:57.778Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-22T18:40:58.082Z] ---> Running in d416146d4c4f [2023-05-22T18:40:58.681Z] Removing intermediate container d416146d4c4f [2023-05-22T18:40:58.681Z] ---> 55ab15430b59 [2023-05-22T18:40:58.681Z] Step 21/23 : LABEL arch=arm64 [2023-05-22T18:40:58.972Z] ---> Running in 8d2437fbee92 [2023-05-22T18:41:00.409Z] Removing intermediate container 8d2437fbee92 [2023-05-22T18:41:00.409Z] ---> f209db8fa2af [2023-05-22T18:41:00.409Z] Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:41:00.676Z] ---> Running in eb564d14ff71 [2023-05-22T18:41:01.632Z] Removing intermediate container eb564d14ff71 [2023-05-22T18:41:01.632Z] ---> c31e2c2eb443 [2023-05-22T18:41:01.632Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T18:41:01.632Z] ---> Running in 1c4ecd793407 [2023-05-22T18:41:03.738Z] Removing intermediate container 1c4ecd793407 [2023-05-22T18:41:03.738Z] ---> 26751006db86 [2023-05-22T18:41:03.738Z] [2023-05-22T18:41:03.738Z] Successfully built 26751006db86 [2023-05-22T18:41:03.738Z] Successfully tagged security-proxy-auth-arm64:latest [2023-05-22T18:41:03.738Z]  Building security-proxy-auth ... done Building security-spire-config [2023-05-22T18:41:03.738Z] Removing intermediate container 66908f13b15f [2023-05-22T18:41:03.738Z] ---> 2542a39581af [2023-05-22T18:41:03.738Z] [2023-05-22T18:41:03.738Z] Step 9/25 : FROM alpine:3.17 [2023-05-22T18:41:03.738Z] ---> 51e60588ff2c [2023-05-22T18:41:03.738Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-05-22T18:41:03.738Z] ---> Running in d69290fc6634 [2023-05-22T18:41:05.695Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:41:06.278Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:41:07.686Z] (1/3) Installing ca-certificates (20230506-r0) [2023-05-22T18:41:07.686Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-05-22T18:41:07.686Z] (3/3) Installing su-exec (0.2-r2) [2023-05-22T18:41:07.686Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:41:07.967Z] Executing ca-certificates-20230506-r0.trigger [2023-05-22T18:41:08.552Z] OK: 8 MiB in 18 packages [2023-05-22T18:41:11.932Z] Removing intermediate container d69290fc6634 [2023-05-22T18:41:11.932Z] ---> bb39d6d921b6 [2023-05-22T18:41:11.932Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-22T18:41:11.932Z] ---> Running in 5d1216cd1997 [2023-05-22T18:41:12.202Z] Removing intermediate container 5d1216cd1997 [2023-05-22T18:41:12.202Z] ---> 5f51b0deb4d6 [2023-05-22T18:41:12.202Z] Step 12/25 : WORKDIR / [2023-05-22T18:41:12.202Z] ---> Running in d9f2464c6725 [2023-05-22T18:41:13.160Z] Removing intermediate container d9f2464c6725 [2023-05-22T18:41:13.160Z] ---> fbce8ba31db3 [2023-05-22T18:41:13.160Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:41:14.565Z] ---> e8e5a901f8d0 [2023-05-22T18:41:14.565Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:41:17.901Z] ---> 3c86114393bc [2023-05-22T18:41:17.901Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-05-22T18:41:19.309Z] ---> a5e8af763baa [2023-05-22T18:41:19.309Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-05-22T18:41:19.577Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:41:19.577Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:41:19.577Z] ---> c963e3707768 [2023-05-22T18:41:19.577Z] Step 3/27 : WORKDIR /edgex-go [2023-05-22T18:41:19.577Z] ---> Using cache [2023-05-22T18:41:19.577Z] ---> 72504073553a [2023-05-22T18:41:19.577Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-22T18:41:19.577Z] ---> Running in b0ba46d586ed [2023-05-22T18:41:20.534Z] ---> c44634d472c8 [2023-05-22T18:41:20.534Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-05-22T18:41:21.491Z] ---> 15ecf31d62fe [2023-05-22T18:41:21.491Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-05-22T18:41:21.759Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:41:22.719Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:41:23.304Z] ---> 394a2349aae1 [2023-05-22T18:41:23.304Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-05-22T18:41:24.713Z] OK: 263 MiB in 53 packages [2023-05-22T18:41:25.298Z] ---> 275d9cbf1ebf [2023-05-22T18:41:25.298Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-05-22T18:41:26.258Z] Removing intermediate container b0ba46d586ed [2023-05-22T18:41:26.258Z] ---> eda042cfe933 [2023-05-22T18:41:26.258Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-22T18:41:26.527Z] ---> 10e7c2e05c94 [2023-05-22T18:41:26.527Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-22T18:41:26.527Z] ---> Running in 49858b4d51f6 [2023-05-22T18:41:27.490Z] ---> 2f5cfa24a9d5 [2023-05-22T18:41:27.490Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:41:27.758Z] ---> Running in 9fc06487f2cf [2023-05-22T18:41:33.415Z] Removing intermediate container 49858b4d51f6 [2023-05-22T18:41:33.415Z] ---> 07cb7fb5ee2f [2023-05-22T18:41:33.415Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-05-22T18:41:33.415Z] ---> Running in be365609366c [2023-05-22T18:41:33.696Z] Removing intermediate container be365609366c [2023-05-22T18:41:33.696Z] ---> 23548109d348 [2023-05-22T18:41:33.696Z] Step 23/25 : LABEL arch=arm64 [2023-05-22T18:41:34.004Z] ---> Running in 3129d773dc72 [2023-05-22T18:41:35.027Z] Removing intermediate container 3129d773dc72 [2023-05-22T18:41:35.027Z] ---> d586642ddd0c [2023-05-22T18:41:35.027Z] Step 24/25 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:41:35.641Z] ---> Running in de39a38f26ca [2023-05-22T18:41:36.229Z] Removing intermediate container de39a38f26ca [2023-05-22T18:41:36.229Z] ---> c3dee534feac [2023-05-22T18:41:36.229Z] Step 25/25 : LABEL version=0.0.0 [2023-05-22T18:41:36.498Z] ---> Running in 3a5d71fb8f9c [2023-05-22T18:41:37.456Z] Removing intermediate container 3a5d71fb8f9c [2023-05-22T18:41:37.456Z] ---> 7035767e7c52 [2023-05-22T18:41:37.456Z] [2023-05-22T18:41:38.040Z] Successfully built 7035767e7c52 [2023-05-22T18:41:38.305Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-05-22T18:41:38.305Z]  Building security-secretstore-setup ... done Building support-notifications [2023-05-22T18:41:53.303Z] Removing intermediate container 4c3af3e7ebaf [2023-05-22T18:41:53.303Z] ---> 90127d30614f [2023-05-22T18:41:53.303Z] [2023-05-22T18:41:53.303Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T18:41:53.303Z] ---> 51e60588ff2c [2023-05-22T18:41:53.303Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T18:41:53.303Z] Removing intermediate container aa05b9817b40 [2023-05-22T18:41:53.303Z] ---> 3c138437d487 [2023-05-22T18:41:53.303Z] [2023-05-22T18:41:53.303Z] Step 10/25 : FROM alpine:3.17 [2023-05-22T18:41:53.303Z] ---> 51e60588ff2c [2023-05-22T18:41:53.303Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-05-22T18:41:53.303Z] ---> Running in 8d3aa75745b0 [2023-05-22T18:41:53.303Z] ---> Running in 4d042e8f161b [2023-05-22T18:41:53.303Z] Removing intermediate container 8d3aa75745b0 [2023-05-22T18:41:53.303Z] ---> 0fc248e8e074 [2023-05-22T18:41:53.303Z] Step 12/23 : ENV APP_PORT=59880 [2023-05-22T18:41:53.303Z] ---> Running in f143d5e8b710 [2023-05-22T18:41:53.884Z] Removing intermediate container f143d5e8b710 [2023-05-22T18:41:53.884Z] ---> f715b3b51fa6 [2023-05-22T18:41:53.884Z] Step 13/23 : EXPOSE $APP_PORT [2023-05-22T18:41:54.149Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:41:54.149Z] ---> Running in 9b2afd147159 [2023-05-22T18:41:55.112Z] Removing intermediate container 9b2afd147159 [2023-05-22T18:41:55.112Z] ---> df9fc344726a [2023-05-22T18:41:55.112Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-05-22T18:41:55.112Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:41:55.112Z] ---> Running in 302907991ff6 [2023-05-22T18:41:55.716Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:41:55.716Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:41:55.716Z] ---> c963e3707768 [2023-05-22T18:41:55.716Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T18:41:55.716Z] ---> Using cache [2023-05-22T18:41:55.716Z] ---> 82ee8220038d [2023-05-22T18:41:55.716Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T18:41:55.716Z] ---> Using cache [2023-05-22T18:41:55.716Z] ---> a0dbdc9806e6 [2023-05-22T18:41:55.716Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-05-22T18:41:55.716Z] ---> Running in f626b96fbece [2023-05-22T18:41:56.683Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-22T18:41:56.683Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:41:56.951Z] OK: 8 MiB in 16 packages [2023-05-22T18:41:57.534Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:41:58.167Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:41:58.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:41:58.713Z] Removing intermediate container 4d042e8f161b [2023-05-22T18:41:58.713Z] ---> d260a0775d3c [2023-05-22T18:41:58.713Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T18:41:58.983Z] ---> Running in 0783a153cfba [2023-05-22T18:41:58.983Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:41:59.583Z] Removing intermediate container 0783a153cfba [2023-05-22T18:41:59.583Z] ---> 19871beb9c09 [2023-05-22T18:41:59.583Z] Step 13/25 : ENV APP_PORT=59881 [2023-05-22T18:41:59.583Z] ---> Running in ba1015d0620b [2023-05-22T18:42:00.176Z] Removing intermediate container ba1015d0620b [2023-05-22T18:42:00.176Z] ---> b60a13568120 [2023-05-22T18:42:00.176Z] Step 14/25 : EXPOSE $APP_PORT [2023-05-22T18:42:00.176Z] ---> Running in e3cfb118c5b8 [2023-05-22T18:42:00.176Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-22T18:42:00.454Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:42:00.454Z] OK: 8 MiB in 16 packages [2023-05-22T18:42:00.722Z] OK: 263 MiB in 53 packages [2023-05-22T18:42:00.722Z] Removing intermediate container e3cfb118c5b8 [2023-05-22T18:42:00.722Z] ---> 6e905a2e88ac [2023-05-22T18:42:00.722Z] Step 15/25 : WORKDIR / [2023-05-22T18:42:00.722Z] ---> Running in b8e400f59b8f [2023-05-22T18:42:02.133Z] Removing intermediate container b8e400f59b8f [2023-05-22T18:42:02.133Z] ---> d498ae312a7f [2023-05-22T18:42:02.133Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:42:02.398Z] Removing intermediate container 302907991ff6 [2023-05-22T18:42:02.398Z] ---> 4953cd24402b [2023-05-22T18:42:02.398Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:42:03.002Z] Removing intermediate container f626b96fbece [2023-05-22T18:42:03.002Z] ---> 420d442c27e1 [2023-05-22T18:42:03.002Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T18:42:03.269Z] ---> ef08f5635c60 [2023-05-22T18:42:03.269Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:42:04.238Z] ---> be3b53b19a8d [2023-05-22T18:42:04.238Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:42:04.238Z] ---> 185b24eb93ee [2023-05-22T18:42:04.238Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:42:04.507Z] ---> d369aa7d5567 [2023-05-22T18:42:04.507Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-05-22T18:42:04.507Z] ---> Running in 9a0bb65383e5 [2023-05-22T18:42:05.922Z] ---> 4403c04e799c [2023-05-22T18:42:05.922Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-05-22T18:42:08.505Z] ---> 7763f4c5dda3 [2023-05-22T18:42:08.505Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-05-22T18:42:08.505Z] ---> 5bb6c5338bd9 [2023-05-22T18:42:08.505Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-05-22T18:42:12.764Z] ---> 56a37b217778 [2023-05-22T18:42:12.764Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-05-22T18:42:12.764Z] ---> 4ca20933ed68 [2023-05-22T18:42:12.764Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-05-22T18:42:12.764Z] ---> Running in ac3efa8f61da [2023-05-22T18:42:13.718Z] ---> 62b772e03111 [2023-05-22T18:42:13.718Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-05-22T18:42:13.718Z] Removing intermediate container ac3efa8f61da [2023-05-22T18:42:13.718Z] ---> 37fc0271c1cb [2023-05-22T18:42:13.718Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T18:42:13.991Z] ---> Running in 3e5d7f8cc607 [2023-05-22T18:42:13.991Z] ---> Running in 1110aeb290be [2023-05-22T18:42:14.574Z] Removing intermediate container 3e5d7f8cc607 [2023-05-22T18:42:14.574Z] ---> c5c172b93bc5 [2023-05-22T18:42:14.574Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T18:42:14.574Z] Removing intermediate container 1110aeb290be [2023-05-22T18:42:14.574Z] ---> e5959d7b6949 [2023-05-22T18:42:14.574Z] Step 21/23 : LABEL arch=arm64 [2023-05-22T18:42:14.840Z] ---> Running in e1142bc274b3 [2023-05-22T18:42:14.840Z] ---> Running in 3a6e5a7f62f8 [2023-05-22T18:42:15.420Z] Removing intermediate container e1142bc274b3 [2023-05-22T18:42:15.420Z] ---> 5d222c2740b5 [2023-05-22T18:42:15.420Z] Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:42:15.420Z] ---> Running in 091f08e3a591 [2023-05-22T18:42:15.687Z] Removing intermediate container 3a6e5a7f62f8 [2023-05-22T18:42:15.687Z] ---> 6578d49528eb [2023-05-22T18:42:15.687Z] Step 23/25 : LABEL arch=arm64 [2023-05-22T18:42:15.958Z] ---> Running in 81ef46fa8855 [2023-05-22T18:42:15.958Z] Removing intermediate container 091f08e3a591 [2023-05-22T18:42:15.958Z] ---> fa24c16bde2f [2023-05-22T18:42:15.958Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T18:42:16.225Z] ---> Running in b04d9562b5dd [2023-05-22T18:42:16.499Z] Removing intermediate container 81ef46fa8855 [2023-05-22T18:42:16.499Z] ---> f4ae72f072d5 [2023-05-22T18:42:16.499Z] Step 24/25 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:42:16.766Z] ---> Running in b4870dceaa4f [2023-05-22T18:42:17.346Z] Removing intermediate container b04d9562b5dd [2023-05-22T18:42:17.346Z] ---> c2b5d9e60698 [2023-05-22T18:42:17.346Z] [2023-05-22T18:42:17.346Z] Removing intermediate container b4870dceaa4f [2023-05-22T18:42:17.346Z] ---> e7371e432a88 [2023-05-22T18:42:17.346Z] Step 25/25 : LABEL version=0.0.0 [2023-05-22T18:42:17.612Z] ---> Running in df3aacd4d6a7 [2023-05-22T18:42:17.878Z] Successfully built c2b5d9e60698 [2023-05-22T18:42:17.878Z] Successfully tagged core-data-arm64:latest [2023-05-22T18:42:17.878Z]  Building core-data ... done Building security-spire-server [2023-05-22T18:42:18.461Z] Removing intermediate container df3aacd4d6a7 [2023-05-22T18:42:18.461Z] ---> 4fa97a59c97d [2023-05-22T18:42:18.461Z] [2023-05-22T18:42:19.040Z] Successfully built 4fa97a59c97d [2023-05-22T18:42:19.041Z] Successfully tagged core-metadata-arm64:latest [2023-05-22T18:42:19.041Z]  Building core-metadata ... done Building security-bootstrapper [2023-05-22T18:42:45.714Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:42:45.714Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:42:45.714Z] ---> c963e3707768 [2023-05-22T18:42:45.714Z] Step 3/26 : WORKDIR /edgex-go [2023-05-22T18:42:45.714Z] ---> Using cache [2023-05-22T18:42:45.714Z] ---> 72504073553a [2023-05-22T18:42:45.714Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-05-22T18:42:45.714Z] ---> Using cache [2023-05-22T18:42:45.714Z] ---> eda042cfe933 [2023-05-22T18:42:45.714Z] Step 5/26 : COPY go.mod vendor* ./ [2023-05-22T18:42:45.714Z] ---> Using cache [2023-05-22T18:42:45.714Z] ---> 2f5cfa24a9d5 [2023-05-22T18:42:45.714Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:42:45.714Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:42:45.714Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:42:45.714Z] ---> c963e3707768 [2023-05-22T18:42:45.714Z] Step 3/33 : WORKDIR /edgex-go [2023-05-22T18:42:45.714Z] ---> Using cache [2023-05-22T18:42:45.714Z] ---> 72504073553a [2023-05-22T18:42:45.714Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-05-22T18:42:45.714Z] ---> Using cache [2023-05-22T18:42:45.714Z] ---> dc586a4d3188 [2023-05-22T18:42:45.714Z] Step 5/33 : COPY go.mod vendor* ./ [2023-05-22T18:42:45.714Z] ---> Using cache [2023-05-22T18:42:45.714Z] ---> c0b73ebe09c2 [2023-05-22T18:42:45.714Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:42:45.714Z] ---> Using cache [2023-05-22T18:42:45.714Z] ---> 65707134fab7 [2023-05-22T18:42:45.714Z] Step 7/33 : COPY . . [2023-05-22T18:42:45.714Z] ---> Using cache [2023-05-22T18:42:45.714Z] ---> 9b03bb5fed39 [2023-05-22T18:42:45.714Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-05-22T18:42:45.714Z] ---> Running in 4d77407b104b [2023-05-22T18:42:45.714Z] ---> Running in 9c9421656bc3 [2023-05-22T18:42:48.318Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-05-22T18:43:03.300Z] Removing intermediate container 9fc06487f2cf [2023-05-22T18:43:03.300Z] ---> 45aa6f585490 [2023-05-22T18:43:03.300Z] Step 7/27 : COPY . . [2023-05-22T18:43:29.980Z] ---> 382f89e5553d [2023-05-22T18:43:29.980Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-22T18:43:29.980Z] ---> Running in c5eeb5457352 [2023-05-22T18:43:29.980Z] Removing intermediate container c5eeb5457352 [2023-05-22T18:43:29.980Z] ---> a1cc1de9e363 [2023-05-22T18:43:29.980Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-22T18:43:29.980Z] ---> Running in 34a6e73040f2 [2023-05-22T18:43:29.980Z] Removing intermediate container 34a6e73040f2 [2023-05-22T18:43:29.980Z] ---> 55923f46f5df [2023-05-22T18:43:29.980Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-22T18:43:29.980Z] ---> Running in 897fa31785f1 [2023-05-22T18:43:29.980Z] Removing intermediate container 897fa31785f1 [2023-05-22T18:43:29.980Z] ---> b311d6bd6af9 [2023-05-22T18:43:29.980Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-05-22T18:43:30.247Z] ---> Running in 8ba29d61e326 [2023-05-22T18:43:35.584Z] Removing intermediate container 8ba29d61e326 [2023-05-22T18:43:35.584Z] ---> e100481f6328 [2023-05-22T18:43:35.584Z] Step 12/27 : WORKDIR /edgex-go [2023-05-22T18:43:35.584Z] ---> Running in df63efaf7291 [2023-05-22T18:43:36.169Z] Removing intermediate container df63efaf7291 [2023-05-22T18:43:36.169Z] ---> 51ca3c78488c [2023-05-22T18:43:36.169Z] [2023-05-22T18:43:36.169Z] Step 13/27 : FROM alpine:3.17 [2023-05-22T18:43:36.169Z] ---> 51e60588ff2c [2023-05-22T18:43:36.169Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-22T18:43:36.440Z] ---> Running in 0bab0b88c442 [2023-05-22T18:43:37.849Z] Removing intermediate container 0bab0b88c442 [2023-05-22T18:43:37.849Z] ---> 258717560ec0 [2023-05-22T18:43:37.849Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-05-22T18:43:38.118Z] ---> Running in e90615f986bb [2023-05-22T18:43:40.704Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:43:41.288Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:43:42.248Z] v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-22T18:43:42.248Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-22T18:43:42.248Z] OK: 17694 distinct packages available [2023-05-22T18:43:42.515Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:43:43.100Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:43:44.059Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-05-22T18:43:44.060Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-05-22T18:43:44.060Z] (3/4) Installing libucontext (1.2-r0) [2023-05-22T18:43:44.060Z] (4/4) Installing gcompat (1.1.0-r0) [2023-05-22T18:43:44.327Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:43:44.327Z] OK: 8 MiB in 19 packages [2023-05-22T18:43:48.581Z] Removing intermediate container e90615f986bb [2023-05-22T18:43:48.581Z] ---> 76278f840ee6 [2023-05-22T18:43:48.581Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:43:50.520Z] ---> 7be283422432 [2023-05-22T18:43:50.520Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:43:51.106Z] Removing intermediate container f8fd4b42c48c [2023-05-22T18:43:51.106Z] ---> d23cac85b7f8 [2023-05-22T18:43:51.106Z] [2023-05-22T18:43:51.106Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T18:43:51.106Z] ---> 51e60588ff2c [2023-05-22T18:43:51.106Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-05-22T18:43:51.106Z] Removing intermediate container 9a0bb65383e5 [2023-05-22T18:43:51.106Z] ---> 9fc7259fb12f [2023-05-22T18:43:51.106Z] Step 8/23 : COPY . . [2023-05-22T18:43:51.106Z] ---> Using cache [2023-05-22T18:43:51.106Z] ---> d260a0775d3c [2023-05-22T18:43:51.106Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T18:43:51.106Z] ---> Using cache [2023-05-22T18:43:51.106Z] ---> 19871beb9c09 [2023-05-22T18:43:51.106Z] Step 13/23 : ENV APP_PORT=59861 [2023-05-22T18:43:51.690Z] ---> Running in 6267a44dba46 [2023-05-22T18:43:52.651Z] ---> 27c51c04a6df [2023-05-22T18:43:52.651Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-22T18:43:52.651Z] Removing intermediate container 6267a44dba46 [2023-05-22T18:43:52.651Z] ---> e3cf0aab791d [2023-05-22T18:43:52.651Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-22T18:43:52.918Z] ---> Running in f0ea7175c49c [2023-05-22T18:43:54.328Z] Removing intermediate container f0ea7175c49c [2023-05-22T18:43:54.328Z] ---> 4b0f2e4aa6c2 [2023-05-22T18:43:54.328Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:43:55.744Z] ---> d3eea212639a [2023-05-22T18:43:55.744Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:44:00.007Z] ---> 1e1190c00abb [2023-05-22T18:44:00.007Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-05-22T18:44:06.658Z] ---> 66c6e3abc060 [2023-05-22T18:44:06.658Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-05-22T18:44:08.600Z] ---> 3dc3e6575a5a [2023-05-22T18:44:08.600Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-05-22T18:44:08.867Z] ---> Running in fe02739173d5 [2023-05-22T18:44:08.867Z] ---> e3bfe18ef9a5 [2023-05-22T18:44:08.867Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-05-22T18:44:14.210Z] Removing intermediate container fe02739173d5 [2023-05-22T18:44:14.210Z] ---> 3da3c08a911f [2023-05-22T18:44:14.210Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T18:44:14.210Z] ---> 79169da11292 [2023-05-22T18:44:14.210Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-05-22T18:44:14.210Z] ---> Running in bc2b80653ee3 [2023-05-22T18:44:14.210Z] ---> Running in d8145c0703e6 [2023-05-22T18:44:15.172Z] Removing intermediate container d8145c0703e6 [2023-05-22T18:44:15.172Z] ---> 62a47f1978de [2023-05-22T18:44:15.172Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-05-22T18:44:15.172Z] Removing intermediate container bc2b80653ee3 [2023-05-22T18:44:15.172Z] ---> 76465797f3a3 [2023-05-22T18:44:15.172Z] Step 21/23 : LABEL arch=arm64 [2023-05-22T18:44:15.449Z] ---> Running in 974cc2501543 [2023-05-22T18:44:16.864Z] Removing intermediate container 974cc2501543 [2023-05-22T18:44:16.864Z] ---> 4f4e3d6b2cf6 [2023-05-22T18:44:16.864Z] Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:44:17.144Z] ---> Running in b9858fc1aacf [2023-05-22T18:44:17.144Z] ---> 388df5072e88 [2023-05-22T18:44:17.144Z] Step 22/27 : WORKDIR / [2023-05-22T18:44:17.728Z] ---> Running in 2a9cfc2f4724 [2023-05-22T18:44:18.313Z] Removing intermediate container b9858fc1aacf [2023-05-22T18:44:18.313Z] ---> 40e09b0715a7 [2023-05-22T18:44:18.313Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T18:44:18.582Z] ---> Running in dd46227b581d [2023-05-22T18:44:18.850Z] Removing intermediate container 2a9cfc2f4724 [2023-05-22T18:44:18.850Z] ---> 24529d07012e [2023-05-22T18:44:18.850Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-22T18:44:19.118Z] ---> Running in 06b8b6150d19 [2023-05-22T18:44:19.702Z] Removing intermediate container dd46227b581d [2023-05-22T18:44:19.702Z] ---> 8d5b3b58b967 [2023-05-22T18:44:19.702Z] [2023-05-22T18:44:19.969Z] Removing intermediate container 06b8b6150d19 [2023-05-22T18:44:19.969Z] ---> c5f3c0389bf7 [2023-05-22T18:44:19.969Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-22T18:44:20.552Z] ---> Running in 05b916aabbd5 [2023-05-22T18:44:21.517Z] Successfully built 8d5b3b58b967 [2023-05-22T18:44:21.517Z] Successfully tagged support-scheduler-arm64:latest [2023-05-22T18:44:21.517Z] Building security-spiffe-token-provider [2023-05-22T18:44:21.517Z]  Building support-scheduler ... done Removing intermediate container 05b916aabbd5 [2023-05-22T18:44:21.517Z] ---> acd9e8651c7f [2023-05-22T18:44:21.517Z] Step 25/27 : LABEL arch=arm64 [2023-05-22T18:44:21.787Z] ---> Running in 5c61beb5b4a4 [2023-05-22T18:44:22.746Z] ---> d0b26ce4ea02 [2023-05-22T18:44:22.746Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-05-22T18:44:22.746Z] Removing intermediate container 5c61beb5b4a4 [2023-05-22T18:44:22.746Z] ---> b0d43e6d3148 [2023-05-22T18:44:22.746Z] Step 26/27 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:44:23.021Z] ---> Running in 554e597e4c4a [2023-05-22T18:44:23.293Z] ---> Running in f6475515addc [2023-05-22T18:44:27.549Z] Removing intermediate container f6475515addc [2023-05-22T18:44:27.549Z] ---> 1c6d903aa831 [2023-05-22T18:44:27.549Z] Step 27/27 : LABEL version=0.0.0 [2023-05-22T18:44:27.816Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-05-22T18:44:28.083Z] ---> Running in 497af5413e2f [2023-05-22T18:44:29.043Z] Removing intermediate container 497af5413e2f [2023-05-22T18:44:29.043Z] ---> 3fd00fa4b822 [2023-05-22T18:44:29.043Z] [2023-05-22T18:44:30.001Z] Successfully built 3fd00fa4b822 [2023-05-22T18:44:30.001Z] Successfully tagged security-spire-config-arm64:latest [2023-05-22T18:44:30.001Z] Building security-spire-agent [2023-05-22T18:44:38.202Z]  Building security-spire-config ... done Removing intermediate container 4d77407b104b [2023-05-22T18:44:38.202Z] ---> df98a4b529b2 [2023-05-22T18:44:38.202Z] Step 7/26 : COPY . . [2023-05-22T18:44:41.546Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:44:41.546Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:44:41.546Z] ---> c963e3707768 [2023-05-22T18:44:41.546Z] Step 3/20 : WORKDIR /edgex-go [2023-05-22T18:44:41.546Z] ---> Using cache [2023-05-22T18:44:41.546Z] ---> 72504073553a [2023-05-22T18:44:41.546Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-05-22T18:44:41.815Z] ---> Running in 39bf66d54e5d [2023-05-22T18:44:44.405Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:44:45.367Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:44:47.319Z] v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-22T18:44:47.319Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-22T18:44:47.319Z] OK: 17697 distinct packages available [2023-05-22T18:44:47.319Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:44:48.288Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:44:49.695Z] OK: 263 MiB in 53 packages [2023-05-22T18:44:53.037Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:44:53.037Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:44:53.037Z] ---> c963e3707768 [2023-05-22T18:44:53.037Z] Step 3/27 : WORKDIR /edgex-go [2023-05-22T18:44:53.037Z] ---> Using cache [2023-05-22T18:44:53.037Z] ---> 72504073553a [2023-05-22T18:44:53.037Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-22T18:44:53.037Z] ---> Using cache [2023-05-22T18:44:53.037Z] ---> eda042cfe933 [2023-05-22T18:44:53.037Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-22T18:44:53.037Z] ---> Using cache [2023-05-22T18:44:53.037Z] ---> 2f5cfa24a9d5 [2023-05-22T18:44:53.037Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:44:53.037Z] ---> Using cache [2023-05-22T18:44:53.037Z] ---> df98a4b529b2 [2023-05-22T18:44:53.037Z] Step 7/27 : COPY . . [2023-05-22T18:44:57.283Z] Removing intermediate container 39bf66d54e5d [2023-05-22T18:44:57.283Z] ---> d207dd767bb2 [2023-05-22T18:44:57.283Z] Step 5/20 : COPY go.mod vendor* ./ [2023-05-22T18:44:58.238Z] ---> 943a82fc1a7e [2023-05-22T18:44:58.238Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:44:58.505Z] ---> Running in 7e02a2d5a312 [2023-05-22T18:44:59.923Z] ---> 191004d72c07 [2023-05-22T18:44:59.923Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-05-22T18:45:00.199Z] ---> Running in 5191bc15712d [2023-05-22T18:45:01.155Z] Removing intermediate container 5191bc15712d [2023-05-22T18:45:01.155Z] ---> af9384778c8c [2023-05-22T18:45:01.155Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-05-22T18:45:01.420Z] ---> Running in 63fe4f29d6a2 [2023-05-22T18:45:02.377Z] Removing intermediate container 63fe4f29d6a2 [2023-05-22T18:45:02.377Z] ---> 7e957951a352 [2023-05-22T18:45:02.377Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-22T18:45:02.647Z] ---> Running in c5abc447b2f1 [2023-05-22T18:45:03.604Z] Removing intermediate container c5abc447b2f1 [2023-05-22T18:45:03.604Z] ---> e969b54e9d52 [2023-05-22T18:45:03.604Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-05-22T18:45:03.604Z] ---> Running in 450e9bf5f5d3 [2023-05-22T18:45:07.914Z] Removing intermediate container 450e9bf5f5d3 [2023-05-22T18:45:07.914Z] ---> 7998c1db11f6 [2023-05-22T18:45:07.914Z] Step 12/26 : WORKDIR /edgex-go [2023-05-22T18:45:07.914Z] ---> Running in 884d7ea1eb11 [2023-05-22T18:45:08.875Z] Removing intermediate container 884d7ea1eb11 [2023-05-22T18:45:08.875Z] ---> 2acf56b170a0 [2023-05-22T18:45:08.875Z] [2023-05-22T18:45:08.875Z] Step 13/26 : FROM alpine:3.17 [2023-05-22T18:45:08.875Z] ---> 51e60588ff2c [2023-05-22T18:45:08.875Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-22T18:45:08.875Z] ---> Using cache [2023-05-22T18:45:08.875Z] ---> 258717560ec0 [2023-05-22T18:45:08.875Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-22T18:45:08.875Z] ---> Running in 344c6da4cf90 [2023-05-22T18:45:11.007Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:45:12.035Z] ---> 625c6d48f8a5 [2023-05-22T18:45:12.035Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-22T18:45:12.343Z] ---> Running in 813d5d892d58 [2023-05-22T18:45:12.343Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:45:12.933Z] Removing intermediate container 813d5d892d58 [2023-05-22T18:45:12.933Z] ---> 8c92094b7d9a [2023-05-22T18:45:12.933Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-22T18:45:12.933Z] ---> Running in 521580002c29 [2023-05-22T18:45:13.590Z] Removing intermediate container 521580002c29 [2023-05-22T18:45:13.590Z] ---> 37aad115693b [2023-05-22T18:45:13.590Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-22T18:45:13.590Z] ---> Running in d5a00c2030c9 [2023-05-22T18:45:14.240Z] Removing intermediate container d5a00c2030c9 [2023-05-22T18:45:14.240Z] ---> 8134c0224881 [2023-05-22T18:45:14.240Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-05-22T18:45:14.240Z] v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-22T18:45:14.240Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-22T18:45:14.240Z] OK: 17694 distinct packages available [2023-05-22T18:45:14.539Z] ---> Running in 0a1f43215b7c [2023-05-22T18:45:14.539Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:45:15.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:45:17.536Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-22T18:45:17.536Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-22T18:45:17.536Z] (3/5) Installing libucontext (1.2-r0) [2023-05-22T18:45:17.536Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-22T18:45:17.536Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-22T18:45:17.536Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:45:17.536Z] OK: 9 MiB in 20 packages [2023-05-22T18:45:18.117Z] Removing intermediate container 0a1f43215b7c [2023-05-22T18:45:18.117Z] ---> 32996f8c029c [2023-05-22T18:45:18.117Z] Step 12/27 : WORKDIR /edgex-go [2023-05-22T18:45:18.382Z] ---> Running in 2d8f5a679b29 [2023-05-22T18:45:21.715Z] Removing intermediate container 2d8f5a679b29 [2023-05-22T18:45:21.715Z] ---> 032d98163c5b [2023-05-22T18:45:21.715Z] [2023-05-22T18:45:21.715Z] Step 13/27 : FROM alpine:3.17 [2023-05-22T18:45:21.715Z] ---> 51e60588ff2c [2023-05-22T18:45:21.715Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-22T18:45:21.715Z] ---> Using cache [2023-05-22T18:45:21.715Z] ---> 258717560ec0 [2023-05-22T18:45:21.715Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-22T18:45:21.715Z] ---> Using cache [2023-05-22T18:45:21.715Z] ---> 23a84ddde8cb [2023-05-22T18:45:21.715Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:45:21.715Z] Removing intermediate container 344c6da4cf90 [2023-05-22T18:45:21.715Z] ---> 23a84ddde8cb [2023-05-22T18:45:21.715Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:45:22.673Z] ---> 7a284d2f0b02 [2023-05-22T18:45:22.673Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:45:22.673Z] ---> 55f857493652 [2023-05-22T18:45:22.673Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:45:24.110Z] ---> b18d47efab8a [2023-05-22T18:45:24.110Z] ---> 6268507209a8 [2023-05-22T18:45:24.110Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-22T18:45:24.110Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-05-22T18:45:32.308Z] ---> be94d45be291 [2023-05-22T18:45:32.308Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-22T18:45:33.266Z] ---> 89742eeddacb [2023-05-22T18:45:33.266Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-05-22T18:45:35.837Z] ---> a32e9f7c0442 [2023-05-22T18:45:35.837Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-05-22T18:45:37.240Z] ---> f3ad3871cbe1 [2023-05-22T18:45:37.240Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-05-22T18:45:38.669Z] ---> 50a0a5744735 [2023-05-22T18:45:38.669Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-22T18:45:38.937Z] ---> Running in ddad37e84893 [2023-05-22T18:45:39.520Z] Removing intermediate container ddad37e84893 [2023-05-22T18:45:39.520Z] ---> 9a35ab310524 [2023-05-22T18:45:39.520Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-22T18:45:39.786Z] ---> Running in 483bfa38e3bd [2023-05-22T18:45:40.377Z] ---> 97573db47e70 [2023-05-22T18:45:40.377Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-05-22T18:45:40.649Z] Removing intermediate container 483bfa38e3bd [2023-05-22T18:45:40.649Z] ---> 6a09f6f8e58e [2023-05-22T18:45:40.649Z] Step 24/26 : LABEL arch=arm64 [2023-05-22T18:45:40.649Z] ---> Running in 6f29f9372990 [2023-05-22T18:45:41.613Z] Removing intermediate container 6f29f9372990 [2023-05-22T18:45:41.613Z] ---> 732add59fdb3 [2023-05-22T18:45:41.613Z] Step 25/26 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:45:41.613Z] ---> cfc1e2dad1f8 [2023-05-22T18:45:41.613Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-05-22T18:45:41.613Z] ---> Running in cdb12ada0013 [2023-05-22T18:45:42.574Z] Removing intermediate container cdb12ada0013 [2023-05-22T18:45:42.574Z] ---> e6a9759d3371 [2023-05-22T18:45:42.574Z] Step 26/26 : LABEL version=0.0.0 [2023-05-22T18:45:42.574Z] ---> Running in f2b32a51a328 [2023-05-22T18:45:42.840Z] ---> a3ede286bc9d [2023-05-22T18:45:42.841Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-05-22T18:45:43.426Z] Removing intermediate container f2b32a51a328 [2023-05-22T18:45:43.427Z] ---> dd8e09cf2a04 [2023-05-22T18:45:43.427Z] [2023-05-22T18:45:44.011Z] Successfully built dd8e09cf2a04 [2023-05-22T18:45:44.011Z] Successfully tagged security-spire-server-arm64:latest [2023-05-22T18:45:44.011Z] ---> 1daa58190a98 [2023-05-22T18:45:44.011Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-22T18:45:44.011Z]  Building security-spire-server ... done Building core-command [2023-05-22T18:45:44.011Z] ---> Running in ee85cfe42f7a [2023-05-22T18:45:44.612Z] Removing intermediate container ee85cfe42f7a [2023-05-22T18:45:44.612Z] ---> 57f4735ee0e6 [2023-05-22T18:45:44.612Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-22T18:45:44.877Z] ---> Running in 481ad0dd7b24 [2023-05-22T18:45:45.459Z] Removing intermediate container 481ad0dd7b24 [2023-05-22T18:45:45.459Z] ---> ffb8b313b2cd [2023-05-22T18:45:45.459Z] Step 25/27 : LABEL arch=arm64 [2023-05-22T18:45:45.459Z] ---> Running in 7b90c708943f [2023-05-22T18:45:48.794Z] Removing intermediate container 7b90c708943f [2023-05-22T18:45:48.794Z] ---> 517f6ebd1561 [2023-05-22T18:45:48.794Z] Step 26/27 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:45:48.794Z] ---> Running in 437055fccabe [2023-05-22T18:45:49.379Z] Removing intermediate container 437055fccabe [2023-05-22T18:45:49.379Z] ---> 6c9f14b95ce7 [2023-05-22T18:45:49.379Z] Step 27/27 : LABEL version=0.0.0 [2023-05-22T18:45:49.379Z] ---> Running in 3b138c26ebfb [2023-05-22T18:45:49.962Z] Removing intermediate container 3b138c26ebfb [2023-05-22T18:45:49.962Z] ---> a15237309e29 [2023-05-22T18:45:49.962Z] [2023-05-22T18:45:50.548Z] Successfully built a15237309e29 [2023-05-22T18:45:50.548Z] Successfully tagged security-spire-agent-arm64:latest [2023-05-22T18:45:50.548Z] Building core-common-config-bootstrapper [2023-05-22T18:46:05.544Z]  Building security-spire-agent ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:46:05.544Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:46:05.544Z] ---> c963e3707768 [2023-05-22T18:46:05.544Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-22T18:46:05.544Z] ---> Using cache [2023-05-22T18:46:05.544Z] ---> 82ee8220038d [2023-05-22T18:46:05.544Z] Step 4/24 : WORKDIR /edgex-go [2023-05-22T18:46:05.544Z] ---> Using cache [2023-05-22T18:46:05.544Z] ---> a0dbdc9806e6 [2023-05-22T18:46:05.544Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-05-22T18:46:05.544Z] ---> Using cache [2023-05-22T18:46:05.544Z] ---> 0308322732ae [2023-05-22T18:46:05.544Z] Step 6/24 : COPY go.mod vendor* ./ [2023-05-22T18:46:05.544Z] ---> Using cache [2023-05-22T18:46:05.544Z] ---> 1c5864f27371 [2023-05-22T18:46:05.544Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:46:05.544Z] ---> Using cache [2023-05-22T18:46:05.544Z] ---> b9c7c45c495a [2023-05-22T18:46:05.544Z] Step 8/24 : COPY . . [2023-05-22T18:46:05.544Z] ---> Using cache [2023-05-22T18:46:05.544Z] ---> 8aa8cf8c364a [2023-05-22T18:46:05.544Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-05-22T18:46:05.544Z] ---> Running in c139be3bf335 [2023-05-22T18:46:08.132Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-05-22T18:46:16.337Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:46:16.337Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:46:16.337Z] ---> c963e3707768 [2023-05-22T18:46:16.337Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-22T18:46:16.337Z] ---> Using cache [2023-05-22T18:46:16.337Z] ---> 82ee8220038d [2023-05-22T18:46:16.337Z] Step 4/23 : WORKDIR /edgex-go [2023-05-22T18:46:16.337Z] ---> Using cache [2023-05-22T18:46:16.337Z] ---> a0dbdc9806e6 [2023-05-22T18:46:16.337Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-22T18:46:16.337Z] ---> Using cache [2023-05-22T18:46:16.337Z] ---> 0308322732ae [2023-05-22T18:46:16.337Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-22T18:46:16.337Z] ---> Using cache [2023-05-22T18:46:16.337Z] ---> 1c5864f27371 [2023-05-22T18:46:16.337Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:46:16.337Z] ---> Using cache [2023-05-22T18:46:16.337Z] ---> b9c7c45c495a [2023-05-22T18:46:16.337Z] Step 8/23 : COPY . . [2023-05-22T18:46:16.337Z] ---> Using cache [2023-05-22T18:46:16.337Z] ---> 8aa8cf8c364a [2023-05-22T18:46:16.337Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-05-22T18:46:17.296Z] ---> Running in 43c0d8496f0e [2023-05-22T18:46:20.634Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-05-22T18:46:38.831Z] Removing intermediate container 7e02a2d5a312 [2023-05-22T18:46:38.831Z] ---> 86d7b58487e9 [2023-05-22T18:46:38.831Z] Step 7/20 : COPY . . [2023-05-22T18:46:51.166Z] ---> 2ea4d3c2e25a [2023-05-22T18:46:51.166Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-05-22T18:46:51.166Z] ---> Running in 8e63d3f8845b [2023-05-22T18:46:53.234Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-05-22T18:47:32.110Z] Removing intermediate container 9c9421656bc3 [2023-05-22T18:47:32.110Z] ---> dc50c97bab36 [2023-05-22T18:47:32.110Z] [2023-05-22T18:47:32.110Z] Step 9/33 : FROM alpine:3.17 [2023-05-22T18:47:32.110Z] ---> 51e60588ff2c [2023-05-22T18:47:32.110Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-22T18:47:32.110Z] ---> Running in c308620ba56f [2023-05-22T18:47:32.110Z] Removing intermediate container c308620ba56f [2023-05-22T18:47:32.110Z] ---> 483be0d4b9cc [2023-05-22T18:47:32.110Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-05-22T18:47:32.110Z] ---> Running in 59c1e8a57b90 [2023-05-22T18:47:32.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:47:32.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:47:32.110Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-22T18:47:32.110Z] (2/2) Installing su-exec (0.2-r2) [2023-05-22T18:47:32.110Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:47:32.110Z] OK: 8 MiB in 17 packages [2023-05-22T18:47:33.112Z] Removing intermediate container 59c1e8a57b90 [2023-05-22T18:47:33.112Z] ---> 6a33ea557482 [2023-05-22T18:47:33.112Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-05-22T18:47:33.112Z] ---> Running in c4dc7cfb744b [2023-05-22T18:47:33.379Z] Removing intermediate container c4dc7cfb744b [2023-05-22T18:47:33.379Z] ---> 117fbf1cbbc9 [2023-05-22T18:47:33.379Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-05-22T18:47:33.655Z] ---> Running in beeb35d677f8 [2023-05-22T18:47:34.237Z] Removing intermediate container beeb35d677f8 [2023-05-22T18:47:34.237Z] ---> a37d36f8d7b8 [2023-05-22T18:47:34.237Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-05-22T18:47:34.237Z] ---> Running in 13e2f5337ab5 [2023-05-22T18:47:34.820Z] Removing intermediate container 13e2f5337ab5 [2023-05-22T18:47:34.820Z] ---> b1c763058871 [2023-05-22T18:47:34.820Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-05-22T18:47:35.086Z] ---> Running in de9b415bcb08 [2023-05-22T18:47:35.669Z] Removing intermediate container de9b415bcb08 [2023-05-22T18:47:35.669Z] ---> dd2aef270d5a [2023-05-22T18:47:35.669Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-05-22T18:47:35.669Z] ---> Running in f90d2f307292 [2023-05-22T18:47:39.003Z] Removing intermediate container f90d2f307292 [2023-05-22T18:47:39.003Z] ---> cfb1437e4abf [2023-05-22T18:47:39.003Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-05-22T18:47:39.003Z] ---> Running in c8be22146ca2 [2023-05-22T18:47:39.271Z] Removing intermediate container c8be22146ca2 [2023-05-22T18:47:39.271Z] ---> 8fa2b487990b [2023-05-22T18:47:39.271Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-05-22T18:47:40.226Z] ---> 13cef2dc31c4 [2023-05-22T18:47:40.226Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-05-22T18:47:40.493Z] ---> Running in 30c2b9fdd9eb [2023-05-22T18:47:43.827Z] Removing intermediate container 30c2b9fdd9eb [2023-05-22T18:47:43.827Z] ---> 83a9fc89814e [2023-05-22T18:47:43.827Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:47:44.415Z] ---> 484788e68963 [2023-05-22T18:47:44.415Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:47:45.379Z] ---> 8226a76d47c1 [2023-05-22T18:47:45.379Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-05-22T18:47:47.319Z] ---> ebec31283fad [2023-05-22T18:47:47.319Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-05-22T18:47:48.272Z] ---> f828ab548178 [2023-05-22T18:47:48.272Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-05-22T18:47:50.842Z] ---> d6bb4e066982 [2023-05-22T18:47:50.842Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-05-22T18:47:51.431Z] ---> e0903cedc058 [2023-05-22T18:47:51.431Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-05-22T18:47:52.386Z] ---> a51e97f6ba8a [2023-05-22T18:47:52.386Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-05-22T18:47:53.341Z] ---> f357ae71b5ce [2023-05-22T18:47:53.341Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-05-22T18:47:53.341Z] ---> Running in d54987f94da1 [2023-05-22T18:47:56.671Z] Removing intermediate container d54987f94da1 [2023-05-22T18:47:56.671Z] ---> 37429e2c4301 [2023-05-22T18:47:56.671Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-05-22T18:47:56.671Z] ---> Running in 55e521b77326 [2023-05-22T18:47:57.252Z] Removing intermediate container 55e521b77326 [2023-05-22T18:47:57.252Z] ---> 8d8fc01b04ca [2023-05-22T18:47:57.252Z] Step 30/33 : CMD ["gate"] [2023-05-22T18:47:57.252Z] ---> Running in 5ee2795081b2 [2023-05-22T18:47:57.843Z] Removing intermediate container 5ee2795081b2 [2023-05-22T18:47:57.843Z] ---> a44a184e0f26 [2023-05-22T18:47:57.843Z] Step 31/33 : LABEL arch=arm64 [2023-05-22T18:47:57.843Z] ---> Running in 7869da1ad055 [2023-05-22T18:47:58.432Z] Removing intermediate container 7869da1ad055 [2023-05-22T18:47:58.432Z] ---> 4085b445a5c3 [2023-05-22T18:47:58.432Z] Step 32/33 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:47:58.432Z] ---> Running in 19e04cd0b1af [2023-05-22T18:47:59.014Z] Removing intermediate container 19e04cd0b1af [2023-05-22T18:47:59.014Z] ---> 409c89b5c258 [2023-05-22T18:47:59.014Z] Step 33/33 : LABEL version=0.0.0 [2023-05-22T18:47:59.014Z] ---> Running in 4bae0b9979be [2023-05-22T18:47:59.597Z] Removing intermediate container 4bae0b9979be [2023-05-22T18:47:59.598Z] ---> 6d5b03a0e2eb [2023-05-22T18:47:59.598Z] [2023-05-22T18:47:59.865Z] Successfully built 6d5b03a0e2eb [2023-05-22T18:47:59.865Z] Successfully tagged security-bootstrapper-arm64:latest [2023-05-22T18:47:59.865Z]  Building security-bootstrapper ... done Building security-proxy-setup [2023-05-22T18:48:21.898Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-22T18:48:21.898Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-05-22T18:48:21.898Z] ---> c963e3707768 [2023-05-22T18:48:21.898Z] Step 3/22 : WORKDIR /edgex-go [2023-05-22T18:48:21.898Z] ---> Using cache [2023-05-22T18:48:21.898Z] ---> 72504073553a [2023-05-22T18:48:21.898Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-05-22T18:48:21.898Z] ---> Using cache [2023-05-22T18:48:21.898Z] ---> dc586a4d3188 [2023-05-22T18:48:21.899Z] Step 5/22 : COPY go.mod vendor* ./ [2023-05-22T18:48:21.899Z] ---> Using cache [2023-05-22T18:48:21.899Z] ---> c0b73ebe09c2 [2023-05-22T18:48:21.899Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-22T18:48:21.899Z] ---> Using cache [2023-05-22T18:48:21.899Z] ---> 65707134fab7 [2023-05-22T18:48:21.899Z] Step 7/22 : COPY . . [2023-05-22T18:48:21.899Z] ---> Using cache [2023-05-22T18:48:21.899Z] ---> 9b03bb5fed39 [2023-05-22T18:48:21.899Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-05-22T18:48:21.899Z] ---> Running in 82c51f686135 [2023-05-22T18:48:22.481Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-05-22T18:53:29.344Z] Removing intermediate container 43c0d8496f0e [2023-05-22T18:53:29.344Z] ---> 18a6bca943e2 [2023-05-22T18:53:29.344Z] [2023-05-22T18:53:29.344Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T18:53:29.344Z] ---> 51e60588ff2c [2023-05-22T18:53:29.344Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-22T18:53:29.344Z] ---> Using cache [2023-05-22T18:53:29.344Z] ---> 4f3936a1b343 [2023-05-22T18:53:29.344Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-22T18:53:29.344Z] ---> Using cache [2023-05-22T18:53:29.344Z] ---> 6dac5081e697 [2023-05-22T18:53:29.344Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:53:29.344Z] ---> Using cache [2023-05-22T18:53:29.344Z] ---> f07bc7061e87 [2023-05-22T18:53:29.344Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:53:29.344Z] ---> Using cache [2023-05-22T18:53:29.344Z] ---> fef67bded1c3 [2023-05-22T18:53:29.344Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-05-22T18:53:29.344Z] ---> ce17ed81debe [2023-05-22T18:53:29.344Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-05-22T18:53:29.611Z] ---> be4d5e1ec053 [2023-05-22T18:53:29.611Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-05-22T18:53:30.193Z] Removing intermediate container c139be3bf335 [2023-05-22T18:53:30.193Z] ---> 7a99dc7b6d99 [2023-05-22T18:53:30.193Z] [2023-05-22T18:53:30.193Z] Step 10/24 : FROM alpine:3.17 [2023-05-22T18:53:30.193Z] ---> 51e60588ff2c [2023-05-22T18:53:30.193Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-05-22T18:53:30.466Z] ---> Using cache [2023-05-22T18:53:30.466Z] ---> d260a0775d3c [2023-05-22T18:53:30.466Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T18:53:30.466Z] ---> Using cache [2023-05-22T18:53:30.466Z] ---> 19871beb9c09 [2023-05-22T18:53:30.466Z] Step 13/24 : ENV APP_PORT=59882 [2023-05-22T18:53:30.466Z] ---> Running in 20a1309af6bc [2023-05-22T18:53:30.738Z] ---> 1cdf42b97a73 [2023-05-22T18:53:30.738Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-22T18:53:30.738Z] ---> Running in 42dd5a2c4094 [2023-05-22T18:53:31.322Z] Removing intermediate container 20a1309af6bc [2023-05-22T18:53:31.322Z] ---> 3edf47409a90 [2023-05-22T18:53:31.322Z] Step 14/24 : EXPOSE $APP_PORT [2023-05-22T18:53:31.589Z] ---> Running in bef13333994c [2023-05-22T18:53:32.176Z] Removing intermediate container bef13333994c [2023-05-22T18:53:32.176Z] ---> ca6bada9966b [2023-05-22T18:53:32.176Z] Step 15/24 : WORKDIR / [2023-05-22T18:53:32.441Z] ---> Running in 33a4ea9fba6a [2023-05-22T18:53:33.021Z] Removing intermediate container 33a4ea9fba6a [2023-05-22T18:53:33.021Z] ---> fa965c06db63 [2023-05-22T18:53:33.021Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:53:34.446Z] ---> e29de3028efd [2023-05-22T18:53:34.446Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:53:34.712Z] Removing intermediate container 42dd5a2c4094 [2023-05-22T18:53:34.712Z] ---> 5a59c217315f [2023-05-22T18:53:34.712Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-22T18:53:34.712Z] ---> Running in bac58e2a3ffc [2023-05-22T18:53:35.293Z] Removing intermediate container bac58e2a3ffc [2023-05-22T18:53:35.293Z] ---> dbff599a3223 [2023-05-22T18:53:35.293Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-22T18:53:35.568Z] ---> Running in 39e9a39e0b80 [2023-05-22T18:53:35.834Z] ---> 1788406f5976 [2023-05-22T18:53:35.834Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-05-22T18:53:38.778Z] Removing intermediate container 39e9a39e0b80 [2023-05-22T18:53:38.778Z] ---> 28034883d334 [2023-05-22T18:53:38.778Z] Step 21/23 : LABEL arch=arm64 [2023-05-22T18:53:38.778Z] ---> Running in 1dc623f36f9a [2023-05-22T18:53:39.790Z] Removing intermediate container 1dc623f36f9a [2023-05-22T18:53:39.790Z] ---> 68f59bb0d7c4 [2023-05-22T18:53:39.790Z] Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:53:39.790Z] ---> 0adc32aeaeef [2023-05-22T18:53:39.790Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-05-22T18:53:39.790Z] ---> Running in 271bb5b96be0 [2023-05-22T18:53:40.748Z] Removing intermediate container 271bb5b96be0 [2023-05-22T18:53:40.748Z] ---> 6c78c830386b [2023-05-22T18:53:40.748Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T18:53:40.748Z] ---> Running in 7f28ac1a8d47 [2023-05-22T18:53:40.748Z] ---> ed7528543b04 [2023-05-22T18:53:40.748Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-05-22T18:53:41.022Z] ---> Running in 976d6c1bfdc1 [2023-05-22T18:53:41.605Z] Removing intermediate container 7f28ac1a8d47 [2023-05-22T18:53:41.605Z] ---> 454e77c7788d [2023-05-22T18:53:41.605Z] [2023-05-22T18:53:41.605Z] Removing intermediate container 976d6c1bfdc1 [2023-05-22T18:53:41.605Z] ---> 3471000d0c78 [2023-05-22T18:53:41.605Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T18:53:41.870Z] ---> Running in f0d79855f17a [2023-05-22T18:53:42.140Z] Successfully built 454e77c7788d [2023-05-22T18:53:42.140Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-05-22T18:53:42.622Z]  Building core-common-config-bootstrapper ... done Removing intermediate container f0d79855f17a [2023-05-22T18:53:42.622Z] ---> 3e3a357e37e2 [2023-05-22T18:53:42.622Z] Step 22/24 : LABEL arch=arm64 [2023-05-22T18:53:42.622Z] ---> Running in 91ba9c599807 [2023-05-22T18:53:43.260Z] Removing intermediate container 91ba9c599807 [2023-05-22T18:53:43.260Z] ---> 8b351a8422a4 [2023-05-22T18:53:43.260Z] Step 23/24 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:53:43.260Z] ---> Running in 6f783f2c2ab6 [2023-05-22T18:53:43.883Z] Removing intermediate container 6f783f2c2ab6 [2023-05-22T18:53:43.883Z] ---> 9f2e1d166be4 [2023-05-22T18:53:43.883Z] Step 24/24 : LABEL version=0.0.0 [2023-05-22T18:53:44.179Z] ---> Running in ebf464519313 [2023-05-22T18:53:44.806Z] Removing intermediate container ebf464519313 [2023-05-22T18:53:44.806Z] ---> d0a3d3f5bcfd [2023-05-22T18:53:44.806Z] [2023-05-22T18:53:44.806Z] Successfully built d0a3d3f5bcfd [2023-05-22T18:53:45.099Z] Successfully tagged core-command-arm64:latest [2023-05-22T18:54:17.461Z]  Building core-command ... done Removing intermediate container 554e597e4c4a [2023-05-22T18:54:17.461Z] ---> 37ceb2690509 [2023-05-22T18:54:17.461Z] [2023-05-22T18:54:17.461Z] Step 10/23 : FROM alpine:3.17 [2023-05-22T18:54:17.461Z] ---> 51e60588ff2c [2023-05-22T18:54:17.461Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-22T18:54:17.461Z] ---> Running in ed0d3566b673 [2023-05-22T18:54:17.461Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:54:17.461Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:54:18.880Z] (1/2) Installing ca-certificates (20230506-r0) [2023-05-22T18:54:18.880Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-22T18:54:18.880Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:54:18.880Z] Executing ca-certificates-20230506-r0.trigger [2023-05-22T18:54:19.470Z] OK: 8 MiB in 17 packages [2023-05-22T18:54:22.829Z] Removing intermediate container ed0d3566b673 [2023-05-22T18:54:22.829Z] ---> 48451b6da5ef [2023-05-22T18:54:22.829Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-22T18:54:22.829Z] ---> Running in 0d7300331af9 [2023-05-22T18:54:23.117Z] Removing intermediate container 0d7300331af9 [2023-05-22T18:54:23.117Z] ---> 41f968c85f39 [2023-05-22T18:54:23.117Z] Step 13/23 : ENV APP_PORT=59860 [2023-05-22T18:54:23.387Z] ---> Running in 96313de5ed00 [2023-05-22T18:54:23.677Z] Removing intermediate container 82c51f686135 [2023-05-22T18:54:23.677Z] ---> ca0275fd1a24 [2023-05-22T18:54:23.677Z] [2023-05-22T18:54:23.677Z] Step 9/22 : FROM alpine:3.17 [2023-05-22T18:54:23.677Z] ---> 51e60588ff2c [2023-05-22T18:54:23.677Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-05-22T18:54:23.677Z] Removing intermediate container 96313de5ed00 [2023-05-22T18:54:23.677Z] ---> 118d9995676c [2023-05-22T18:54:23.677Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-22T18:54:23.677Z] ---> Running in c822aa6cd5b9 [2023-05-22T18:54:23.950Z] ---> Running in 4849f320f684 [2023-05-22T18:54:24.550Z] Removing intermediate container 4849f320f684 [2023-05-22T18:54:24.550Z] ---> 35e0e7723d94 [2023-05-22T18:54:24.550Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:54:25.520Z] ---> 1849cb5c0657 [2023-05-22T18:54:25.520Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:54:25.520Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:54:26.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:54:26.105Z] ---> d33937f9338f [2023-05-22T18:54:26.105Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-05-22T18:54:27.521Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-22T18:54:27.521Z] (2/2) Installing openssl (3.0.8-r4) [2023-05-22T18:54:27.521Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:54:27.521Z] OK: 8 MiB in 17 packages [2023-05-22T18:54:28.123Z] ---> 5857342ea7db [2023-05-22T18:54:28.123Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-05-22T18:54:28.726Z] Removing intermediate container c822aa6cd5b9 [2023-05-22T18:54:28.726Z] ---> 16e3b8a0b71b [2023-05-22T18:54:28.726Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-22T18:54:28.726Z] ---> Running in 035afc689201 [2023-05-22T18:54:29.002Z] ---> 6b677b5d49a9 [2023-05-22T18:54:29.002Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-05-22T18:54:29.281Z] ---> Running in 2716bdee9880 [2023-05-22T18:54:29.564Z] Removing intermediate container 035afc689201 [2023-05-22T18:54:29.564Z] ---> 9646cf3f0eaa [2023-05-22T18:54:29.564Z] Step 12/22 : WORKDIR /edgex [2023-05-22T18:54:29.843Z] ---> Running in 002ba6488c60 [2023-05-22T18:54:29.843Z] Removing intermediate container 2716bdee9880 [2023-05-22T18:54:29.843Z] ---> d3d498370693 [2023-05-22T18:54:29.843Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-22T18:54:30.133Z] ---> Running in 150e19cc1094 [2023-05-22T18:54:30.406Z] Removing intermediate container 002ba6488c60 [2023-05-22T18:54:30.406Z] ---> e3964877ccda [2023-05-22T18:54:30.406Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:54:30.676Z] Removing intermediate container 150e19cc1094 [2023-05-22T18:54:30.676Z] ---> f4dd8a7dfd59 [2023-05-22T18:54:30.980Z] Step 21/23 : LABEL arch=arm64 [2023-05-22T18:54:30.981Z] ---> Running in 559882a2cebe [2023-05-22T18:54:31.270Z] ---> 3884ade06c2e [2023-05-22T18:54:31.270Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:54:31.541Z] Removing intermediate container 559882a2cebe [2023-05-22T18:54:31.541Z] ---> fe06d78bfb0a [2023-05-22T18:54:31.541Z] Step 22/23 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:54:31.811Z] ---> Running in a5ad1186f12c [2023-05-22T18:54:32.082Z] ---> ca99bf0ff161 [2023-05-22T18:54:32.082Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-05-22T18:54:32.082Z] Removing intermediate container a5ad1186f12c [2023-05-22T18:54:32.082Z] ---> b8324a4978d1 [2023-05-22T18:54:32.082Z] Step 23/23 : LABEL version=0.0.0 [2023-05-22T18:54:32.356Z] ---> Running in 09205ee9b8de [2023-05-22T18:54:32.948Z] ---> c6647c1597b5 [2023-05-22T18:54:32.948Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-05-22T18:54:32.948Z] Removing intermediate container 09205ee9b8de [2023-05-22T18:54:32.948Z] ---> 98a24d88f3fc [2023-05-22T18:54:32.948Z] [2023-05-22T18:54:33.220Z] Successfully built 98a24d88f3fc [2023-05-22T18:54:33.220Z] Successfully tagged support-notifications-arm64:latest [2023-05-22T18:54:33.810Z]  Building support-notifications ... done  ---> 3bbff010e800 [2023-05-22T18:54:33.810Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-05-22T18:54:34.400Z] ---> 4aa4e97e3482 [2023-05-22T18:54:34.400Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-22T18:54:34.670Z] ---> Running in d5bb1074db63 [2023-05-22T18:54:36.638Z] Removing intermediate container d5bb1074db63 [2023-05-22T18:54:36.638Z] ---> 7ba821fcb66e [2023-05-22T18:54:36.638Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-05-22T18:54:36.638Z] ---> Running in 2f822af86eb7 [2023-05-22T18:54:36.907Z] Removing intermediate container 2f822af86eb7 [2023-05-22T18:54:36.907Z] ---> 3f7a8f70feee [2023-05-22T18:54:36.907Z] Step 20/22 : LABEL arch=arm64 [2023-05-22T18:54:36.907Z] ---> Running in 3e510315df66 [2023-05-22T18:54:37.498Z] Removing intermediate container 3e510315df66 [2023-05-22T18:54:37.498Z] ---> 32df5b072540 [2023-05-22T18:54:37.498Z] Step 21/22 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:54:37.498Z] ---> Running in 60114c4bcc43 [2023-05-22T18:54:37.771Z] Removing intermediate container 60114c4bcc43 [2023-05-22T18:54:37.771Z] ---> c48a644ec2b8 [2023-05-22T18:54:37.771Z] Step 22/22 : LABEL version=0.0.0 [2023-05-22T18:54:37.771Z] ---> Running in 73ad4161f7c2 [2023-05-22T18:54:38.359Z] Removing intermediate container 73ad4161f7c2 [2023-05-22T18:54:38.359Z] ---> dc811bfb6511 [2023-05-22T18:54:38.359Z] [2023-05-22T18:54:38.359Z] Successfully built dc811bfb6511 [2023-05-22T18:54:38.359Z] Successfully tagged security-proxy-setup-arm64:latest [2023-05-22T18:54:48.465Z]  Building security-proxy-setup ... done Removing intermediate container 8e63d3f8845b [2023-05-22T18:54:48.465Z] ---> aba2ca7a1fd2 [2023-05-22T18:54:48.465Z] [2023-05-22T18:54:48.465Z] Step 9/20 : FROM alpine:3.17 [2023-05-22T18:54:48.465Z] ---> 51e60588ff2c [2023-05-22T18:54:48.465Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-22T18:54:48.465Z] ---> Using cache [2023-05-22T18:54:48.465Z] ---> 483be0d4b9cc [2023-05-22T18:54:48.465Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-05-22T18:54:48.465Z] ---> Running in eb18c1962dbf [2023-05-22T18:54:48.465Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:54:49.051Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:54:50.478Z] v3.17.3-199-g6706f8eff28 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-22T18:54:50.478Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-22T18:54:50.478Z] OK: 17694 distinct packages available [2023-05-22T18:54:50.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-22T18:54:51.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-22T18:54:52.035Z] (1/9) Installing ca-certificates (20230506-r0) [2023-05-22T18:54:52.035Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-05-22T18:54:52.035Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-05-22T18:54:52.306Z] (4/9) Installing libcurl (8.1.0-r2) [2023-05-22T18:54:52.306Z] (5/9) Installing curl (8.1.0-r2) [2023-05-22T18:54:52.306Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-05-22T18:54:52.306Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-05-22T18:54:52.306Z] (8/9) Installing libucontext (1.2-r0) [2023-05-22T18:54:52.306Z] (9/9) Installing gcompat (1.1.0-r0) [2023-05-22T18:54:52.306Z] Executing busybox-1.35.0-r29.trigger [2023-05-22T18:54:52.306Z] Executing ca-certificates-20230506-r0.trigger [2023-05-22T18:54:52.577Z] OK: 11 MiB in 24 packages [2023-05-22T18:54:53.994Z] Removing intermediate container eb18c1962dbf [2023-05-22T18:54:53.994Z] ---> ab8a84c6a880 [2023-05-22T18:54:53.994Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-22T18:54:54.582Z] ---> b87a1ba7be14 [2023-05-22T18:54:54.582Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-05-22T18:54:55.168Z] ---> a5fdbe9a05e3 [2023-05-22T18:54:55.168Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-05-22T18:54:56.582Z] ---> b59ddd1ce444 [2023-05-22T18:54:56.582Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-05-22T18:54:56.849Z] ---> c015c17eb8be [2023-05-22T18:54:56.849Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-05-22T18:54:59.458Z] ---> Running in 6fcc6d63fdbb [2023-05-22T18:54:59.458Z] Removing intermediate container 6fcc6d63fdbb [2023-05-22T18:54:59.458Z] ---> 916cd3421762 [2023-05-22T18:54:59.458Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] [2023-05-22T18:54:59.728Z] ---> Running in c435f919a4a7 [2023-05-22T18:54:59.998Z] Removing intermediate container c435f919a4a7 [2023-05-22T18:54:59.998Z] ---> d10619e89a8c [2023-05-22T18:54:59.998Z] Step 18/20 : LABEL arch=arm64 [2023-05-22T18:54:59.998Z] ---> Running in 3fc0da1e22f2 [2023-05-22T18:55:00.583Z] Removing intermediate container 3fc0da1e22f2 [2023-05-22T18:55:00.583Z] ---> e8bdf80cdb00 [2023-05-22T18:55:00.583Z] Step 19/20 : LABEL git_sha=54e46970489e3162fa4903bbd7e5a84136ec21bb [2023-05-22T18:55:00.583Z] ---> Running in fbb46f8820b3 [2023-05-22T18:55:01.185Z] Removing intermediate container fbb46f8820b3 [2023-05-22T18:55:01.185Z] ---> 8e0c6091a04d [2023-05-22T18:55:01.185Z] Step 20/20 : LABEL version=0.0.0 [2023-05-22T18:55:01.456Z] ---> Running in 1936f2afba1f [2023-05-22T18:55:01.726Z] Removing intermediate container 1936f2afba1f [2023-05-22T18:55:01.726Z] ---> 738f01c02a35 [2023-05-22T18:55:01.726Z] [2023-05-22T18:55:01.998Z] Successfully built 738f01c02a35 [2023-05-22T18:55:01.998Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-05-22T18:55:02.282Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-05-22T18:55:02.293Z] $ docker stop --time=1 0431d6fd60ab868439274e65635ed1a86fa12a7414989fa72fc3a2d872c56065 [2023-05-22T18:55:04.011Z] $ docker rm -f --volumes 0431d6fd60ab868439274e65635ed1a86fa12a7414989fa72fc3a2d872c56065 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-22T18:55:04.572Z] + docker images [2023-05-22T18:55:04.841Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-05-22T18:55:04.841Z] security-spiffe-token-provider-arm64 latest 738f01c02a35 3 seconds ago 32.7MB [2023-05-22T18:55:04.841Z] aba2ca7a1fd2 19 seconds ago 1.57GB [2023-05-22T18:55:04.841Z] security-proxy-setup-arm64 latest dc811bfb6511 27 seconds ago 18.7MB [2023-05-22T18:55:04.841Z] support-notifications-arm64 latest 98a24d88f3fc 32 seconds ago 32MB [2023-05-22T18:55:04.841Z] ca0275fd1a24 42 seconds ago 1.51GB [2023-05-22T18:55:04.841Z] 37ceb2690509 51 seconds ago 1.59GB [2023-05-22T18:55:04.841Z] core-command-arm64 latest d0a3d3f5bcfd About a minute ago 19.7MB [2023-05-22T18:55:04.841Z] core-common-config-bootstrapper-arm64 latest 454e77c7788d About a minute ago 17.2MB [2023-05-22T18:55:04.841Z] 7a99dc7b6d99 About a minute ago 1.53GB [2023-05-22T18:55:04.841Z] 18a6bca943e2 About a minute ago 1.52GB [2023-05-22T18:55:04.841Z] security-bootstrapper-arm64 latest 6d5b03a0e2eb 7 minutes ago 21.9MB [2023-05-22T18:55:04.841Z] dc50c97bab36 7 minutes ago 1.51GB [2023-05-22T18:55:04.841Z] security-spire-agent-arm64 latest a15237309e29 9 minutes ago 153MB [2023-05-22T18:55:04.841Z] security-spire-server-arm64 latest dd8e09cf2a04 9 minutes ago 97MB [2023-05-22T18:55:04.841Z] 032d98163c5b 9 minutes ago 1.39GB [2023-05-22T18:55:04.841Z] 2acf56b170a0 9 minutes ago 1.39GB [2023-05-22T18:55:04.841Z] security-spire-config-arm64 latest 3fd00fa4b822 10 minutes ago 96.1MB [2023-05-22T18:55:04.841Z] support-scheduler-arm64 latest 8d5b3b58b967 10 minutes ago 31.2MB [2023-05-22T18:55:04.841Z] d23cac85b7f8 11 minutes ago 1.59GB [2023-05-22T18:55:04.841Z] 51ca3c78488c 11 minutes ago 1.39GB [2023-05-22T18:55:04.841Z] core-metadata-arm64 latest 4fa97a59c97d 12 minutes ago 20.2MB [2023-05-22T18:55:04.841Z] core-data-arm64 latest c2b5d9e60698 12 minutes ago 19.9MB [2023-05-22T18:55:04.841Z] 3c138437d487 13 minutes ago 1.53GB [2023-05-22T18:55:04.841Z] 90127d30614f 13 minutes ago 1.53GB [2023-05-22T18:55:04.841Z] security-secretstore-setup-arm64 latest 7035767e7c52 13 minutes ago 32.2MB [2023-05-22T18:55:04.841Z] security-proxy-auth-arm64 latest 26751006db86 14 minutes ago 18.1MB [2023-05-22T18:55:04.841Z] 2542a39581af 14 minutes ago 1.52GB [2023-05-22T18:55:04.841Z] 1f3e0907d925 14 minutes ago 1.51GB [2023-05-22T18:55:04.841Z] ci-base-image-arm64 latest c963e3707768 36 minutes ago 899MB [2023-05-22T18:55:04.841Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 3 weeks ago 681MB [2023-05-22T18:55:04.841Z] alpine 3.17 51e60588ff2c 7 weeks ago 7.46MB [2023-05-22T18:55:04.841Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T18:55:05.671Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-22T18:55:05.671Z] [2023-05-22T18:55:05.671Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T18:55:06.089Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-22T18:55:06.355Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-22T18:55:06.355Z] 8998bd30e6a1: Pulling fs layer [2023-05-22T18:55:06.355Z] 04944245beec: Pulling fs layer [2023-05-22T18:55:06.355Z] 699f458cf7ca: Pulling fs layer [2023-05-22T18:55:06.355Z] 765212b225bb: Pulling fs layer [2023-05-22T18:55:06.355Z] f23df028b6ca: Pulling fs layer [2023-05-22T18:55:06.355Z] d65c8cfc05b1: Pulling fs layer [2023-05-22T18:55:06.355Z] 2437ff75d9bd: Pulling fs layer [2023-05-22T18:55:06.355Z] 765212b225bb: Waiting [2023-05-22T18:55:06.355Z] d65c8cfc05b1: Waiting [2023-05-22T18:55:06.355Z] 2437ff75d9bd: Waiting [2023-05-22T18:55:06.355Z] f23df028b6ca: Waiting [2023-05-22T18:55:06.355Z] 04944245beec: Verifying Checksum [2023-05-22T18:55:06.355Z] 04944245beec: Download complete [2023-05-22T18:55:06.355Z] 765212b225bb: Verifying Checksum [2023-05-22T18:55:06.355Z] 765212b225bb: Download complete [2023-05-22T18:55:06.355Z] f23df028b6ca: Verifying Checksum [2023-05-22T18:55:06.355Z] f23df028b6ca: Download complete [2023-05-22T18:55:06.355Z] d65c8cfc05b1: Verifying Checksum [2023-05-22T18:55:06.355Z] d65c8cfc05b1: Download complete [2023-05-22T18:55:06.622Z] 699f458cf7ca: Verifying Checksum [2023-05-22T18:55:06.888Z] 8998bd30e6a1: Verifying Checksum [2023-05-22T18:55:06.888Z] 8998bd30e6a1: Download complete [2023-05-22T18:55:09.473Z] 2437ff75d9bd: Verifying Checksum [2023-05-22T18:55:09.473Z] 2437ff75d9bd: Download complete [2023-05-22T18:55:11.417Z] 8998bd30e6a1: Pull complete [2023-05-22T18:55:11.417Z] 04944245beec: Pull complete [2023-05-22T18:55:12.827Z] 699f458cf7ca: Pull complete [2023-05-22T18:55:13.094Z] 765212b225bb: Pull complete [2023-05-22T18:55:13.678Z] f23df028b6ca: Pull complete [2023-05-22T18:55:13.944Z] d65c8cfc05b1: Pull complete [2023-05-22T18:55:28.919Z] 2437ff75d9bd: Pull complete [2023-05-22T18:55:28.919Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-22T18:55:28.919Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-22T18:55:28.919Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T18:55:29.262Z] prd-ubuntu20.04-docker-arm64-4c-16g-16340 does not seem to be running inside a container [2023-05-22T18:55:29.319Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-22T18:55:32.909Z] $ docker top 6852e5c8207e661384cdb5868fa3c38e06e999af7405307076be6fdc86e28808 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-22T18:55:51.972Z] ---> job-cost.sh [2023-05-22T18:55:51.972Z] lf-activate-venv: SKIPPING [2023-05-22T18:55:51.972Z] INFO: No Stack... [2023-05-22T18:55:52.553Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-22T18:55:53.512Z] INFO: Archiving Costs [Pipeline] sh [2023-05-22T18:55:54.172Z] + + catcut /w/workspace/edgex-go/1/archives/cost.csv -d, [2023-05-22T18:55:54.172Z] -f6 [Pipeline] lock [2023-05-22T18:55:54.239Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4575-1-stack-cost] [2023-05-22T18:55:54.243Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4575-1-stack-cost] did not exist. Created. [2023-05-22T18:55:54.244Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4575-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-22T18:55:54.983Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-22T18:55:55.185Z] Stashed 1 file(s) [Pipeline] } [2023-05-22T18:55:55.202Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4575-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-22T18:55:55.277Z] $ docker stop --time=1 6852e5c8207e661384cdb5868fa3c38e06e999af7405307076be6fdc86e28808 [2023-05-22T18:55:56.858Z] $ docker rm -f --volumes 6852e5c8207e661384cdb5868fa3c38e06e999af7405307076be6fdc86e28808 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-05-22T18:55:58.109Z] provisioning config files... [2023-05-22T18:55:58.117Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4716579063627506617tmp [Pipeline] { [Pipeline] sh [2023-05-22T18:55:58.466Z] + set +x [2023-05-22T18:55:58.467Z] + curl -s https://codecov.io/bash [2023-05-22T18:55:58.467Z] + bash -s -- [2023-05-22T18:55:58.467Z] [2023-05-22T18:55:58.467Z] _____ _ [2023-05-22T18:55:58.467Z] / ____| | | [2023-05-22T18:55:58.467Z] | | ___ __| | ___ ___ _____ __ [2023-05-22T18:55:58.467Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-22T18:55:58.467Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-22T18:55:58.467Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-22T18:55:58.467Z] Bash-1.0.6 [2023-05-22T18:55:58.467Z] [2023-05-22T18:55:58.467Z] [2023-05-22T18:55:58.467Z] ==> git version 2.25.1 found [2023-05-22T18:55:58.467Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-05-22T18:55:58.467Z] Release-Date: 2020-01-08 [2023-05-22T18:55:58.467Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-05-22T18:55:58.467Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-22T18:55:58.467Z] ==> Jenkins CI detected. [2023-05-22T18:55:58.467Z] current dir:  /w/workspace/edgex-go/1 [2023-05-22T18:55:58.467Z] project root: . [2023-05-22T18:55:58.467Z] --> token set from env [2023-05-22T18:55:58.467Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-22T18:55:58.467Z] ==> Running gcov in . (disable via -X gcov) [2023-05-22T18:55:58.467Z] ==> Python coveragepy not found [2023-05-22T18:55:58.467Z] ==> Searching for coverage reports in: [2023-05-22T18:55:58.467Z] + . [2023-05-22T18:55:58.725Z] -> Found 1 reports [2023-05-22T18:55:58.725Z] ==> Detecting git/mercurial file structure [2023-05-22T18:55:58.725Z] ==> Reading reports [2023-05-22T18:55:58.725Z] + ./coverage.out bytes=447731 [2023-05-22T18:55:58.725Z] ==> Appending adjustments [2023-05-22T18:55:58.725Z] https://docs.codecov.io/docs/fixing-reports [2023-05-22T18:55:59.659Z] + Found adjustments [2023-05-22T18:55:59.659Z] ==> Gzipping contents [2023-05-22T18:55:59.659Z] 60K /tmp/codecov.gsCAOz.gz [2023-05-22T18:55:59.659Z] ==> Uploading reports [2023-05-22T18:55:59.659Z] url: https://codecov.io [2023-05-22T18:55:59.659Z] query: branch=PR-4575&commit=54e46970489e3162fa4903bbd7e5a84136ec21bb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4575%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4575&job=&cmd_args= [2023-05-22T18:55:59.659Z] -> Pinging Codecov [2023-05-22T18:55:59.659Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4575&commit=54e46970489e3162fa4903bbd7e5a84136ec21bb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4575%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4575&job=&cmd_args= [2023-05-22T18:55:59.918Z] -> Uploading to [2023-05-22T18:55:59.918Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-22/00271124DB129430A58F1EEE437C3FCB/54e46970489e3162fa4903bbd7e5a84136ec21bb/7aa33407-c1d5-45db-9975-d16016e01d2a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230522%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230522T185559Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=671202b5acacf837844c57f11020f17face0d1994eba3f3b70ba657995388bc8 [2023-05-22T18:55:59.918Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-22T18:55:59.918Z] Dload Upload Total Spent Left Speed [2023-05-22T18:56:00.178Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57433 0 0 100 57433 0 239k --:--:-- --:--:-- --:--:-- 239k [2023-05-22T18:56:00.178Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/54e46970489e3162fa4903bbd7e5a84136ec21bb [Pipeline] } [2023-05-22T18:56:00.201Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-05-22T18:56:01.595Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-05-22T18:56:01.927Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T18:56:02.814Z] ---> package-listing.sh [2023-05-22T18:56:02.814Z] ++ facter osfamily [2023-05-22T18:56:02.814Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-22T18:56:03.073Z] + OS_FAMILY=debian [2023-05-22T18:56:03.073Z] + workspace=/w/workspace/edgex-go/1 [2023-05-22T18:56:03.073Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-22T18:56:03.073Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-22T18:56:03.073Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-22T18:56:03.073Z] + PACKAGES=/tmp/packages_start.txt [2023-05-22T18:56:03.073Z] + '[' /w/workspace/edgex-go/1 ']' [2023-05-22T18:56:03.073Z] + PACKAGES=/tmp/packages_end.txt [2023-05-22T18:56:03.073Z] + case "${OS_FAMILY}" in [2023-05-22T18:56:03.073Z] + dpkg -l [2023-05-22T18:56:03.073Z] + grep '^ii' [2023-05-22T18:56:03.073Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-22T18:56:03.073Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-22T18:56:03.073Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-22T18:56:03.073Z] + '[' /w/workspace/edgex-go/1 ']' [2023-05-22T18:56:03.073Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-05-22T18:56:03.073Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-05-22T18:56:03.110Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-22T18:56:03.397Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T18:56:04.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-22T18:56:04.016Z] [2023-05-22T18:56:04.016Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T18:56:04.417Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-22T18:56:04.417Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-22T18:56:04.417Z] 5eb5b503b376: Pulling fs layer [2023-05-22T18:56:04.417Z] 5c69ac0246d0: Pulling fs layer [2023-05-22T18:56:04.417Z] ec43610c2a17: Pulling fs layer [2023-05-22T18:56:04.417Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-22T18:56:04.417Z] 33b1e0a273af: Pulling fs layer [2023-05-22T18:56:04.417Z] 5d3b04190fa2: Pulling fs layer [2023-05-22T18:56:04.417Z] 2f39f015ded8: Pulling fs layer [2023-05-22T18:56:04.417Z] 3a2ae6a8a46f: Waiting [2023-05-22T18:56:04.417Z] 33b1e0a273af: Waiting [2023-05-22T18:56:04.417Z] 5d3b04190fa2: Waiting [2023-05-22T18:56:04.417Z] 5c69ac0246d0: Verifying Checksum [2023-05-22T18:56:04.417Z] 5c69ac0246d0: Download complete [2023-05-22T18:56:04.417Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-22T18:56:04.417Z] 3a2ae6a8a46f: Download complete [2023-05-22T18:56:04.417Z] 33b1e0a273af: Verifying Checksum [2023-05-22T18:56:04.417Z] 33b1e0a273af: Download complete [2023-05-22T18:56:04.417Z] 5d3b04190fa2: Verifying Checksum [2023-05-22T18:56:04.417Z] 5d3b04190fa2: Download complete [2023-05-22T18:56:04.417Z] ec43610c2a17: Verifying Checksum [2023-05-22T18:56:04.417Z] ec43610c2a17: Download complete [2023-05-22T18:56:04.675Z] 5eb5b503b376: Verifying Checksum [2023-05-22T18:56:04.675Z] 5eb5b503b376: Download complete [2023-05-22T18:56:05.239Z] 2f39f015ded8: Verifying Checksum [2023-05-22T18:56:05.239Z] 2f39f015ded8: Download complete [2023-05-22T18:56:05.803Z] 5eb5b503b376: Pull complete [2023-05-22T18:56:06.060Z] 5c69ac0246d0: Pull complete [2023-05-22T18:56:06.319Z] ec43610c2a17: Pull complete [2023-05-22T18:56:06.578Z] 3a2ae6a8a46f: Pull complete [2023-05-22T18:56:06.836Z] 33b1e0a273af: Pull complete [2023-05-22T18:56:06.836Z] 5d3b04190fa2: Pull complete [2023-05-22T18:56:11.023Z] 2f39f015ded8: Pull complete [2023-05-22T18:56:11.023Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-22T18:56:11.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-22T18:56:11.023Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T18:56:11.234Z] prd-ubuntu20.04-docker-8c-8g-16337 does not seem to be running inside a container [2023-05-22T18:56:11.282Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-22T18:56:13.566Z] $ docker top 5771b386527e5381404a1a4b2aae60905e92686e1fdcbfd26a3410738cb4d7af -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T18:56:13.937Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-22T18:56:14.252Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-22T18:56:14.566Z] + ls /var/log/sa-host [2023-05-22T18:56:14.566Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-22T18:56:14.791Z] provisioning config files... [2023-05-22T18:56:14.800Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config15969751379575232690tmp [Pipeline] { [Pipeline] echo [2023-05-22T18:56:14.849Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T18:56:15.158Z] ---> create-netrc.sh [Pipeline] } [2023-05-22T18:56:15.187Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-22T18:56:15.596Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-22T18:56:15.637Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T18:56:15.955Z] ---> sudo-logs.sh [2023-05-22T18:56:15.955Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-22T18:56:16.027Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T18:56:16.339Z] ---> job-cost.sh [2023-05-22T18:56:16.339Z] lf-activate-venv: SKIPPING [2023-05-22T18:56:16.339Z] DEBUG: total: 0.10999999940395355 [2023-05-22T18:56:16.339Z] INFO: Retrieving Stack Cost... [2023-05-22T18:56:16.906Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-22T18:56:17.165Z] INFO: Archiving Costs [Pipeline] echo [2023-05-22T18:56:17.198Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T18:56:17.519Z] ---> logs-deploy.sh [2023-05-22T18:56:17.519Z] lf-activate-venv: SKIPPING [2023-05-22T18:56:17.519Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4575/1 [2023-05-22T18:56:17.519Z] INFO: archiving workspace using pattern(s): [2023-05-22T18:56:18.454Z] Archives upload complete. [2023-05-22T18:56:18.713Z] INFO: archiving logs to Nexus