Pull request #4578 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d560f776934a437f410fb6d52a44107f197ead06+5bf55878ace16878edbd308d9dee72012f144a0a (cb922ec9e45f9bb2b69d8263c917ea3f02a5a7bd) 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-ssh17118295977326628528.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-ssh5796535629178472919.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-4578/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-4578/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16346667344010215571.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-4578/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10654906541796615824.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-ssh10174435524356454270.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-4578/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-4578/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12091877471440374330.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 ‘prd-ubuntu20.04-docker-8c-8g-16735’ is offline Running on prd-ubuntu20.04-docker-8c-8g-16737 in /w/workspace/edgexfoundry_edgex-go_PR-4578 [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/4578/head:refs/remotes/origin/PR-4578 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 5bf55878ace16878edbd308d9dee72012f144a0a into PR head commit d560f776934a437f410fb6d52a44107f197ead06 Merge succeeded, producing d560f776934a437f410fb6d52a44107f197ead06 Checking out Revision d560f776934a437f410fb6d52a44107f197ead06 (PR-4578) 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-24T17:50:41.097Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-24T17:50:41.256Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-24T17:50:41.342Z] ========================================================= [2023-05-24T17:50:41.342Z] EdgeX Global Pipelines Version Info [2023-05-24T17:50:41.342Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f d560f776934a437f410fb6d52a44107f197ead06 # 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 5bf55878ace16878edbd308d9dee72012f144a0a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d560f776934a437f410fb6d52a44107f197ead06 # timeout=10 [2023-05-24T17:50:44.036Z] ------------------- [2023-05-24T17:50:44.036Z] stable info: [2023-05-24T17:50:44.036Z] ------------------- [2023-05-24T17:50:44.036Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-05-24T17:50:44.036Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-24T17:50:44.036Z] Message: update stable to v1.0.249 [2023-05-24T17:50:44.036Z] ------------------- [2023-05-24T17:50:44.036Z] experimental info: [2023-05-24T17:50:44.036Z] ------------------- [2023-05-24T17:50:44.036Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-24T17:50:44.036Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-24T17:50:44.036Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-24T17:50:44.316Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-05-24T17:50:44.356Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-05-24T17:50:44.397Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-24T17:50:44.434Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-24T17:50:44.475Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-24T17:50:44.513Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-24T17:50:44.551Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-24T17:50:44.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-05-24T17:50:44.629Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-05-24T17:50:44.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-05-24T17:50:44.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-24T17:50:44.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-24T17:50:44.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-24T17:50:44.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-24T17:50:44.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-24T17:50:44.915Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-24T17:50:44.956Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-24T17:50:44.995Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-24T17:50:45.036Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-05-24T17:50:45.075Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-05-24T17:50:45.116Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-24T17:50:45.156Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-24T17:50:45.195Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-24T17:50:45.232Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4578 [Pipeline] echo [2023-05-24T17:50:45.277Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4578 [Pipeline] echo [2023-05-24T17:50:45.318Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4578 [Pipeline] echo [2023-05-24T17:50:45.358Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d560f776934a437f410fb6d52a44107f197ead06 [Pipeline] echo [2023-05-24T17:50:45.398Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d560f77 [Pipeline] echo [2023-05-24T17:50:45.443Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-24T17:50:45.545Z] provisioning config files... [2023-05-24T17:50:45.560Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3467451280962469424tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-24T17:50:45.896Z] ---> docker-login.sh [2023-05-24T17:50:45.896Z] nexus3.edgexfoundry.org:10001 [2023-05-24T17:50:46.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-24T17:50:46.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-24T17:50:46.418Z] Configure a credential helper to remove this warning. See [2023-05-24T17:50:46.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-24T17:50:46.418Z] [2023-05-24T17:50:46.418Z] Login Succeeded [2023-05-24T17:50:46.418Z] nexus3.edgexfoundry.org:10002 [2023-05-24T17:50:46.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-24T17:50:46.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-24T17:50:46.680Z] Configure a credential helper to remove this warning. See [2023-05-24T17:50:46.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-24T17:50:46.680Z] [2023-05-24T17:50:46.680Z] Login Succeeded [2023-05-24T17:50:46.681Z] nexus3.edgexfoundry.org:10003 [2023-05-24T17:50:46.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-24T17:50:46.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-24T17:50:46.681Z] Configure a credential helper to remove this warning. See [2023-05-24T17:50:46.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-24T17:50:46.681Z] [2023-05-24T17:50:46.681Z] Login Succeeded [2023-05-24T17:50:46.681Z] nexus3.edgexfoundry.org:10004 [2023-05-24T17:50:46.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-24T17:50:46.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-24T17:50:46.945Z] Configure a credential helper to remove this warning. See [2023-05-24T17:50:46.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-24T17:50:46.945Z] [2023-05-24T17:50:46.945Z] Login Succeeded [2023-05-24T17:50:46.945Z] docker.io [2023-05-24T17:50:46.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-24T17:50:47.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-24T17:50:47.213Z] Configure a credential helper to remove this warning. See [2023-05-24T17:50:47.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-24T17:50:47.213Z] [2023-05-24T17:50:47.213Z] Login Succeeded [2023-05-24T17:50:47.213Z] ---> docker-login.sh ends [Pipeline] } [2023-05-24T17:50:47.240Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-24T17:50:47.655Z] + 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-24T17:50:47.656Z] + dirname cmd/core-command/Dockerfile [2023-05-24T17:50:47.656Z] + cut -d/ -f2 [2023-05-24T17:50:47.656Z] + echo core-command,cmd/core-command/Dockerfile [2023-05-24T17:50:47.656Z] + + cut -d/ -f2 [2023-05-24T17:50:47.656Z] dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-05-24T17:50:47.656Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-05-24T17:50:47.656Z] + dirname cmd/core-data/Dockerfile [2023-05-24T17:50:47.656Z] + cut -d/ -f2 [2023-05-24T17:50:47.656Z] + echo core-data,cmd/core-data/Dockerfile [2023-05-24T17:50:47.656Z] + dirname cmd/core-metadata/Dockerfile [2023-05-24T17:50:47.656Z] + cut -d/ -f2 [2023-05-24T17:50:47.656Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-05-24T17:50:47.656Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-05-24T17:50:47.656Z] + cut -d/ -f2 [2023-05-24T17:50:47.656Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-05-24T17:50:47.656Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-05-24T17:50:47.656Z] + cut -d/ -f2 [2023-05-24T17:50:47.656Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-05-24T17:50:47.656Z] + + dirname cmd/security-proxy-setup/Dockerfile [2023-05-24T17:50:47.656Z] cut -d/ -f2 [2023-05-24T17:50:47.656Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-05-24T17:50:47.656Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-05-24T17:50:47.656Z] + cut -d/ -f2 [2023-05-24T17:50:47.656Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-05-24T17:50:47.656Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-05-24T17:50:47.656Z] + cut -d/ -f2 [2023-05-24T17:50:47.656Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-05-24T17:50:47.656Z] + dirname cmd/security-spire-agent/Dockerfile [2023-05-24T17:50:47.656Z] + cut -d/ -f2 [2023-05-24T17:50:47.656Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-05-24T17:50:47.656Z] + dirname cmd/security-spire-config/Dockerfile [2023-05-24T17:50:47.656Z] + cut -d/ -f2 [2023-05-24T17:50:47.656Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-05-24T17:50:47.656Z] + dirname cmd/security-spire-server/Dockerfile [2023-05-24T17:50:47.656Z] + cut -d/ -f2 [2023-05-24T17:50:47.656Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-05-24T17:50:47.656Z] + cut -d/ -f2 [2023-05-24T17:50:47.656Z] + dirname cmd/support-notifications/Dockerfile [2023-05-24T17:50:47.656Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-05-24T17:50:47.656Z] + cut -d/ -f2 [2023-05-24T17:50:47.656Z] + dirname cmd/support-scheduler/Dockerfile [2023-05-24T17:50:47.656Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-05-24T17:50:47.729Z] 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-24T17:50:48.234Z] + git rev-list -1 --merges d560f776934a437f410fb6d52a44107f197ead06~1..d560f776934a437f410fb6d52a44107f197ead06 [Pipeline] echo [2023-05-24T17:50:48.269Z] -----------> git rev-list -1 --merges d560f776934a437f410fb6d52a44107f197ead06~1..d560f776934a437f410fb6d52a44107f197ead06 d560f776934a437f410fb6d52a44107f197ead06 [false] [Pipeline] sh [2023-05-24T17:50:48.575Z] + git log --format=format:%s -1 d560f776934a437f410fb6d52a44107f197ead06 [Pipeline] echo [2023-05-24T17:50:48.611Z] ========================================================= [2023-05-24T17:50:48.611Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-24T17:50:48.611Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-05-24T17:50:49.081Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-24T17:50:49.081Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-24T17:50:49.081Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-24T17:50:49.081Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-24T17:50:49.081Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-24T17:50:49.081Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-24T17:50:49.081Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-24T17:50:49.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-24T17:50:49.526Z] [2023-05-24T17:50:49.526Z] 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-24T17:50:49.895Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-24T17:50:49.895Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-24T17:50:49.895Z] b85a868b505f: Pulling fs layer [2023-05-24T17:50:49.895Z] e2be974225ed: Pulling fs layer [2023-05-24T17:50:49.895Z] 339a4e72a1f5: Pulling fs layer [2023-05-24T17:50:49.895Z] 988bab9f4d93: Pulling fs layer [2023-05-24T17:50:49.895Z] 1469e6f7b9e6: Pulling fs layer [2023-05-24T17:50:49.895Z] eaf3925da568: Pulling fs layer [2023-05-24T17:50:49.895Z] bab4dde63d76: Pulling fs layer [2023-05-24T17:50:49.895Z] bde34c3a00c8: Pulling fs layer [2023-05-24T17:50:49.895Z] b352a97aabf1: Pulling fs layer [2023-05-24T17:50:49.895Z] 4872d77fe225: Pulling fs layer [2023-05-24T17:50:49.895Z] 5851b861e8e6: Pulling fs layer [2023-05-24T17:50:49.895Z] bde34c3a00c8: Waiting [2023-05-24T17:50:49.895Z] 4872d77fe225: Waiting [2023-05-24T17:50:49.895Z] b352a97aabf1: Waiting [2023-05-24T17:50:49.895Z] 1469e6f7b9e6: Waiting [2023-05-24T17:50:49.895Z] 5851b861e8e6: Waiting [2023-05-24T17:50:49.895Z] bab4dde63d76: Waiting [2023-05-24T17:50:49.895Z] eaf3925da568: Waiting [2023-05-24T17:50:49.895Z] 988bab9f4d93: Waiting [2023-05-24T17:50:49.895Z] e2be974225ed: Download complete [2023-05-24T17:50:49.895Z] 988bab9f4d93: Verifying Checksum [2023-05-24T17:50:49.895Z] 988bab9f4d93: Download complete [2023-05-24T17:50:50.158Z] 1469e6f7b9e6: Verifying Checksum [2023-05-24T17:50:50.158Z] 1469e6f7b9e6: Download complete [2023-05-24T17:50:50.158Z] eaf3925da568: Verifying Checksum [2023-05-24T17:50:50.158Z] eaf3925da568: Download complete [2023-05-24T17:50:50.158Z] 339a4e72a1f5: Verifying Checksum [2023-05-24T17:50:50.158Z] 339a4e72a1f5: Download complete [2023-05-24T17:50:50.158Z] bde34c3a00c8: Verifying Checksum [2023-05-24T17:50:50.158Z] bde34c3a00c8: Download complete [2023-05-24T17:50:50.158Z] b352a97aabf1: Verifying Checksum [2023-05-24T17:50:50.158Z] b352a97aabf1: Download complete [2023-05-24T17:50:50.158Z] 4872d77fe225: Verifying Checksum [2023-05-24T17:50:50.158Z] 4872d77fe225: Download complete [2023-05-24T17:50:50.158Z] 5851b861e8e6: Download complete [2023-05-24T17:50:50.158Z] b85a868b505f: Verifying Checksum [2023-05-24T17:50:50.158Z] b85a868b505f: Download complete [2023-05-24T17:50:50.419Z] bab4dde63d76: Verifying Checksum [2023-05-24T17:50:50.419Z] bab4dde63d76: Download complete [2023-05-24T17:50:51.359Z] b85a868b505f: Pull complete [2023-05-24T17:50:51.618Z] e2be974225ed: Pull complete [2023-05-24T17:50:52.189Z] 339a4e72a1f5: Pull complete [2023-05-24T17:50:52.189Z] 988bab9f4d93: Pull complete [2023-05-24T17:50:52.450Z] 1469e6f7b9e6: Pull complete [2023-05-24T17:50:52.450Z] eaf3925da568: Pull complete [2023-05-24T17:50:54.353Z] bab4dde63d76: Pull complete [2023-05-24T17:50:54.353Z] bde34c3a00c8: Pull complete [2023-05-24T17:50:54.353Z] b352a97aabf1: Pull complete [2023-05-24T17:50:54.353Z] 4872d77fe225: Pull complete [2023-05-24T17:50:54.353Z] 5851b861e8e6: Pull complete [2023-05-24T17:50:54.353Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-24T17:50:54.353Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-24T17:50:54.353Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-24T17:50:54.558Z] prd-ubuntu20.04-docker-8c-8g-16737 does not seem to be running inside a container [2023-05-24T17:50:54.592Z] $ 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-24T17:50:59.448Z] $ docker top 2580d5a522f9b4c80cafc5a8446ae95225ff61a0226582499c3082ebf6e73fb2 -eo pid,comm [2023-05-24T17:50:59.500Z] 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-24T17:50:59.501Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-24T17:50:59.642Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-24T17:50:59.642Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-24T17:50:59.756Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-24T17:50:59.764Z] $ docker exec 2580d5a522f9b4c80cafc5a8446ae95225ff61a0226582499c3082ebf6e73fb2 ssh-agent [2023-05-24T17:50:59.868Z] SSH_AUTH_SOCK=/tmp/ssh-EALg6mxJkoU7/agent.31 [2023-05-24T17:50:59.868Z] SSH_AGENT_PID=37 [2023-05-24T17:50:59.876Z] Running ssh-add (command line suppressed) [2023-05-24T17:50:59.975Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_946281035840794652.key (/w/workspace/edgex-go/1@tmp/private_key_946281035840794652.key) [2023-05-24T17:50:59.983Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-24T17:51:00.305Z] + git tag --points-at HEAD [Pipeline] } [2023-05-24T17:51:00.332Z] $ docker exec --env ******** --env ******** 2580d5a522f9b4c80cafc5a8446ae95225ff61a0226582499c3082ebf6e73fb2 ssh-agent -k [2023-05-24T17:51:00.438Z] unset SSH_AUTH_SOCK; [2023-05-24T17:51:00.439Z] unset SSH_AGENT_PID; [2023-05-24T17:51:00.439Z] echo Agent pid 37 killed; [2023-05-24T17:51:00.445Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-24T17:51:00.535Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-24T17:51:00.535Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-24T17:51:00.655Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-24T17:51:00.662Z] $ docker exec 2580d5a522f9b4c80cafc5a8446ae95225ff61a0226582499c3082ebf6e73fb2 ssh-agent [2023-05-24T17:51:00.772Z] SSH_AUTH_SOCK=/tmp/ssh-IDonOZ5P6CSZ/agent.69 [2023-05-24T17:51:00.772Z] SSH_AGENT_PID=75 [2023-05-24T17:51:00.777Z] Running ssh-add (command line suppressed) [2023-05-24T17:51:00.883Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2453800923407084917.key (/w/workspace/edgex-go/1@tmp/private_key_2453800923407084917.key) [2023-05-24T17:51:00.896Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-24T17:51:01.222Z] + git semver init [2023-05-24T17:51:01.481Z] 2023-05-24 17:51:01,409 [run_init] DEBUG init version:0.0.0 force:False [2023-05-24T17:51:01.481Z] 2023-05-24 17:51:01,409 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-05-24T17:51:01.481Z] 2023-05-24 17:51:01,410 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-05-24T17:51:01.481Z] 2023-05-24 17:51:01,410 [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-24T17:51:09.612Z] 2023-05-24 17:51:09,016 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-05-24T17:51:09.612Z] 2023-05-24 17:51:09,017 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4578 with force:False [2023-05-24T17:51:09.612Z] 2023-05-24 17:51:09,017 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4578 [2023-05-24T17:51:09.612Z] 2023-05-24 17:51:09,021 [execute] INFO git cat-file --batch-check [2023-05-24T17:51:09.612Z] 2023-05-24 17:51:09,022 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-05-24T17:51:09.612Z] 2023-05-24 17:51:09,029 [execute] INFO git cat-file --batch [2023-05-24T17:51:09.612Z] 2023-05-24 17:51:09,030 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-05-24T17:51:09.612Z] 2023-05-24 17:51:09,035 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4578 [2023-05-24T17:51:09.612Z] 0.0.0 [Pipeline] } [2023-05-24T17:51:09.643Z] $ docker exec --env ******** --env ******** 2580d5a522f9b4c80cafc5a8446ae95225ff61a0226582499c3082ebf6e73fb2 ssh-agent -k [2023-05-24T17:51:09.732Z] unset SSH_AUTH_SOCK; [2023-05-24T17:51:09.732Z] unset SSH_AGENT_PID; [2023-05-24T17:51:09.732Z] echo Agent pid 75 killed; [2023-05-24T17:51:09.737Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-24T17:51:10.145Z] + git semver [Pipeline] } [2023-05-24T17:51:10.432Z] $ docker stop --time=1 2580d5a522f9b4c80cafc5a8446ae95225ff61a0226582499c3082ebf6e73fb2 [2023-05-24T17:51:11.722Z] $ docker rm -f --volumes 2580d5a522f9b4c80cafc5a8446ae95225ff61a0226582499c3082ebf6e73fb2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-24T17:51:12.108Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-24T17:51:12.371Z] Stashed 1 file(s) [Pipeline] echo [2023-05-24T17:51:12.391Z] [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-24T17:51:13.167Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-05-24T17:51:13.207Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-24T17:51:13.239Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-24T17:51:13.268Z] ========================================================= [2023-05-24T17:51:13.268Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-24T17:51:13.268Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-05-24T17:51:13.608Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-24T17:51:13.609Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-24T17:51:13.609Z] f56be85fc22e: Pulling fs layer [2023-05-24T17:51:13.609Z] 85791d961cd3: Pulling fs layer [2023-05-24T17:51:13.609Z] d694b5ae8c79: Pulling fs layer [2023-05-24T17:51:13.609Z] 9f32a84ed3da: Pulling fs layer [2023-05-24T17:51:13.609Z] 4d19c01a9841: Pulling fs layer [2023-05-24T17:51:13.609Z] 9325e15d5711: Pulling fs layer [2023-05-24T17:51:13.609Z] 556b6ee489ea: Pulling fs layer [2023-05-24T17:51:13.609Z] c5a4b2cf53e6: Pulling fs layer [2023-05-24T17:51:13.609Z] 9f32a84ed3da: Waiting [2023-05-24T17:51:13.609Z] 4d19c01a9841: Waiting [2023-05-24T17:51:13.609Z] 9325e15d5711: Waiting [2023-05-24T17:51:13.609Z] 556b6ee489ea: Waiting [2023-05-24T17:51:13.609Z] c5a4b2cf53e6: Waiting [2023-05-24T17:51:13.609Z] 85791d961cd3: Verifying Checksum [2023-05-24T17:51:13.609Z] 85791d961cd3: Download complete [2023-05-24T17:51:13.609Z] 9f32a84ed3da: Download complete [2023-05-24T17:51:13.609Z] 4d19c01a9841: Verifying Checksum [2023-05-24T17:51:13.609Z] 4d19c01a9841: Download complete [2023-05-24T17:51:13.609Z] f56be85fc22e: Verifying Checksum [2023-05-24T17:51:13.609Z] f56be85fc22e: Download complete [2023-05-24T17:51:13.877Z] 9325e15d5711: Verifying Checksum [2023-05-24T17:51:13.877Z] 9325e15d5711: Download complete [2023-05-24T17:51:14.137Z] f56be85fc22e: Pull complete [2023-05-24T17:51:14.137Z] c5a4b2cf53e6: Verifying Checksum [2023-05-24T17:51:14.137Z] 85791d961cd3: Pull complete [2023-05-24T17:51:14.395Z] d694b5ae8c79: Verifying Checksum [2023-05-24T17:51:14.395Z] d694b5ae8c79: Download complete [2023-05-24T17:51:14.652Z] 556b6ee489ea: Verifying Checksum [2023-05-24T17:51:14.652Z] 556b6ee489ea: Download complete [2023-05-24T17:51:17.931Z] d694b5ae8c79: Pull complete [2023-05-24T17:51:17.931Z] 9f32a84ed3da: Pull complete [2023-05-24T17:51:17.931Z] 4d19c01a9841: Pull complete [2023-05-24T17:51:17.931Z] 9325e15d5711: Pull complete [2023-05-24T17:51:20.460Z] 556b6ee489ea: Pull complete [2023-05-24T17:51:21.394Z] c5a4b2cf53e6: Pull complete [2023-05-24T17:51:21.394Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-24T17:51:21.652Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-24T17:51:21.652Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-05-24T17:51:22.007Z] + + docker build -t ci-base-image-x86_64echo -f FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-24T17:51:22.007Z] WORKDIR /edgex [2023-05-24T17:51:22.007Z] COPY go.mod . [2023-05-24T17:51:22.007Z] RUN go mod download - [2023-05-24T17:51:22.007Z] . [2023-05-24T17:51:22.573Z] Sending build context to Docker daemon 170.7MB [2023-05-24T17:51:22.573Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-24T17:51:22.573Z] ---> c4be618373d6 [2023-05-24T17:51:22.573Z] Step 2/4 : WORKDIR /edgex [2023-05-24T17:51:27.701Z] Still waiting to schedule task [2023-05-24T17:51:27.702Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-16736’ is offline [2023-05-24T17:51:30.698Z] ---> Running in 47c14f361de2 [2023-05-24T17:51:30.698Z] Removing intermediate container 47c14f361de2 [2023-05-24T17:51:30.698Z] ---> 373d2e3c76b9 [2023-05-24T17:51:30.698Z] Step 3/4 : COPY go.mod . [2023-05-24T17:51:30.698Z] ---> 8be107df9348 [2023-05-24T17:51:30.698Z] Step 4/4 : RUN go mod download [2023-05-24T17:51:30.698Z] ---> Running in 2734053318e9 [2023-05-24T17:51:48.845Z] Removing intermediate container 2734053318e9 [2023-05-24T17:51:48.845Z] ---> 17744391f2ff [2023-05-24T17:51:48.845Z] Successfully built 17744391f2ff [2023-05-24T17:51:48.845Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-24T17:51:49.245Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-24T17:51:49.245Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-24T17:51:49.381Z] prd-ubuntu20.04-docker-8c-8g-16737 does not seem to be running inside a container [2023-05-24T17:51:49.416Z] $ 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-24T17:51:49.908Z] $ docker top bc12482125cb781cab94a20a3ba4f3ef3bde8e147ad4502a7d177cc33ce7539c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-24T17:51:50.300Z] + go version [2023-05-24T17:51:50.300Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-24T17:51:50.332Z] $ docker stop --time=1 bc12482125cb781cab94a20a3ba4f3ef3bde8e147ad4502a7d177cc33ce7539c [2023-05-24T17:51:51.603Z] $ docker rm -f --volumes bc12482125cb781cab94a20a3ba4f3ef3bde8e147ad4502a7d177cc33ce7539c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-24T17:51:52.298Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-24T17:51:52.298Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-24T17:51:52.427Z] prd-ubuntu20.04-docker-8c-8g-16737 does not seem to be running inside a container [2023-05-24T17:51:52.460Z] $ 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-24T17:51:52.778Z] $ docker top a443a41dd9f9b6240a796de50a506de62fdbe3353464704f19e04cc825a084e9 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-24T17:51:52.881Z] ========================================================= [2023-05-24T17:51:52.881Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-05-24T17:51:52.881Z] ========================================================= [Pipeline] sh [2023-05-24T17:51:53.175Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-24T17:51:53.539Z] + make test [2023-05-24T17:51:53.539Z] go test -race -coverprofile=coverage.out ./... [2023-05-24T17:52:00.311Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-05-24T17:52:12.502Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-05-24T17:52:12.502Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-05-24T17:52:12.767Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-05-24T17:52:13.334Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-05-24T17:52:13.594Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-05-24T17:52:13.852Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-05-24T17:52:13.852Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-05-24T17:52:14.111Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-05-24T17:52:14.111Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-05-24T17:52:14.369Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-05-24T17:52:14.675Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-05-24T17:52:14.675Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-05-24T17:52:14.675Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-05-24T17:52:14.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-05-24T17:52:15.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-05-24T17:52:15.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-05-24T17:52:15.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.051s coverage: 28.7% of statements [2023-05-24T17:52:15.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.060s coverage: 98.5% of statements [2023-05-24T17:52:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-05-24T17:52:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-05-24T17:52:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-05-24T17:52:16.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-05-24T17:52:16.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-05-24T17:52:17.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-05-24T17:52:17.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-05-24T17:52:17.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-05-24T17:52:17.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-05-24T17:52:17.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-05-24T17:52:18.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-05-24T17:52:18.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-05-24T17:52:19.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.099s coverage: 71.5% of statements [2023-05-24T17:52:19.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.072s coverage: 54.0% of statements [2023-05-24T17:52:19.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-05-24T17:52:19.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-05-24T17:52:19.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-05-24T17:52:19.289Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-05-24T17:52:19.289Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-05-24T17:52:19.289Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-05-24T17:52:19.289Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-05-24T17:52:19.289Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-05-24T17:52:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.601s coverage: 88.5% of statements [2023-05-24T17:52:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.083s coverage: 3.8% of statements [2023-05-24T17:52:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.358s coverage: 95.6% of statements [2023-05-24T17:52:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.049s coverage: 72.2% of statements [2023-05-24T17:52:20.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-05-24T17:52:20.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-05-24T17:52:20.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-05-24T17:52:20.436Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.038s coverage: 65.9% of statements [2023-05-24T17:52:21.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-05-24T17:52:21.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-05-24T17:52:21.001Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.057s coverage: 0.9% of statements [2023-05-24T17:52:21.001Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.052s coverage: 29.0% of statements [2023-05-24T17:52:21.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 42.9% of statements [2023-05-24T17:52:21.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 82.9% of statements [2023-05-24T17:52:21.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements [2023-05-24T17:52:21.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements [2023-05-24T17:52:21.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2023-05-24T17:52:22.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-05-24T17:52:22.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-05-24T17:52:22.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-05-24T17:52:22.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-05-24T17:52:22.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-05-24T17:52:22.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-05-24T17:52:22.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-05-24T17:52:22.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-05-24T17:52:23.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-05-24T17:52:23.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-05-24T17:52:23.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-05-24T17:52:23.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-05-24T17:52:23.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-05-24T17:52:23.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-05-24T17:52:24.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-05-24T17:52:25.065Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-05-24T17:52:25.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-05-24T17:52:26.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-05-24T17:52:26.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-05-24T17:52:29.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-05-24T17:52:29.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-05-24T17:52:29.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-05-24T17:52:30.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-05-24T17:52:30.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-05-24T17:52:30.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-05-24T17:52:31.548Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-05-24T17:52:31.548Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-05-24T17:52:31.548Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-05-24T17:52:31.548Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-05-24T17:52:33.285Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-05-24T17:52:33.285Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-05-24T17:52:33.285Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-05-24T17:52:33.285Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-05-24T17:52:33.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.059s coverage: 94.4% of statements [2023-05-24T17:52:33.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-05-24T17:52:33.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-05-24T17:52:33.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-05-24T17:52:33.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-05-24T17:52:34.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-05-24T17:52:34.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-05-24T17:52:35.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-05-24T17:52:35.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.257s coverage: 79.9% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.076s coverage: 92.9% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.025s coverage: 64.4% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.056s coverage: 62.3% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.055s coverage: 87.2% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.049s coverage: 20.0% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 81.8% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.100s coverage: 82.1% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.058s coverage: 86.0% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.1% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.166s coverage: 38.4% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.056s coverage: 84.8% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.065s coverage: 17.7% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.116s coverage: 92.3% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.056s coverage: 61.5% of statements [2023-05-24T17:52:47.257Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.080s coverage: 97.7% of statements [2023-05-24T17:52:47.257Z] 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-24T17:52:47.257Z] running golangci-lint [2023-05-24T17:52:47.257Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-05-24T17:52:47.257Z] go version go1.20.2 linux/amd64 [2023-05-24T17:52:47.257Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-05-24T17:52:47.257Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-05-24T17:52:59.455Z] level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|imports|compiled_files|name|types_sizes|files) took 13.237961404s" [2023-05-24T17:52:59.455Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 40.957618ms" [2023-05-24T17:53:03.691Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16740 in /w/workspace/edgexfoundry_edgex-go_PR-4578 [Pipeline] { [Pipeline] ws [2023-05-24T17:53:03.746Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-05-24T17:53:03.826Z] The recommended git tool is: git [2023-05-24T17:53:06.009Z] level=info msg="[linters_context/goanalysis] analyzers took 44.841969109s with top 10 stages: buildir: 27.057227404s, fact_deprecated: 1.406804896s, printf: 1.40572845s, inspect: 1.347635544s, ctrlflow: 1.262573524s, gosec: 977.373685ms, S1038: 694.76323ms, fact_purity: 619.049196ms, nilness: 603.826979ms, directives: 397.340819ms" [2023-05-24T17:53:06.009Z] level=info msg="[runner] Issues before processing: 203, after processing: 0" [2023-05-24T17:53:06.009Z] level=info msg="[runner] Processors filtering stat (out/in): cgo: 203/203, identifier_marker: 203/203, exclude: 203/203, filename_unadjuster: 203/203, path_prettifier: 203/203, skip_files: 203/203, autogenerated_exclude: 203/203, exclude-rules: 23/203, skip_dirs: 203/203, nolint: 0/23" [2023-05-24T17:53:06.009Z] level=info msg="[runner] processing took 16.540646ms with stages: nolint: 6.505181ms, identifier_marker: 4.27965ms, path_prettifier: 1.793387ms, autogenerated_exclude: 1.674386ms, exclude-rules: 1.237452ms, skip_dirs: 984.229µs, filename_unadjuster: 34.871µs, cgo: 28µs, max_same_issues: 610ns, skip_files: 450ns, uniq_by_line: 410ns, severity-rules: 340ns, diff: 290ns, exclude: 290ns, source_code: 270ns, sort_results: 250ns, max_from_linter: 190ns, path_shortener: 150ns, max_per_file_from_linter: 130ns, path_prefixer: 110ns" [2023-05-24T17:53:06.009Z] level=info msg="[runner] linters took 6.384825791s with stages: goanalysis_metalinter: 6.368202695s" [2023-05-24T17:53:06.009Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-05-24T17:53:06.009Z] level=info msg="Memory: 198 samples, avg is 175.7MB, max is 730.8MB" [2023-05-24T17:53:06.009Z] level=info msg="Execution took 19.674816336s" [2023-05-24T17:53:06.009Z] go vet ./... [2023-05-24T17:53:09.791Z] using credential edgex-jenkins-ssh [2023-05-24T17:53:09.810Z] Cloning the remote Git repository [2023-05-24T17:53:09.870Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-05-24T17:53:09.990Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-05-24T17:53:10.189Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-24T17:53:10.189Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-24T17:53:10.189Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-24T17:53:10.229Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-05-24T17:53:10.546Z] + ls -al . [2023-05-24T17:53:10.546Z] total 704 [2023-05-24T17:53:10.546Z] drwxrwxr-x 11 1001 1001 4096 May 24 17:51 . [2023-05-24T17:53:10.546Z] drwxr-xr-x 4 root root 4096 May 24 17:51 .. [2023-05-24T17:53:10.546Z] drwxrwxr-x 2 1001 1001 4096 May 24 17:50 .blubracket [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 16 May 24 17:50 .dockerignore [2023-05-24T17:53:10.546Z] drwxrwxr-x 8 1001 1001 4096 May 24 17:51 .git [2023-05-24T17:53:10.546Z] drwxrwxr-x 3 1001 1001 4096 May 24 17:50 .github [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 1133 May 24 17:50 .gitignore [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 42 May 24 17:50 .golangci.yml [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 87 May 24 17:50 .hadolint.yml [2023-05-24T17:53:10.546Z] drwxr-xr-x 3 1001 1001 4096 May 24 17:51 .semver [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 166 May 24 17:50 .sonarcloud.properties [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 1171 May 24 17:50 ADOPTERS.md [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 10835 May 24 17:50 Attribution.txt [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 73765 May 24 17:50 CHANGELOG.md [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 3804 May 24 17:50 CONTRIBUTING.md [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 677 May 24 17:50 GOVERNANCE.md [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 883 May 24 17:50 Jenkinsfile [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 10775 May 24 17:50 LICENSE [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 14368 May 24 17:50 Makefile [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 582 May 24 17:50 OWNERS.md [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 9902 May 24 17:50 README.md [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 789 May 24 17:50 SECURITY.md [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 5 May 24 17:51 VERSION [2023-05-24T17:53:10.546Z] drwxrwxr-x 2 1001 1001 4096 May 24 17:50 bin [2023-05-24T17:53:10.546Z] drwxrwxr-x 18 1001 1001 4096 May 24 17:50 cmd [2023-05-24T17:53:10.546Z] -rw-r--r-- 1 root root 447731 May 24 17:52 coverage.out [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 3159 May 24 17:50 go.mod [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 30958 May 24 17:50 go.sum [2023-05-24T17:53:10.546Z] drwxrwxr-x 7 1001 1001 4096 May 24 17:50 internal [2023-05-24T17:53:10.546Z] drwxrwxr-x 3 1001 1001 4096 May 24 17:50 openapi [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 594 May 24 17:50 security.txt [2023-05-24T17:53:10.546Z] drwxrwxr-x 4 1001 1001 4096 May 24 17:50 snap [2023-05-24T17:53:10.546Z] -rw-rw-r-- 1 1001 1001 204 May 24 17:50 version.go [Pipeline] sh [2023-05-24T17:53:10.891Z] + '[' -e coverage.out ] [2023-05-24T17:53:10.891Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-05-24T17:53:11.016Z] Stashed 1 file(s) [Pipeline] sh [2023-05-24T17:53:11.308Z] + make build [2023-05-24T17:53:11.308Z] 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-24T17:53:10.173Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-05-24T17:53:10.175Z] > git --version # timeout=10 [2023-05-24T17:53:10.200Z] > git --version # 'git version 2.25.1' [2023-05-24T17:53:10.203Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-24T17:53:10.372Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-24T17:53:23.855Z] 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-24T17:53:23.855Z] 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-24T17:53:24.115Z] 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-24T17:53:25.053Z] 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-24T17:53:27.809Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-05-24T17:53:27.829Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-24T17:53:29.532Z] Merging remotes/origin/main commit 5bf55878ace16878edbd308d9dee72012f144a0a into PR head commit d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T17:53:30.040Z] Merge succeeded, producing d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T17:53:30.041Z] Checking out Revision d560f776934a437f410fb6d52a44107f197ead06 (PR-4578) [2023-05-24T17:53:28.702Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-05-24T17:53:28.748Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-05-24T17:53:28.749Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-24T17:53:28.766Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4578/head:refs/remotes/origin/PR-4578 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-24T17:53:29.559Z] > git config core.sparsecheckout # timeout=10 [2023-05-24T17:53:29.665Z] > git checkout -f d560f776934a437f410fb6d52a44107f197ead06 # timeout=10 [2023-05-24T17:53:29.900Z] > git remote # timeout=10 [2023-05-24T17:53:29.921Z] > git config --get remote.origin.url # timeout=10 [2023-05-24T17:53:29.944Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-24T17:53:29.981Z] > git merge 5bf55878ace16878edbd308d9dee72012f144a0a # timeout=10 [2023-05-24T17:53:30.024Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-24T17:53:30.051Z] > git config core.sparsecheckout # timeout=10 [2023-05-24T17:53:30.068Z] > git checkout -f d560f776934a437f410fb6d52a44107f197ead06 # timeout=10 [2023-05-24T17:53:30.713Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" [2023-05-24T17:53:30.775Z] > git --version # timeout=10 [2023-05-24T17:53:30.788Z] > git --version # 'git version 2.25.1' [2023-05-24T17:53:30.801Z] fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-24T17:53:31.613Z] 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-24T17:53:31.916Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-24T17:53:31.916Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-24T17:53:31.916Z] Dload Upload Total Spent Left Speed [2023-05-24T17:53:31.916Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 88548 0 --:--:-- --:--:-- --:--:-- 88548 [Pipeline] sh [2023-05-24T17:53:32.545Z] 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-24T17:53:32.598Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-24T17:53:32.962Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-24T17:53:32.962Z] + sudo tee /etc/docker/daemon.new [2023-05-24T17:53:32.962Z] { [2023-05-24T17:53:32.962Z] "registry-mirrors": [ [2023-05-24T17:53:32.962Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-24T17:53:32.962Z] ], [2023-05-24T17:53:32.962Z] "bip": "10.250.0.254/24", [2023-05-24T17:53:32.962Z] "hosts": [ [2023-05-24T17:53:32.962Z] "tcp://0.0.0.0:5555", [2023-05-24T17:53:32.962Z] "unix:///var/run/docker.sock" [2023-05-24T17:53:32.962Z] ], [2023-05-24T17:53:32.962Z] "mtu": 1458, [2023-05-24T17:53:32.962Z] "selinux-enabled": true, [2023-05-24T17:53:32.962Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-24T17:53:32.962Z] } [Pipeline] sh [2023-05-24T17:53:33.321Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-24T17:53:33.686Z] + sudo service docker restart [2023-05-24T17:53:33.924Z] 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-24T17:53:34.860Z] 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-24T17:53:35.796Z] 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-24T17:53:36.362Z] 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-24T17:53:37.738Z] 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-24T17:53:38.696Z] $ docker stop --time=1 a443a41dd9f9b6240a796de50a506de62fdbe3353464704f19e04cc825a084e9 [2023-05-24T17:53:45.479Z] $ docker rm -f --volumes a443a41dd9f9b6240a796de50a506de62fdbe3353464704f19e04cc825a084e9 [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-24T17:53:46.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-24T17:53:46.745Z] [2023-05-24T17:53:46.745Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-24T17:53:47.117Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-24T17:53:47.117Z] latest: Pulling from edgex-devops/edgex-compose [2023-05-24T17:53:47.117Z] cbdbe7a5bc2a: Pulling fs layer [2023-05-24T17:53:47.117Z] ca9280d653b3: Pulling fs layer [2023-05-24T17:53:47.117Z] 7e9c9ca2126c: Pulling fs layer [2023-05-24T17:53:47.117Z] cbdbe7a5bc2a: Verifying Checksum [2023-05-24T17:53:47.117Z] cbdbe7a5bc2a: Download complete [2023-05-24T17:53:47.377Z] ca9280d653b3: Verifying Checksum [2023-05-24T17:53:47.377Z] ca9280d653b3: Download complete [2023-05-24T17:53:47.377Z] cbdbe7a5bc2a: Pull complete [2023-05-24T17:53:47.635Z] 7e9c9ca2126c: Download complete [2023-05-24T17:53:47.893Z] ca9280d653b3: Pull complete [2023-05-24T17:53:51.171Z] 7e9c9ca2126c: Pull complete [2023-05-24T17:53:51.171Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-05-24T17:53:51.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-24T17:53:51.171Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-24T17:53:51.401Z] prd-ubuntu20.04-docker-8c-8g-16737 does not seem to be running inside a container [2023-05-24T17:53:51.433Z] $ 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-24T17:53:55.113Z] $ docker top 457b932b591d315214e0bb371a205726262263507f566df9031d79c336d78d54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider [2023-05-24T17:53:55.296Z] provisioning config files... [2023-05-24T17:53:55.326Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16118926430622429125tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-24T17:53:55.521Z] + docker-compose build --help [2023-05-24T17:53:55.521Z] + grep parallel [2023-05-24T17:53:55.726Z] ---> docker-login.sh [2023-05-24T17:53:55.726Z] nexus3.edgexfoundry.org:10001 [2023-05-24T17:53:56.087Z] --parallel Build images in parallel. [Pipeline] } [2023-05-24T17:53:56.123Z] $ docker stop --time=1 457b932b591d315214e0bb371a205726262263507f566df9031d79c336d78d54 [2023-05-24T17:53:56.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-24T17:53:56.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-24T17:53:56.325Z] Configure a credential helper to remove this warning. See [2023-05-24T17:53:56.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-24T17:53:56.325Z] [2023-05-24T17:53:56.325Z] Login Succeeded [2023-05-24T17:53:56.325Z] nexus3.edgexfoundry.org:10002 [2023-05-24T17:53:56.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-24T17:53:56.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-24T17:53:56.595Z] Configure a credential helper to remove this warning. See [2023-05-24T17:53:56.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-24T17:53:56.595Z] [2023-05-24T17:53:56.595Z] Login Succeeded [2023-05-24T17:53:56.595Z] nexus3.edgexfoundry.org:10003 [2023-05-24T17:53:56.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-24T17:53:57.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-24T17:53:57.134Z] Configure a credential helper to remove this warning. See [2023-05-24T17:53:57.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-24T17:53:57.134Z] [2023-05-24T17:53:57.134Z] Login Succeeded [2023-05-24T17:53:57.134Z] nexus3.edgexfoundry.org:10004 [2023-05-24T17:53:57.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-24T17:53:57.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-24T17:53:57.407Z] Configure a credential helper to remove this warning. See [2023-05-24T17:53:57.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-24T17:53:57.407Z] [2023-05-24T17:53:57.407Z] Login Succeeded [2023-05-24T17:53:57.407Z] docker.io [2023-05-24T17:53:57.439Z] $ docker rm -f --volumes 457b932b591d315214e0bb371a205726262263507f566df9031d79c336d78d54 [Pipeline] // withDockerContainer [2023-05-24T17:53:57.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-24T17:53:57.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-24T17:53:57.946Z] Configure a credential helper to remove this warning. See [2023-05-24T17:53:57.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-24T17:53:57.946Z] [2023-05-24T17:53:57.946Z] Login Succeeded [2023-05-24T17:53:57.946Z] ---> docker-login.sh ends [Pipeline] } [2023-05-24T17:53:57.975Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-05-24T17:53:58.148Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-24T17:53:58.148Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-24T17:53:58.306Z] prd-ubuntu20.04-docker-8c-8g-16737 does not seem to be running inside a container [2023-05-24T17:53:58.341Z] $ 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-24T17:53:58.802Z] $ docker top 8dbea5efbe866d3d296ad902138a6e161e623fe72b495523edc17dc29b9a64a6 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-05-24T17:53:59.240Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [2023-05-24T17:53:59.271Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] echo [2023-05-24T17:53:59.282Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-24T17:53:59.338Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-24T17:53:59.373Z] ========================================================= [2023-05-24T17:53:59.373Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-24T17:53:59.373Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-05-24T17:53:59.756Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-24T17:53:59.756Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-24T17:53:59.884Z] Building core-command ... [2023-05-24T17:53:59.884Z] Building core-common-config-bootstrapper ... [2023-05-24T17:53:59.884Z] Building core-data ... [2023-05-24T17:53:59.884Z] Building core-metadata ... [2023-05-24T17:53:59.884Z] Building security-bootstrapper ... [2023-05-24T17:53:59.884Z] Building security-proxy-auth ... [2023-05-24T17:53:59.884Z] Building security-proxy-setup ... [2023-05-24T17:53:59.884Z] Building security-secretstore-setup ... [2023-05-24T17:53:59.884Z] Building security-spiffe-token-provider ... [2023-05-24T17:53:59.884Z] Building security-spire-agent ... [2023-05-24T17:53:59.884Z] Building security-spire-config ... [2023-05-24T17:53:59.884Z] Building security-spire-server ... [2023-05-24T17:53:59.884Z] Building support-notifications ... [2023-05-24T17:53:59.884Z] Building support-scheduler ... [2023-05-24T17:53:59.884Z] Building security-spiffe-token-provider [2023-05-24T17:53:59.884Z] Building core-command [2023-05-24T17:53:59.884Z] Building core-common-config-bootstrapper [2023-05-24T17:53:59.884Z] Building support-scheduler [2023-05-24T17:53:59.884Z] Building core-metadata [2023-05-24T17:54:00.192Z] c41833b44d91: Pulling fs layer [2023-05-24T17:54:00.192Z] ed15518f5707: Pulling fs layer [2023-05-24T17:54:00.192Z] feae8fd75edb: Pulling fs layer [2023-05-24T17:54:00.192Z] 242c74f7c9fa: Pulling fs layer [2023-05-24T17:54:00.192Z] 3cdef696dda3: Pulling fs layer [2023-05-24T17:54:00.192Z] 2ced38df9373: Pulling fs layer [2023-05-24T17:54:00.192Z] 58f1dce35555: Pulling fs layer [2023-05-24T17:54:00.192Z] 242c74f7c9fa: Waiting [2023-05-24T17:54:00.192Z] 3cdef696dda3: Waiting [2023-05-24T17:54:00.192Z] 2ced38df9373: Waiting [2023-05-24T17:54:00.192Z] 58f1dce35555: Waiting [2023-05-24T17:54:00.192Z] ed15518f5707: Verifying Checksum [2023-05-24T17:54:00.192Z] ed15518f5707: Download complete [2023-05-24T17:54:00.192Z] 242c74f7c9fa: Download complete [2023-05-24T17:54:00.192Z] 3cdef696dda3: Verifying Checksum [2023-05-24T17:54:00.192Z] 3cdef696dda3: Download complete [2023-05-24T17:54:00.192Z] c41833b44d91: Verifying Checksum [2023-05-24T17:54:00.192Z] c41833b44d91: Download complete [2023-05-24T17:54:01.663Z] 58f1dce35555: Verifying Checksum [2023-05-24T17:54:01.663Z] 58f1dce35555: Download complete [2023-05-24T17:54:02.645Z] 2ced38df9373: Verifying Checksum [2023-05-24T17:54:02.645Z] 2ced38df9373: Download complete [2023-05-24T17:54:02.645Z] c41833b44d91: Pull complete [2023-05-24T17:54:02.645Z] feae8fd75edb: Verifying Checksum [2023-05-24T17:54:02.645Z] feae8fd75edb: Download complete [2023-05-24T17:54:02.915Z] ed15518f5707: Pull complete [2023-05-24T17:54:09.915Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T17:54:09.915Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-05-24T17:54:09.915Z] ---> 17744391f2ff [2023-05-24T17:54:09.915Z] Step 3/20 : WORKDIR /edgex-go [2023-05-24T17:54:09.915Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T17:54:09.915Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-05-24T17:54:09.915Z] ---> 17744391f2ff [2023-05-24T17:54:09.915Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-24T17:54:09.915Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T17:54:09.915Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-24T17:54:09.915Z] ---> 17744391f2ff [2023-05-24T17:54:09.915Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-24T17:54:10.484Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T17:54:10.484Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-24T17:54:10.484Z] ---> 17744391f2ff [2023-05-24T17:54:10.484Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-24T17:54:14.675Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T17:54:14.675Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-24T17:54:14.675Z] ---> 17744391f2ff [2023-05-24T17:54:14.675Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-24T17:54:15.264Z] feae8fd75edb: Pull complete [2023-05-24T17:54:15.264Z] 242c74f7c9fa: Pull complete [2023-05-24T17:54:15.264Z] 3cdef696dda3: Pull complete [2023-05-24T17:54:21.947Z] 2ced38df9373: Pull complete [2023-05-24T17:54:23.911Z] 58f1dce35555: Pull complete [2023-05-24T17:54:23.911Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-24T17:54:23.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-24T17:54:23.911Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-05-24T17:54:24.380Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-24T17:54:24.380Z] WORKDIR /edgex [2023-05-24T17:54:24.380Z] COPY go.mod . [2023-05-24T17:54:24.380Z] RUN go mod download [2023-05-24T17:54:24.380Z] + docker build -t ci-base-image-arm64 -f - . [2023-05-24T17:54:24.989Z] Sending build context to Docker daemon 2.928MB [2023-05-24T17:54:24.989Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-24T17:54:24.989Z] ---> fadd8f120f05 [2023-05-24T17:54:24.989Z] Step 2/4 : WORKDIR /edgex [2023-05-24T17:54:25.973Z] ---> Running in f38bf4e30b3d [2023-05-24T17:54:26.563Z] Removing intermediate container f38bf4e30b3d [2023-05-24T17:54:26.563Z] ---> 9c7b1f8b64b6 [2023-05-24T17:54:26.563Z] Step 3/4 : COPY go.mod . [2023-05-24T17:54:26.835Z] ---> d24a2837341f [2023-05-24T17:54:26.835Z] Step 4/4 : RUN go mod download [2023-05-24T17:54:27.106Z] ---> Running in 36deb9e0f5b1 [2023-05-24T17:54:29.694Z] ---> Running in 1d81f0d82409 [2023-05-24T17:54:29.694Z] ---> Running in 8f430e262db7 [2023-05-24T17:54:29.694Z] ---> Running in d67ce60f428f [2023-05-24T17:54:29.694Z] ---> Running in 09c6e6b91fda [2023-05-24T17:54:29.694Z] ---> Running in c2fff771e82c [2023-05-24T17:54:29.694Z] Removing intermediate container 09c6e6b91fda [2023-05-24T17:54:29.694Z] ---> a76642c23673 [2023-05-24T17:54:29.694Z] Step 4/23 : WORKDIR /edgex-go [2023-05-24T17:54:29.694Z] Removing intermediate container 1d81f0d82409 [2023-05-24T17:54:29.694Z] ---> 9eaf07614e31 [2023-05-24T17:54:29.694Z] Step 4/23 : WORKDIR /edgex-go [2023-05-24T17:54:29.694Z] Removing intermediate container c2fff771e82c [2023-05-24T17:54:29.694Z] ---> 5e66014692c1 [2023-05-24T17:54:29.694Z] Step 4/25 : WORKDIR /edgex-go [2023-05-24T17:54:29.694Z] Removing intermediate container d67ce60f428f [2023-05-24T17:54:29.694Z] ---> e09d91192e1e [2023-05-24T17:54:29.694Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-05-24T17:54:29.694Z] ---> Running in ee11132f0fb9 [2023-05-24T17:54:29.694Z] Removing intermediate container 8f430e262db7 [2023-05-24T17:54:29.694Z] ---> 88bb6a127ce5 [2023-05-24T17:54:29.694Z] Step 4/24 : WORKDIR /edgex-go [2023-05-24T17:54:29.694Z] ---> Running in ac8cb5a82256 [2023-05-24T17:54:29.694Z] ---> Running in 56aa18805596 [2023-05-24T17:54:29.694Z] ---> Running in ae58955560ae [2023-05-24T17:54:29.694Z] ---> Running in 81bc65845af3 [2023-05-24T17:54:29.694Z] Removing intermediate container ee11132f0fb9 [2023-05-24T17:54:29.694Z] ---> 41527716f3c8 [2023-05-24T17:54:29.694Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-24T17:54:29.694Z] Removing intermediate container ac8cb5a82256 [2023-05-24T17:54:29.694Z] ---> a9e0a38f4091 [2023-05-24T17:54:29.694Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-24T17:54:29.694Z] ---> Running in 3dc0363b3679 [2023-05-24T17:54:29.694Z] Removing intermediate container 56aa18805596 [2023-05-24T17:54:29.694Z] ---> 19de00b4d416 [2023-05-24T17:54:29.694Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-05-24T17:54:29.694Z] ---> Running in fbb507d653ce [2023-05-24T17:54:29.694Z] Removing intermediate container 81bc65845af3 [2023-05-24T17:54:29.694Z] ---> ab6a9f499eac [2023-05-24T17:54:29.694Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-05-24T17:54:29.694Z] ---> Running in 8784bda357f6 [2023-05-24T17:54:29.694Z] ---> Running in 35127a291251 [2023-05-24T17:54:29.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T17:54:29.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T17:54:29.694Z] v3.17.3-206-gfbe2944ce8c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-24T17:54:29.694Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-24T17:54:29.694Z] OK: 17826 distinct packages available [2023-05-24T17:54:29.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T17:54:29.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T17:54:29.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T17:54:29.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T17:54:29.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T17:54:29.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T17:54:29.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T17:54:29.694Z] OK: 265 MiB in 53 packages [2023-05-24T17:54:29.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T17:54:29.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T17:54:29.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T17:54:29.694Z] OK: 265 MiB in 53 packages [2023-05-24T17:54:29.694Z] OK: 265 MiB in 53 packages [2023-05-24T17:54:29.694Z] OK: 265 MiB in 53 packages [2023-05-24T17:54:29.694Z] OK: 265 MiB in 53 packages [2023-05-24T17:54:29.694Z] Removing intermediate container ae58955560ae [2023-05-24T17:54:29.694Z] ---> 2209e3b5a66d [2023-05-24T17:54:29.694Z] Step 5/20 : COPY go.mod vendor* ./ [2023-05-24T17:54:29.694Z] ---> 0d32b5410ff5 [2023-05-24T17:54:29.694Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T17:54:30.629Z] ---> Running in 38f56cc77a6e [2023-05-24T17:54:31.567Z] Removing intermediate container 3dc0363b3679 [2023-05-24T17:54:31.567Z] ---> ac1696319b99 [2023-05-24T17:54:31.568Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-24T17:54:32.153Z] Removing intermediate container 8784bda357f6 [2023-05-24T17:54:32.153Z] ---> d2d0389bf913 [2023-05-24T17:54:32.153Z] Step 6/25 : COPY go.mod vendor* ./ [2023-05-24T17:54:32.153Z] Removing intermediate container fbb507d653ce [2023-05-24T17:54:32.153Z] ---> 2dd7a46a57b3 [2023-05-24T17:54:32.153Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-24T17:54:32.410Z] Removing intermediate container 35127a291251 [2023-05-24T17:54:32.410Z] ---> 181f7b4fd0c8 [2023-05-24T17:54:32.410Z] Step 6/24 : COPY go.mod vendor* ./ [2023-05-24T17:54:32.979Z] ---> 86ce55fd7e15 [2023-05-24T17:54:32.979Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T17:54:33.551Z] ---> 298382640752 [2023-05-24T17:54:33.551Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T17:54:34.120Z] ---> Running in 9a8e17ef5d28 [2023-05-24T17:54:35.054Z] ---> 2965dd69773a [2023-05-24T17:54:35.054Z] ---> ae3d9613df9f [2023-05-24T17:54:35.054Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T17:54:35.054Z] [2023-05-24T17:54:36.018Z] ---> Running in f0cbcc650874 [2023-05-24T17:54:36.304Z] ---> Running in b88ef91724a8 [2023-05-24T17:54:36.304Z] ---> Running in 442a59f34ba7 [2023-05-24T17:54:59.375Z] Removing intermediate container 36deb9e0f5b1 [2023-05-24T17:54:59.375Z] ---> 8e464e6927ec [2023-05-24T17:54:59.375Z] Successfully built 8e464e6927ec [2023-05-24T17:54:59.375Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-24T17:54:59.789Z] + docker inspect -f . ci-base-image-arm64 [2023-05-24T17:54:59.789Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-24T17:55:00.066Z] prd-ubuntu20.04-docker-arm64-4c-16g-16740 does not seem to be running inside a container [2023-05-24T17:55:00.139Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-24T17:55:01.400Z] $ docker top df2cdb13061f2cc3ffdcf55515984a111edf2a8ecfb3ee535efb2a2a9edbd5e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-24T17:55:02.276Z] + go version [2023-05-24T17:55:02.276Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-24T17:55:02.310Z] $ docker stop --time=1 df2cdb13061f2cc3ffdcf55515984a111edf2a8ecfb3ee535efb2a2a9edbd5e6 [2023-05-24T17:55:03.932Z] $ docker rm -f --volumes df2cdb13061f2cc3ffdcf55515984a111edf2a8ecfb3ee535efb2a2a9edbd5e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-24T17:55:04.817Z] + docker inspect -f . ci-base-image-arm64 [2023-05-24T17:55:04.817Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-24T17:55:05.080Z] prd-ubuntu20.04-docker-arm64-4c-16g-16740 does not seem to be running inside a container [2023-05-24T17:55:05.160Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-24T17:55:06.406Z] $ docker top 90472e7a4bb936a756fc6c673dedb68a76f0982292dec507f2a9d7f85082c63a -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-24T17:55:06.667Z] ========================================================= [2023-05-24T17:55:06.667Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-05-24T17:55:06.667Z] ========================================================= [Pipeline] sh [2023-05-24T17:55:07.314Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-24T17:55:08.031Z] + make test [2023-05-24T17:55:08.031Z] go test -race -coverprofile=coverage.out ./... [2023-05-24T17:55:23.125Z] Removing intermediate container 9a8e17ef5d28 [2023-05-24T17:55:23.125Z] ---> df713772a06b [2023-05-24T17:55:23.125Z] Step 8/23 : COPY . . [2023-05-24T17:55:23.125Z] Removing intermediate container 38f56cc77a6e [2023-05-24T17:55:23.125Z] ---> 43507119cb7c [2023-05-24T17:55:23.125Z] Step 7/20 : COPY . . [2023-05-24T17:55:54.929Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-05-24T17:56:02.619Z] ---> 5b0bee82c0d3 [2023-05-24T17:56:02.619Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-05-24T17:56:02.619Z] ---> 01a2803702a2 [2023-05-24T17:56:02.619Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-05-24T17:56:02.619Z] ---> Running in aacad97fe44c [2023-05-24T17:56:02.619Z] ---> Running in b7b48b1f1f1f [2023-05-24T17:56:02.619Z] Removing intermediate container 442a59f34ba7 [2023-05-24T17:56:02.619Z] ---> d1feeae3d06a [2023-05-24T17:56:02.619Z] Step 8/24 : COPY . . [2023-05-24T17:56:02.619Z] Removing intermediate container f0cbcc650874 [2023-05-24T17:56:02.619Z] ---> 8b2acceea51e [2023-05-24T17:56:02.619Z] Step 8/25 : COPY . . [2023-05-24T17:56:02.619Z] Removing intermediate container b88ef91724a8 [2023-05-24T17:56:02.619Z] ---> 6bb05c8b56e7 [2023-05-24T17:56:02.619Z] Step 8/23 : COPY . . [2023-05-24T17:56:02.619Z] 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-24T17:56:02.619Z] 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-24T17:56:49.661Z] ---> 473cd13b85ea [2023-05-24T17:56:49.661Z] ---> 50d3408afec3 [2023-05-24T17:56:49.661Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-05-24T17:56:49.661Z] ---> 5912e71ca151 [2023-05-24T17:56:49.661Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-05-24T17:56:49.661Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-05-24T17:56:49.661Z] ---> Running in 8ef2ceb59894 [2023-05-24T17:56:49.661Z] ---> Running in 4f5c40554388 [2023-05-24T17:56:49.661Z] ---> Running in b3f5ba9a6a14 [2023-05-24T17:56:49.661Z] 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-24T17:56:49.661Z] 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-24T17:56:49.661Z] 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-24T17:57:21.885Z] Removing intermediate container b7b48b1f1f1f [2023-05-24T17:57:21.885Z] ---> 0da2da6ec04e [2023-05-24T17:57:21.885Z] [2023-05-24T17:57:21.885Z] Step 9/20 : FROM alpine:3.17 [2023-05-24T17:57:21.885Z] Removing intermediate container aacad97fe44c [2023-05-24T17:57:21.885Z] ---> 2d3e186c2f9a [2023-05-24T17:57:21.885Z] [2023-05-24T17:57:21.885Z] Step 10/23 : FROM alpine:3.17 [2023-05-24T17:57:21.885Z] 3.17: Pulling from library/alpine [2023-05-24T17:57:21.885Z] 3.17: Pulling from library/alpine [2023-05-24T17:57:23.845Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-24T17:57:24.419Z] Status: Downloaded newer image for alpine:3.17 [2023-05-24T17:57:24.993Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-24T17:57:24.993Z] Status: Image is up to date for alpine:3.17 [2023-05-24T17:57:25.563Z] ---> 9ed4aefc74f6 [2023-05-24T17:57:25.563Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-05-24T17:57:25.823Z] ---> 9ed4aefc74f6 [2023-05-24T17:57:25.823Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-24T17:57:27.210Z] ---> Running in f0e816027df8 [2023-05-24T17:57:27.210Z] ---> Running in 84e28b62a5a9 [2023-05-24T17:57:27.210Z] Removing intermediate container 4f5c40554388 [2023-05-24T17:57:27.210Z] ---> 93ba9bb23b83 [2023-05-24T17:57:27.210Z] [2023-05-24T17:57:27.210Z] Step 10/24 : FROM alpine:3.17 [2023-05-24T17:57:27.210Z] ---> 9ed4aefc74f6 [2023-05-24T17:57:27.210Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-05-24T17:57:27.210Z] Removing intermediate container b3f5ba9a6a14 [2023-05-24T17:57:27.210Z] ---> 9281940ed929 [2023-05-24T17:57:27.210Z] [2023-05-24T17:57:27.210Z] Step 10/23 : FROM alpine:3.17 [2023-05-24T17:57:27.210Z] ---> 9ed4aefc74f6 [2023-05-24T17:57:27.210Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-24T17:57:27.210Z] Removing intermediate container 8ef2ceb59894 [2023-05-24T17:57:27.210Z] ---> 65f43bfd55ed [2023-05-24T17:57:27.210Z] [2023-05-24T17:57:27.210Z] Step 10/25 : FROM alpine:3.17 [2023-05-24T17:57:27.210Z] ---> 9ed4aefc74f6 [2023-05-24T17:57:27.210Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-05-24T17:57:27.471Z] ---> Running in 4d904eec031b [2023-05-24T17:57:27.471Z] ---> Running in 0e1a27ead11c [2023-05-24T17:57:27.471Z] Removing intermediate container 84e28b62a5a9 [2023-05-24T17:57:27.471Z] ---> c51f34498ae0 [2023-05-24T17:57:27.471Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-05-24T17:57:27.471Z] ---> Running in e7bed3f74be9 [2023-05-24T17:57:27.471Z] ---> Running in f9116490d6ea [2023-05-24T17:57:27.471Z] Removing intermediate container 4d904eec031b [2023-05-24T17:57:27.471Z] ---> 0cee926cafee [2023-05-24T17:57:27.471Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-24T17:57:27.471Z] ---> Running in 52a2124e24a3 [2023-05-24T17:57:27.471Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T17:57:27.734Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T17:57:27.734Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T17:57:27.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T17:57:27.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T17:57:27.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T17:57:27.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T17:57:27.994Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-24T17:57:27.994Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T17:57:27.994Z] OK: 7 MiB in 16 packages [2023-05-24T17:57:27.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T17:57:27.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T17:57:27.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T17:57:28.254Z] v3.17.3-206-gfbe2944ce8c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-24T17:57:28.254Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-24T17:57:28.254Z] OK: 17823 distinct packages available [2023-05-24T17:57:28.254Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T17:57:28.254Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-24T17:57:28.254Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T17:57:28.254Z] OK: 7 MiB in 16 packages [2023-05-24T17:57:28.254Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-24T17:57:28.254Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-24T17:57:28.254Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T17:57:28.254Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T17:57:28.254Z] OK: 7 MiB in 16 packages [2023-05-24T17:57:28.254Z] OK: 7 MiB in 16 packages [2023-05-24T17:57:28.254Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T17:57:28.254Z] Removing intermediate container f0e816027df8 [2023-05-24T17:57:28.254Z] ---> 414da8e4107b [2023-05-24T17:57:28.254Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-24T17:57:28.515Z] ---> Running in 7ee05319d381 [2023-05-24T17:57:28.515Z] Removing intermediate container 7ee05319d381 [2023-05-24T17:57:28.515Z] ---> 910e822f2e75 [2023-05-24T17:57:28.515Z] Step 13/23 : ENV APP_PORT=59861 [2023-05-24T17:57:28.515Z] ---> Running in 42f966158fb5 [2023-05-24T17:57:28.515Z] (1/9) Installing ca-certificates (20230506-r0) [2023-05-24T17:57:28.515Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-05-24T17:57:28.515Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-05-24T17:57:28.515Z] (4/9) Installing libcurl (8.1.1-r0) [2023-05-24T17:57:28.778Z] (5/9) Installing curl (8.1.1-r0) [2023-05-24T17:57:28.778Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-05-24T17:57:28.778Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-05-24T17:57:28.778Z] (8/9) Installing libucontext (1.2-r0) [2023-05-24T17:57:28.778Z] (9/9) Installing gcompat (1.1.0-r0) [2023-05-24T17:57:28.778Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T17:57:28.778Z] Executing ca-certificates-20230506-r0.trigger [2023-05-24T17:57:28.778Z] Removing intermediate container 42f966158fb5 [2023-05-24T17:57:28.778Z] ---> cec201616b66 [2023-05-24T17:57:28.778Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-24T17:57:28.778Z] ---> Running in 02e93c51dff8 [2023-05-24T17:57:28.778Z] OK: 10 MiB in 24 packages [2023-05-24T17:57:29.075Z] Removing intermediate container e7bed3f74be9 [2023-05-24T17:57:29.075Z] ---> 0a7f50f86234 [2023-05-24T17:57:29.075Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-24T17:57:29.075Z] Removing intermediate container 02e93c51dff8 [2023-05-24T17:57:29.075Z] ---> 0ffe1965f7d7 [2023-05-24T17:57:29.075Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T17:57:29.075Z] Removing intermediate container 0e1a27ead11c [2023-05-24T17:57:29.075Z] ---> 56b7af56c37d [2023-05-24T17:57:29.075Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-24T17:57:29.075Z] ---> Running in b2d34055080a [2023-05-24T17:57:29.075Z] Removing intermediate container 52a2124e24a3 [2023-05-24T17:57:29.075Z] ---> e58b7004c665 [2023-05-24T17:57:29.075Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T17:57:29.337Z] ---> Running in bda4cf078f2f [2023-05-24T17:57:29.337Z] Removing intermediate container b2d34055080a [2023-05-24T17:57:29.337Z] ---> b10f12608388 [2023-05-24T17:57:29.337Z] Step 13/25 : ENV APP_PORT=59881 [2023-05-24T17:57:29.337Z] ---> ad11aee919cb [2023-05-24T17:57:29.337Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T17:57:29.337Z] Removing intermediate container bda4cf078f2f [2023-05-24T17:57:29.337Z] ---> bba31aa7dc79 [2023-05-24T17:57:29.337Z] Step 13/24 : ENV APP_PORT=59882 [2023-05-24T17:57:29.597Z] ---> Running in 1c9e8536273d [2023-05-24T17:57:29.597Z] ---> 0376b07d41bc [2023-05-24T17:57:29.597Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T17:57:29.597Z] ---> Running in 5fa056f9051b [2023-05-24T17:57:29.597Z] ---> ab9a4aa251b3 [2023-05-24T17:57:29.597Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-05-24T17:57:29.597Z] Removing intermediate container f9116490d6ea [2023-05-24T17:57:29.597Z] ---> e40d494aee58 [2023-05-24T17:57:29.597Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T17:57:29.597Z] Removing intermediate container 1c9e8536273d [2023-05-24T17:57:29.597Z] ---> 2c2bb05c2a84 [2023-05-24T17:57:29.597Z] Step 14/25 : EXPOSE $APP_PORT [2023-05-24T17:57:29.860Z] Removing intermediate container 5fa056f9051b [2023-05-24T17:57:29.860Z] ---> 6990f28cee10 [2023-05-24T17:57:29.860Z] Step 14/24 : EXPOSE $APP_PORT [2023-05-24T17:57:29.860Z] ---> Running in 552d9e29a12f [2023-05-24T17:57:29.860Z] ---> 92075c6e0569 [2023-05-24T17:57:29.860Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-05-24T17:57:29.860Z] ---> Running in 56f2992e260e [2023-05-24T17:57:30.803Z] ---> 6d26594d9104 [2023-05-24T17:57:30.803Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T17:57:30.803Z] Removing intermediate container 552d9e29a12f [2023-05-24T17:57:30.803Z] ---> ace8038a38d4 [2023-05-24T17:57:30.803Z] Step 15/25 : WORKDIR / [2023-05-24T17:57:30.803Z] ---> Running in 7a66db3efde4 [2023-05-24T17:57:30.803Z] ---> 8748bc28de9c [2023-05-24T17:57:30.803Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-05-24T17:57:30.803Z] Removing intermediate container 56f2992e260e [2023-05-24T17:57:30.803Z] ---> 7b82301886e7 [2023-05-24T17:57:30.803Z] Step 15/24 : WORKDIR / [2023-05-24T17:57:30.803Z] ---> 2bc8ffa2a36f [2023-05-24T17:57:30.803Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-05-24T17:57:30.803Z] ---> Running in 166df1e92a36 [2023-05-24T17:57:30.803Z] ---> dc2ded59aaab [2023-05-24T17:57:30.803Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-05-24T17:57:32.790Z] Removing intermediate container 7a66db3efde4 [2023-05-24T17:57:32.790Z] ---> 2aa92574b4cc [2023-05-24T17:57:32.790Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T17:57:33.052Z] Removing intermediate container 166df1e92a36 [2023-05-24T17:57:33.052Z] ---> 854b5b9f3d57 [2023-05-24T17:57:33.052Z] ---> 0e19819bc320 [2023-05-24T17:57:33.052Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"]Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T17:57:33.052Z] [2023-05-24T17:57:33.052Z] ---> 74d8bef1ec3b [2023-05-24T17:57:33.052Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-05-24T17:57:33.052Z] ---> b33d45482759 [2023-05-24T17:57:33.052Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-05-24T17:57:33.052Z] ---> Running in 353de0c603aa [2023-05-24T17:57:33.052Z] ---> bcd35088af5a [2023-05-24T17:57:33.052Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T17:57:33.052Z] Removing intermediate container 353de0c603aa [2023-05-24T17:57:33.052Z] ---> c4b6d5bd3712 [2023-05-24T17:57:33.052Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-24T17:57:33.052Z] ---> 15704340ba4a [2023-05-24T17:57:33.052Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T17:57:33.316Z] ---> Running in 253747572b07 [2023-05-24T17:57:33.316Z] ---> 6a2090bea29e [2023-05-24T17:57:33.316Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-24T17:57:33.316Z] ---> 8db072278de8 [2023-05-24T17:57:33.316Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-05-24T17:57:33.316Z] ---> Running in c63d801d7188 [2023-05-24T17:57:33.316Z] ---> Running in 79b7aacd0550 [2023-05-24T17:57:33.316Z] Removing intermediate container 253747572b07 [2023-05-24T17:57:33.316Z] ---> 41f92d201475 [2023-05-24T17:57:33.316Z] Step 21/23 : LABEL arch=x86_64 [2023-05-24T17:57:33.316Z] ---> d8639444e3aa [2023-05-24T17:57:33.316Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-05-24T17:57:33.316Z] ---> ed6e0aeb6101 [2023-05-24T17:57:33.316Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-05-24T17:57:33.316Z] ---> Running in 2827be76b3aa [2023-05-24T17:57:33.316Z] Removing intermediate container 79b7aacd0550 [2023-05-24T17:57:33.316Z] ---> 636a8efce247 [2023-05-24T17:57:33.316Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] [2023-05-24T17:57:33.577Z] ---> Running in bd50f8009942 [2023-05-24T17:57:34.148Z] Removing intermediate container 2827be76b3aa [2023-05-24T17:57:34.149Z] ---> c7e86a73057d [2023-05-24T17:57:34.149Z] Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T17:57:34.411Z] Removing intermediate container bd50f8009942 [2023-05-24T17:57:34.411Z] ---> 48f6ef0c4f74 [2023-05-24T17:57:34.411Z] Step 18/20 : LABEL arch=x86_64 [2023-05-24T17:57:34.411Z] ---> 6a55dc3f6eed [2023-05-24T17:57:34.411Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-05-24T17:57:34.411Z] ---> 853be6075bcb [2023-05-24T17:57:34.411Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-05-24T17:57:34.411Z] ---> Running in 3ec736cbb197 [2023-05-24T17:57:34.411Z] ---> Running in aa9cae4bf9b9 [2023-05-24T17:57:34.411Z] Removing intermediate container aa9cae4bf9b9 [2023-05-24T17:57:34.411Z] ---> ef7fed598a0b [2023-05-24T17:57:34.411Z] Step 19/20 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T17:57:34.411Z] Removing intermediate container 3ec736cbb197 [2023-05-24T17:57:34.411Z] ---> b3a53a6f926a [2023-05-24T17:57:34.411Z] Step 23/23 : LABEL version=0.0.0 [2023-05-24T17:57:34.411Z] ---> Running in 34246aade3b2 [2023-05-24T17:57:34.411Z] ---> Running in 008470a7a4dc [2023-05-24T17:57:34.411Z] ---> ef2975058adc [2023-05-24T17:57:34.411Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-05-24T17:57:34.411Z] ---> 30281496498c [2023-05-24T17:57:34.411Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-05-24T17:57:34.671Z] ---> Running in d5d02f9f5616 [2023-05-24T17:57:34.671Z] Removing intermediate container 008470a7a4dc [2023-05-24T17:57:34.671Z] ---> a7e8444d9ee4 [2023-05-24T17:57:34.671Z] [2023-05-24T17:57:34.671Z] Removing intermediate container 34246aade3b2 [2023-05-24T17:57:34.671Z] ---> b3b8b78512be [2023-05-24T17:57:34.671Z] Step 20/20 : LABEL version=0.0.0 [2023-05-24T17:57:34.671Z] Removing intermediate container c63d801d7188 [2023-05-24T17:57:34.671Z] ---> a47d7f662e0b [2023-05-24T17:57:34.671Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-24T17:57:34.671Z] ---> Running in a21b2cf47b95 [2023-05-24T17:57:34.671Z] Successfully built a7e8444d9ee4 [2023-05-24T17:57:34.671Z] ---> Running in 3302c572ae61 [2023-05-24T17:57:34.671Z] Successfully tagged support-scheduler:latest [2023-05-24T17:57:34.671Z]  Building support-scheduler ... done Building support-notifications [2023-05-24T17:57:34.671Z] Removing intermediate container d5d02f9f5616 [2023-05-24T17:57:34.671Z] ---> d44f2368eeb5 [2023-05-24T17:57:34.671Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-24T17:57:34.671Z] ---> fc7a0ddda50f [2023-05-24T17:57:34.671Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-05-24T17:57:34.671Z] ---> Running in a736e2871134 [2023-05-24T17:57:34.935Z] ---> Running in 27db73fddd27 [2023-05-24T17:57:37.484Z] Removing intermediate container a21b2cf47b95 [2023-05-24T17:57:37.484Z] ---> 48dda00f83e3 [2023-05-24T17:57:37.484Z] [2023-05-24T17:57:37.484Z] Successfully built 48dda00f83e3 [2023-05-24T17:57:38.058Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T17:57:38.058Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-24T17:57:38.058Z] ---> 17744391f2ff [2023-05-24T17:57:38.058Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-24T17:57:38.058Z] ---> Using cache [2023-05-24T17:57:38.058Z] ---> 88bb6a127ce5 [2023-05-24T17:57:38.058Z] Step 4/23 : WORKDIR /edgex-go [2023-05-24T17:57:38.058Z] ---> Using cache [2023-05-24T17:57:38.058Z] ---> ab6a9f499eac [2023-05-24T17:57:38.058Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-05-24T17:57:41.366Z] Successfully tagged security-spiffe-token-provider:latest [2023-05-24T17:57:41.366Z]  Building security-spiffe-token-provider ... done Building security-proxy-auth [2023-05-24T17:57:41.940Z] Removing intermediate container 3302c572ae61 [2023-05-24T17:57:41.940Z] ---> 36273830e5e4 [2023-05-24T17:57:41.940Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-24T17:57:47.255Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T17:57:47.255Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-24T17:57:47.255Z] ---> 17744391f2ff [2023-05-24T17:57:47.255Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-24T17:57:47.255Z] ---> Using cache [2023-05-24T17:57:47.255Z] ---> 88bb6a127ce5 [2023-05-24T17:57:47.255Z] Step 4/23 : WORKDIR /edgex-go [2023-05-24T17:57:47.255Z] ---> Using cache [2023-05-24T17:57:47.255Z] ---> ab6a9f499eac [2023-05-24T17:57:47.255Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-24T17:57:47.255Z] ---> Using cache [2023-05-24T17:57:47.255Z] ---> 181f7b4fd0c8 [2023-05-24T17:57:47.255Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-24T17:57:47.255Z] ---> Using cache [2023-05-24T17:57:47.255Z] ---> ae3d9613df9f [2023-05-24T17:57:47.255Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T17:57:47.255Z] ---> Using cache [2023-05-24T17:57:47.255Z] ---> d1feeae3d06a [2023-05-24T17:57:47.255Z] Step 8/23 : COPY . . [2023-05-24T17:57:47.255Z] ---> Using cache [2023-05-24T17:57:47.255Z] ---> 473cd13b85ea [2023-05-24T17:57:47.255Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-05-24T17:57:53.839Z] Removing intermediate container a736e2871134 [2023-05-24T17:57:53.839Z] ---> 606214c74430 [2023-05-24T17:57:53.839Z] Step 22/24 : LABEL arch=x86_64 [2023-05-24T17:57:53.839Z] ---> Running in 6a54e7ab62c2 [2023-05-24T17:57:53.839Z] Removing intermediate container 27db73fddd27 [2023-05-24T17:57:53.839Z] ---> 3323be9b5dec [2023-05-24T17:57:53.839Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-24T17:57:53.839Z] ---> Running in 8d3aa37ef537 [2023-05-24T17:57:53.839Z] ---> Running in 2019da2e9588 [2023-05-24T17:57:53.839Z] ---> Running in 93f57f6cab53 [2023-05-24T17:57:53.839Z] ---> Running in a3e026b989c7 [2023-05-24T17:57:53.839Z] Removing intermediate container 8d3aa37ef537 [2023-05-24T17:57:53.839Z] ---> 77bf2bd9c936 [2023-05-24T17:57:53.839Z] Step 21/23 : LABEL arch=x86_64 [2023-05-24T17:57:54.099Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T17:57:54.099Z] Removing intermediate container 93f57f6cab53 [2023-05-24T17:57:54.099Z] ---> 3a1aec8b3a8f [2023-05-24T17:57:54.099Z] Step 23/24 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T17:57:54.099Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T17:57:54.364Z] OK: 265 MiB in 53 packages [2023-05-24T17:57:54.364Z] Removing intermediate container a3e026b989c7 [2023-05-24T17:57:54.364Z] ---> 435397d3b9b7 [2023-05-24T17:57:54.364Z] Step 23/25 : LABEL arch=x86_64 [2023-05-24T17:57:54.364Z] 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-24T17:57:54.626Z] ---> Running in bef8e7e14462 [2023-05-24T17:57:54.626Z] ---> Running in 6b87f355729d [2023-05-24T17:57:54.626Z] ---> Running in 730d926bde0e [2023-05-24T17:57:54.626Z] Removing intermediate container bef8e7e14462 [2023-05-24T17:57:54.626Z] ---> 176afdb65d8a [2023-05-24T17:57:54.626Z] Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T17:57:54.886Z] Removing intermediate container 6b87f355729d [2023-05-24T17:57:54.886Z] ---> 5076e6da93be [2023-05-24T17:57:54.886Z] Step 24/24 : LABEL version=0.0.0 [2023-05-24T17:57:54.886Z] Removing intermediate container 730d926bde0e [2023-05-24T17:57:54.886Z] ---> ad8d6d8860c8 [2023-05-24T17:57:54.886Z] Step 24/25 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T17:57:54.886Z] ---> Running in b43453e0ad37 [2023-05-24T17:57:54.886Z] ---> Running in 380b6c3843f1 [2023-05-24T17:57:54.886Z] ---> Running in b153c7fd3b65 [2023-05-24T17:57:54.886Z] Removing intermediate container 6a54e7ab62c2 [2023-05-24T17:57:54.886Z] ---> 637d5bfae007 [2023-05-24T17:57:54.886Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-24T17:57:54.886Z] Removing intermediate container b43453e0ad37 [2023-05-24T17:57:54.886Z] ---> 94d28ff5dfe1 [2023-05-24T17:57:54.886Z] Step 23/23 : LABEL version=0.0.0 [2023-05-24T17:57:55.205Z] Removing intermediate container 380b6c3843f1 [2023-05-24T17:57:55.205Z] ---> 0e348bc82cf4 [2023-05-24T17:57:55.205Z] Step 25/25 : LABEL version=0.0.0 [2023-05-24T17:57:55.205Z] Removing intermediate container b153c7fd3b65 [2023-05-24T17:57:55.205Z] ---> 30400e823d63 [2023-05-24T17:57:55.205Z] [2023-05-24T17:57:55.205Z] ---> Running in 92152ee88c14 [2023-05-24T17:57:55.205Z] ---> 9f8d98937e2c [2023-05-24T17:57:55.205Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T17:57:55.205Z] ---> Running in 5262d31d3af0 [2023-05-24T17:57:55.205Z] Successfully built 30400e823d63 [2023-05-24T17:57:55.205Z] Successfully tagged core-command:latest [2023-05-24T17:57:55.205Z]  Building core-command ... done Building core-data [2023-05-24T17:57:55.205Z] ---> Running in e291a92bf4f1 [2023-05-24T17:57:55.205Z] Removing intermediate container 92152ee88c14 [2023-05-24T17:57:55.205Z] ---> 5910ed969d0d [2023-05-24T17:57:55.205Z] [2023-05-24T17:57:55.465Z] Successfully built 5910ed969d0d [2023-05-24T17:57:57.379Z] Successfully tagged core-common-config-bootstrapper:latest [2023-05-24T17:57:57.379Z] Building security-proxy-setup [2023-05-24T17:57:57.379Z]  Building core-common-config-bootstrapper ... done Removing intermediate container 5262d31d3af0 [2023-05-24T17:57:57.379Z] ---> 22377cab1289 [2023-05-24T17:57:57.379Z] [2023-05-24T17:57:57.379Z] Successfully built 22377cab1289 [2023-05-24T17:57:57.379Z] Successfully tagged core-metadata:latest [2023-05-24T17:57:57.379Z] Building security-spire-config [2023-05-24T17:57:57.639Z]  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T17:57:57.639Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-24T17:57:57.639Z] ---> 17744391f2ff [2023-05-24T17:57:57.639Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-24T17:57:57.639Z] ---> Using cache [2023-05-24T17:57:57.639Z] ---> 88bb6a127ce5 [2023-05-24T17:57:57.639Z] Step 4/23 : WORKDIR /edgex-go [2023-05-24T17:57:57.639Z] ---> Using cache [2023-05-24T17:57:57.639Z] ---> ab6a9f499eac [2023-05-24T17:57:57.639Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-24T17:57:57.639Z] ---> Using cache [2023-05-24T17:57:57.639Z] ---> 181f7b4fd0c8 [2023-05-24T17:57:57.639Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-24T17:57:57.639Z] ---> Using cache [2023-05-24T17:57:57.639Z] ---> ae3d9613df9f [2023-05-24T17:57:57.639Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T17:57:57.639Z] ---> Using cache [2023-05-24T17:57:57.639Z] ---> d1feeae3d06a [2023-05-24T17:57:57.639Z] Step 8/23 : COPY . . [2023-05-24T17:57:57.639Z] ---> Using cache [2023-05-24T17:57:57.639Z] ---> 473cd13b85ea [2023-05-24T17:57:57.639Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-05-24T17:58:00.942Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T17:58:00.942Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-05-24T17:58:00.942Z] ---> 17744391f2ff [2023-05-24T17:58:00.942Z] Step 3/22 : WORKDIR /edgex-go [2023-05-24T17:58:00.942Z] ---> Using cache [2023-05-24T17:58:00.942Z] ---> e09d91192e1e [2023-05-24T17:58:00.942Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-05-24T17:58:00.942Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T17:58:00.942Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-24T17:58:00.942Z] ---> 17744391f2ff [2023-05-24T17:58:00.942Z] Step 3/27 : WORKDIR /edgex-go [2023-05-24T17:58:00.942Z] ---> Using cache [2023-05-24T17:58:00.942Z] ---> e09d91192e1e [2023-05-24T17:58:00.942Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-24T17:58:15.823Z] ---> Running in 7b99497ea2f7 [2023-05-24T17:58:15.823Z] ---> Running in 180c506b55cf [2023-05-24T17:58:15.823Z] ---> Running in e3cb3d82f80c [2023-05-24T17:58:16.385Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T17:58:16.385Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T17:58:16.385Z] 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-24T17:58:16.385Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T17:58:16.642Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T17:58:16.642Z] OK: 265 MiB in 53 packages [2023-05-24T17:58:16.728Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-05-24T17:58:16.728Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-05-24T17:58:16.728Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-05-24T17:58:16.728Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-05-24T17:58:16.728Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-05-24T17:58:16.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-05-24T17:58:16.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-05-24T17:58:16.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-05-24T17:58:16.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-05-24T17:58:16.899Z] OK: 265 MiB in 53 packages [2023-05-24T17:58:17.833Z] Removing intermediate container 180c506b55cf [2023-05-24T17:58:17.833Z] ---> 0dbebe519f6f [2023-05-24T17:58:17.833Z] Step 5/22 : COPY go.mod vendor* ./ [2023-05-24T17:58:17.833Z] Removing intermediate container e3cb3d82f80c [2023-05-24T17:58:17.833Z] ---> f5fc91708d5e [2023-05-24T17:58:17.833Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-24T17:58:18.091Z] ---> d905e06cad41 [2023-05-24T17:58:18.091Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T17:58:18.155Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-05-24T17:58:18.348Z] ---> 33eb75fe0f56 [2023-05-24T17:58:18.348Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T17:58:18.348Z] ---> Running in e9ef8dc97b59 [2023-05-24T17:58:18.348Z] ---> Running in bd120ee2779f [2023-05-24T17:58:20.750Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-05-24T17:58:20.750Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-05-24T17:58:20.750Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-05-24T17:58:20.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-05-24T17:58:35.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-05-24T17:58:35.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-05-24T17:58:36.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.713s coverage: 28.7% of statements [2023-05-24T17:58:49.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.334s coverage: 98.5% of statements [2023-05-24T17:58:54.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-05-24T17:58:54.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-05-24T17:58:54.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-05-24T17:58:57.027Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.475s coverage: 71.5% of statements [2023-05-24T17:58:57.693Z] Removing intermediate container 2019da2e9588 [2023-05-24T17:58:57.693Z] ---> c57a397d672d [2023-05-24T17:58:57.693Z] [2023-05-24T17:58:57.693Z] Step 10/23 : FROM alpine:3.17 [2023-05-24T17:58:57.693Z] ---> 9ed4aefc74f6 [2023-05-24T17:58:57.693Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-24T17:58:57.693Z] ---> Using cache [2023-05-24T17:58:57.693Z] ---> 0cee926cafee [2023-05-24T17:58:57.693Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-24T17:58:57.693Z] ---> Using cache [2023-05-24T17:58:57.693Z] ---> e58b7004c665 [2023-05-24T17:58:57.693Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T17:58:57.693Z] ---> Using cache [2023-05-24T17:58:57.952Z] Removing intermediate container e291a92bf4f1 [2023-05-24T17:58:57.952Z] ---> b8da2155dedb [2023-05-24T17:58:57.952Z] Step 8/23 : COPY . . [2023-05-24T17:59:01.247Z] ---> 0376b07d41bc [2023-05-24T17:59:01.247Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T17:59:01.247Z] ---> Using cache [2023-05-24T17:59:01.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-05-24T17:59:01.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-05-24T17:59:01.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.398s coverage: 54.0% of statements [2023-05-24T17:59:05.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-05-24T17:59:05.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-05-24T17:59:05.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-05-24T17:59:05.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-05-24T17:59:05.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-05-24T17:59:14.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-05-24T17:59:14.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-05-24T17:59:24.254Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.144s coverage: 88.5% of statements [2023-05-24T17:59:24.254Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.621s coverage: 3.8% of statements [2023-05-24T17:59:27.830Z] ---> 92075c6e0569 [2023-05-24T17:59:27.830Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-05-24T17:59:27.830Z] ---> 298f8dc07c8e [2023-05-24T17:59:27.830Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-05-24T17:59:27.830Z] Removing intermediate container 7b99497ea2f7 [2023-05-24T17:59:27.830Z] ---> 0ea65b481318 [2023-05-24T17:59:27.830Z] [2023-05-24T17:59:27.830Z] Step 10/23 : FROM alpine:3.17 [2023-05-24T17:59:27.830Z] ---> 9ed4aefc74f6 [2023-05-24T17:59:27.830Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-24T17:59:27.830Z] Removing intermediate container e9ef8dc97b59 [2023-05-24T17:59:27.830Z] ---> 00c4b1bc6313 [2023-05-24T17:59:27.830Z] Step 7/22 : COPY . . [2023-05-24T17:59:27.830Z] Removing intermediate container bd120ee2779f [2023-05-24T17:59:27.830Z] ---> f2e2d1ea9b9e [2023-05-24T17:59:27.830Z] Step 7/27 : COPY . . [2023-05-24T17:59:32.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-05-24T17:59:32.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-05-24T17:59:32.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-05-24T17:59:34.444Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.132s coverage: 95.6% of statements [2023-05-24T17:59:34.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-05-24T17:59:34.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-05-24T17:59:34.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-05-24T17:59:34.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-05-24T17:59:34.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-05-24T17:59:34.715Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.235s coverage: 72.2% of statements [2023-05-24T17:59:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-05-24T17:59:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-05-24T17:59:41.369Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-05-24T17:59:41.369Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.299s coverage: 65.9% of statements [2023-05-24T17:59:42.814Z] ---> Running in 8d1908baa1fb [2023-05-24T17:59:42.814Z] ---> Running in fdcf16ae2d9a [2023-05-24T17:59:42.814Z] ---> 039f3e791e69 [2023-05-24T17:59:42.814Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-05-24T17:59:42.814Z] ---> 8cfd2d4c14f5 [2023-05-24T17:59:42.814Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-24T17:59:42.814Z] ---> 5d7d7de299ad [2023-05-24T17:59:42.814Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-05-24T17:59:42.814Z] Removing intermediate container fdcf16ae2d9a [2023-05-24T17:59:42.814Z] ---> d5524a0f849a [2023-05-24T17:59:42.814Z] Step 12/23 : ENV APP_PORT=59880 [2023-05-24T17:59:42.814Z] ---> Running in 2f5a7f78e5aa [2023-05-24T17:59:42.814Z] ---> Running in df58444dc2f2 [2023-05-24T17:59:42.814Z] ---> aa4534c5862b [2023-05-24T17:59:42.814Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-05-24T17:59:42.814Z] ---> Running in 0244f1190f5c [2023-05-24T17:59:42.814Z] Removing intermediate container 0244f1190f5c [2023-05-24T17:59:42.814Z] ---> b6f0d3be506b [2023-05-24T17:59:42.814Z] Step 13/23 : EXPOSE $APP_PORT [2023-05-24T17:59:42.814Z] ---> Running in 5a8b9e5289f5 [2023-05-24T17:59:42.814Z] Removing intermediate container 2f5a7f78e5aa [2023-05-24T17:59:42.814Z] ---> 34abde408d1f [2023-05-24T17:59:42.814Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-24T17:59:42.814Z] ---> Running in 865acb175630 [2023-05-24T17:59:42.814Z] ---> 75c33dcc007a [2023-05-24T17:59:42.814Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-24T17:59:42.814Z] ---> Running in de5771ed3ddf [2023-05-24T17:59:42.814Z] 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-24T17:59:42.815Z] Removing intermediate container 5a8b9e5289f5 [2023-05-24T17:59:42.815Z] ---> 0b009ae03ef6 [2023-05-24T17:59:42.815Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-05-24T17:59:42.815Z] 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-24T17:59:42.815Z] Removing intermediate container 865acb175630 [2023-05-24T17:59:42.815Z] ---> 3fa897255a3c [2023-05-24T17:59:42.815Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-24T17:59:42.815Z] ---> Running in 79d2123a666b [2023-05-24T17:59:42.815Z] ---> Running in efb03cc15dbe [2023-05-24T17:59:43.079Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T17:59:43.079Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T17:59:43.339Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-24T17:59:43.339Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T17:59:43.339Z] OK: 7 MiB in 16 packages [2023-05-24T17:59:44.278Z] Removing intermediate container efb03cc15dbe [2023-05-24T17:59:44.278Z] ---> 1aea9dc128e3 [2023-05-24T17:59:44.278Z] 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-24T17:59:46.822Z] ---> Running in 4995d6aa1bd5 [2023-05-24T17:59:47.755Z] Removing intermediate container 79d2123a666b [2023-05-24T17:59:47.755Z] ---> 609f4715c4f5 [2023-05-24T17:59:47.755Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T17:59:47.755Z] Removing intermediate container de5771ed3ddf [2023-05-24T17:59:47.755Z] ---> eea60b15f6af [2023-05-24T17:59:47.755Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-24T17:59:48.691Z] ---> Running in 5e1b810db9a6 [2023-05-24T17:59:48.966Z] ---> e0133a12ca6a [2023-05-24T17:59:48.966Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T17:59:49.224Z] Removing intermediate container 4995d6aa1bd5 [2023-05-24T17:59:49.224Z] ---> 5122f1e9b228 [2023-05-24T17:59:49.224Z] Step 12/27 : WORKDIR /edgex-go [2023-05-24T17:59:49.224Z] ---> Running in 4d22c5cb5d82 [2023-05-24T17:59:49.486Z] Removing intermediate container 5e1b810db9a6 [2023-05-24T17:59:49.486Z] ---> 3e89f9646dce [2023-05-24T17:59:49.486Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-24T17:59:49.486Z] ---> Running in 5f2fad915e84 [2023-05-24T17:59:49.743Z] ---> 594c968155c2 [2023-05-24T17:59:49.743Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-05-24T17:59:49.743Z] Removing intermediate container 4d22c5cb5d82 [2023-05-24T17:59:49.743Z] ---> b6d9dbed6da9 [2023-05-24T17:59:49.743Z] [2023-05-24T17:59:49.743Z] Step 13/27 : FROM alpine:3.17 [2023-05-24T17:59:49.743Z] ---> 9ed4aefc74f6 [2023-05-24T17:59:49.743Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-24T17:59:50.001Z] Removing intermediate container 5f2fad915e84 [2023-05-24T17:59:50.001Z] ---> a50d5ddc22ff [2023-05-24T17:59:50.001Z] Step 21/23 : LABEL arch=x86_64 [2023-05-24T17:59:50.345Z] ---> Running in 4c6a1e1e0bf0 [2023-05-24T17:59:50.604Z] ---> Running in b1f4e07494fa [2023-05-24T17:59:50.938Z] Removing intermediate container 4c6a1e1e0bf0 [2023-05-24T17:59:50.938Z] ---> 1551f77437aa [2023-05-24T17:59:50.938Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-05-24T17:59:50.938Z] ---> 14587fad7d07 [2023-05-24T17:59:50.938Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-05-24T17:59:50.938Z] ---> Running in e36da0e515cf [2023-05-24T17:59:50.938Z] Removing intermediate container b1f4e07494fa [2023-05-24T17:59:50.938Z] ---> c0a0b1467617 [2023-05-24T17:59:50.938Z] Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T17:59:51.235Z] ---> Running in 04e73bb98792 [2023-05-24T17:59:51.593Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T17:59:51.879Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T17:59:52.155Z] v3.17.3-206-gfbe2944ce8c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-24T17:59:52.155Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-24T17:59:52.155Z] OK: 17823 distinct packages available [2023-05-24T17:59:52.155Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T17:59:52.155Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T17:59:52.443Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-05-24T17:59:52.443Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-05-24T17:59:52.443Z] (3/4) Installing libucontext (1.2-r0) [2023-05-24T17:59:52.443Z] (4/4) Installing gcompat (1.1.0-r0) [2023-05-24T17:59:52.443Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T17:59:52.443Z] OK: 7 MiB in 19 packages [2023-05-24T17:59:52.726Z] Removing intermediate container 04e73bb98792 [2023-05-24T17:59:52.726Z] ---> c55445b8eccc [2023-05-24T17:59:52.726Z] Step 23/23 : LABEL version=0.0.0 [2023-05-24T17:59:52.726Z] ---> 8f7d17167cae [2023-05-24T17:59:52.726Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-05-24T17:59:52.726Z] ---> Running in 1dcdf95336d7 [2023-05-24T17:59:52.726Z] ---> Running in b2ee0d5d0930 [2023-05-24T17:59:52.988Z] Removing intermediate container 1dcdf95336d7 [2023-05-24T17:59:52.988Z] ---> 2f0f31efa9f8 [2023-05-24T17:59:52.988Z] [2023-05-24T17:59:52.988Z] Removing intermediate container b2ee0d5d0930 [2023-05-24T17:59:52.988Z] ---> 00b28b25a05a [2023-05-24T17:59:52.988Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-24T17:59:52.988Z] Successfully built 2f0f31efa9f8 [2023-05-24T17:59:52.988Z] ---> Running in 713689711b8a [2023-05-24T17:59:52.988Z] Successfully tagged security-proxy-auth:latest [2023-05-24T17:59:52.988Z]  Building security-proxy-auth ... done Building security-spire-server [2023-05-24T17:59:53.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-05-24T17:59:53.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-05-24T17:59:53.701Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.497s coverage: 0.9% of statements [2023-05-24T17:59:53.701Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.302s coverage: 29.0% of statements [2023-05-24T17:59:57.512Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T17:59:57.512Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-05-24T17:59:57.512Z] ---> 17744391f2ff [2023-05-24T17:59:57.512Z] Step 3/26 : WORKDIR /edgex-go [2023-05-24T17:59:57.513Z] ---> Using cache [2023-05-24T17:59:57.513Z] ---> e09d91192e1e [2023-05-24T17:59:57.513Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-05-24T17:59:57.513Z] ---> Using cache [2023-05-24T17:59:57.513Z] ---> f5fc91708d5e [2023-05-24T17:59:57.513Z] Step 5/26 : COPY go.mod vendor* ./ [2023-05-24T17:59:57.513Z] ---> Using cache [2023-05-24T17:59:57.513Z] ---> 33eb75fe0f56 [2023-05-24T17:59:57.513Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T17:59:57.513Z] ---> Using cache [2023-05-24T17:59:57.513Z] ---> f2e2d1ea9b9e [2023-05-24T17:59:57.513Z] Step 7/26 : COPY . . [2023-05-24T17:59:57.513Z] ---> Using cache [2023-05-24T17:59:57.513Z] ---> 8cfd2d4c14f5 [2023-05-24T17:59:57.513Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-05-24T17:59:57.513Z] ---> Using cache [2023-05-24T17:59:57.513Z] ---> 34abde408d1f [2023-05-24T17:59:57.513Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-05-24T17:59:57.513Z] ---> Using cache [2023-05-24T17:59:57.513Z] ---> 3fa897255a3c [2023-05-24T17:59:57.513Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-24T17:59:57.513Z] ---> Using cache [2023-05-24T17:59:57.513Z] ---> 1aea9dc128e3 [2023-05-24T17:59:57.513Z] 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-24T17:59:59.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.354s coverage: 42.9% of statements [2023-05-24T17:59:59.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.276s coverage: 82.9% of statements [2023-05-24T17:59:59.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.253s coverage: 94.1% of statements [2023-05-24T17:59:59.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.342s coverage: 96.3% of statements [2023-05-24T18:00:03.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.250s coverage: 87.5% of statements [2023-05-24T18:00:05.627Z] Removing intermediate container 713689711b8a [2023-05-24T18:00:05.627Z] ---> b7cc7d54d2e4 [2023-05-24T18:00:05.627Z] Step 21/23 : LABEL arch=x86_64 [2023-05-24T18:00:05.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-05-24T18:00:06.196Z] Removing intermediate container e36da0e515cf [2023-05-24T18:00:06.197Z] ---> 09c2bf253877 [2023-05-24T18:00:06.197Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:00:06.197Z] ---> Running in 5cee1e45286a [2023-05-24T18:00:06.197Z] ---> Running in 3777849e1b4a [2023-05-24T18:00:06.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-05-24T18:00:06.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-05-24T18:00:06.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-05-24T18:00:09.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-05-24T18:00:09.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-05-24T18:00:09.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-05-24T18:00:09.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-05-24T18:00:10.378Z] Removing intermediate container 5cee1e45286a [2023-05-24T18:00:10.378Z] ---> 98c776290736 [2023-05-24T18:00:10.378Z] Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:00:11.760Z] ---> 2e291a7156a7 [2023-05-24T18:00:11.760Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:00:11.760Z] ---> Running in 895059ca71be [2023-05-24T18:00:11.760Z] Removing intermediate container 895059ca71be [2023-05-24T18:00:11.760Z] ---> 0491542e6c78 [2023-05-24T18:00:11.760Z] Step 23/23 : LABEL version=0.0.0 [2023-05-24T18:00:12.018Z] ---> 4367280febb0 [2023-05-24T18:00:12.018Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-24T18:00:12.018Z] Removing intermediate container 3777849e1b4a [2023-05-24T18:00:12.018Z] ---> e943957a6269 [2023-05-24T18:00:12.018Z] Step 12/26 : WORKDIR /edgex-go [2023-05-24T18:00:12.018Z] Removing intermediate container df58444dc2f2 [2023-05-24T18:00:12.018Z] ---> 575b28a7dab7 [2023-05-24T18:00:12.018Z] [2023-05-24T18:00:12.018Z] Step 9/22 : FROM alpine:3.17 [2023-05-24T18:00:12.018Z] ---> 9ed4aefc74f6 [2023-05-24T18:00:12.018Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-05-24T18:00:12.018Z] ---> Running in 7a1386d88ba1 [2023-05-24T18:00:12.018Z] ---> Running in d3027168fc8f [2023-05-24T18:00:12.018Z] ---> Running in 23ec621d10a5 [2023-05-24T18:00:12.018Z] Removing intermediate container 8d1908baa1fb [2023-05-24T18:00:12.018Z] ---> 0e75c33efe66 [2023-05-24T18:00:12.018Z] [2023-05-24T18:00:12.018Z] Step 10/23 : FROM alpine:3.17 [2023-05-24T18:00:12.018Z] ---> 9ed4aefc74f6 [2023-05-24T18:00:12.018Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-24T18:00:12.884Z] ---> Running in 4953096433e6 [2023-05-24T18:00:14.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.248s coverage: 94.4% of statements [2023-05-24T18:00:14.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-05-24T18:00:14.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-05-24T18:00:14.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-05-24T18:00:14.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-05-24T18:00:16.282Z] Removing intermediate container 7a1386d88ba1 [2023-05-24T18:00:16.282Z] ---> a9afcc510617 [2023-05-24T18:00:16.282Z] [2023-05-24T18:00:16.282Z] Removing intermediate container d3027168fc8f [2023-05-24T18:00:16.282Z] ---> 47e4ff3ab946 [2023-05-24T18:00:16.282Z] [2023-05-24T18:00:16.282Z] Step 13/26 : FROM alpine:3.17 [2023-05-24T18:00:16.282Z] ---> 9ed4aefc74f6 [2023-05-24T18:00:16.282Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-24T18:00:16.282Z] ---> Using cache [2023-05-24T18:00:16.282Z] ---> 1551f77437aa [2023-05-24T18:00:16.282Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-24T18:00:16.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T18:00:16.282Z] ---> 45fe2b1d1283 [2023-05-24T18:00:16.282Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-05-24T18:00:16.282Z] ---> Running in 56f0b0076636 [2023-05-24T18:00:16.282Z] Successfully built a9afcc510617 [2023-05-24T18:00:16.282Z] Successfully tagged core-data:latest [2023-05-24T18:00:16.282Z]  Building core-data ... done Building security-secretstore-setup [2023-05-24T18:00:16.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T18:00:16.543Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-24T18:00:16.543Z] (2/2) Installing openssl (3.0.8-r4) [2023-05-24T18:00:16.543Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T18:00:16.543Z] OK: 8 MiB in 17 packages [2023-05-24T18:00:16.802Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T18:00:16.802Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T18:00:17.140Z] (1/2) Installing ca-certificates (20230506-r0) [2023-05-24T18:00:17.402Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-24T18:00:17.402Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T18:00:17.402Z] Executing ca-certificates-20230506-r0.trigger [2023-05-24T18:00:17.402Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T18:00:17.402Z] OK: 8 MiB in 17 packages [2023-05-24T18:00:17.402Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T18:00:17.662Z] v3.17.3-206-gfbe2944ce8c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-24T18:00:17.662Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-24T18:00:17.662Z] OK: 17823 distinct packages available [2023-05-24T18:00:17.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T18:00:17.922Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T18:00:17.922Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-24T18:00:17.922Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-24T18:00:17.922Z] (3/5) Installing libucontext (1.2-r0) [2023-05-24T18:00:17.922Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-24T18:00:17.922Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-24T18:00:17.922Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T18:00:18.182Z] OK: 8 MiB in 20 packages [2023-05-24T18:00:22.456Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T18:00:22.456Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-24T18:00:22.456Z] ---> 17744391f2ff [2023-05-24T18:00:22.456Z] Step 3/25 : WORKDIR /edgex-go [2023-05-24T18:00:22.456Z] ---> Using cache [2023-05-24T18:00:22.456Z] ---> e09d91192e1e [2023-05-24T18:00:22.456Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-05-24T18:00:22.456Z] ---> Using cache [2023-05-24T18:00:22.456Z] ---> 0dbebe519f6f [2023-05-24T18:00:22.456Z] Step 5/25 : COPY go.mod vendor* ./ [2023-05-24T18:00:22.456Z] ---> Using cache [2023-05-24T18:00:22.456Z] ---> d905e06cad41 [2023-05-24T18:00:22.456Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T18:00:22.456Z] ---> Using cache [2023-05-24T18:00:22.456Z] ---> 00c4b1bc6313 [2023-05-24T18:00:22.456Z] Step 7/25 : COPY . . [2023-05-24T18:00:22.456Z] ---> Using cache [2023-05-24T18:00:22.456Z] ---> 5d7d7de299ad [2023-05-24T18:00:22.456Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-05-24T18:00:22.863Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-05-24T18:00:22.863Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-05-24T18:00:24.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-05-24T18:00:27.739Z] ---> e8c7176950d4 [2023-05-24T18:00:27.739Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-05-24T18:00:27.739Z] ---> Running in 71d037910f4f [2023-05-24T18:00:27.739Z] ---> Running in 89faa85ae4b2 [2023-05-24T18:00:27.739Z] Removing intermediate container 23ec621d10a5 [2023-05-24T18:00:27.739Z] ---> 38f97a8e0764 [2023-05-24T18:00:27.739Z] 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-24T18:00:27.739Z] Removing intermediate container 89faa85ae4b2 [2023-05-24T18:00:27.739Z] ---> 8c95bdcfd9ae [2023-05-24T18:00:27.739Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-05-24T18:00:27.739Z] ---> Running in 12f0d0d43c6f [2023-05-24T18:00:27.739Z] Removing intermediate container 4953096433e6 [2023-05-24T18:00:27.739Z] ---> 49270a02b62e [2023-05-24T18:00:27.739Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-24T18:00:27.739Z] ---> Running in 9ecf662a42be [2023-05-24T18:00:27.739Z] 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-24T18:00:27.739Z] Removing intermediate container 12f0d0d43c6f [2023-05-24T18:00:27.739Z] ---> 283d754c1af4 [2023-05-24T18:00:27.739Z] Step 12/22 : WORKDIR /edgex [2023-05-24T18:00:27.739Z] Removing intermediate container 56f0b0076636 [2023-05-24T18:00:27.739Z] ---> 1cf830f24134 [2023-05-24T18:00:27.739Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:00:27.739Z] ---> 8b0e9d1b3c00 [2023-05-24T18:00:27.739Z] Step 22/27 : WORKDIR / [2023-05-24T18:00:27.739Z] ---> Running in 982bc2592036 [2023-05-24T18:00:27.739Z] ---> Running in 9173b7dba422 [2023-05-24T18:00:27.739Z] Removing intermediate container 9ecf662a42be [2023-05-24T18:00:27.739Z] ---> dd9c9e01e6bd [2023-05-24T18:00:27.739Z] Step 13/23 : ENV APP_PORT=59860 [2023-05-24T18:00:28.000Z] ---> Running in a08491a75cf9 [2023-05-24T18:00:28.000Z] Removing intermediate container 982bc2592036 [2023-05-24T18:00:28.000Z] ---> 1bc7ae4dba1b [2023-05-24T18:00:28.000Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:00:28.000Z] ---> b47d11d40d84 [2023-05-24T18:00:28.000Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:00:28.000Z] Removing intermediate container 9173b7dba422 [2023-05-24T18:00:28.000Z] ---> 96cc88ee8da5 [2023-05-24T18:00:28.000Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-24T18:00:28.277Z] Removing intermediate container a08491a75cf9 [2023-05-24T18:00:28.277Z] ---> 8fea1d17343d [2023-05-24T18:00:28.277Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-24T18:00:28.537Z] ---> Running in cf1f7851f994 [2023-05-24T18:00:28.799Z] ---> 176659369633 [2023-05-24T18:00:28.799Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:00:28.799Z] ---> Running in 775d1b0474ed [2023-05-24T18:00:28.799Z] ---> 04026e01fe56 [2023-05-24T18:00:28.799Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-24T18:00:28.799Z] Removing intermediate container cf1f7851f994 [2023-05-24T18:00:28.799Z] ---> 1695805c8d0a [2023-05-24T18:00:28.799Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-24T18:00:28.799Z] Removing intermediate container 775d1b0474ed [2023-05-24T18:00:28.799Z] ---> 5e5c6f89beb7 [2023-05-24T18:00:28.799Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:00:29.060Z] ---> Running in 6c1c6958f80e [2023-05-24T18:00:29.060Z] ---> 4212592a13ed [2023-05-24T18:00:29.060Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-05-24T18:00:29.060Z] Removing intermediate container 6c1c6958f80e [2023-05-24T18:00:29.060Z] ---> 227a80170f71 [2023-05-24T18:00:29.060Z] Step 25/27 : LABEL arch=x86_64 [2023-05-24T18:00:29.060Z] ---> Running in a0536d9e1796 [2023-05-24T18:00:29.060Z] ---> e01bf93b1448 [2023-05-24T18:00:29.060Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:00:29.060Z] ---> 14e66f75863d [2023-05-24T18:00:29.060Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-05-24T18:00:29.320Z] Removing intermediate container a0536d9e1796 [2023-05-24T18:00:29.320Z] ---> 4e1d7327cf68 [2023-05-24T18:00:29.320Z] Step 26/27 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:00:30.583Z] ---> Running in fd0fc92d0687 [2023-05-24T18:00:30.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.285s coverage: 79.9% of statements [2023-05-24T18:00:30.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.305s coverage: 92.9% of statements [2023-05-24T18:00:30.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.080s coverage: 64.4% of statements [2023-05-24T18:00:30.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.261s coverage: 62.3% of statements [2023-05-24T18:00:30.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.228s coverage: 87.2% of statements [2023-05-24T18:00:30.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.197s coverage: 20.0% of statements [2023-05-24T18:00:30.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.197s coverage: 100.0% of statements [2023-05-24T18:00:30.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.530s coverage: 81.8% of statements [2023-05-24T18:00:31.967Z] ---> 993c0bab1929 [2023-05-24T18:00:31.967Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-05-24T18:00:31.967Z] ---> 15469e84a6d3 [2023-05-24T18:00:31.967Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-05-24T18:00:31.967Z] Removing intermediate container fd0fc92d0687 [2023-05-24T18:00:31.967Z] ---> 69a52b75946c [2023-05-24T18:00:31.967Z] Step 27/27 : LABEL version=0.0.0 [2023-05-24T18:00:31.967Z] ---> de4e07fe8cc7 [2023-05-24T18:00:31.967Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-05-24T18:00:31.967Z] ---> Running in b36f393aa672 [2023-05-24T18:00:32.901Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-05-24T18:00:32.901Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-05-24T18:00:33.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.561s coverage: 82.1% of statements [2023-05-24T18:00:33.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.258s coverage: 86.0% of statements [2023-05-24T18:00:33.876Z] ---> ec237d122f4a [2023-05-24T18:00:33.876Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-24T18:00:33.876Z] Removing intermediate container b36f393aa672 [2023-05-24T18:00:33.876Z] ---> ab6480c5fe9a [2023-05-24T18:00:33.876Z] [2023-05-24T18:00:33.876Z] Successfully built ab6480c5fe9a [2023-05-24T18:00:33.876Z] Successfully tagged security-spire-config:latest [2023-05-24T18:00:33.876Z]  Building security-spire-config ... done Building security-spire-agent [2023-05-24T18:00:33.876Z] ---> 0bd9addf60bc [2023-05-24T18:00:33.876Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-05-24T18:00:33.876Z] ---> 145474a09625 [2023-05-24T18:00:33.876Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-05-24T18:00:33.876Z] ---> Running in c026c7b1e87b [2023-05-24T18:00:39.247Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T18:00:39.247Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-24T18:00:39.247Z] ---> 17744391f2ff [2023-05-24T18:00:39.247Z] Step 3/27 : WORKDIR /edgex-go [2023-05-24T18:00:39.247Z] ---> Using cache [2023-05-24T18:00:39.247Z] ---> e09d91192e1e [2023-05-24T18:00:39.247Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-24T18:00:39.247Z] ---> Using cache [2023-05-24T18:00:39.247Z] ---> f5fc91708d5e [2023-05-24T18:00:39.247Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-24T18:00:39.247Z] ---> Using cache [2023-05-24T18:00:39.247Z] ---> 33eb75fe0f56 [2023-05-24T18:00:39.247Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T18:00:39.247Z] ---> Using cache [2023-05-24T18:00:39.247Z] ---> f2e2d1ea9b9e [2023-05-24T18:00:39.247Z] Step 7/27 : COPY . . [2023-05-24T18:00:39.247Z] ---> Using cache [2023-05-24T18:00:39.247Z] ---> 8cfd2d4c14f5 [2023-05-24T18:00:39.247Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-24T18:00:39.247Z] ---> Using cache [2023-05-24T18:00:39.247Z] ---> 34abde408d1f [2023-05-24T18:00:39.247Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-24T18:00:39.247Z] ---> Using cache [2023-05-24T18:00:39.247Z] ---> 3fa897255a3c [2023-05-24T18:00:39.247Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-24T18:00:39.247Z] ---> Using cache [2023-05-24T18:00:39.247Z] ---> 1aea9dc128e3 [2023-05-24T18:00:39.247Z] 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-24T18:00:39.247Z] ---> Using cache [2023-05-24T18:00:39.247Z] ---> 5122f1e9b228 [2023-05-24T18:00:39.247Z] Step 12/27 : WORKDIR /edgex-go [2023-05-24T18:00:39.247Z] ---> Using cache [2023-05-24T18:00:39.247Z] ---> b6d9dbed6da9 [2023-05-24T18:00:39.247Z] [2023-05-24T18:00:39.247Z] Step 13/27 : FROM alpine:3.17 [2023-05-24T18:00:39.247Z] ---> 9ed4aefc74f6 [2023-05-24T18:00:39.247Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-24T18:00:39.247Z] ---> Using cache [2023-05-24T18:00:39.247Z] ---> 1551f77437aa [2023-05-24T18:00:39.247Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-24T18:00:39.247Z] ---> Using cache [2023-05-24T18:00:39.247Z] ---> 1cf830f24134 [2023-05-24T18:00:39.247Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:00:39.247Z] ---> Using cache [2023-05-24T18:00:41.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-05-24T18:00:41.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-05-24T18:00:41.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.228s coverage: 63.1% of statements [2023-05-24T18:00:41.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.273s coverage: 100.0% of statements [2023-05-24T18:00:42.538Z] ---> b47d11d40d84 [2023-05-24T18:00:42.538Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:00:42.538Z] ---> Using cache [2023-05-24T18:00:42.538Z] ---> 941489ceb6b4 [2023-05-24T18:00:42.538Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-05-24T18:00:42.538Z] ---> 04026e01fe56 [2023-05-24T18:00:42.538Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-05-24T18:00:42.538Z] ---> ac6cbfd8da9c [2023-05-24T18:00:42.538Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-05-24T18:00:42.538Z] ---> Running in 77d8a6db38e8 [2023-05-24T18:00:42.538Z] Removing intermediate container 77d8a6db38e8 [2023-05-24T18:00:42.538Z] ---> 70498aefb10d [2023-05-24T18:00:42.538Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-24T18:00:42.797Z] ---> Running in 528257949d3b [2023-05-24T18:00:42.797Z] ---> 11647192e425 [2023-05-24T18:00:42.797Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-24T18:00:42.797Z] Removing intermediate container c026c7b1e87b [2023-05-24T18:00:42.797Z] ---> 6aaab128c10a [2023-05-24T18:00:42.797Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-05-24T18:00:42.797Z] ---> Running in ebb50a4db3f8 [2023-05-24T18:00:42.797Z] ---> Running in 7b9ce1e3b687 [2023-05-24T18:00:42.797Z] Removing intermediate container 528257949d3b [2023-05-24T18:00:42.797Z] ---> 9155f188d9cb [2023-05-24T18:00:42.797Z] Step 21/23 : LABEL arch=x86_64 [2023-05-24T18:00:43.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.138s coverage: 89.4% of statements [2023-05-24T18:00:43.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.105s coverage: 100.0% of statements [2023-05-24T18:00:43.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.112s coverage: 73.7% of statements [2023-05-24T18:00:43.956Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-05-24T18:00:43.956Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-05-24T18:00:43.956Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-05-24T18:00:44.224Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.084s coverage: 100.0% of statements [2023-05-24T18:00:44.701Z] ---> Running in 7b6f93aa1ec2 [2023-05-24T18:00:44.701Z] Removing intermediate container ebb50a4db3f8 [2023-05-24T18:00:44.701Z] ---> 26493f7dcea7 [2023-05-24T18:00:44.701Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-24T18:00:44.960Z] Removing intermediate container 7b9ce1e3b687 [2023-05-24T18:00:44.960Z] ---> aecfb7c1456b [2023-05-24T18:00:44.960Z] Step 20/22 : LABEL arch=x86_64 [2023-05-24T18:00:45.239Z] Removing intermediate container 7b6f93aa1ec2 [2023-05-24T18:00:45.239Z] ---> ebb73c01a4fc [2023-05-24T18:00:45.239Z] Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 ---> Running in db58e69d2601 [2023-05-24T18:00:45.239Z] [2023-05-24T18:00:45.239Z] ---> a1206be94eab [2023-05-24T18:00:45.239Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-24T18:00:45.239Z] ---> Running in 200eb5eb87c6 [2023-05-24T18:00:45.239Z] ---> Running in 4cdb1e811afb [2023-05-24T18:00:45.239Z] Removing intermediate container db58e69d2601 [2023-05-24T18:00:45.239Z] ---> 45cfeac0b476 [2023-05-24T18:00:45.239Z] Step 24/26 : LABEL arch=x86_64 [2023-05-24T18:00:46.177Z] Removing intermediate container 200eb5eb87c6 [2023-05-24T18:00:46.177Z] ---> 22fb9aaf1ff6 [2023-05-24T18:00:46.177Z] Step 21/22 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:00:48.722Z] ---> Running in 23b5d6bb70f4 [2023-05-24T18:00:48.722Z] Removing intermediate container 4cdb1e811afb [2023-05-24T18:00:48.722Z] ---> 381a05352411 [2023-05-24T18:00:48.722Z] Step 23/23 : LABEL version=0.0.0 [2023-05-24T18:00:48.722Z] ---> 20cead193e20 [2023-05-24T18:00:48.722Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-05-24T18:00:48.722Z] ---> Running in 8d22b88ecff0 [2023-05-24T18:00:48.722Z] ---> Running in 28a250c4ff6a [2023-05-24T18:00:48.722Z] Removing intermediate container 23b5d6bb70f4 [2023-05-24T18:00:48.722Z] ---> bef6b73e025d [2023-05-24T18:00:48.722Z] Step 25/26 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:00:48.722Z] ---> Running in 7d54d2fbf723 [2023-05-24T18:00:48.722Z] Removing intermediate container 28a250c4ff6a [2023-05-24T18:00:48.722Z] ---> d447d900df64 [2023-05-24T18:00:48.722Z] [2023-05-24T18:00:48.722Z] Removing intermediate container 8d22b88ecff0 [2023-05-24T18:00:48.722Z] ---> 98bb085e7055 [2023-05-24T18:00:48.722Z] Step 22/22 : LABEL version=0.0.0 [2023-05-24T18:00:48.722Z] ---> Running in 2316731e02a9 [2023-05-24T18:00:48.722Z] Successfully built d447d900df64 [2023-05-24T18:00:48.722Z] ---> be1bee56f754 [2023-05-24T18:00:48.722Z] Successfully tagged support-notifications:latest [2023-05-24T18:00:48.722Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-05-24T18:00:48.722Z]  Building support-notifications ... done Building security-bootstrapper [2023-05-24T18:00:48.722Z] Removing intermediate container 7d54d2fbf723 [2023-05-24T18:00:48.722Z] ---> 95b3760d4bcb [2023-05-24T18:00:48.722Z] Step 26/26 : LABEL version=0.0.0 [2023-05-24T18:00:48.722Z] ---> Running in 9bfd7348a4a3 [2023-05-24T18:00:48.722Z] Removing intermediate container 2316731e02a9 [2023-05-24T18:00:48.722Z] ---> 5553ed12a2f1 [2023-05-24T18:00:48.722Z] [2023-05-24T18:00:48.722Z] Successfully built 5553ed12a2f1 [2023-05-24T18:00:49.296Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-05-24T18:00:53.538Z] Successfully tagged security-proxy-setup:latest [2023-05-24T18:00:53.538Z]  Building security-proxy-setup ... done Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T18:00:53.538Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-05-24T18:00:53.538Z] ---> 17744391f2ff [2023-05-24T18:00:53.538Z] Step 3/33 : WORKDIR /edgex-go [2023-05-24T18:00:53.538Z] ---> Using cache [2023-05-24T18:00:53.538Z] ---> e09d91192e1e [2023-05-24T18:00:53.538Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-05-24T18:00:53.538Z] ---> Using cache [2023-05-24T18:00:53.538Z] ---> 0dbebe519f6f [2023-05-24T18:00:53.538Z] Step 5/33 : COPY go.mod vendor* ./ [2023-05-24T18:00:53.538Z] ---> Using cache [2023-05-24T18:00:53.538Z] ---> d905e06cad41 [2023-05-24T18:00:53.538Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T18:00:53.538Z] ---> Using cache [2023-05-24T18:00:53.538Z] ---> 00c4b1bc6313 [2023-05-24T18:00:53.538Z] Step 7/33 : COPY . . [2023-05-24T18:00:53.538Z] ---> Using cache [2023-05-24T18:00:53.538Z] ---> 5d7d7de299ad [2023-05-24T18:00:53.538Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-05-24T18:00:54.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-05-24T18:00:54.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-05-24T18:00:54.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-05-24T18:00:54.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.127s coverage: 38.4% of statements [2023-05-24T18:00:54.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.291s coverage: 89.5% of statements [2023-05-24T18:00:58.840Z] Removing intermediate container 9bfd7348a4a3 [2023-05-24T18:00:58.840Z] ---> 3f3d22215f9a [2023-05-24T18:00:58.840Z] [2023-05-24T18:00:58.840Z] ---> e4f190a6b709 [2023-05-24T18:00:58.840Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-05-24T18:00:58.840Z] ---> Running in 2afe8de2df09 [2023-05-24T18:00:58.840Z] Successfully built 3f3d22215f9a [2023-05-24T18:00:58.840Z] Successfully tagged security-spire-server:latest [2023-05-24T18:00:58.840Z]  Building security-spire-server ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-05-24T18:00:59.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-05-24T18:00:59.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-05-24T18:00:59.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-05-24T18:00:59.674Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-05-24T18:00:59.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.248s coverage: 84.8% of statements [2023-05-24T18:01:00.232Z] ---> d84cc9b68341 [2023-05-24T18:01:00.233Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-24T18:01:01.631Z] ---> Running in b085f9a06fa5 [2023-05-24T18:01:01.631Z] Removing intermediate container 71d037910f4f [2023-05-24T18:01:01.631Z] ---> 1717b3be60c8 [2023-05-24T18:01:01.631Z] [2023-05-24T18:01:01.631Z] Step 9/25 : FROM alpine:3.17 [2023-05-24T18:01:01.631Z] ---> 9ed4aefc74f6 [2023-05-24T18:01:01.631Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-05-24T18:01:01.631Z] ---> Running in 44942f93cc67 [2023-05-24T18:01:01.631Z] Removing intermediate container b085f9a06fa5 [2023-05-24T18:01:01.631Z] ---> cee0a6990d10 [2023-05-24T18:01:01.631Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-24T18:01:01.631Z] ---> Running in 82e172c1dfb8 [2023-05-24T18:01:01.913Z] Removing intermediate container 82e172c1dfb8 [2023-05-24T18:01:01.913Z] ---> 72ec56b237df [2023-05-24T18:01:01.913Z] Step 25/27 : LABEL arch=x86_64 [2023-05-24T18:01:01.913Z] ---> Running in 20298552a25d [2023-05-24T18:01:01.913Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T18:01:02.186Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T18:01:02.186Z] Removing intermediate container 20298552a25d [2023-05-24T18:01:02.186Z] ---> 9bf3d6acfbf8 [2023-05-24T18:01:02.186Z] Step 26/27 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:01:02.186Z] ---> Running in 00f85606fc18 [2023-05-24T18:01:02.186Z] (1/3) Installing ca-certificates (20230506-r0) [2023-05-24T18:01:02.474Z] Removing intermediate container 00f85606fc18 [2023-05-24T18:01:02.474Z] ---> 71e506967b19 [2023-05-24T18:01:02.474Z] Step 27/27 : LABEL version=0.0.0 [2023-05-24T18:01:02.474Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-05-24T18:01:02.474Z] (3/3) Installing su-exec (0.2-r2) [2023-05-24T18:01:02.474Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T18:01:02.474Z] Executing ca-certificates-20230506-r0.trigger [2023-05-24T18:01:02.474Z] ---> Running in fc16522a67d8 [2023-05-24T18:01:02.474Z] OK: 8 MiB in 18 packages [2023-05-24T18:01:02.737Z] Removing intermediate container fc16522a67d8 [2023-05-24T18:01:02.737Z] ---> 3668066af243 [2023-05-24T18:01:02.737Z] [2023-05-24T18:01:02.737Z] Successfully built 3668066af243 [2023-05-24T18:01:02.737Z] Successfully tagged security-spire-agent:latest [2023-05-24T18:01:04.121Z]  Building security-spire-agent ... done Removing intermediate container 44942f93cc67 [2023-05-24T18:01:04.121Z] ---> 7c46655ba980 [2023-05-24T18:01:04.121Z] 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-24T18:01:04.391Z] ---> Running in 2331e85e05b2 [2023-05-24T18:01:04.651Z] Removing intermediate container 2331e85e05b2 [2023-05-24T18:01:04.651Z] ---> 7e44f5977652 [2023-05-24T18:01:04.651Z] Step 12/25 : WORKDIR / [2023-05-24T18:01:04.651Z] ---> Running in 98a566330653 [2023-05-24T18:01:04.914Z] Removing intermediate container 98a566330653 [2023-05-24T18:01:04.914Z] ---> eb37f31faa24 [2023-05-24T18:01:04.914Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:01:05.175Z] ---> f39e0263173a [2023-05-24T18:01:05.175Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:01:05.847Z] ---> 84b05a76efa4 [2023-05-24T18:01:05.847Z] 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-24T18:01:06.129Z] ---> 24357529d743 [2023-05-24T18:01:06.129Z] 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-24T18:01:06.393Z] ---> 3037ac91cca4 [2023-05-24T18:01:06.393Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-05-24T18:01:06.393Z] ---> d34b65dedfac [2023-05-24T18:01:06.393Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-05-24T18:01:07.000Z] ---> b1432e4509f4 [2023-05-24T18:01:07.000Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-05-24T18:01:07.948Z] ---> f02bc76098a0 [2023-05-24T18:01:07.948Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-05-24T18:01:08.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-05-24T18:01:08.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-05-24T18:01:08.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-05-24T18:01:08.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-05-24T18:01:08.528Z] ---> 0dd4759f6b02 [2023-05-24T18:01:08.528Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-24T18:01:08.528Z] ---> Running in 47ce0431a170 [2023-05-24T18:01:09.095Z] Removing intermediate container 47ce0431a170 [2023-05-24T18:01:09.095Z] ---> 5f994d7d2d9e [2023-05-24T18:01:09.095Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-05-24T18:01:09.095Z] ---> Running in 04d77c36d667 [2023-05-24T18:01:09.358Z] Removing intermediate container 04d77c36d667 [2023-05-24T18:01:09.358Z] ---> a6a1b7155279 [2023-05-24T18:01:09.358Z] Step 23/25 : LABEL arch=x86_64 [2023-05-24T18:01:09.358Z] ---> Running in a42853cecd1b [2023-05-24T18:01:09.358Z] Removing intermediate container a42853cecd1b [2023-05-24T18:01:09.358Z] ---> a304e8df3a10 [2023-05-24T18:01:09.358Z] Step 24/25 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:01:09.358Z] ---> Running in 67454f08846e [2023-05-24T18:01:09.358Z] Removing intermediate container 67454f08846e [2023-05-24T18:01:09.358Z] ---> 12fb182b044c [2023-05-24T18:01:09.358Z] Step 25/25 : LABEL version=0.0.0 [2023-05-24T18:01:09.618Z] ---> Running in 8dab222ea9e5 [2023-05-24T18:01:09.618Z] Removing intermediate container 8dab222ea9e5 [2023-05-24T18:01:09.618Z] ---> da45537342f0 [2023-05-24T18:01:09.618Z] [2023-05-24T18:01:09.618Z] Successfully built da45537342f0 [2023-05-24T18:01:09.618Z] Successfully tagged security-secretstore-setup:latest [2023-05-24T18:01:14.829Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.335s coverage: 17.7% of statements [2023-05-24T18:01:15.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-05-24T18:01:15.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-05-24T18:01:15.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-05-24T18:01:15.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-05-24T18:01:16.383Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.672s coverage: 92.3% of statements [2023-05-24T18:01:17.790Z]  Building security-secretstore-setup ... done Removing intermediate container 2afe8de2df09 [2023-05-24T18:01:17.790Z] ---> acef5cdbe780 [2023-05-24T18:01:17.790Z] [2023-05-24T18:01:17.790Z] Step 9/33 : FROM alpine:3.17 [2023-05-24T18:01:17.790Z] ---> 9ed4aefc74f6 [2023-05-24T18:01:17.790Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-24T18:01:17.790Z] ---> Using cache [2023-05-24T18:01:17.790Z] ---> c51f34498ae0 [2023-05-24T18:01:17.790Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-05-24T18:01:18.050Z] ---> Running in 48a32b29caeb [2023-05-24T18:01:18.619Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-24T18:01:18.879Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-24T18:01:18.879Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-24T18:01:18.879Z] (2/2) Installing su-exec (0.2-r2) [2023-05-24T18:01:19.140Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T18:01:19.140Z] OK: 7 MiB in 17 packages [2023-05-24T18:01:19.399Z] Removing intermediate container 48a32b29caeb [2023-05-24T18:01:19.399Z] ---> e83e73bfc70c [2023-05-24T18:01:19.399Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-05-24T18:01:19.400Z] ---> Running in 2208ed70f4aa [2023-05-24T18:01:19.400Z] Removing intermediate container 2208ed70f4aa [2023-05-24T18:01:19.400Z] ---> 36d7307d0c7a [2023-05-24T18:01:19.400Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-05-24T18:01:19.400Z] ---> Running in 9ff0cd9af4b4 [2023-05-24T18:01:19.659Z] Removing intermediate container 9ff0cd9af4b4 [2023-05-24T18:01:19.659Z] ---> 3d983ac43c8c [2023-05-24T18:01:19.659Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-05-24T18:01:19.659Z] ---> Running in ab3ecd4837b6 [2023-05-24T18:01:19.659Z] Removing intermediate container ab3ecd4837b6 [2023-05-24T18:01:19.659Z] ---> c0a9819b0403 [2023-05-24T18:01:19.659Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-05-24T18:01:19.659Z] ---> Running in 80bf948cc0cf [2023-05-24T18:01:19.659Z] Removing intermediate container 80bf948cc0cf [2023-05-24T18:01:19.659Z] ---> abeeeacfcd2e [2023-05-24T18:01:19.659Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-05-24T18:01:19.659Z] ---> Running in 720ed090280e [2023-05-24T18:01:20.231Z] Removing intermediate container 720ed090280e [2023-05-24T18:01:20.231Z] ---> acc9b712e8ff [2023-05-24T18:01:20.231Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-05-24T18:01:20.231Z] ---> Running in d2ec8126303b [2023-05-24T18:01:20.491Z] Removing intermediate container d2ec8126303b [2023-05-24T18:01:20.491Z] ---> b01e707319e0 [2023-05-24T18:01:20.491Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-05-24T18:01:20.491Z] ---> c7263fc0c1ff [2023-05-24T18:01:20.491Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-05-24T18:01:20.491Z] ---> Running in 62a36d6b4302 [2023-05-24T18:01:20.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-05-24T18:01:20.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-05-24T18:01:20.920Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.314s coverage: 61.5% of statements [2023-05-24T18:01:21.064Z] Removing intermediate container 62a36d6b4302 [2023-05-24T18:01:21.064Z] ---> 54659558197b [2023-05-24T18:01:21.064Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:01:21.064Z] ---> 72a8d3703730 [2023-05-24T18:01:21.064Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:01:21.324Z] ---> 8b63fa82a864 [2023-05-24T18:01:21.324Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-05-24T18:01:21.895Z] ---> 8104842eece9 [2023-05-24T18:01:21.895Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-05-24T18:01:22.155Z] ---> b0070aec8a10 [2023-05-24T18:01:22.155Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-05-24T18:01:22.155Z] ---> 44a01513abea [2023-05-24T18:01:22.155Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-05-24T18:01:22.414Z] ---> 7137d317d703 [2023-05-24T18:01:22.414Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-05-24T18:01:22.414Z] ---> 0aae05cbade9 [2023-05-24T18:01:22.414Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-05-24T18:01:22.674Z] ---> 71acf9382835 [2023-05-24T18:01:22.674Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-05-24T18:01:22.674Z] ---> Running in 6cb2340bbc19 [2023-05-24T18:01:23.246Z] Removing intermediate container 6cb2340bbc19 [2023-05-24T18:01:23.246Z] ---> bb787bc708de [2023-05-24T18:01:23.246Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-05-24T18:01:23.246Z] ---> Running in 6b202dd62cf8 [2023-05-24T18:01:23.246Z] Removing intermediate container 6b202dd62cf8 [2023-05-24T18:01:23.246Z] ---> ee94b712c0a4 [2023-05-24T18:01:23.246Z] Step 30/33 : CMD ["gate"] [2023-05-24T18:01:23.246Z] ---> Running in ce222502c475 [2023-05-24T18:01:23.246Z] Removing intermediate container ce222502c475 [2023-05-24T18:01:23.246Z] ---> 1fa412bbec22 [2023-05-24T18:01:23.246Z] Step 31/33 : LABEL arch=x86_64 [2023-05-24T18:01:23.246Z] ---> Running in 2fff15650456 [2023-05-24T18:01:23.507Z] Removing intermediate container 2fff15650456 [2023-05-24T18:01:23.507Z] ---> 6215ee5ecd05 [2023-05-24T18:01:23.507Z] Step 32/33 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:01:23.507Z] ---> Running in b7a02351c584 [2023-05-24T18:01:23.507Z] Removing intermediate container b7a02351c584 [2023-05-24T18:01:23.507Z] ---> 4c51d29ef9cc [2023-05-24T18:01:23.507Z] Step 33/33 : LABEL version=0.0.0 [2023-05-24T18:01:23.507Z] ---> Running in a4107f0837d1 [2023-05-24T18:01:23.507Z] Removing intermediate container a4107f0837d1 [2023-05-24T18:01:23.507Z] ---> 49a633c0c24e [2023-05-24T18:01:23.507Z] [2023-05-24T18:01:23.767Z] Successfully built 49a633c0c24e [2023-05-24T18:01:23.767Z] Successfully tagged security-bootstrapper:latest [2023-05-24T18:01:23.773Z]  Building security-bootstrapper ... done  [Pipeline] } [2023-05-24T18:01:23.788Z] $ docker stop --time=1 8dbea5efbe866d3d296ad902138a6e161e623fe72b495523edc17dc29b9a64a6 [2023-05-24T18:01:24.272Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-05-24T18:01:24.272Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-05-24T18:01:24.272Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.491s coverage: 97.7% of statements [2023-05-24T18:01:25.052Z] $ docker rm -f --volumes 8dbea5efbe866d3d296ad902138a6e161e623fe72b495523edc17dc29b9a64a6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-24T18:01:25.234Z] 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-24T18:01:25.234Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-24T18:01:25.234Z] go vet ./... [2023-05-24T18:01:25.473Z] + docker images [2023-05-24T18:01:25.473Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-05-24T18:01:25.473Z] security-bootstrapper latest 49a633c0c24e 2 seconds ago 22.2MB [2023-05-24T18:01:25.473Z] acef5cdbe780 10 seconds ago 1.71GB [2023-05-24T18:01:25.473Z] security-secretstore-setup latest da45537342f0 16 seconds ago 32.8MB [2023-05-24T18:01:25.473Z] security-spire-agent latest 3668066af243 23 seconds ago 161MB [2023-05-24T18:01:25.473Z] 1717b3be60c8 24 seconds ago 1.72GB [2023-05-24T18:01:25.473Z] security-spire-server latest 3f3d22215f9a 37 seconds ago 103MB [2023-05-24T18:01:25.473Z] security-proxy-setup latest 5553ed12a2f1 37 seconds ago 18.7MB [2023-05-24T18:01:25.473Z] support-notifications latest d447d900df64 37 seconds ago 32.4MB [2023-05-24T18:01:25.473Z] security-spire-config latest ab6480c5fe9a 53 seconds ago 102MB [2023-05-24T18:01:25.473Z] core-data latest a9afcc510617 About a minute ago 20MB [2023-05-24T18:01:25.473Z] 47e4ff3ab946 About a minute ago 1.58GB [2023-05-24T18:01:25.474Z] 0e75c33efe66 About a minute ago 1.79GB [2023-05-24T18:01:25.474Z] 575b28a7dab7 About a minute ago 1.7GB [2023-05-24T18:01:25.474Z] security-proxy-auth latest 2f0f31efa9f8 About a minute ago 18.3MB [2023-05-24T18:01:25.474Z] b6d9dbed6da9 About a minute ago 1.58GB [2023-05-24T18:01:25.474Z] 0ea65b481318 2 minutes ago 1.73GB [2023-05-24T18:01:25.474Z] c57a397d672d 2 minutes ago 1.7GB [2023-05-24T18:01:25.474Z] core-metadata latest 22377cab1289 3 minutes ago 20.4MB [2023-05-24T18:01:25.474Z] core-common-config-bootstrapper latest 5910ed969d0d 3 minutes ago 17.2MB [2023-05-24T18:01:25.474Z] core-command latest 30400e823d63 3 minutes ago 19.9MB [2023-05-24T18:01:25.474Z] security-spiffe-token-provider latest 48dda00f83e3 3 minutes ago 32.8MB [2023-05-24T18:01:25.474Z] support-scheduler latest a7e8444d9ee4 3 minutes ago 31.8MB [2023-05-24T18:01:25.474Z] 93ba9bb23b83 4 minutes ago 1.72GB [2023-05-24T18:01:25.474Z] 65f43bfd55ed 4 minutes ago 1.73GB [2023-05-24T18:01:25.474Z] 9281940ed929 4 minutes ago 1.72GB [2023-05-24T18:01:25.474Z] 2d3e186c2f9a 4 minutes ago 1.79GB [2023-05-24T18:01:25.474Z] 0da2da6ec04e 4 minutes ago 1.76GB [2023-05-24T18:01:25.474Z] ci-base-image-x86_64 latest 17744391f2ff 9 minutes ago 918MB [2023-05-24T18:01:25.474Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 4 weeks ago 700MB [2023-05-24T18:01:25.474Z] alpine 3.17 9ed4aefc74f6 8 weeks ago 7.05MB [2023-05-24T18:01:25.474Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 10 months ago 253MB [2023-05-24T18:01:25.474Z] 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-24T18:04:32.076Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-24T18:04:32.076Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-24T18:04:32.076Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-24T18:04:32.709Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-05-24T18:04:33.374Z] + ls -al . [2023-05-24T18:04:33.374Z] total 700 [2023-05-24T18:04:33.374Z] drwxrwxr-x 10 1001 1001 4096 May 24 17:55 . [2023-05-24T18:04:33.374Z] drwxr-xr-x 4 root root 4096 May 24 17:55 .. [2023-05-24T18:04:33.375Z] drwxrwxr-x 2 1001 1001 4096 May 24 17:53 .blubracket [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 16 May 24 17:53 .dockerignore [2023-05-24T18:04:33.375Z] drwxrwxr-x 8 1001 1001 4096 May 24 17:53 .git [2023-05-24T18:04:33.375Z] drwxrwxr-x 3 1001 1001 4096 May 24 17:53 .github [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 1133 May 24 17:53 .gitignore [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 42 May 24 17:53 .golangci.yml [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 87 May 24 17:53 .hadolint.yml [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 166 May 24 17:53 .sonarcloud.properties [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 1171 May 24 17:53 ADOPTERS.md [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 10835 May 24 17:53 Attribution.txt [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 73765 May 24 17:53 CHANGELOG.md [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 3804 May 24 17:53 CONTRIBUTING.md [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 677 May 24 17:53 GOVERNANCE.md [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 883 May 24 17:53 Jenkinsfile [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 10775 May 24 17:53 LICENSE [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 14368 May 24 17:53 Makefile [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 582 May 24 17:53 OWNERS.md [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 9902 May 24 17:53 README.md [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 789 May 24 17:53 SECURITY.md [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 5 May 24 17:51 VERSION [2023-05-24T18:04:33.375Z] drwxrwxr-x 2 1001 1001 4096 May 24 17:53 bin [2023-05-24T18:04:33.375Z] drwxrwxr-x 18 1001 1001 4096 May 24 17:53 cmd [2023-05-24T18:04:33.375Z] -rw-r--r-- 1 root root 447731 May 24 18:01 coverage.out [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 3159 May 24 17:53 go.mod [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 30958 May 24 17:53 go.sum [2023-05-24T18:04:33.375Z] drwxrwxr-x 7 1001 1001 4096 May 24 17:53 internal [2023-05-24T18:04:33.375Z] drwxrwxr-x 3 1001 1001 4096 May 24 17:53 openapi [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 594 May 24 17:53 security.txt [2023-05-24T18:04:33.375Z] drwxrwxr-x 4 1001 1001 4096 May 24 17:53 snap [2023-05-24T18:04:33.375Z] -rw-rw-r-- 1 1001 1001 204 May 24 17:53 version.go [Pipeline] sh [2023-05-24T18:04:34.051Z] + '[' -e coverage.out ] [2023-05-24T18:04:34.051Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-05-24T18:04:34.095Z] Warning: overwriting stash ‘coverage-report’ [2023-05-24T18:04:35.065Z] Stashed 1 file(s) [Pipeline] sh [2023-05-24T18:04:35.718Z] + make build [2023-05-24T18:04:35.718Z] 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-24T18:06:27.397Z] 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-24T18:06:27.397Z] 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-24T18:06:27.397Z] 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-24T18:06:31.663Z] 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-24T18:07:28.115Z] 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-24T18:07:28.115Z] 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-24T18:07:34.773Z] 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-24T18:07:40.113Z] 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-24T18:07:44.367Z] 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-24T18:07:48.617Z] 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-24T18:07:55.265Z] 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-24T18:08:02.044Z] $ docker stop --time=1 90472e7a4bb936a756fc6c673dedb68a76f0982292dec507f2a9d7f85082c63a [2023-05-24T18:08:04.184Z] $ docker rm -f --volumes 90472e7a4bb936a756fc6c673dedb68a76f0982292dec507f2a9d7f85082c63a [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-24T18:08:07.094Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-24T18:08:07.094Z] [2023-05-24T18:08:07.094Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-24T18:08:07.503Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-24T18:08:07.773Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-05-24T18:08:07.773Z] 29e5d40040c1: Pulling fs layer [2023-05-24T18:08:07.773Z] 1ce36da41761: Pulling fs layer [2023-05-24T18:08:07.773Z] 25b303627fd3: Pulling fs layer [2023-05-24T18:08:07.773Z] 29e5d40040c1: Verifying Checksum [2023-05-24T18:08:07.773Z] 29e5d40040c1: Download complete [2023-05-24T18:08:08.056Z] 1ce36da41761: Verifying Checksum [2023-05-24T18:08:08.056Z] 1ce36da41761: Download complete [2023-05-24T18:08:08.325Z] 29e5d40040c1: Pull complete [2023-05-24T18:08:09.742Z] 25b303627fd3: Verifying Checksum [2023-05-24T18:08:09.742Z] 25b303627fd3: Download complete [2023-05-24T18:08:09.742Z] 1ce36da41761: Pull complete [2023-05-24T18:08:19.826Z] 25b303627fd3: Pull complete [2023-05-24T18:08:19.826Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-05-24T18:08:19.826Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-24T18:08:19.826Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-24T18:08:20.361Z] prd-ubuntu20.04-docker-arm64-4c-16g-16740 does not seem to be running inside a container [2023-05-24T18:08:20.440Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-05-24T18:08:22.842Z] $ docker top c396fa959f770abc5aa1efb4067d98a43fa2b134b4103b0458892a3b2ef747f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-24T18:08:23.734Z] + docker-compose build --help [2023-05-24T18:08:23.734Z] + grep parallel [2023-05-24T18:08:29.078Z] --parallel Build images in parallel. [Pipeline] } [2023-05-24T18:08:29.122Z] $ docker stop --time=1 c396fa959f770abc5aa1efb4067d98a43fa2b134b4103b0458892a3b2ef747f0 [2023-05-24T18:08:30.791Z] $ docker rm -f --volumes c396fa959f770abc5aa1efb4067d98a43fa2b134b4103b0458892a3b2ef747f0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-24T18:08:31.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-24T18:08:31.586Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-24T18:08:31.870Z] prd-ubuntu20.04-docker-arm64-4c-16g-16740 does not seem to be running inside a container [2023-05-24T18:08:31.949Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-05-24T18:08:33.225Z] $ docker top 588741588f74f6024bc69fb702a4d37fde59212f1646b39bbdbf52fe1a4e15de -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-24T18:08:34.105Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-05-24T18:08:39.439Z] Building core-command ... [2023-05-24T18:08:39.439Z] Building core-common-config-bootstrapper ... [2023-05-24T18:08:39.439Z] Building core-data ... [2023-05-24T18:08:39.439Z] Building core-metadata ... [2023-05-24T18:08:39.439Z] Building security-bootstrapper ... [2023-05-24T18:08:39.439Z] Building security-proxy-auth ... [2023-05-24T18:08:39.439Z] Building security-proxy-setup ... [2023-05-24T18:08:39.439Z] Building security-secretstore-setup ... [2023-05-24T18:08:39.439Z] Building security-spiffe-token-provider ... [2023-05-24T18:08:39.439Z] Building security-spire-agent ... [2023-05-24T18:08:39.439Z] Building security-spire-config ... [2023-05-24T18:08:39.439Z] Building security-spire-server ... [2023-05-24T18:08:39.439Z] Building support-notifications ... [2023-05-24T18:08:39.439Z] Building support-scheduler ... [2023-05-24T18:08:39.439Z] Building security-proxy-setup [2023-05-24T18:08:39.439Z] Building core-data [2023-05-24T18:08:39.439Z] Building core-common-config-bootstrapper [2023-05-24T18:08:39.439Z] Building security-proxy-auth [2023-05-24T18:08:39.439Z] Building security-spire-agent [2023-05-24T18:09:26.261Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T18:09:26.261Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-24T18:09:26.261Z] ---> 8e464e6927ec [2023-05-24T18:09:26.261Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-24T18:09:26.261Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T18:09:26.261Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-24T18:09:26.261Z] ---> 8e464e6927ec [2023-05-24T18:09:26.261Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-24T18:09:26.261Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T18:09:26.261Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-24T18:09:26.261Z] ---> 8e464e6927ec [2023-05-24T18:09:26.261Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-24T18:09:26.261Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T18:09:26.261Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-05-24T18:09:26.261Z] ---> 8e464e6927ec [2023-05-24T18:09:26.261Z] Step 3/22 : WORKDIR /edgex-go [2023-05-24T18:09:26.261Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T18:09:26.261Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-24T18:09:26.261Z] ---> 8e464e6927ec [2023-05-24T18:09:26.261Z] Step 3/27 : WORKDIR /edgex-go [2023-05-24T18:09:26.261Z] ---> Running in a36e1375018c [2023-05-24T18:09:26.261Z] ---> Running in 09ce68a0c755 [2023-05-24T18:09:26.261Z] ---> Running in e1174d1347ca [2023-05-24T18:09:26.261Z] ---> Running in 9796e7921be0 [2023-05-24T18:09:26.261Z] ---> Running in 2fac0b920d09 [2023-05-24T18:09:26.261Z] Removing intermediate container a36e1375018c [2023-05-24T18:09:26.261Z] ---> a08e9b667d42 [2023-05-24T18:09:26.261Z] Step 4/23 : WORKDIR /edgex-go [2023-05-24T18:09:26.261Z] Removing intermediate container e1174d1347ca [2023-05-24T18:09:26.261Z] ---> b4ec8ff9ebe8 [2023-05-24T18:09:26.261Z] Step 4/23 : WORKDIR /edgex-go [2023-05-24T18:09:26.261Z] Removing intermediate container 2fac0b920d09 [2023-05-24T18:09:26.261Z] ---> 24930329e01d [2023-05-24T18:09:26.261Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl ---> Running in cb924ffe752e [2023-05-24T18:09:26.261Z] [2023-05-24T18:09:26.261Z] Removing intermediate container 9796e7921be0 [2023-05-24T18:09:26.261Z] ---> 39c57f48e7c3 [2023-05-24T18:09:26.261Z] Step 4/23 : WORKDIR /edgex-go [2023-05-24T18:09:26.261Z] Removing intermediate container 09ce68a0c755 [2023-05-24T18:09:26.261Z] ---> 4a75c4cf2b46 [2023-05-24T18:09:26.261Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-05-24T18:09:26.261Z] ---> Running in 3016f6a8594e [2023-05-24T18:09:26.261Z] ---> Running in 859894d60eba [2023-05-24T18:09:26.261Z] ---> Running in c3e11d5b7faf [2023-05-24T18:09:26.261Z] ---> Running in c6832188f809 [2023-05-24T18:09:26.261Z] Removing intermediate container cb924ffe752e [2023-05-24T18:09:26.261Z] ---> 5930550f82d5 [2023-05-24T18:09:26.261Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-24T18:09:26.261Z] Removing intermediate container c6832188f809 [2023-05-24T18:09:26.261Z] ---> 9daafa9e6df9 [2023-05-24T18:09:26.261Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-24T18:09:26.261Z] ---> Running in 6be6d3c0f800 [2023-05-24T18:09:26.261Z] Removing intermediate container 859894d60eba [2023-05-24T18:09:26.261Z] ---> 3c6bce23d16f [2023-05-24T18:09:26.261Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-24T18:09:26.528Z] ---> Running in fe9fb161e9f2 [2023-05-24T18:09:26.528Z] ---> Running in 48b578aa26c2 [2023-05-24T18:09:27.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:09:27.844Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:09:28.443Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:09:28.721Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:09:28.721Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:09:28.721Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:09:28.989Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:09:29.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:09:29.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:09:29.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:09:30.114Z] OK: 263 MiB in 53 packages [2023-05-24T18:09:30.383Z] OK: 263 MiB in 53 packages [2023-05-24T18:09:31.353Z] OK: 263 MiB in 53 packages [2023-05-24T18:09:31.624Z] OK: 263 MiB in 53 packages [2023-05-24T18:09:31.895Z] OK: 263 MiB in 53 packages [2023-05-24T18:09:32.483Z] Removing intermediate container c3e11d5b7faf [2023-05-24T18:09:32.483Z] ---> 5715e2fbfb65 [2023-05-24T18:09:32.483Z] Step 5/22 : COPY go.mod vendor* ./ [2023-05-24T18:09:32.759Z] Removing intermediate container 3016f6a8594e [2023-05-24T18:09:33.030Z] ---> 38dd2754f57b [2023-05-24T18:09:33.030Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-24T18:09:33.303Z] Removing intermediate container 48b578aa26c2 [2023-05-24T18:09:33.303Z] ---> 3ec1878fa7f3 [2023-05-24T18:09:33.303Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-24T18:09:33.570Z] Removing intermediate container 6be6d3c0f800 [2023-05-24T18:09:33.570Z] ---> 799f52feb8ef [2023-05-24T18:09:33.570Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-24T18:09:33.570Z] Removing intermediate container fe9fb161e9f2 [2023-05-24T18:09:33.570Z] ---> 2e128d5b024e [2023-05-24T18:09:33.570Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-24T18:09:33.839Z] ---> c124a2afd741 [2023-05-24T18:09:33.839Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T18:09:33.839Z] ---> 7fea01b0f822 [2023-05-24T18:09:33.839Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T18:09:33.839Z] ---> Running in 1613710e4070 [2023-05-24T18:09:34.107Z] ---> Running in 5f7574a1bdcc [2023-05-24T18:09:34.698Z] ---> dce65bf6ceb6 [2023-05-24T18:09:34.698Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T18:09:34.698Z] ---> Running in 9869b61647c5 [2023-05-24T18:09:35.296Z] ---> 5170d396c702 [2023-05-24T18:09:35.296Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T18:09:35.296Z] ---> b26f0cd5aa87 [2023-05-24T18:09:35.296Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T18:09:35.296Z] ---> Running in 159bd3a3c215 [2023-05-24T18:09:35.568Z] ---> Running in ed30a77beb05 [2023-05-24T18:11:42.238Z] Removing intermediate container 9869b61647c5 [2023-05-24T18:11:42.238Z] ---> 055eea81b764 [2023-05-24T18:11:42.238Z] Step 8/23 : COPY . . [2023-05-24T18:11:42.238Z] Removing intermediate container 1613710e4070 [2023-05-24T18:11:42.238Z] ---> f0dbf5bb3cbe [2023-05-24T18:11:42.238Z] Step 7/22 : COPY . . [2023-05-24T18:11:42.238Z] Removing intermediate container ed30a77beb05 [2023-05-24T18:11:42.238Z] ---> f7547330452c [2023-05-24T18:11:42.238Z] Step 8/23 : COPY . . [2023-05-24T18:11:42.238Z] Removing intermediate container 5f7574a1bdcc [2023-05-24T18:11:42.238Z] ---> 1213ee1fdc01 [2023-05-24T18:11:42.238Z] Step 7/27 : COPY . . [2023-05-24T18:11:42.238Z] Removing intermediate container 159bd3a3c215 [2023-05-24T18:11:42.238Z] ---> 3f9ddb800f66 [2023-05-24T18:11:42.238Z] Step 8/23 : COPY . . [2023-05-24T18:11:47.612Z] ---> 8b4fda311a00 [2023-05-24T18:11:47.612Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-05-24T18:11:47.612Z] ---> 6778b39513f8 [2023-05-24T18:11:47.612Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-24T18:11:47.612Z] ---> fd17760ba587 [2023-05-24T18:11:47.612Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-05-24T18:11:47.612Z] ---> 1b2cf3b7c3dd [2023-05-24T18:11:47.612Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-05-24T18:11:47.612Z] ---> bb4b011cf638 [2023-05-24T18:11:47.612Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-05-24T18:11:47.883Z] ---> Running in f92f211b9049 [2023-05-24T18:11:47.883Z] ---> Running in 617f7815e9a6 [2023-05-24T18:11:47.883Z] ---> Running in 1283a027e983 [2023-05-24T18:11:47.883Z] ---> Running in 42231d926a23 [2023-05-24T18:11:47.883Z] ---> Running in 9c759cfcde17 [2023-05-24T18:11:48.846Z] Removing intermediate container 617f7815e9a6 [2023-05-24T18:11:48.846Z] ---> 7de821af9c5f [2023-05-24T18:11:48.846Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-24T18:11:48.846Z] ---> Running in 07862979e7a0 [2023-05-24T18:11:49.809Z] Removing intermediate container 07862979e7a0 [2023-05-24T18:11:49.809Z] ---> 7f4ae7d21a62 [2023-05-24T18:11:49.809Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-24T18:11:49.809Z] ---> Running in 5182a06949ae [2023-05-24T18:11:50.395Z] 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-24T18:11:50.395Z] 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-24T18:11:50.395Z] Removing intermediate container 5182a06949ae [2023-05-24T18:11:50.395Z] ---> 0217c680979e [2023-05-24T18:11:50.395Z] 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-24T18:11:50.663Z] 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-24T18:11:50.663Z] 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-24T18:11:50.663Z] ---> Running in ad6d13bd249a [2023-05-24T18:11:54.018Z] Removing intermediate container ad6d13bd249a [2023-05-24T18:11:54.018Z] ---> 06c3ddac6ab5 [2023-05-24T18:11:54.018Z] Step 12/27 : WORKDIR /edgex-go [2023-05-24T18:11:54.018Z] ---> Running in 10fd5a55df4c [2023-05-24T18:11:54.606Z] Removing intermediate container 10fd5a55df4c [2023-05-24T18:11:54.606Z] ---> c5556d054abc [2023-05-24T18:11:54.606Z] [2023-05-24T18:11:54.606Z] Step 13/27 : FROM alpine:3.17 [2023-05-24T18:11:54.606Z] 3.17: Pulling from library/alpine [2023-05-24T18:11:54.606Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-24T18:11:54.875Z] Status: Downloaded newer image for alpine:3.17 [2023-05-24T18:11:54.875Z] ---> 51e60588ff2c [2023-05-24T18:11:54.875Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-24T18:11:54.875Z] ---> Running in c40dfb9f105a [2023-05-24T18:11:55.487Z] Removing intermediate container c40dfb9f105a [2023-05-24T18:11:55.487Z] ---> 98520cbb3894 [2023-05-24T18:11:55.487Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-24T18:11:55.756Z] ---> Running in edaf542351ca [2023-05-24T18:11:57.705Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:11:58.290Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:12:00.239Z] v3.17.3-206-gfbe2944ce8c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-24T18:12:00.239Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-24T18:12:00.239Z] OK: 17694 distinct packages available [2023-05-24T18:12:00.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:12:01.198Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:12:02.613Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-24T18:12:02.613Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-24T18:12:02.613Z] (3/5) Installing libucontext (1.2-r0) [2023-05-24T18:12:02.613Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-24T18:12:02.613Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-24T18:12:02.879Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T18:12:02.879Z] OK: 9 MiB in 20 packages [2023-05-24T18:12:04.828Z] Removing intermediate container edaf542351ca [2023-05-24T18:12:04.828Z] ---> cf5be753189e [2023-05-24T18:12:04.828Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:12:05.789Z] ---> 322023c14f65 [2023-05-24T18:12:05.789Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:12:06.748Z] ---> 7f35401b822b [2023-05-24T18:12:06.748Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-05-24T18:12:11.014Z] ---> b179d14e26d9 [2023-05-24T18:12:11.014Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-24T18:12:19.227Z] ---> 0d487ff1b455 [2023-05-24T18:12:19.227Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-05-24T18:12:19.227Z] ---> 35db7cfece9d [2023-05-24T18:12:19.227Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-05-24T18:12:19.811Z] ---> 8dbce41ea84d [2023-05-24T18:12:19.811Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-05-24T18:12:20.766Z] ---> 4ee05f86037a [2023-05-24T18:12:20.766Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-24T18:12:20.766Z] ---> Running in 4a01b1b01c69 [2023-05-24T18:12:21.348Z] Removing intermediate container 4a01b1b01c69 [2023-05-24T18:12:21.348Z] ---> 32c61894cb7f [2023-05-24T18:12:21.348Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-24T18:12:21.348Z] ---> Running in 1fa459e72e7c [2023-05-24T18:12:21.931Z] Removing intermediate container 1fa459e72e7c [2023-05-24T18:12:21.931Z] ---> 44896fcaf3ea [2023-05-24T18:12:21.931Z] Step 25/27 : LABEL arch=arm64 [2023-05-24T18:12:21.931Z] ---> Running in ede3e3922d22 [2023-05-24T18:12:22.526Z] Removing intermediate container ede3e3922d22 [2023-05-24T18:12:22.526Z] ---> b40f195ef6b1 [2023-05-24T18:12:22.526Z] Step 26/27 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:12:22.798Z] ---> Running in 9cf03252a25c [2023-05-24T18:12:23.381Z] Removing intermediate container 9cf03252a25c [2023-05-24T18:12:23.381Z] ---> f94119598579 [2023-05-24T18:12:23.381Z] Step 27/27 : LABEL version=0.0.0 [2023-05-24T18:12:23.381Z] ---> Running in cc3d6acb8528 [2023-05-24T18:12:23.973Z] Removing intermediate container cc3d6acb8528 [2023-05-24T18:12:23.973Z] ---> a3f53ffa84e0 [2023-05-24T18:12:23.973Z] [2023-05-24T18:12:24.243Z] Successfully built a3f53ffa84e0 [2023-05-24T18:12:24.243Z] Successfully tagged security-spire-agent-arm64:latest [2023-05-24T18:12:24.243Z]  Building security-spire-agent ... done Building security-bootstrapper [2023-05-24T18:12:42.705Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T18:12:42.705Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-05-24T18:12:42.705Z] ---> 8e464e6927ec [2023-05-24T18:12:42.705Z] Step 3/33 : WORKDIR /edgex-go [2023-05-24T18:12:42.705Z] ---> Using cache [2023-05-24T18:12:42.705Z] ---> 4a75c4cf2b46 [2023-05-24T18:12:42.705Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-05-24T18:12:42.705Z] ---> Using cache [2023-05-24T18:12:42.705Z] ---> 5715e2fbfb65 [2023-05-24T18:12:42.705Z] Step 5/33 : COPY go.mod vendor* ./ [2023-05-24T18:12:42.705Z] ---> Using cache [2023-05-24T18:12:42.705Z] ---> c124a2afd741 [2023-05-24T18:12:42.705Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T18:12:42.705Z] ---> Using cache [2023-05-24T18:12:42.705Z] ---> f0dbf5bb3cbe [2023-05-24T18:12:42.705Z] Step 7/33 : COPY . . [2023-05-24T18:12:42.705Z] ---> Using cache [2023-05-24T18:12:42.705Z] ---> bb4b011cf638 [2023-05-24T18:12:42.705Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-05-24T18:12:42.705Z] ---> Running in a59ab662b5ea [2023-05-24T18:12:43.324Z] 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-24T18:19:05.702Z] Removing intermediate container f92f211b9049 [2023-05-24T18:19:05.702Z] ---> 67bc3c9af855 [2023-05-24T18:19:05.702Z] [2023-05-24T18:19:05.702Z] Step 10/23 : FROM alpine:3.17 [2023-05-24T18:19:05.702Z] ---> 51e60588ff2c [2023-05-24T18:19:05.702Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-24T18:19:05.702Z] ---> Running in 4b247852ae30 [2023-05-24T18:19:05.702Z] Removing intermediate container 4b247852ae30 [2023-05-24T18:19:05.702Z] ---> eed1ebb9acff [2023-05-24T18:19:05.702Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-24T18:19:05.702Z] ---> Running in a0a52fda6d7c [2023-05-24T18:19:07.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:19:07.671Z] Removing intermediate container 9c759cfcde17 [2023-05-24T18:19:07.671Z] ---> 3cc840973f04 [2023-05-24T18:19:07.671Z] [2023-05-24T18:19:07.671Z] Step 9/22 : FROM alpine:3.17 [2023-05-24T18:19:07.671Z] ---> 51e60588ff2c [2023-05-24T18:19:07.671Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-05-24T18:19:07.939Z] ---> Running in 6ced0035ab8e [2023-05-24T18:19:08.902Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:19:09.869Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:19:10.139Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-24T18:19:10.139Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T18:19:10.139Z] OK: 8 MiB in 16 packages [2023-05-24T18:19:10.725Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:19:12.138Z] Removing intermediate container a0a52fda6d7c [2023-05-24T18:19:12.138Z] ---> 0dabc972ba93 [2023-05-24T18:19:12.138Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:19:12.403Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-24T18:19:12.403Z] (2/2) Installing openssl (3.0.8-r4) [2023-05-24T18:19:12.403Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T18:19:12.403Z] OK: 8 MiB in 17 packages [2023-05-24T18:19:12.983Z] ---> 2d80a0feee7c [2023-05-24T18:19:12.983Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:19:14.401Z] ---> d0bea335155e [2023-05-24T18:19:14.401Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-05-24T18:19:14.667Z] Removing intermediate container 6ced0035ab8e [2023-05-24T18:19:14.667Z] ---> 6b4933215cc1 [2023-05-24T18:19:14.667Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-24T18:19:14.667Z] ---> Running in 1f21dd7b8ca4 [2023-05-24T18:19:15.628Z] Removing intermediate container 1f21dd7b8ca4 [2023-05-24T18:19:15.628Z] ---> 2cd88ef72e2c [2023-05-24T18:19:15.628Z] Step 12/22 : WORKDIR /edgex [2023-05-24T18:19:15.899Z] ---> Running in b493196526c2 [2023-05-24T18:19:16.482Z] ---> 45e4151e0617 [2023-05-24T18:19:16.482Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-05-24T18:19:16.482Z] Removing intermediate container b493196526c2 [2023-05-24T18:19:16.482Z] ---> 3fa65e3f2271 [2023-05-24T18:19:16.482Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:19:21.824Z] ---> 7cf548442eb7 [2023-05-24T18:19:21.824Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-05-24T18:19:21.824Z] ---> 4eb57be43c4d [2023-05-24T18:19:21.824Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:19:22.783Z] ---> 36ff6f9a4738 [2023-05-24T18:19:22.783Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-05-24T18:19:23.366Z] ---> dd3fa2ffcd3b [2023-05-24T18:19:23.366Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-24T18:19:23.366Z] ---> Running in 2b2fea39fe97 [2023-05-24T18:19:24.769Z] ---> 275dafe5ab97 [2023-05-24T18:19:24.770Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-05-24T18:19:28.112Z] ---> 71ec9bb692cd [2023-05-24T18:19:28.112Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-05-24T18:19:28.112Z] Removing intermediate container 2b2fea39fe97 [2023-05-24T18:19:28.112Z] ---> b31ef5679176 [2023-05-24T18:19:28.112Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-24T18:19:28.112Z] ---> Running in 5cb5e1b2bc98 [2023-05-24T18:19:28.699Z] Removing intermediate container 5cb5e1b2bc98 [2023-05-24T18:19:28.699Z] ---> de92d77e6a72 [2023-05-24T18:19:28.699Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-24T18:19:28.967Z] ---> fa8bcb4b9156 [2023-05-24T18:19:28.967Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-24T18:19:28.967Z] ---> Running in 828a16e8b2b8 [2023-05-24T18:19:29.235Z] ---> Running in 6868980cbb12 [2023-05-24T18:19:30.191Z] Removing intermediate container 828a16e8b2b8 [2023-05-24T18:19:30.191Z] ---> a6ebb5f1c826 [2023-05-24T18:19:30.191Z] Step 21/23 : LABEL arch=arm64 [2023-05-24T18:19:30.456Z] ---> Running in e78a97fc2b02 [2023-05-24T18:19:31.417Z] Removing intermediate container e78a97fc2b02 [2023-05-24T18:19:31.417Z] ---> 6709bef183b6 [2023-05-24T18:19:31.417Z] Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:19:31.686Z] ---> Running in c348ae825544 [2023-05-24T18:19:35.050Z] Removing intermediate container c348ae825544 [2023-05-24T18:19:35.050Z] ---> 2fd530be8fa3 [2023-05-24T18:19:35.050Z] Step 23/23 : LABEL version=0.0.0 [2023-05-24T18:19:35.050Z] ---> Running in 6fe8036d5c50 [2023-05-24T18:19:35.320Z] Removing intermediate container 6868980cbb12 [2023-05-24T18:19:35.320Z] ---> 9e8cba3b678b [2023-05-24T18:19:35.320Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-05-24T18:19:35.586Z] ---> Running in 45db7e18fdf5 [2023-05-24T18:19:35.586Z] Removing intermediate container 6fe8036d5c50 [2023-05-24T18:19:35.586Z] ---> 6867b05f69bf [2023-05-24T18:19:35.586Z] [2023-05-24T18:19:35.854Z] Removing intermediate container 42231d926a23 [2023-05-24T18:19:35.854Z] ---> 2aba3000c927 [2023-05-24T18:19:35.854Z] [2023-05-24T18:19:35.854Z] Step 10/23 : FROM alpine:3.17 [2023-05-24T18:19:35.854Z] ---> 51e60588ff2c [2023-05-24T18:19:35.854Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-24T18:19:35.854Z] ---> Using cache [2023-05-24T18:19:35.854Z] ---> eed1ebb9acff [2023-05-24T18:19:35.854Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-24T18:19:35.854Z] ---> Using cache [2023-05-24T18:19:35.854Z] ---> 0dabc972ba93 [2023-05-24T18:19:35.854Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:19:35.854Z] ---> Using cache [2023-05-24T18:19:36.124Z] ---> 2d80a0feee7c [2023-05-24T18:19:36.124Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:19:36.124Z] ---> Using cache [2023-05-24T18:19:36.124Z] ---> d0bea335155e [2023-05-24T18:19:36.124Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-05-24T18:19:36.124Z] Successfully built 6867b05f69bf [2023-05-24T18:19:36.124Z] Successfully tagged security-proxy-auth-arm64:latest [2023-05-24T18:19:36.124Z] Building core-metadata [2023-05-24T18:19:36.391Z]  Building security-proxy-auth ... done Removing intermediate container 45db7e18fdf5 [2023-05-24T18:19:36.391Z] ---> 32555b3d6a78 [2023-05-24T18:19:36.391Z] Step 20/22 : LABEL arch=arm64 [2023-05-24T18:19:36.391Z] ---> Running in 20488250a8b0 [2023-05-24T18:19:37.354Z] Removing intermediate container 20488250a8b0 [2023-05-24T18:19:37.354Z] ---> 90947c4cf741 [2023-05-24T18:19:37.354Z] Step 21/22 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:19:37.621Z] ---> Running in 43e21a2b2a41 [2023-05-24T18:19:38.221Z] Removing intermediate container 43e21a2b2a41 [2023-05-24T18:19:38.221Z] ---> 4b7a47b40210 [2023-05-24T18:19:38.221Z] Step 22/22 : LABEL version=0.0.0 [2023-05-24T18:19:38.489Z] ---> 71a5810c98a7 [2023-05-24T18:19:38.489Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-05-24T18:19:38.489Z] ---> Running in 59fbc56db688 [2023-05-24T18:19:39.896Z] Removing intermediate container 59fbc56db688 [2023-05-24T18:19:39.896Z] ---> edbe94ce7086 [2023-05-24T18:19:39.896Z] [2023-05-24T18:19:39.896Z] ---> f2d14e6cf80c [2023-05-24T18:19:39.896Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-05-24T18:19:40.478Z] Successfully built edbe94ce7086 [2023-05-24T18:19:40.478Z] Successfully tagged security-proxy-setup-arm64:latest [2023-05-24T18:19:40.478Z] Building security-secretstore-setup [2023-05-24T18:19:41.438Z]  Building security-proxy-setup ... done  ---> 1a611ea21e52 [2023-05-24T18:19:41.438Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-24T18:19:41.438Z] ---> Running in 08e2a2d6250b [2023-05-24T18:19:44.774Z] Removing intermediate container 08e2a2d6250b [2023-05-24T18:19:44.774Z] ---> 9d06969e23f5 [2023-05-24T18:19:44.774Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-24T18:19:44.774Z] ---> Running in bba5650e1d11 [2023-05-24T18:19:49.038Z] Removing intermediate container bba5650e1d11 [2023-05-24T18:19:49.038Z] ---> 711f6a6e9ea1 [2023-05-24T18:19:49.038Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-24T18:19:49.307Z] ---> Running in 5c7bd7f200da [2023-05-24T18:19:49.891Z] Removing intermediate container 5c7bd7f200da [2023-05-24T18:19:49.891Z] ---> 3dba7fcdfb58 [2023-05-24T18:19:49.891Z] Step 21/23 : LABEL arch=arm64 [2023-05-24T18:19:50.162Z] ---> Running in decc8f9b2da1 [2023-05-24T18:19:50.162Z] Removing intermediate container 1283a027e983 [2023-05-24T18:19:50.162Z] ---> 53c90b10a5d2 [2023-05-24T18:19:50.162Z] [2023-05-24T18:19:50.162Z] Step 10/23 : FROM alpine:3.17 [2023-05-24T18:19:50.162Z] ---> 51e60588ff2c [2023-05-24T18:19:50.162Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-24T18:19:50.428Z] Removing intermediate container a59ab662b5ea [2023-05-24T18:19:50.428Z] ---> 2fe6116b3e3e [2023-05-24T18:19:50.428Z] [2023-05-24T18:19:50.428Z] Step 9/33 : FROM alpine:3.17 [2023-05-24T18:19:50.428Z] ---> 51e60588ff2c [2023-05-24T18:19:50.428Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-24T18:19:50.428Z] ---> Running in 0bda472b48cd [2023-05-24T18:19:50.428Z] ---> Running in 5188f0de5a61 [2023-05-24T18:19:51.014Z] Removing intermediate container decc8f9b2da1 [2023-05-24T18:19:51.014Z] ---> 44950411beed [2023-05-24T18:19:51.014Z] Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:19:51.281Z] Removing intermediate container 0bda472b48cd [2023-05-24T18:19:51.281Z] ---> 1461739f2bd8 [2023-05-24T18:19:51.281Z] Step 12/23 : ENV APP_PORT=59880 [2023-05-24T18:19:51.281Z] ---> Running in 8057aa9e4388 [2023-05-24T18:19:51.281Z] Removing intermediate container 5188f0de5a61 [2023-05-24T18:19:51.281Z] ---> b2656ec50ec5 [2023-05-24T18:19:51.281Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-05-24T18:19:51.281Z] ---> Running in 28c275491a09 [2023-05-24T18:19:51.557Z] ---> Running in 08fb6dc56bf1 [2023-05-24T18:19:52.144Z] Removing intermediate container 8057aa9e4388 [2023-05-24T18:19:52.144Z] ---> 82c5d928e27a [2023-05-24T18:19:52.144Z] Step 23/23 : LABEL version=0.0.0 [2023-05-24T18:19:52.144Z] Removing intermediate container 28c275491a09 [2023-05-24T18:19:52.144Z] ---> 6280f1f51bce [2023-05-24T18:19:52.144Z] Step 13/23 : EXPOSE $APP_PORT [2023-05-24T18:19:52.410Z] ---> Running in 39a5eb1c02d6 [2023-05-24T18:19:52.410Z] ---> Running in c8b25a992a5c [2023-05-24T18:19:52.993Z] Removing intermediate container 39a5eb1c02d6 [2023-05-24T18:19:52.993Z] ---> 8e8590f81c3d [2023-05-24T18:19:52.993Z] [2023-05-24T18:19:52.993Z] Removing intermediate container c8b25a992a5c [2023-05-24T18:19:52.993Z] ---> c20d86686f74 [2023-05-24T18:19:52.993Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-05-24T18:19:53.259Z] ---> Running in 4dccfe2079c3 [2023-05-24T18:19:53.526Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:19:53.526Z] Successfully built 8e8590f81c3d [2023-05-24T18:19:53.526Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-05-24T18:19:53.526Z] Building support-scheduler [2023-05-24T18:19:54.109Z]  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:19:55.081Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:19:55.349Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T18:19:55.349Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-24T18:19:55.349Z] ---> 8e464e6927ec [2023-05-24T18:19:55.349Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-24T18:19:55.349Z] ---> Using cache [2023-05-24T18:19:55.349Z] ---> 39c57f48e7c3 [2023-05-24T18:19:55.349Z] Step 4/25 : WORKDIR /edgex-go [2023-05-24T18:19:55.349Z] ---> Using cache [2023-05-24T18:19:55.349Z] ---> 9daafa9e6df9 [2023-05-24T18:19:55.349Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-05-24T18:19:55.349Z] ---> Using cache [2023-05-24T18:19:55.349Z] ---> 2e128d5b024e [2023-05-24T18:19:55.349Z] Step 6/25 : COPY go.mod vendor* ./ [2023-05-24T18:19:55.349Z] ---> Using cache [2023-05-24T18:19:55.349Z] ---> b26f0cd5aa87 [2023-05-24T18:19:55.349Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T18:19:55.349Z] ---> Using cache [2023-05-24T18:19:55.349Z] ---> f7547330452c [2023-05-24T18:19:55.349Z] Step 8/25 : COPY . . [2023-05-24T18:19:55.349Z] ---> Using cache [2023-05-24T18:19:55.349Z] ---> 8b4fda311a00 [2023-05-24T18:19:55.349Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-05-24T18:19:55.349Z] ---> Running in 254054737e44 [2023-05-24T18:19:55.617Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-24T18:19:55.617Z] (2/2) Installing su-exec (0.2-r2) [2023-05-24T18:19:55.617Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T18:19:55.617Z] OK: 8 MiB in 17 packages [2023-05-24T18:19:55.617Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:19:57.026Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-24T18:19:57.026Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T18:19:57.293Z] OK: 8 MiB in 16 packages [2023-05-24T18:19:57.559Z] 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-24T18:19:57.829Z] Removing intermediate container 08fb6dc56bf1 [2023-05-24T18:19:57.829Z] ---> 42657860de72 [2023-05-24T18:19:57.829Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-05-24T18:19:58.105Z] ---> Running in 8c02ad33f240 [2023-05-24T18:19:59.072Z] Removing intermediate container 8c02ad33f240 [2023-05-24T18:19:59.072Z] ---> 2b4c9f8d57f9 [2023-05-24T18:19:59.072Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-05-24T18:19:59.072Z] Removing intermediate container 4dccfe2079c3 [2023-05-24T18:19:59.072Z] ---> 1350ff0d2550 [2023-05-24T18:19:59.072Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:19:59.072Z] ---> Running in bedd3e50d178 [2023-05-24T18:20:00.029Z] Removing intermediate container bedd3e50d178 [2023-05-24T18:20:00.029Z] ---> fe71f184e7bf [2023-05-24T18:20:00.029Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-05-24T18:20:00.298Z] ---> 4cadd4360736 [2023-05-24T18:20:00.298Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:20:00.298Z] ---> Running in 15f1201e48ed [2023-05-24T18:20:01.708Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T18:20:01.708Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-24T18:20:01.708Z] ---> 8e464e6927ec [2023-05-24T18:20:01.708Z] Step 3/25 : WORKDIR /edgex-go [2023-05-24T18:20:01.708Z] ---> Using cache [2023-05-24T18:20:01.708Z] ---> 4a75c4cf2b46 [2023-05-24T18:20:01.708Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-05-24T18:20:01.708Z] ---> Using cache [2023-05-24T18:20:01.708Z] ---> 5715e2fbfb65 [2023-05-24T18:20:01.708Z] Step 5/25 : COPY go.mod vendor* ./ [2023-05-24T18:20:01.708Z] ---> Using cache [2023-05-24T18:20:01.708Z] ---> c124a2afd741 [2023-05-24T18:20:01.708Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T18:20:01.708Z] ---> Using cache [2023-05-24T18:20:01.708Z] ---> f0dbf5bb3cbe [2023-05-24T18:20:01.708Z] Step 7/25 : COPY . . [2023-05-24T18:20:01.708Z] ---> Using cache [2023-05-24T18:20:01.708Z] ---> bb4b011cf638 [2023-05-24T18:20:01.708Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-05-24T18:20:01.979Z] Removing intermediate container 15f1201e48ed [2023-05-24T18:20:01.979Z] ---> b82ca9eb66e0 [2023-05-24T18:20:01.979Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-05-24T18:20:01.979Z] ---> 2161de731959 [2023-05-24T18:20:01.979Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-05-24T18:20:02.246Z] ---> Running in f121247d42b3 [2023-05-24T18:20:02.246Z] ---> Running in bbf69a3cd047 [2023-05-24T18:20:03.207Z] Removing intermediate container bbf69a3cd047 [2023-05-24T18:20:03.207Z] ---> 7bbe3e55ebfc [2023-05-24T18:20:03.207Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-05-24T18:20:03.475Z] ---> Running in 5d95a497c69f [2023-05-24T18:20:04.899Z] 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-24T18:20:06.313Z] ---> de4a1da9f757 [2023-05-24T18:20:06.313Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-05-24T18:20:07.771Z] Removing intermediate container 5d95a497c69f [2023-05-24T18:20:07.771Z] ---> 003a9ab20ba3 [2023-05-24T18:20:07.771Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-05-24T18:20:08.055Z] ---> b448a1368ff1 [2023-05-24T18:20:08.056Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-05-24T18:20:08.056Z] ---> Running in 6350514381d2 [2023-05-24T18:20:08.325Z] ---> Running in 200caaf09da4 [2023-05-24T18:20:09.290Z] Removing intermediate container 200caaf09da4 [2023-05-24T18:20:09.290Z] ---> 516fca57e0a1 [2023-05-24T18:20:09.290Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-24T18:20:09.290Z] Removing intermediate container 6350514381d2 [2023-05-24T18:20:09.290Z] ---> 762fec529105 [2023-05-24T18:20:09.290Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-05-24T18:20:09.290Z] ---> Running in 60c6ad1457c3 [2023-05-24T18:20:10.267Z] Removing intermediate container 60c6ad1457c3 [2023-05-24T18:20:10.267Z] ---> 191cda62677a [2023-05-24T18:20:10.267Z] Step 21/23 : LABEL arch=arm64 [2023-05-24T18:20:10.547Z] ---> Running in 76789bd4f2fd [2023-05-24T18:20:10.815Z] ---> 08b7da52dc4d [2023-05-24T18:20:10.815Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-05-24T18:20:11.083Z] ---> Running in d93138854325 [2023-05-24T18:20:11.667Z] Removing intermediate container 76789bd4f2fd [2023-05-24T18:20:11.667Z] ---> 87105ac23adf [2023-05-24T18:20:11.667Z] Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:20:11.937Z] ---> Running in ff01cbf7d576 [2023-05-24T18:20:15.299Z] Removing intermediate container ff01cbf7d576 [2023-05-24T18:20:15.299Z] ---> c0d4e24462dd [2023-05-24T18:20:15.299Z] Step 23/23 : LABEL version=0.0.0 [2023-05-24T18:20:15.299Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T18:20:15.299Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-24T18:20:15.299Z] ---> 8e464e6927ec [2023-05-24T18:20:15.299Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-24T18:20:15.299Z] ---> Using cache [2023-05-24T18:20:15.299Z] ---> 39c57f48e7c3 [2023-05-24T18:20:15.299Z] Step 4/23 : WORKDIR /edgex-go [2023-05-24T18:20:15.299Z] ---> Using cache [2023-05-24T18:20:15.299Z] ---> 9daafa9e6df9 [2023-05-24T18:20:15.299Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-24T18:20:15.299Z] ---> Using cache [2023-05-24T18:20:15.299Z] ---> 2e128d5b024e [2023-05-24T18:20:15.299Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-24T18:20:15.299Z] ---> Using cache [2023-05-24T18:20:15.299Z] ---> b26f0cd5aa87 [2023-05-24T18:20:15.299Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T18:20:15.299Z] ---> Using cache [2023-05-24T18:20:15.299Z] ---> f7547330452c [2023-05-24T18:20:15.299Z] Step 8/23 : COPY . . [2023-05-24T18:20:15.299Z] ---> Using cache [2023-05-24T18:20:15.299Z] ---> 8b4fda311a00 [2023-05-24T18:20:15.299Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-05-24T18:20:15.299Z] ---> Running in c9bfa94e4445 [2023-05-24T18:20:15.299Z] ---> Running in 2eb36e8dcb7e [2023-05-24T18:20:16.713Z] Removing intermediate container c9bfa94e4445 [2023-05-24T18:20:16.713Z] ---> aed394e9c1ad [2023-05-24T18:20:16.713Z] [2023-05-24T18:20:17.298Z] Successfully built aed394e9c1ad [2023-05-24T18:20:17.298Z] Successfully tagged core-data-arm64:latest [2023-05-24T18:20:17.565Z]  Building core-data ... done Building support-notifications [2023-05-24T18:20:17.565Z] Removing intermediate container d93138854325 [2023-05-24T18:20:17.565Z] ---> 2c9010f6c9fd [2023-05-24T18:20:17.566Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:20:17.832Z] 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-24T18:20:18.415Z] ---> 505e890b28a0 [2023-05-24T18:20:18.415Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:20:19.401Z] ---> 65fd4d3bfc8c [2023-05-24T18:20:19.402Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-05-24T18:20:21.354Z] ---> 6447cc4153ef [2023-05-24T18:20:21.354Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-05-24T18:20:22.315Z] ---> e444719277bd [2023-05-24T18:20:22.315Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-05-24T18:20:23.281Z] ---> a09f87b4e16d [2023-05-24T18:20:23.281Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-05-24T18:20:24.243Z] ---> dabdf1e6ee1d [2023-05-24T18:20:24.243Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-05-24T18:20:25.203Z] ---> a3cfff34cba2 [2023-05-24T18:20:25.203Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-05-24T18:20:26.627Z] ---> 379ef83ab2ac [2023-05-24T18:20:26.627Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-05-24T18:20:26.627Z] ---> Running in 847a3a151b86 [2023-05-24T18:20:30.913Z] Removing intermediate container 847a3a151b86 [2023-05-24T18:20:30.913Z] ---> 16f31916a9a4 [2023-05-24T18:20:30.913Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-05-24T18:20:30.913Z] ---> Running in 3413b8ec406c [2023-05-24T18:20:31.501Z] Removing intermediate container 3413b8ec406c [2023-05-24T18:20:31.501Z] ---> 5e552b7003ad [2023-05-24T18:20:31.771Z] Step 30/33 : CMD ["gate"] [2023-05-24T18:20:31.771Z] ---> Running in aeb6a6e5e130 [2023-05-24T18:20:32.744Z] Removing intermediate container aeb6a6e5e130 [2023-05-24T18:20:32.744Z] ---> b04f761404a4 [2023-05-24T18:20:32.744Z] Step 31/33 : LABEL arch=arm64 [2023-05-24T18:20:32.744Z] ---> Running in e7b95e4fbe33 [2023-05-24T18:20:33.715Z] Removing intermediate container e7b95e4fbe33 [2023-05-24T18:20:33.715Z] ---> c5bb34208e8c [2023-05-24T18:20:33.715Z] Step 32/33 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:20:33.986Z] ---> Running in eb2d6cf0e6c8 [2023-05-24T18:20:34.575Z] Removing intermediate container eb2d6cf0e6c8 [2023-05-24T18:20:34.575Z] ---> 327ab18959a9 [2023-05-24T18:20:34.575Z] Step 33/33 : LABEL version=0.0.0 [2023-05-24T18:20:34.846Z] ---> Running in 694f3c6f512a [2023-05-24T18:20:35.435Z] Removing intermediate container 694f3c6f512a [2023-05-24T18:20:35.435Z] ---> 7abd92dbd2fb [2023-05-24T18:20:35.435Z] [2023-05-24T18:20:35.705Z] Successfully built 7abd92dbd2fb [2023-05-24T18:20:35.705Z] Successfully tagged security-bootstrapper-arm64:latest [2023-05-24T18:20:35.975Z] Building security-spire-config [2023-05-24T18:20:36.949Z]  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T18:20:36.949Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-24T18:20:36.949Z] ---> 8e464e6927ec [2023-05-24T18:20:36.949Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-24T18:20:36.949Z] ---> Using cache [2023-05-24T18:20:36.949Z] ---> 39c57f48e7c3 [2023-05-24T18:20:36.949Z] Step 4/23 : WORKDIR /edgex-go [2023-05-24T18:20:36.949Z] ---> Using cache [2023-05-24T18:20:36.949Z] ---> 9daafa9e6df9 [2023-05-24T18:20:36.949Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-05-24T18:20:36.949Z] ---> Running in ecd9b26d281e [2023-05-24T18:20:38.373Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:20:39.346Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:20:41.306Z] OK: 263 MiB in 53 packages [2023-05-24T18:20:42.727Z] Removing intermediate container ecd9b26d281e [2023-05-24T18:20:42.727Z] ---> e081e7720c4e [2023-05-24T18:20:42.727Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-24T18:20:43.883Z] ---> befac65a0491 [2023-05-24T18:20:43.883Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T18:20:44.164Z] ---> Running in 0d07908da991 [2023-05-24T18:20:59.372Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T18:20:59.372Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-24T18:20:59.372Z] ---> 8e464e6927ec [2023-05-24T18:20:59.372Z] Step 3/27 : WORKDIR /edgex-go [2023-05-24T18:20:59.372Z] ---> Using cache [2023-05-24T18:20:59.372Z] ---> 4a75c4cf2b46 [2023-05-24T18:20:59.372Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-24T18:20:59.372Z] ---> Running in 4517ad290b12 [2023-05-24T18:20:59.965Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:21:00.943Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:21:02.908Z] OK: 263 MiB in 53 packages [2023-05-24T18:21:04.335Z] Removing intermediate container 4517ad290b12 [2023-05-24T18:21:04.335Z] ---> d5e8eda702ec [2023-05-24T18:21:04.335Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-24T18:21:05.307Z] ---> f828ec0ec681 [2023-05-24T18:21:05.307Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T18:21:05.307Z] ---> Running in 0ba3e0e8c1cc [2023-05-24T18:22:27.014Z] Removing intermediate container 0d07908da991 [2023-05-24T18:22:27.014Z] ---> 6cf039d171bc [2023-05-24T18:22:27.014Z] Step 8/23 : COPY . . [2023-05-24T18:22:53.691Z] ---> d6033f0b37e0 [2023-05-24T18:22:53.691Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-05-24T18:22:53.691Z] ---> Running in 412d2326c31f [2023-05-24T18:22:54.274Z] 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-24T18:22:59.639Z] Removing intermediate container 0ba3e0e8c1cc [2023-05-24T18:22:59.639Z] ---> 40f416e6da17 [2023-05-24T18:22:59.639Z] Step 7/27 : COPY . . [2023-05-24T18:23:14.624Z] ---> a6be417de593 [2023-05-24T18:23:14.624Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-24T18:23:14.624Z] ---> Running in f26a5e597fdc [2023-05-24T18:23:14.624Z] Removing intermediate container f26a5e597fdc [2023-05-24T18:23:14.624Z] ---> 7c26cea5c692 [2023-05-24T18:23:14.625Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-24T18:23:14.625Z] ---> Running in 1ae4d5a3d79c [2023-05-24T18:23:15.218Z] Removing intermediate container 1ae4d5a3d79c [2023-05-24T18:23:15.218Z] ---> 27e7f185285a [2023-05-24T18:23:15.218Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-24T18:23:15.218Z] ---> Running in 1718010a607e [2023-05-24T18:23:15.815Z] Removing intermediate container 1718010a607e [2023-05-24T18:23:15.815Z] ---> 42c71c7194b6 [2023-05-24T18:23:15.815Z] 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-24T18:23:16.083Z] ---> Running in 36caae5ad4ce [2023-05-24T18:23:19.453Z] Removing intermediate container 36caae5ad4ce [2023-05-24T18:23:19.453Z] ---> 927b7ffcb1b1 [2023-05-24T18:23:19.453Z] Step 12/27 : WORKDIR /edgex-go [2023-05-24T18:23:19.453Z] ---> Running in 90a3a3115212 [2023-05-24T18:23:20.062Z] Removing intermediate container 90a3a3115212 [2023-05-24T18:23:20.062Z] ---> 5c75bd559e53 [2023-05-24T18:23:20.062Z] [2023-05-24T18:23:20.062Z] Step 13/27 : FROM alpine:3.17 [2023-05-24T18:23:20.062Z] ---> 51e60588ff2c [2023-05-24T18:23:20.062Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-24T18:23:20.062Z] ---> Using cache [2023-05-24T18:23:20.062Z] ---> 98520cbb3894 [2023-05-24T18:23:20.062Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-05-24T18:23:20.062Z] ---> Running in a664cc40bc2a [2023-05-24T18:23:22.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:23:22.970Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:23:24.913Z] v3.17.3-206-gfbe2944ce8c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-24T18:23:24.913Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-24T18:23:24.913Z] OK: 17694 distinct packages available [2023-05-24T18:23:24.913Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:23:25.872Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:23:27.282Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-05-24T18:23:27.282Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-05-24T18:23:27.282Z] (3/4) Installing libucontext (1.2-r0) [2023-05-24T18:23:27.282Z] (4/4) Installing gcompat (1.1.0-r0) [2023-05-24T18:23:27.282Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T18:23:27.282Z] OK: 8 MiB in 19 packages [2023-05-24T18:23:29.244Z] Removing intermediate container a664cc40bc2a [2023-05-24T18:23:29.244Z] ---> f87699fbf378 [2023-05-24T18:23:29.244Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:23:30.213Z] ---> 813b4609673c [2023-05-24T18:23:30.213Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:23:31.181Z] ---> 2619ccbc1036 [2023-05-24T18:23:31.181Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-24T18:23:37.854Z] ---> 9c31c2d2f06c [2023-05-24T18:23:37.854Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-05-24T18:23:38.449Z] ---> 4dca8fec7343 [2023-05-24T18:23:38.449Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-05-24T18:23:38.720Z] ---> Running in 8f84ab5a64d7 [2023-05-24T18:23:39.312Z] Removing intermediate container 8f84ab5a64d7 [2023-05-24T18:23:39.312Z] ---> 90b4e72af7db [2023-05-24T18:23:39.312Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-05-24T18:23:39.908Z] ---> 4e5493b2b736 [2023-05-24T18:23:39.908Z] Step 22/27 : WORKDIR / [2023-05-24T18:23:40.178Z] ---> Running in ed87b0892d9d [2023-05-24T18:23:40.767Z] Removing intermediate container ed87b0892d9d [2023-05-24T18:23:40.767Z] ---> 35e8767cfb1a [2023-05-24T18:23:40.767Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-24T18:23:40.767Z] ---> Running in e70d45871561 [2023-05-24T18:23:41.368Z] Removing intermediate container e70d45871561 [2023-05-24T18:23:41.368Z] ---> bf28853ee822 [2023-05-24T18:23:41.368Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-24T18:23:41.368Z] ---> Running in ad175f1db10f [2023-05-24T18:23:41.965Z] Removing intermediate container ad175f1db10f [2023-05-24T18:23:41.965Z] ---> 7e223c7f496d [2023-05-24T18:23:41.965Z] Step 25/27 : LABEL arch=arm64 [2023-05-24T18:23:41.965Z] ---> Running in b73efe13ae91 [2023-05-24T18:23:42.554Z] Removing intermediate container b73efe13ae91 [2023-05-24T18:23:42.554Z] ---> afc8733c6ca8 [2023-05-24T18:23:42.554Z] Step 26/27 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:23:42.824Z] ---> Running in 93547c2209e3 [2023-05-24T18:23:43.427Z] Removing intermediate container 93547c2209e3 [2023-05-24T18:23:43.427Z] ---> 56629f6dd963 [2023-05-24T18:23:43.427Z] Step 27/27 : LABEL version=0.0.0 [2023-05-24T18:23:43.427Z] ---> Running in e4c0c07ffd9d [2023-05-24T18:23:44.018Z] Removing intermediate container e4c0c07ffd9d [2023-05-24T18:23:44.018Z] ---> 32aee2b23299 [2023-05-24T18:23:44.018Z] [2023-05-24T18:23:44.289Z] Successfully built 32aee2b23299 [2023-05-24T18:23:44.289Z] Successfully tagged security-spire-config-arm64:latest [2023-05-24T18:23:44.289Z]  Building security-spire-config ... done Building security-spiffe-token-provider [2023-05-24T18:24:02.550Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T18:24:02.550Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-05-24T18:24:02.550Z] ---> 8e464e6927ec [2023-05-24T18:24:02.550Z] Step 3/20 : WORKDIR /edgex-go [2023-05-24T18:24:02.550Z] ---> Using cache [2023-05-24T18:24:02.550Z] ---> 4a75c4cf2b46 [2023-05-24T18:24:02.550Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-05-24T18:24:02.550Z] ---> Running in 38bb9f286048 [2023-05-24T18:24:03.519Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:24:04.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:24:05.903Z] v3.17.3-206-gfbe2944ce8c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-24T18:24:05.903Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-24T18:24:05.904Z] OK: 17697 distinct packages available [2023-05-24T18:24:05.904Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:24:06.868Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:24:08.284Z] OK: 263 MiB in 53 packages [2023-05-24T18:24:09.708Z] Removing intermediate container 38bb9f286048 [2023-05-24T18:24:09.708Z] ---> dcb8e6e98b70 [2023-05-24T18:24:09.708Z] Step 5/20 : COPY go.mod vendor* ./ [2023-05-24T18:24:10.695Z] ---> ed10604b194a [2023-05-24T18:24:10.695Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T18:24:10.968Z] ---> Running in 50079ccf9ac6 [2023-05-24T18:25:47.675Z] Removing intermediate container 50079ccf9ac6 [2023-05-24T18:25:47.675Z] ---> e88a337c06e8 [2023-05-24T18:25:47.675Z] Step 7/20 : COPY . . [2023-05-24T18:26:00.008Z] ---> e0726a9e738f [2023-05-24T18:26:00.008Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-05-24T18:26:00.008Z] ---> Running in e7340967408b [2023-05-24T18:26:00.008Z] 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-24T18:26:56.381Z] 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-24T18:27:18.441Z] Removing intermediate container f121247d42b3 [2023-05-24T18:27:18.441Z] ---> 92cbd450bc49 [2023-05-24T18:27:18.441Z] [2023-05-24T18:27:18.441Z] Step 9/25 : FROM alpine:3.17 [2023-05-24T18:27:18.441Z] ---> 51e60588ff2c [2023-05-24T18:27:18.441Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-05-24T18:27:18.441Z] ---> Running in 4b4e0f1b12a2 [2023-05-24T18:27:18.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:27:19.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:27:20.446Z] (1/3) Installing ca-certificates (20230506-r0) [2023-05-24T18:27:20.446Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-05-24T18:27:20.446Z] (3/3) Installing su-exec (0.2-r2) [2023-05-24T18:27:20.446Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T18:27:20.712Z] Executing ca-certificates-20230506-r0.trigger [2023-05-24T18:27:21.294Z] OK: 8 MiB in 18 packages [2023-05-24T18:27:23.874Z] Removing intermediate container 4b4e0f1b12a2 [2023-05-24T18:27:23.874Z] ---> af1643bd1541 [2023-05-24T18:27:23.874Z] 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-24T18:27:23.874Z] ---> Running in 76c47b459909 [2023-05-24T18:27:24.144Z] Removing intermediate container 76c47b459909 [2023-05-24T18:27:24.144Z] ---> 45b7efa74261 [2023-05-24T18:27:24.144Z] Step 12/25 : WORKDIR / [2023-05-24T18:27:24.144Z] ---> Running in 387432dc1988 [2023-05-24T18:27:24.724Z] Removing intermediate container 387432dc1988 [2023-05-24T18:27:24.724Z] ---> 16e84e8718b4 [2023-05-24T18:27:24.724Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:27:25.891Z] ---> b97aec436391 [2023-05-24T18:27:25.891Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:27:26.878Z] ---> 77ef4ff08933 [2023-05-24T18:27:26.878Z] 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-24T18:27:27.989Z] ---> 0cf390a85f61 [2023-05-24T18:27:27.989Z] 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-24T18:27:32.483Z] ---> bdc20b08021a [2023-05-24T18:27:32.483Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-05-24T18:27:32.752Z] ---> 75f9c3e47dfb [2023-05-24T18:27:32.752Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-05-24T18:27:34.699Z] ---> 652edad34d09 [2023-05-24T18:27:34.699Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-05-24T18:27:36.640Z] ---> 0972c01a361c [2023-05-24T18:27:36.640Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-05-24T18:27:37.233Z] ---> 1d1e7f07f751 [2023-05-24T18:27:37.233Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-24T18:27:37.502Z] ---> Running in 1a6f1afba0d9 [2023-05-24T18:27:40.840Z] Removing intermediate container 1a6f1afba0d9 [2023-05-24T18:27:40.840Z] ---> 3cf69c87bdb9 [2023-05-24T18:27:40.840Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-05-24T18:27:40.840Z] ---> Running in 730c2c9cfec6 [2023-05-24T18:27:41.424Z] Removing intermediate container 730c2c9cfec6 [2023-05-24T18:27:41.424Z] ---> 6632894e780d [2023-05-24T18:27:41.424Z] Step 23/25 : LABEL arch=arm64 [2023-05-24T18:27:41.424Z] ---> Running in 54fcade34cce [2023-05-24T18:27:42.011Z] Removing intermediate container 54fcade34cce [2023-05-24T18:27:42.011Z] ---> 3355a001f2c0 [2023-05-24T18:27:42.011Z] Step 24/25 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:27:42.011Z] ---> Running in 728a421f7f08 [2023-05-24T18:27:42.593Z] Removing intermediate container 728a421f7f08 [2023-05-24T18:27:42.593Z] ---> 72aff1d24847 [2023-05-24T18:27:42.593Z] Step 25/25 : LABEL version=0.0.0 [2023-05-24T18:27:42.861Z] ---> Running in 5d4f46295ca8 [2023-05-24T18:27:43.128Z] Removing intermediate container 5d4f46295ca8 [2023-05-24T18:27:43.128Z] ---> f4b04ace2403 [2023-05-24T18:27:43.128Z] [2023-05-24T18:27:43.710Z] Successfully built f4b04ace2403 [2023-05-24T18:27:43.710Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-05-24T18:27:43.710Z] Building core-command [2023-05-24T18:28:05.760Z]  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T18:28:05.760Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-05-24T18:28:05.760Z] ---> 8e464e6927ec [2023-05-24T18:28:05.760Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-24T18:28:05.760Z] ---> Using cache [2023-05-24T18:28:05.760Z] ---> 39c57f48e7c3 [2023-05-24T18:28:05.760Z] Step 4/24 : WORKDIR /edgex-go [2023-05-24T18:28:05.760Z] ---> Using cache [2023-05-24T18:28:05.760Z] ---> 9daafa9e6df9 [2023-05-24T18:28:05.760Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-05-24T18:28:05.760Z] ---> Using cache [2023-05-24T18:28:05.760Z] ---> 2e128d5b024e [2023-05-24T18:28:05.760Z] Step 6/24 : COPY go.mod vendor* ./ [2023-05-24T18:28:05.760Z] ---> Using cache [2023-05-24T18:28:05.760Z] ---> b26f0cd5aa87 [2023-05-24T18:28:05.760Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T18:28:05.760Z] ---> Using cache [2023-05-24T18:28:05.760Z] ---> f7547330452c [2023-05-24T18:28:05.760Z] Step 8/24 : COPY . . [2023-05-24T18:28:05.760Z] ---> Using cache [2023-05-24T18:28:05.760Z] ---> 8b4fda311a00 [2023-05-24T18:28:05.760Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-05-24T18:28:05.760Z] ---> Running in 0ed4575b6ad8 [2023-05-24T18:28:05.760Z] 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-24T18:28:11.088Z] Removing intermediate container 254054737e44 [2023-05-24T18:28:11.088Z] ---> b5c3dedc44d8 [2023-05-24T18:28:11.088Z] [2023-05-24T18:28:11.088Z] Step 10/25 : FROM alpine:3.17 [2023-05-24T18:28:11.088Z] ---> 51e60588ff2c [2023-05-24T18:28:11.088Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-05-24T18:28:11.088Z] ---> Running in 61cc4128fc41 [2023-05-24T18:28:13.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:28:14.437Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:28:15.840Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-24T18:28:15.840Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T18:28:15.840Z] OK: 8 MiB in 16 packages [2023-05-24T18:28:17.793Z] Removing intermediate container 61cc4128fc41 [2023-05-24T18:28:17.793Z] ---> c4d10ec381f2 [2023-05-24T18:28:17.793Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-24T18:28:17.793Z] ---> Running in da8fd4063d9c [2023-05-24T18:28:18.067Z] Removing intermediate container da8fd4063d9c [2023-05-24T18:28:18.067Z] ---> cee31e6f4d3a [2023-05-24T18:28:18.067Z] Step 13/25 : ENV APP_PORT=59881 [2023-05-24T18:28:18.338Z] ---> Running in 8be23b9e5141 [2023-05-24T18:28:18.616Z] Removing intermediate container 8be23b9e5141 [2023-05-24T18:28:18.616Z] ---> f46faf23da45 [2023-05-24T18:28:18.616Z] Step 14/25 : EXPOSE $APP_PORT [2023-05-24T18:28:18.883Z] ---> Running in e4984a990905 [2023-05-24T18:28:19.483Z] Removing intermediate container e4984a990905 [2023-05-24T18:28:19.483Z] ---> 50d4a89880fb [2023-05-24T18:28:19.483Z] Step 15/25 : WORKDIR / [2023-05-24T18:28:19.483Z] ---> Running in ad119a691d38 [2023-05-24T18:28:20.070Z] Removing intermediate container ad119a691d38 [2023-05-24T18:28:20.070Z] ---> ba6f6593e92b [2023-05-24T18:28:20.070Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:28:21.029Z] ---> 69d2da615b2c [2023-05-24T18:28:21.029Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:28:21.988Z] ---> 748dfe9bc74e [2023-05-24T18:28:21.988Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-05-24T18:28:23.930Z] ---> 3e498dca1763 [2023-05-24T18:28:23.930Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-05-24T18:28:26.507Z] ---> 85274a1277a7 [2023-05-24T18:28:26.507Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-05-24T18:28:27.480Z] ---> 78dd89bc105a [2023-05-24T18:28:27.480Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-05-24T18:28:27.747Z] ---> Running in 05f25c8def14 [2023-05-24T18:28:28.328Z] Removing intermediate container 05f25c8def14 [2023-05-24T18:28:28.328Z] ---> 3acc0397f401 [2023-05-24T18:28:28.328Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-24T18:28:28.328Z] ---> Running in 8be5f4ad984c [2023-05-24T18:28:28.910Z] Removing intermediate container 8be5f4ad984c [2023-05-24T18:28:28.910Z] ---> 94fa9490fa28 [2023-05-24T18:28:28.910Z] Step 23/25 : LABEL arch=arm64 [2023-05-24T18:28:29.177Z] ---> Running in d90414573c00 [2023-05-24T18:28:29.447Z] Removing intermediate container d90414573c00 [2023-05-24T18:28:29.447Z] ---> 53be8b992f70 [2023-05-24T18:28:29.447Z] Step 24/25 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:28:29.713Z] ---> Running in 64b1cf6e58b3 [2023-05-24T18:28:30.294Z] Removing intermediate container 64b1cf6e58b3 [2023-05-24T18:28:30.294Z] ---> 1f7c0a666053 [2023-05-24T18:28:30.294Z] Step 25/25 : LABEL version=0.0.0 [2023-05-24T18:28:30.294Z] ---> Running in d4203f514d81 [2023-05-24T18:28:30.875Z] Removing intermediate container d4203f514d81 [2023-05-24T18:28:30.875Z] ---> 7e9a64660cb6 [2023-05-24T18:28:30.875Z] [2023-05-24T18:28:31.141Z] Successfully built 7e9a64660cb6 [2023-05-24T18:28:31.141Z] Successfully tagged core-metadata-arm64:latest [2023-05-24T18:28:31.141Z] Building security-spire-server [2023-05-24T18:28:49.746Z]  Building core-metadata ... done Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-24T18:28:49.746Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-05-24T18:28:49.746Z] ---> 8e464e6927ec [2023-05-24T18:28:49.746Z] Step 3/26 : WORKDIR /edgex-go [2023-05-24T18:28:49.746Z] ---> Using cache [2023-05-24T18:28:49.746Z] ---> 4a75c4cf2b46 [2023-05-24T18:28:49.746Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-05-24T18:28:49.746Z] ---> Using cache [2023-05-24T18:28:49.746Z] ---> d5e8eda702ec [2023-05-24T18:28:49.746Z] Step 5/26 : COPY go.mod vendor* ./ [2023-05-24T18:28:49.746Z] ---> Using cache [2023-05-24T18:28:49.746Z] ---> f828ec0ec681 [2023-05-24T18:28:49.746Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-24T18:28:49.746Z] ---> Using cache [2023-05-24T18:28:49.746Z] ---> 40f416e6da17 [2023-05-24T18:28:49.746Z] Step 7/26 : COPY . . [2023-05-24T18:28:49.746Z] ---> Using cache [2023-05-24T18:28:49.746Z] ---> a6be417de593 [2023-05-24T18:28:49.746Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-05-24T18:28:49.746Z] ---> Using cache [2023-05-24T18:28:49.746Z] ---> 7c26cea5c692 [2023-05-24T18:28:49.746Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-05-24T18:28:49.746Z] ---> Using cache [2023-05-24T18:28:49.746Z] ---> 27e7f185285a [2023-05-24T18:28:49.746Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-24T18:28:49.746Z] ---> Using cache [2023-05-24T18:28:49.746Z] ---> 42c71c7194b6 [2023-05-24T18:28:49.746Z] 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-24T18:28:49.746Z] ---> Running in feabd40a979d [2023-05-24T18:28:52.356Z] Removing intermediate container feabd40a979d [2023-05-24T18:28:52.356Z] ---> e969fc6a0297 [2023-05-24T18:28:52.356Z] Step 12/26 : WORKDIR /edgex-go [2023-05-24T18:28:52.356Z] ---> Running in ffca0e6cda24 [2023-05-24T18:28:53.767Z] Removing intermediate container ffca0e6cda24 [2023-05-24T18:28:53.767Z] ---> ddd866eb7f1d [2023-05-24T18:28:53.767Z] [2023-05-24T18:28:53.767Z] Step 13/26 : FROM alpine:3.17 [2023-05-24T18:28:53.767Z] ---> 51e60588ff2c [2023-05-24T18:28:53.767Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-24T18:28:53.767Z] ---> Using cache [2023-05-24T18:28:53.767Z] ---> 98520cbb3894 [2023-05-24T18:28:53.767Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-24T18:28:53.767Z] ---> Using cache [2023-05-24T18:28:53.767Z] ---> cf5be753189e [2023-05-24T18:28:53.767Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:28:53.767Z] ---> Using cache [2023-05-24T18:28:53.767Z] ---> 322023c14f65 [2023-05-24T18:28:53.767Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:28:53.767Z] ---> Using cache [2023-05-24T18:28:53.767Z] ---> 7f35401b822b [2023-05-24T18:28:53.767Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-24T18:28:59.240Z] ---> 706e07c5bf73 [2023-05-24T18:28:59.240Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-05-24T18:29:00.215Z] ---> caaf75be38d6 [2023-05-24T18:29:00.215Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-05-24T18:29:01.191Z] ---> bf519b989cad [2023-05-24T18:29:01.191Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-05-24T18:29:02.159Z] ---> 4041b680fdc9 [2023-05-24T18:29:02.159Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-24T18:29:02.427Z] ---> Running in 662176fe73f8 [2023-05-24T18:29:03.008Z] Removing intermediate container 662176fe73f8 [2023-05-24T18:29:03.008Z] ---> 01b23e4a8625 [2023-05-24T18:29:03.008Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-24T18:29:03.008Z] ---> Running in 9c22c52d4454 [2023-05-24T18:29:03.591Z] Removing intermediate container 9c22c52d4454 [2023-05-24T18:29:03.591Z] ---> 8f73425292b5 [2023-05-24T18:29:03.591Z] Step 24/26 : LABEL arch=arm64 [2023-05-24T18:29:03.591Z] ---> Running in ac7c9ec0df2f [2023-05-24T18:29:04.178Z] Removing intermediate container ac7c9ec0df2f [2023-05-24T18:29:04.178Z] ---> d4184b7a2efd [2023-05-24T18:29:04.178Z] Step 25/26 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:29:04.178Z] ---> Running in 1959615df9ca [2023-05-24T18:29:04.760Z] Removing intermediate container 1959615df9ca [2023-05-24T18:29:04.760Z] ---> 16f78925c30d [2023-05-24T18:29:04.760Z] Step 26/26 : LABEL version=0.0.0 [2023-05-24T18:29:04.760Z] ---> Running in d304af4e298f [2023-05-24T18:29:07.076Z] Removing intermediate container d304af4e298f [2023-05-24T18:29:07.076Z] ---> 1ac446dedaea [2023-05-24T18:29:07.076Z] [2023-05-24T18:29:07.076Z] Successfully built 1ac446dedaea [2023-05-24T18:29:07.076Z] Successfully tagged security-spire-server-arm64:latest [2023-05-24T18:30:58.707Z]  Building security-spire-server ... done Removing intermediate container 2eb36e8dcb7e [2023-05-24T18:30:58.707Z] ---> 48166c1ed915 [2023-05-24T18:30:58.707Z] [2023-05-24T18:30:58.707Z] Step 10/23 : FROM alpine:3.17 [2023-05-24T18:30:58.707Z] ---> 51e60588ff2c [2023-05-24T18:30:58.707Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-05-24T18:30:58.707Z] ---> Using cache [2023-05-24T18:30:58.707Z] ---> c4d10ec381f2 [2023-05-24T18:30:58.707Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-24T18:30:58.707Z] ---> Using cache [2023-05-24T18:30:58.707Z] ---> cee31e6f4d3a [2023-05-24T18:30:58.707Z] Step 13/23 : ENV APP_PORT=59861 [2023-05-24T18:30:58.707Z] ---> Running in cb396c4920ec [2023-05-24T18:30:58.707Z] Removing intermediate container cb396c4920ec [2023-05-24T18:30:58.707Z] ---> 0a89341a8ec2 [2023-05-24T18:30:58.707Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-24T18:30:58.707Z] ---> Running in cf40b71cdd80 [2023-05-24T18:30:58.707Z] Removing intermediate container cf40b71cdd80 [2023-05-24T18:30:58.707Z] ---> 4a316ab228de [2023-05-24T18:30:58.707Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:30:58.707Z] ---> fe2922ab5ffa [2023-05-24T18:30:58.707Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:30:58.707Z] ---> e215ee864d64 [2023-05-24T18:30:58.707Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-05-24T18:30:58.707Z] ---> cfc19bf163c4 [2023-05-24T18:30:58.707Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-05-24T18:30:58.983Z] ---> 651a849f7f10 [2023-05-24T18:30:58.983Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-05-24T18:30:58.983Z] ---> Running in ea0344604008 [2023-05-24T18:30:59.566Z] Removing intermediate container ea0344604008 [2023-05-24T18:30:59.566Z] ---> e679cb72642f [2023-05-24T18:30:59.566Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-24T18:30:59.566Z] ---> Running in 36120ae68061 [2023-05-24T18:31:00.161Z] Removing intermediate container 36120ae68061 [2023-05-24T18:31:00.161Z] ---> 79e3664cd827 [2023-05-24T18:31:00.161Z] Step 21/23 : LABEL arch=arm64 [2023-05-24T18:31:00.431Z] ---> Running in d7655da087a3 [2023-05-24T18:31:00.699Z] Removing intermediate container d7655da087a3 [2023-05-24T18:31:00.699Z] ---> 7b868582d05f [2023-05-24T18:31:00.699Z] Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:31:00.967Z] ---> Running in 00b03b806c24 [2023-05-24T18:31:01.564Z] Removing intermediate container 00b03b806c24 [2023-05-24T18:31:01.564Z] ---> db54f3431434 [2023-05-24T18:31:01.564Z] Step 23/23 : LABEL version=0.0.0 [2023-05-24T18:31:01.835Z] ---> Running in 50bf1fd641c0 [2023-05-24T18:31:02.421Z] Removing intermediate container 50bf1fd641c0 [2023-05-24T18:31:02.421Z] ---> 6c6ee0b163fc [2023-05-24T18:31:02.421Z] [2023-05-24T18:31:02.688Z] Successfully built 6c6ee0b163fc [2023-05-24T18:31:02.688Z] Successfully tagged support-scheduler-arm64:latest [2023-05-24T18:32:54.353Z]  Building support-scheduler ... done Removing intermediate container 412d2326c31f [2023-05-24T18:32:54.353Z] ---> 34faa27b8c79 [2023-05-24T18:32:54.353Z] [2023-05-24T18:32:54.353Z] Step 10/23 : FROM alpine:3.17 [2023-05-24T18:32:54.353Z] ---> 51e60588ff2c [2023-05-24T18:32:54.353Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-24T18:32:54.353Z] ---> Running in 51f72da7c1b7 [2023-05-24T18:32:54.353Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:32:54.353Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:32:54.353Z] (1/2) Installing ca-certificates (20230506-r0) [2023-05-24T18:32:54.353Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-24T18:32:54.353Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T18:32:54.353Z] Executing ca-certificates-20230506-r0.trigger [2023-05-24T18:32:54.353Z] OK: 8 MiB in 17 packages [2023-05-24T18:32:54.353Z] Removing intermediate container 51f72da7c1b7 [2023-05-24T18:32:54.353Z] ---> 7c91dadcfdd9 [2023-05-24T18:32:54.353Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-24T18:32:54.353Z] ---> Running in 7d69dc46744a [2023-05-24T18:32:54.353Z] Removing intermediate container 7d69dc46744a [2023-05-24T18:32:54.353Z] ---> 1f0e97977058 [2023-05-24T18:32:54.353Z] Step 13/23 : ENV APP_PORT=59860 [2023-05-24T18:32:54.353Z] ---> Running in 0ef4fcaf3491 [2023-05-24T18:32:54.353Z] Removing intermediate container 0ef4fcaf3491 [2023-05-24T18:32:54.353Z] ---> 5b3be62d6031 [2023-05-24T18:32:54.353Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-24T18:32:54.353Z] ---> Running in 6efcc7b5d7a9 [2023-05-24T18:32:54.353Z] Removing intermediate container 6efcc7b5d7a9 [2023-05-24T18:32:54.353Z] ---> d990f3ae7abc [2023-05-24T18:32:54.353Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:32:54.353Z] ---> fc1a515e63d6 [2023-05-24T18:32:54.353Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:32:54.353Z] ---> d63749671503 [2023-05-24T18:32:54.353Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-05-24T18:32:54.353Z] ---> 748fa7cde0f6 [2023-05-24T18:32:54.353Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-05-24T18:32:54.943Z] ---> 2c7956e6f0f5 [2023-05-24T18:32:54.943Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-05-24T18:32:54.943Z] ---> Running in 0b6fce30edf1 [2023-05-24T18:32:55.548Z] Removing intermediate container 0b6fce30edf1 [2023-05-24T18:32:55.548Z] ---> ae9e2919884e [2023-05-24T18:32:55.548Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-24T18:32:55.818Z] ---> Running in 82e98ee6fe12 [2023-05-24T18:32:56.405Z] Removing intermediate container 82e98ee6fe12 [2023-05-24T18:32:56.405Z] ---> 353b803c53f9 [2023-05-24T18:32:56.405Z] Step 21/23 : LABEL arch=arm64 [2023-05-24T18:32:56.405Z] ---> Running in 99e3ddee8b01 [2023-05-24T18:32:56.992Z] Removing intermediate container 99e3ddee8b01 [2023-05-24T18:32:56.992Z] ---> cb4cd47d4909 [2023-05-24T18:32:56.992Z] Step 22/23 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:32:56.992Z] ---> Running in b7119ed7db3e [2023-05-24T18:32:57.574Z] Removing intermediate container b7119ed7db3e [2023-05-24T18:32:57.575Z] ---> af3e058874cc [2023-05-24T18:32:57.575Z] Step 23/23 : LABEL version=0.0.0 [2023-05-24T18:32:57.575Z] ---> Running in 3ceed22177ce [2023-05-24T18:32:58.157Z] Removing intermediate container 3ceed22177ce [2023-05-24T18:32:58.157Z] ---> d4b949695ae6 [2023-05-24T18:32:58.157Z] [2023-05-24T18:32:58.424Z] Successfully built d4b949695ae6 [2023-05-24T18:32:58.424Z] Successfully tagged support-notifications-arm64:latest [2023-05-24T18:33:20.488Z]  Building support-notifications ... done Removing intermediate container 0ed4575b6ad8 [2023-05-24T18:33:20.488Z] ---> 210c7e1c6f2f [2023-05-24T18:33:20.488Z] [2023-05-24T18:33:20.488Z] Step 10/24 : FROM alpine:3.17 [2023-05-24T18:33:20.488Z] ---> 51e60588ff2c [2023-05-24T18:33:20.488Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-05-24T18:33:20.488Z] ---> Using cache [2023-05-24T18:33:20.488Z] ---> c4d10ec381f2 [2023-05-24T18:33:20.488Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-24T18:33:20.488Z] ---> Using cache [2023-05-24T18:33:20.488Z] ---> cee31e6f4d3a [2023-05-24T18:33:20.488Z] Step 13/24 : ENV APP_PORT=59882 [2023-05-24T18:33:20.488Z] ---> Running in c3d2ee0320d8 [2023-05-24T18:33:20.488Z] Removing intermediate container c3d2ee0320d8 [2023-05-24T18:33:20.488Z] ---> 325c34a8f241 [2023-05-24T18:33:20.488Z] Step 14/24 : EXPOSE $APP_PORT [2023-05-24T18:33:20.488Z] ---> Running in bdbc1d564ccc [2023-05-24T18:33:20.488Z] Removing intermediate container bdbc1d564ccc [2023-05-24T18:33:20.488Z] ---> 5e82b501d4e0 [2023-05-24T18:33:20.488Z] Step 15/24 : WORKDIR / [2023-05-24T18:33:20.488Z] ---> Running in d6431dea1ee8 [2023-05-24T18:33:20.753Z] Removing intermediate container d6431dea1ee8 [2023-05-24T18:33:20.753Z] ---> 2a4c5ff3d804 [2023-05-24T18:33:20.753Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:33:21.713Z] ---> 58fa922942ef [2023-05-24T18:33:21.713Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:33:22.300Z] ---> 4849eeab0c31 [2023-05-24T18:33:22.300Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-05-24T18:33:24.879Z] ---> d4890f791a93 [2023-05-24T18:33:24.879Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-05-24T18:33:25.166Z] Removing intermediate container e7340967408b [2023-05-24T18:33:25.166Z] ---> fd27ffea875f [2023-05-24T18:33:25.166Z] [2023-05-24T18:33:25.166Z] Step 9/20 : FROM alpine:3.17 [2023-05-24T18:33:25.166Z] ---> 51e60588ff2c [2023-05-24T18:33:25.166Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-24T18:33:25.166Z] ---> Using cache [2023-05-24T18:33:25.166Z] ---> b2656ec50ec5 [2023-05-24T18:33:25.166Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-05-24T18:33:25.166Z] ---> Running in abeb2b893b26 [2023-05-24T18:33:25.166Z] ---> 00a3b27dfb89 [2023-05-24T18:33:25.166Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-05-24T18:33:25.440Z] ---> Running in fb05c2345fa4 [2023-05-24T18:33:25.714Z] Removing intermediate container fb05c2345fa4 [2023-05-24T18:33:25.714Z] ---> 7f843fb03e22 [2023-05-24T18:33:25.714Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-24T18:33:25.982Z] ---> Running in d8a4541243d3 [2023-05-24T18:33:26.251Z] Removing intermediate container d8a4541243d3 [2023-05-24T18:33:26.251Z] ---> 7eb5b04b1b8e [2023-05-24T18:33:26.251Z] Step 22/24 : LABEL arch=arm64 [2023-05-24T18:33:26.251Z] ---> Running in b16ab06ee589 [2023-05-24T18:33:26.519Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:33:26.786Z] Removing intermediate container b16ab06ee589 [2023-05-24T18:33:26.786Z] ---> 170254437bf1 [2023-05-24T18:33:26.786Z] Step 23/24 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:33:26.786Z] ---> Running in 1dc72948a8b7 [2023-05-24T18:33:27.054Z] Removing intermediate container 1dc72948a8b7 [2023-05-24T18:33:27.054Z] ---> 63580c0928eb [2023-05-24T18:33:27.054Z] Step 24/24 : LABEL version=0.0.0 [2023-05-24T18:33:27.323Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:33:27.323Z] ---> Running in 8d5ac4e9516a [2023-05-24T18:33:27.910Z] Removing intermediate container 8d5ac4e9516a [2023-05-24T18:33:27.910Z] ---> 0168cc34a69f [2023-05-24T18:33:27.910Z] [2023-05-24T18:33:27.910Z] Successfully built 0168cc34a69f [2023-05-24T18:33:27.910Z] Successfully tagged core-command-arm64:latest [2023-05-24T18:33:28.504Z]  Building core-command ... done v3.17.3-206-gfbe2944ce8c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-24T18:33:28.504Z] v3.17.3-195-gc5298d215ef [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-24T18:33:28.504Z] OK: 17694 distinct packages available [2023-05-24T18:33:28.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-24T18:33:29.352Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-24T18:33:30.757Z] (1/9) Installing ca-certificates (20230506-r0) [2023-05-24T18:33:30.757Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-05-24T18:33:30.757Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-05-24T18:33:30.757Z] (4/9) Installing libcurl (8.1.1-r0) [2023-05-24T18:33:30.757Z] (5/9) Installing curl (8.1.1-r0) [2023-05-24T18:33:30.757Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-05-24T18:33:30.757Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-05-24T18:33:30.757Z] (8/9) Installing libucontext (1.2-r0) [2023-05-24T18:33:30.757Z] (9/9) Installing gcompat (1.1.0-r0) [2023-05-24T18:33:30.757Z] Executing busybox-1.35.0-r29.trigger [2023-05-24T18:33:30.757Z] Executing ca-certificates-20230506-r0.trigger [2023-05-24T18:33:31.077Z] OK: 11 MiB in 24 packages [2023-05-24T18:33:32.516Z] Removing intermediate container abeb2b893b26 [2023-05-24T18:33:32.516Z] ---> f41aeef343d0 [2023-05-24T18:33:32.516Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-24T18:33:33.103Z] ---> 198f498066d7 [2023-05-24T18:33:33.103Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-05-24T18:33:33.696Z] ---> c161fe4e3995 [2023-05-24T18:33:33.696Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-05-24T18:33:35.188Z] ---> d447f4a75c9e [2023-05-24T18:33:35.188Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-05-24T18:33:35.466Z] ---> 52d7f3cdd355 [2023-05-24T18:33:35.466Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-05-24T18:33:35.466Z] ---> Running in fea11b8c14f8 [2023-05-24T18:33:36.047Z] Removing intermediate container fea11b8c14f8 [2023-05-24T18:33:36.047Z] ---> d6ac8e6b1cb6 [2023-05-24T18:33:36.047Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] [2023-05-24T18:33:36.047Z] ---> Running in 1accde13572f [2023-05-24T18:33:36.314Z] Removing intermediate container 1accde13572f [2023-05-24T18:33:36.314Z] ---> 2633893d2385 [2023-05-24T18:33:36.314Z] Step 18/20 : LABEL arch=arm64 [2023-05-24T18:33:36.314Z] ---> Running in 1a4aa735359d [2023-05-24T18:33:36.581Z] Removing intermediate container 1a4aa735359d [2023-05-24T18:33:36.581Z] ---> 0bdbb1e3280f [2023-05-24T18:33:36.581Z] Step 19/20 : LABEL git_sha=d560f776934a437f410fb6d52a44107f197ead06 [2023-05-24T18:33:36.848Z] ---> Running in 313ccf24b37e [2023-05-24T18:33:37.117Z] Removing intermediate container 313ccf24b37e [2023-05-24T18:33:37.117Z] ---> d78c2edde1af [2023-05-24T18:33:37.117Z] Step 20/20 : LABEL version=0.0.0 [2023-05-24T18:33:37.117Z] ---> Running in 5b02b5379e52 [2023-05-24T18:33:37.384Z] Removing intermediate container 5b02b5379e52 [2023-05-24T18:33:37.384Z] ---> a11c9a30e86c [2023-05-24T18:33:37.384Z] [2023-05-24T18:33:37.651Z] Successfully built a11c9a30e86c [2023-05-24T18:33:37.651Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-05-24T18:33:38.249Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-05-24T18:33:38.273Z] $ docker stop --time=1 588741588f74f6024bc69fb702a4d37fde59212f1646b39bbdbf52fe1a4e15de [2023-05-24T18:33:39.963Z] $ docker rm -f --volumes 588741588f74f6024bc69fb702a4d37fde59212f1646b39bbdbf52fe1a4e15de [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-24T18:33:40.547Z] + docker images [2023-05-24T18:33:40.819Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-05-24T18:33:40.819Z] security-spiffe-token-provider-arm64 latest a11c9a30e86c 3 seconds ago 32.7MB [2023-05-24T18:33:40.819Z] core-command-arm64 latest 0168cc34a69f 13 seconds ago 19.7MB [2023-05-24T18:33:40.819Z] fd27ffea875f 18 seconds ago 1.57GB [2023-05-24T18:33:40.819Z] 210c7e1c6f2f 23 seconds ago 1.53GB [2023-05-24T18:33:40.819Z] support-notifications-arm64 latest d4b949695ae6 43 seconds ago 31.9MB [2023-05-24T18:33:40.819Z] 34faa27b8c79 About a minute ago 1.59GB [2023-05-24T18:33:40.819Z] support-scheduler-arm64 latest 6c6ee0b163fc 2 minutes ago 31.2MB [2023-05-24T18:33:40.819Z] 48166c1ed915 2 minutes ago 1.59GB [2023-05-24T18:33:40.819Z] security-spire-server-arm64 latest 1ac446dedaea 4 minutes ago 97MB [2023-05-24T18:33:40.819Z] ddd866eb7f1d 4 minutes ago 1.39GB [2023-05-24T18:33:40.819Z] core-metadata-arm64 latest 7e9a64660cb6 5 minutes ago 20.2MB [2023-05-24T18:33:40.819Z] b5c3dedc44d8 5 minutes ago 1.53GB [2023-05-24T18:33:40.819Z] security-secretstore-setup-arm64 latest f4b04ace2403 5 minutes ago 32.2MB [2023-05-24T18:33:40.819Z] 92cbd450bc49 6 minutes ago 1.52GB [2023-05-24T18:33:40.819Z] security-spire-config-arm64 latest 32aee2b23299 9 minutes ago 96.1MB [2023-05-24T18:33:40.819Z] 5c75bd559e53 10 minutes ago 1.39GB [2023-05-24T18:33:40.819Z] security-bootstrapper-arm64 latest 7abd92dbd2fb 13 minutes ago 21.9MB [2023-05-24T18:33:40.819Z] core-data-arm64 latest aed394e9c1ad 13 minutes ago 19.9MB [2023-05-24T18:33:40.819Z] core-common-config-bootstrapper-arm64 latest 8e8590f81c3d 13 minutes ago 17.2MB [2023-05-24T18:33:40.819Z] 53c90b10a5d2 13 minutes ago 1.53GB [2023-05-24T18:33:40.819Z] 2fe6116b3e3e 13 minutes ago 1.51GB [2023-05-24T18:33:40.819Z] security-proxy-setup-arm64 latest edbe94ce7086 14 minutes ago 18.7MB [2023-05-24T18:33:40.819Z] security-proxy-auth-arm64 latest 6867b05f69bf 14 minutes ago 18.1MB [2023-05-24T18:33:40.819Z] 2aba3000c927 14 minutes ago 1.52GB [2023-05-24T18:33:40.819Z] 3cc840973f04 14 minutes ago 1.51GB [2023-05-24T18:33:40.819Z] 67bc3c9af855 14 minutes ago 1.51GB [2023-05-24T18:33:40.819Z] security-spire-agent-arm64 latest a3f53ffa84e0 21 minutes ago 153MB [2023-05-24T18:33:40.819Z] c5556d054abc 21 minutes ago 1.39GB [2023-05-24T18:33:40.819Z] ci-base-image-arm64 latest 8e464e6927ec 38 minutes ago 899MB [2023-05-24T18:33:40.819Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 4 weeks ago 681MB [2023-05-24T18:33:40.819Z] alpine 3.17 51e60588ff2c 8 weeks ago 7.46MB [2023-05-24T18:33:40.819Z] 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-24T18:33:41.613Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-24T18:33:41.613Z] [2023-05-24T18:33:41.613Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-24T18:33:42.022Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-24T18:33:42.294Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-24T18:33:42.294Z] 8998bd30e6a1: Pulling fs layer [2023-05-24T18:33:42.294Z] 04944245beec: Pulling fs layer [2023-05-24T18:33:42.294Z] 699f458cf7ca: Pulling fs layer [2023-05-24T18:33:42.294Z] 765212b225bb: Pulling fs layer [2023-05-24T18:33:42.294Z] f23df028b6ca: Pulling fs layer [2023-05-24T18:33:42.294Z] d65c8cfc05b1: Pulling fs layer [2023-05-24T18:33:42.294Z] 2437ff75d9bd: Pulling fs layer [2023-05-24T18:33:42.294Z] d65c8cfc05b1: Waiting [2023-05-24T18:33:42.294Z] f23df028b6ca: Waiting [2023-05-24T18:33:42.294Z] 765212b225bb: Waiting [2023-05-24T18:33:42.294Z] 2437ff75d9bd: Waiting [2023-05-24T18:33:42.294Z] 04944245beec: Verifying Checksum [2023-05-24T18:33:42.294Z] 04944245beec: Download complete [2023-05-24T18:33:42.294Z] 765212b225bb: Verifying Checksum [2023-05-24T18:33:42.294Z] 765212b225bb: Download complete [2023-05-24T18:33:42.294Z] f23df028b6ca: Verifying Checksum [2023-05-24T18:33:42.294Z] f23df028b6ca: Download complete [2023-05-24T18:33:42.294Z] d65c8cfc05b1: Verifying Checksum [2023-05-24T18:33:42.294Z] d65c8cfc05b1: Download complete [2023-05-24T18:33:42.563Z] 699f458cf7ca: Verifying Checksum [2023-05-24T18:33:42.563Z] 699f458cf7ca: Download complete [2023-05-24T18:33:42.832Z] 8998bd30e6a1: Download complete [2023-05-24T18:33:45.421Z] 2437ff75d9bd: Verifying Checksum [2023-05-24T18:33:45.421Z] 2437ff75d9bd: Download complete [2023-05-24T18:33:46.829Z] 8998bd30e6a1: Pull complete [2023-05-24T18:33:47.415Z] 04944245beec: Pull complete [2023-05-24T18:33:48.820Z] 699f458cf7ca: Pull complete [2023-05-24T18:33:48.820Z] 765212b225bb: Pull complete [2023-05-24T18:33:49.777Z] f23df028b6ca: Pull complete [2023-05-24T18:33:49.777Z] d65c8cfc05b1: Pull complete [2023-05-24T18:34:04.768Z] 2437ff75d9bd: Pull complete [2023-05-24T18:34:04.768Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-24T18:34:04.768Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-24T18:34:04.768Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-24T18:34:05.183Z] prd-ubuntu20.04-docker-arm64-4c-16g-16740 does not seem to be running inside a container [2023-05-24T18:34:05.274Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-24T18:34:08.644Z] $ docker top d50ac735ae7374c9cab926b52ed90cf4963d434e4d3f6a5d8c4c8de9e289e310 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-24T18:34:09.622Z] ---> job-cost.sh [2023-05-24T18:34:09.622Z] lf-activate-venv: SKIPPING [2023-05-24T18:34:09.622Z] INFO: No Stack... [2023-05-24T18:34:10.207Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-24T18:34:11.168Z] INFO: Archiving Costs [Pipeline] sh [2023-05-24T18:34:11.837Z] + cat /w/workspace/edgex-go/1/archives/cost.csv+ [2023-05-24T18:34:11.837Z] cut -d, -f6 [Pipeline] lock [2023-05-24T18:34:11.939Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4578-1-stack-cost] [2023-05-24T18:34:11.946Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4578-1-stack-cost] did not exist. Created. [2023-05-24T18:34:11.946Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4578-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-24T18:34:12.689Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-24T18:34:12.900Z] Stashed 1 file(s) [Pipeline] } [2023-05-24T18:34:12.915Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4578-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-24T18:34:12.999Z] $ docker stop --time=1 d50ac735ae7374c9cab926b52ed90cf4963d434e4d3f6a5d8c4c8de9e289e310 [2023-05-24T18:34:14.633Z] $ docker rm -f --volumes d50ac735ae7374c9cab926b52ed90cf4963d434e4d3f6a5d8c4c8de9e289e310 [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-24T18:34:15.631Z] provisioning config files... [2023-05-24T18:34:15.639Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config12136377675015109698tmp [Pipeline] { [Pipeline] sh [2023-05-24T18:34:15.970Z] + set +x [2023-05-24T18:34:15.970Z] + curl -s https://codecov.io/bash [2023-05-24T18:34:15.970Z] + bash -s -- [2023-05-24T18:34:15.970Z] [2023-05-24T18:34:15.970Z] _____ _ [2023-05-24T18:34:15.970Z] / ____| | | [2023-05-24T18:34:15.970Z] | | ___ __| | ___ ___ _____ __ [2023-05-24T18:34:15.970Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-24T18:34:15.970Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-24T18:34:15.970Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-24T18:34:15.970Z] Bash-1.0.6 [2023-05-24T18:34:15.970Z] [2023-05-24T18:34:15.970Z] [2023-05-24T18:34:15.970Z] ==> git version 2.25.1 found [2023-05-24T18:34:15.970Z] ==> 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-24T18:34:15.970Z] Release-Date: 2020-01-08 [2023-05-24T18:34:15.970Z] 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-24T18:34:15.970Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-24T18:34:15.970Z] ==> Jenkins CI detected. [2023-05-24T18:34:15.970Z] current dir:  /w/workspace/edgex-go/1 [2023-05-24T18:34:15.970Z] project root: . [2023-05-24T18:34:15.970Z] --> token set from env [2023-05-24T18:34:15.970Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-24T18:34:15.970Z] ==> Running gcov in . (disable via -X gcov) [2023-05-24T18:34:15.970Z] ==> Python coveragepy not found [2023-05-24T18:34:15.970Z] ==> Searching for coverage reports in: [2023-05-24T18:34:15.970Z] + . [2023-05-24T18:34:16.229Z] -> Found 1 reports [2023-05-24T18:34:16.229Z] ==> Detecting git/mercurial file structure [2023-05-24T18:34:16.229Z] ==> Reading reports [2023-05-24T18:34:16.229Z] + ./coverage.out bytes=447731 [2023-05-24T18:34:16.229Z] ==> Appending adjustments [2023-05-24T18:34:16.229Z] https://docs.codecov.io/docs/fixing-reports [2023-05-24T18:34:17.166Z] + Found adjustments [2023-05-24T18:34:17.166Z] ==> Gzipping contents [2023-05-24T18:34:17.166Z] 60K /tmp/codecov.eyQi1c.gz [2023-05-24T18:34:17.166Z] ==> Uploading reports [2023-05-24T18:34:17.166Z] url: https://codecov.io [2023-05-24T18:34:17.166Z] query: branch=PR-4578&commit=d560f776934a437f410fb6d52a44107f197ead06&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4578%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4578&job=&cmd_args= [2023-05-24T18:34:17.166Z] -> Pinging Codecov [2023-05-24T18:34:17.166Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4578&commit=d560f776934a437f410fb6d52a44107f197ead06&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4578%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4578&job=&cmd_args= [2023-05-24T18:34:17.425Z] -> Uploading to [2023-05-24T18:34:17.425Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-24/00271124DB129430A58F1EEE437C3FCB/d560f776934a437f410fb6d52a44107f197ead06/1975046b-51b7-4b08-b2b4-e81a227b3790.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230524%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230524T183417Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d4fb5830fe926ebe5217ee6f2416cbf2ea7813bc1b32f0c5a756e08ca4603e1f [2023-05-24T18:34:17.425Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-24T18:34:17.425Z] Dload Upload Total Spent Left Speed [2023-05-24T18:34:17.688Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57411 0 0 100 57411 0 230k --:--:-- --:--:-- --:--:-- 231k [2023-05-24T18:34:17.688Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/d560f776934a437f410fb6d52a44107f197ead06 [Pipeline] } [2023-05-24T18:34:17.716Z] 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-24T18:34:19.006Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-05-24T18:34:19.329Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-24T18:34:20.218Z] ---> package-listing.sh [2023-05-24T18:34:20.218Z] ++ facter osfamily [2023-05-24T18:34:20.218Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-24T18:34:20.479Z] + OS_FAMILY=debian [2023-05-24T18:34:20.479Z] + workspace=/w/workspace/edgex-go/1 [2023-05-24T18:34:20.479Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-24T18:34:20.479Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-24T18:34:20.479Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-24T18:34:20.479Z] + PACKAGES=/tmp/packages_start.txt [2023-05-24T18:34:20.479Z] + '[' /w/workspace/edgex-go/1 ']' [2023-05-24T18:34:20.479Z] + PACKAGES=/tmp/packages_end.txt [2023-05-24T18:34:20.479Z] + case "${OS_FAMILY}" in [2023-05-24T18:34:20.479Z] + dpkg -l [2023-05-24T18:34:20.479Z] + grep '^ii' [2023-05-24T18:34:20.479Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-24T18:34:20.479Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-24T18:34:20.479Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-24T18:34:20.479Z] + '[' /w/workspace/edgex-go/1 ']' [2023-05-24T18:34:20.479Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-05-24T18:34:20.479Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-05-24T18:34:20.517Z] 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-24T18:34:20.806Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-24T18:34:21.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-24T18:34:21.419Z] [2023-05-24T18:34:21.419Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-24T18:34:21.782Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-24T18:34:21.783Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-24T18:34:21.783Z] 5eb5b503b376: Pulling fs layer [2023-05-24T18:34:21.783Z] 5c69ac0246d0: Pulling fs layer [2023-05-24T18:34:21.783Z] ec43610c2a17: Pulling fs layer [2023-05-24T18:34:21.783Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-24T18:34:21.783Z] 33b1e0a273af: Pulling fs layer [2023-05-24T18:34:21.783Z] 3a2ae6a8a46f: Waiting [2023-05-24T18:34:21.783Z] 5d3b04190fa2: Pulling fs layer [2023-05-24T18:34:21.783Z] 2f39f015ded8: Pulling fs layer [2023-05-24T18:34:21.783Z] 33b1e0a273af: Waiting [2023-05-24T18:34:21.783Z] 5d3b04190fa2: Waiting [2023-05-24T18:34:21.783Z] 2f39f015ded8: Waiting [2023-05-24T18:34:21.783Z] 5c69ac0246d0: Verifying Checksum [2023-05-24T18:34:21.783Z] 5c69ac0246d0: Download complete [2023-05-24T18:34:21.783Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-24T18:34:21.783Z] 3a2ae6a8a46f: Download complete [2023-05-24T18:34:22.042Z] 33b1e0a273af: Verifying Checksum [2023-05-24T18:34:22.042Z] 33b1e0a273af: Download complete [2023-05-24T18:34:22.042Z] 5d3b04190fa2: Verifying Checksum [2023-05-24T18:34:22.042Z] 5d3b04190fa2: Download complete [2023-05-24T18:34:22.042Z] ec43610c2a17: Verifying Checksum [2023-05-24T18:34:22.042Z] ec43610c2a17: Download complete [2023-05-24T18:34:22.042Z] 5eb5b503b376: Verifying Checksum [2023-05-24T18:34:22.042Z] 5eb5b503b376: Download complete [2023-05-24T18:34:22.607Z] 2f39f015ded8: Verifying Checksum [2023-05-24T18:34:22.607Z] 2f39f015ded8: Download complete [2023-05-24T18:34:23.173Z] 5eb5b503b376: Pull complete [2023-05-24T18:34:23.173Z] 5c69ac0246d0: Pull complete [2023-05-24T18:34:23.740Z] ec43610c2a17: Pull complete [2023-05-24T18:34:23.740Z] 3a2ae6a8a46f: Pull complete [2023-05-24T18:34:23.998Z] 33b1e0a273af: Pull complete [2023-05-24T18:34:23.998Z] 5d3b04190fa2: Pull complete [2023-05-24T18:34:28.285Z] 2f39f015ded8: Pull complete [2023-05-24T18:34:28.285Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-24T18:34:28.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-24T18:34:28.285Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-24T18:34:28.501Z] prd-ubuntu20.04-docker-8c-8g-16737 does not seem to be running inside a container [2023-05-24T18:34:28.518Z] $ 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-24T18:34:33.509Z] $ docker top 72e3d801d7eedd9a467151fc660ef0a503cb93bd35e0acf87f8829bd5b088a02 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-24T18:34:33.902Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-24T18:34:34.213Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-24T18:34:34.520Z] + ls /var/log/sa-host [2023-05-24T18:34:34.520Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-24T18:34:34.650Z] provisioning config files... [2023-05-24T18:34:34.657Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config15730773985136365950tmp [Pipeline] { [Pipeline] echo [2023-05-24T18:34:34.706Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-24T18:34:35.017Z] ---> create-netrc.sh [Pipeline] } [2023-05-24T18:34:35.050Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-24T18:34:35.438Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-24T18:34:35.468Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-24T18:34:35.777Z] ---> sudo-logs.sh [2023-05-24T18:34:35.777Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-24T18:34:35.855Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-24T18:34:36.161Z] ---> job-cost.sh [2023-05-24T18:34:36.161Z] lf-activate-venv: SKIPPING [2023-05-24T18:34:36.161Z] DEBUG: total: 0.10999999940395355 [2023-05-24T18:34:36.161Z] INFO: Retrieving Stack Cost... [2023-05-24T18:34:36.728Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-24T18:34:36.987Z] INFO: Archiving Costs [Pipeline] echo [2023-05-24T18:34:37.024Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-24T18:34:37.336Z] ---> logs-deploy.sh [2023-05-24T18:34:37.336Z] lf-activate-venv: SKIPPING [2023-05-24T18:34:37.336Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4578/1 [2023-05-24T18:34:37.336Z] INFO: archiving workspace using pattern(s): [2023-05-24T18:34:38.279Z] Archives upload complete. [2023-05-24T18:34:38.279Z] INFO: archiving logs to Nexus