Pull request #4363 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b+8776ce55658615d64e1aa8a64582242181f551ac (ec32a6bac37c2d62165a60610573443863511a1a) 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-ssh7612169327072739200.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh15493291226167122697.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4363/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-4363/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6652562146512714855.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-4363/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2422557904499874040.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14265128989182220739.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-4363/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-4363/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3879169013219444511.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-6197 in /w/workspace/edgexfoundry_edgex-go_PR-4363 [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/4363/head:refs/remotes/origin/PR-4363 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 8776ce55658615d64e1aa8a64582242181f551ac into PR head commit f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b Merge succeeded, producing f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b Checking out Revision f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b (PR-4363) > git config core.sparsecheckout # timeout=10 > git checkout -f f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b # 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 8776ce55658615d64e1aa8a64582242181f551ac # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b # timeout=10 Commit message: "refactor: Add app service default subscribe topics" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-15T21:07:02.031Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-15T21:07:02.192Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-15T21:07:02.292Z] ========================================================= [2023-02-15T21:07:02.292Z] EdgeX Global Pipelines Version Info [2023-02-15T21:07:02.292Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-15T21:07:03.501Z] ------------------- [2023-02-15T21:07:03.501Z] stable info: [2023-02-15T21:07:03.501Z] ------------------- [2023-02-15T21:07:03.501Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-15T21:07:03.501Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T21:07:03.501Z] Message: update stable to v1.0.244 [2023-02-15T21:07:03.762Z] ------------------- [2023-02-15T21:07:03.762Z] experimental info: [2023-02-15T21:07:03.762Z] ------------------- [2023-02-15T21:07:03.762Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-15T21:07:03.762Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T21:07:03.762Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-15T21:07:04.054Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-15T21:07:04.086Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-15T21:07:04.119Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-15T21:07:04.155Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-15T21:07:04.188Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-15T21:07:04.224Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-15T21:07:04.262Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-15T21:07:04.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-15T21:07:04.328Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-15T21:07:04.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-15T21:07:04.393Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-15T21:07:04.424Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-15T21:07:04.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-15T21:07:04.493Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-15T21:07:04.531Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-15T21:07:04.566Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-15T21:07:04.604Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-15T21:07:04.641Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-15T21:07:04.682Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-15T21:07:04.722Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-02-15T21:07:04.767Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-15T21:07:04.805Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-15T21:07:04.848Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-15T21:07:04.889Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4363 [Pipeline] echo [2023-02-15T21:07:04.929Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4363 [Pipeline] echo [2023-02-15T21:07:04.969Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4363 [Pipeline] echo [2023-02-15T21:07:05.009Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [Pipeline] echo [2023-02-15T21:07:05.045Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f6f4f3d [Pipeline] echo [2023-02-15T21:07:05.088Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T21:07:05.196Z] provisioning config files... [2023-02-15T21:07:05.212Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config10222905536702191620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T21:07:05.549Z] ---> docker-login.sh [2023-02-15T21:07:05.549Z] nexus3.edgexfoundry.org:10001 [2023-02-15T21:07:06.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T21:07:06.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T21:07:06.489Z] Configure a credential helper to remove this warning. See [2023-02-15T21:07:06.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T21:07:06.489Z] [2023-02-15T21:07:06.489Z] Login Succeeded [2023-02-15T21:07:06.489Z] nexus3.edgexfoundry.org:10002 [2023-02-15T21:07:06.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T21:07:06.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T21:07:06.749Z] Configure a credential helper to remove this warning. See [2023-02-15T21:07:06.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T21:07:06.749Z] [2023-02-15T21:07:06.749Z] Login Succeeded [2023-02-15T21:07:06.749Z] nexus3.edgexfoundry.org:10003 [2023-02-15T21:07:06.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T21:07:06.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T21:07:06.749Z] Configure a credential helper to remove this warning. See [2023-02-15T21:07:06.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T21:07:06.749Z] [2023-02-15T21:07:06.749Z] Login Succeeded [2023-02-15T21:07:06.749Z] nexus3.edgexfoundry.org:10004 [2023-02-15T21:07:06.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T21:07:07.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T21:07:07.009Z] Configure a credential helper to remove this warning. See [2023-02-15T21:07:07.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T21:07:07.009Z] [2023-02-15T21:07:07.009Z] Login Succeeded [2023-02-15T21:07:07.009Z] docker.io [2023-02-15T21:07:07.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T21:07:07.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T21:07:07.270Z] Configure a credential helper to remove this warning. See [2023-02-15T21:07:07.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T21:07:07.270Z] [2023-02-15T21:07:07.270Z] Login Succeeded [2023-02-15T21:07:07.270Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T21:07:07.297Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T21:07:07.710Z] + 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-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-02-15T21:07:07.710Z] + dirname cmd/core-command/Dockerfile [2023-02-15T21:07:07.710Z] + cut -d/ -f2 [2023-02-15T21:07:07.710Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-15T21:07:07.710Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-15T21:07:07.710Z] + cut -d/ -f2 [2023-02-15T21:07:07.710Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-15T21:07:07.710Z] + + dirname cmd/core-data/Dockerfile [2023-02-15T21:07:07.710Z] cut -d/ -f2 [2023-02-15T21:07:07.710Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-15T21:07:07.710Z] + dirname cmd/core-metadata/Dockerfile [2023-02-15T21:07:07.710Z] + cut -d/ -f2 [2023-02-15T21:07:07.710Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-15T21:07:07.710Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-02-15T21:07:07.710Z] + cut -d/ -f2 [2023-02-15T21:07:07.710Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-15T21:07:07.710Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-02-15T21:07:07.710Z] + cut -d/ -f2 [2023-02-15T21:07:07.710Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-15T21:07:07.710Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-15T21:07:07.710Z] + cut -d/ -f2 [2023-02-15T21:07:07.710Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-15T21:07:07.710Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-15T21:07:07.710Z] + cut -d/ -f2 [2023-02-15T21:07:07.710Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-15T21:07:07.710Z] + + dirname cmd/security-spire-agent/Dockerfile [2023-02-15T21:07:07.710Z] cut -d/ -f2 [2023-02-15T21:07:07.710Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-15T21:07:07.710Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-15T21:07:07.710Z] + cut -d/ -f2 [2023-02-15T21:07:07.710Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-15T21:07:07.710Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-15T21:07:07.710Z] + cut -d/ -f2 [2023-02-15T21:07:07.710Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-15T21:07:07.710Z] + + dirname cmd/support-notifications/Dockerfile [2023-02-15T21:07:07.710Z] cut -d/ -f2 [2023-02-15T21:07:07.710Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-15T21:07:07.710Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-15T21:07:07.710Z] + cut -d/ -f2 [2023-02-15T21:07:07.710Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-15T21:07:07.774Z] 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-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-02-15T21:07:08.267Z] + git rev-list -1 --merges f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b~1..f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [Pipeline] echo [2023-02-15T21:07:08.301Z] -----------> git rev-list -1 --merges f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b~1..f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [false] [Pipeline] sh [2023-02-15T21:07:08.611Z] + git log --format=format:%s -1 f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [Pipeline] echo [2023-02-15T21:07:08.644Z] ========================================================= [2023-02-15T21:07:08.644Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-15T21:07:08.644Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-15T21:07:09.143Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T21:07:09.143Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-15T21:07:09.143Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-15T21:07:09.143Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-15T21:07:09.143Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-15T21:07:09.143Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-15T21:07:09.143Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T21:07:09.644Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T21:07:09.644Z] [2023-02-15T21:07:09.644Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T21:07:10.021Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T21:07:10.021Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-15T21:07:10.021Z] b85a868b505f: Pulling fs layer [2023-02-15T21:07:10.021Z] e2be974225ed: Pulling fs layer [2023-02-15T21:07:10.021Z] 339a4e72a1f5: Pulling fs layer [2023-02-15T21:07:10.021Z] 988bab9f4d93: Pulling fs layer [2023-02-15T21:07:10.021Z] 1469e6f7b9e6: Pulling fs layer [2023-02-15T21:07:10.021Z] eaf3925da568: Pulling fs layer [2023-02-15T21:07:10.021Z] bab4dde63d76: Pulling fs layer [2023-02-15T21:07:10.021Z] bde34c3a00c8: Pulling fs layer [2023-02-15T21:07:10.021Z] b352a97aabf1: Pulling fs layer [2023-02-15T21:07:10.021Z] 4872d77fe225: Pulling fs layer [2023-02-15T21:07:10.021Z] 5851b861e8e6: Pulling fs layer [2023-02-15T21:07:10.021Z] b352a97aabf1: Waiting [2023-02-15T21:07:10.021Z] 4872d77fe225: Waiting [2023-02-15T21:07:10.021Z] 5851b861e8e6: Waiting [2023-02-15T21:07:10.021Z] bde34c3a00c8: Waiting [2023-02-15T21:07:10.021Z] 1469e6f7b9e6: Waiting [2023-02-15T21:07:10.021Z] eaf3925da568: Waiting [2023-02-15T21:07:10.021Z] bab4dde63d76: Waiting [2023-02-15T21:07:10.021Z] 988bab9f4d93: Waiting [2023-02-15T21:07:10.021Z] e2be974225ed: Verifying Checksum [2023-02-15T21:07:10.021Z] e2be974225ed: Download complete [2023-02-15T21:07:10.291Z] 988bab9f4d93: Verifying Checksum [2023-02-15T21:07:10.291Z] 988bab9f4d93: Download complete [2023-02-15T21:07:10.291Z] 1469e6f7b9e6: Verifying Checksum [2023-02-15T21:07:10.291Z] 1469e6f7b9e6: Download complete [2023-02-15T21:07:10.291Z] eaf3925da568: Download complete [2023-02-15T21:07:10.291Z] 339a4e72a1f5: Verifying Checksum [2023-02-15T21:07:10.291Z] 339a4e72a1f5: Download complete [2023-02-15T21:07:10.553Z] bde34c3a00c8: Download complete [2023-02-15T21:07:10.553Z] b352a97aabf1: Download complete [2023-02-15T21:07:10.553Z] b85a868b505f: Verifying Checksum [2023-02-15T21:07:10.553Z] 4872d77fe225: Verifying Checksum [2023-02-15T21:07:10.553Z] 4872d77fe225: Download complete [2023-02-15T21:07:10.553Z] b85a868b505f: Download complete [2023-02-15T21:07:10.553Z] 5851b861e8e6: Verifying Checksum [2023-02-15T21:07:10.553Z] 5851b861e8e6: Download complete [2023-02-15T21:07:10.812Z] bab4dde63d76: Verifying Checksum [2023-02-15T21:07:10.812Z] bab4dde63d76: Download complete [2023-02-15T21:07:11.749Z] b85a868b505f: Pull complete [2023-02-15T21:07:12.008Z] e2be974225ed: Pull complete [2023-02-15T21:07:12.575Z] 339a4e72a1f5: Pull complete [2023-02-15T21:07:12.575Z] 988bab9f4d93: Pull complete [2023-02-15T21:07:12.833Z] 1469e6f7b9e6: Pull complete [2023-02-15T21:07:13.092Z] eaf3925da568: Pull complete [2023-02-15T21:07:15.020Z] bab4dde63d76: Pull complete [2023-02-15T21:07:15.020Z] bde34c3a00c8: Pull complete [2023-02-15T21:07:15.020Z] b352a97aabf1: Pull complete [2023-02-15T21:07:15.020Z] 4872d77fe225: Pull complete [2023-02-15T21:07:15.280Z] 5851b861e8e6: Pull complete [2023-02-15T21:07:15.280Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-15T21:07:15.280Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T21:07:15.280Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T21:07:15.503Z] prd-ubuntu20.04-docker-8c-8g-6197 does not seem to be running inside a container [2023-02-15T21:07:15.540Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-15T21:07:18.298Z] $ docker top 28f785c1dae630a3a71714343594aacf38bd50d19ba7a0f50feacf6ca5cf3511 -eo pid,comm [2023-02-15T21:07:18.355Z] 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-02-15T21:07:18.355Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T21:07:18.485Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T21:07:18.485Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T21:07:18.598Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T21:07:18.603Z] $ docker exec 28f785c1dae630a3a71714343594aacf38bd50d19ba7a0f50feacf6ca5cf3511 ssh-agent [2023-02-15T21:07:18.719Z] SSH_AUTH_SOCK=/tmp/ssh-9JgNeiBL66Sp/agent.32 [2023-02-15T21:07:18.719Z] SSH_AGENT_PID=38 [2023-02-15T21:07:18.726Z] Running ssh-add (command line suppressed) [2023-02-15T21:07:18.847Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7561511868634690914.key (/w/workspace/edgex-go/1@tmp/private_key_7561511868634690914.key) [2023-02-15T21:07:18.862Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T21:07:19.190Z] + git tag --points-at HEAD [Pipeline] } [2023-02-15T21:07:19.221Z] $ docker exec --env ******** --env ******** 28f785c1dae630a3a71714343594aacf38bd50d19ba7a0f50feacf6ca5cf3511 ssh-agent -k [2023-02-15T21:07:19.324Z] unset SSH_AUTH_SOCK; [2023-02-15T21:07:19.326Z] unset SSH_AGENT_PID; [2023-02-15T21:07:19.326Z] echo Agent pid 38 killed; [2023-02-15T21:07:19.332Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-15T21:07:19.521Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T21:07:19.521Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T21:07:19.638Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T21:07:19.643Z] $ docker exec 28f785c1dae630a3a71714343594aacf38bd50d19ba7a0f50feacf6ca5cf3511 ssh-agent [2023-02-15T21:07:19.754Z] SSH_AUTH_SOCK=/tmp/ssh-ViPusrOTOIhD/agent.70 [2023-02-15T21:07:19.754Z] SSH_AGENT_PID=76 [2023-02-15T21:07:19.760Z] Running ssh-add (command line suppressed) [2023-02-15T21:07:19.861Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_11860341493615023472.key (/w/workspace/edgex-go/1@tmp/private_key_11860341493615023472.key) [2023-02-15T21:07:19.875Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T21:07:20.201Z] + git semver init [2023-02-15T21:07:20.460Z] 2023-02-15 21:07:20,387 [run_init] DEBUG init version:0.0.0 force:False [2023-02-15T21:07:20.460Z] 2023-02-15 21:07:20,388 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-02-15T21:07:20.460Z] 2023-02-15 21:07:20,388 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-02-15T21:07:20.460Z] 2023-02-15 21:07:20,388 [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-02-15T21:07:27.053Z] 2023-02-15 21:07:26,068 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-02-15T21:07:27.053Z] 2023-02-15 21:07:26,069 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4363 with force:False [2023-02-15T21:07:27.053Z] 2023-02-15 21:07:26,069 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4363 [2023-02-15T21:07:27.053Z] 2023-02-15 21:07:26,073 [execute] INFO git cat-file --batch-check [2023-02-15T21:07:27.053Z] 2023-02-15 21:07:26,074 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T21:07:27.053Z] 2023-02-15 21:07:26,079 [execute] INFO git cat-file --batch [2023-02-15T21:07:27.053Z] 2023-02-15 21:07:26,079 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T21:07:27.053Z] 2023-02-15 21:07:26,085 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4363 [2023-02-15T21:07:27.053Z] 0.0.0 [Pipeline] } [2023-02-15T21:07:27.082Z] $ docker exec --env ******** --env ******** 28f785c1dae630a3a71714343594aacf38bd50d19ba7a0f50feacf6ca5cf3511 ssh-agent -k [2023-02-15T21:07:27.200Z] unset SSH_AUTH_SOCK; [2023-02-15T21:07:27.200Z] unset SSH_AGENT_PID; [2023-02-15T21:07:27.201Z] echo Agent pid 76 killed; [2023-02-15T21:07:27.210Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T21:07:27.632Z] + git semver [Pipeline] } [2023-02-15T21:07:27.919Z] $ docker stop --time=1 28f785c1dae630a3a71714343594aacf38bd50d19ba7a0f50feacf6ca5cf3511 [2023-02-15T21:07:29.225Z] $ docker rm -f --volumes 28f785c1dae630a3a71714343594aacf38bd50d19ba7a0f50feacf6ca5cf3511 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T21:07:29.676Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-15T21:07:29.949Z] Stashed 1 file(s) [Pipeline] echo [2023-02-15T21:07:29.968Z] [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-02-15T21:07:30.709Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-02-15T21:07:30.749Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T21:07:30.786Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T21:07:30.818Z] ========================================================= [2023-02-15T21:07:30.818Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-15T21:07:30.818Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-15T21:07:31.170Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T21:07:31.171Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-15T21:07:31.171Z] 213ec9aee27d: Pulling fs layer [2023-02-15T21:07:31.171Z] 4583459ba037: Pulling fs layer [2023-02-15T21:07:31.171Z] 93c1e223e6f2: Pulling fs layer [2023-02-15T21:07:31.171Z] 53926ce57604: Pulling fs layer [2023-02-15T21:07:31.171Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-15T21:07:31.171Z] 22ff95d597cd: Pulling fs layer [2023-02-15T21:07:31.171Z] 12d6caf4c0d1: Pulling fs layer [2023-02-15T21:07:31.171Z] 96b7cbca73a9: Pulling fs layer [2023-02-15T21:07:31.171Z] a7acece74701: Pulling fs layer [2023-02-15T21:07:31.171Z] 12d6caf4c0d1: Waiting [2023-02-15T21:07:31.171Z] 96b7cbca73a9: Waiting [2023-02-15T21:07:31.171Z] 21b2b0c7a3f4: Waiting [2023-02-15T21:07:31.171Z] a7acece74701: Waiting [2023-02-15T21:07:31.171Z] 22ff95d597cd: Waiting [2023-02-15T21:07:31.171Z] 53926ce57604: Waiting [2023-02-15T21:07:31.171Z] 93c1e223e6f2: Download complete [2023-02-15T21:07:31.171Z] 4583459ba037: Verifying Checksum [2023-02-15T21:07:31.171Z] 4583459ba037: Download complete [2023-02-15T21:07:31.171Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-15T21:07:31.171Z] 21b2b0c7a3f4: Download complete [2023-02-15T21:07:31.171Z] 22ff95d597cd: Verifying Checksum [2023-02-15T21:07:31.171Z] 22ff95d597cd: Download complete [2023-02-15T21:07:31.439Z] 213ec9aee27d: Verifying Checksum [2023-02-15T21:07:31.439Z] 213ec9aee27d: Download complete [2023-02-15T21:07:31.439Z] 12d6caf4c0d1: Verifying Checksum [2023-02-15T21:07:31.439Z] 12d6caf4c0d1: Download complete [2023-02-15T21:07:31.439Z] 213ec9aee27d: Pull complete [2023-02-15T21:07:31.722Z] 4583459ba037: Pull complete [2023-02-15T21:07:31.722Z] 93c1e223e6f2: Pull complete [2023-02-15T21:07:32.331Z] a7acece74701: Verifying Checksum [2023-02-15T21:07:32.331Z] a7acece74701: Download complete [2023-02-15T21:07:32.591Z] 53926ce57604: Verifying Checksum [2023-02-15T21:07:32.591Z] 53926ce57604: Download complete [2023-02-15T21:07:33.233Z] 96b7cbca73a9: Verifying Checksum [2023-02-15T21:07:33.233Z] 96b7cbca73a9: Download complete [2023-02-15T21:07:36.540Z] 53926ce57604: Pull complete [2023-02-15T21:07:36.540Z] 21b2b0c7a3f4: Pull complete [2023-02-15T21:07:36.798Z] 22ff95d597cd: Pull complete [2023-02-15T21:07:36.798Z] 12d6caf4c0d1: Pull complete [2023-02-15T21:07:39.330Z] 96b7cbca73a9: Pull complete [2023-02-15T21:07:39.591Z] a7acece74701: Pull complete [2023-02-15T21:07:39.851Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-15T21:07:39.851Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T21:07:39.851Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-15T21:07:40.208Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T21:07:40.208Z] WORKDIR /edgex [2023-02-15T21:07:40.208Z] COPY go.mod . [2023-02-15T21:07:40.208Z] RUN go mod download [2023-02-15T21:07:40.208Z] + docker build -t ci-base-image-x86_64 -f - . [2023-02-15T21:07:40.778Z] Sending build context to Docker daemon 170.3MB [2023-02-15T21:07:40.778Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T21:07:40.778Z] ---> db6d94c90886 [2023-02-15T21:07:40.778Z] Step 2/4 : WORKDIR /edgex [2023-02-15T21:07:45.250Z] Still waiting to schedule task [2023-02-15T21:07:45.251Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-15T21:07:46.054Z] ---> Running in fcdf4e0750c4 [2023-02-15T21:07:46.054Z] Removing intermediate container fcdf4e0750c4 [2023-02-15T21:07:46.054Z] ---> 8c28194df697 [2023-02-15T21:07:46.054Z] Step 3/4 : COPY go.mod . [2023-02-15T21:07:46.054Z] ---> da1f5b1dbed4 [2023-02-15T21:07:46.054Z] Step 4/4 : RUN go mod download [2023-02-15T21:07:46.313Z] ---> Running in 742dfe2cbd45 [2023-02-15T21:08:01.191Z] Removing intermediate container 742dfe2cbd45 [2023-02-15T21:08:01.191Z] ---> 5837efe4a4fc [2023-02-15T21:08:01.191Z] Successfully built 5837efe4a4fc [2023-02-15T21:08:01.191Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T21:08:01.621Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-15T21:08:01.621Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T21:08:01.778Z] prd-ubuntu20.04-docker-8c-8g-6197 does not seem to be running inside a container [2023-02-15T21:08:01.811Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-15T21:08:02.262Z] $ docker top 30246f03f40f96663610ce574304a60cfbf1492027e98b936a290ae8ba25a2b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T21:08:02.654Z] + go version [2023-02-15T21:08:02.654Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-15T21:08:02.687Z] $ docker stop --time=1 30246f03f40f96663610ce574304a60cfbf1492027e98b936a290ae8ba25a2b0 [2023-02-15T21:08:03.961Z] $ docker rm -f --volumes 30246f03f40f96663610ce574304a60cfbf1492027e98b936a290ae8ba25a2b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T21:08:04.620Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-15T21:08:04.621Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T21:08:04.764Z] prd-ubuntu20.04-docker-8c-8g-6197 does not seem to be running inside a container [2023-02-15T21:08:04.795Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-15T21:08:05.135Z] $ docker top 5c124e05889c4f8028aff82c9a4523ee8fc87ade96de1c1d0b02bfefd4489b43 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-15T21:08:05.252Z] ========================================================= [2023-02-15T21:08:05.252Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-15T21:08:05.252Z] ========================================================= [Pipeline] sh [2023-02-15T21:08:05.546Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-15T21:08:05.896Z] + make test [2023-02-15T21:08:05.896Z] go test -race -coverprofile=coverage.out ./... [2023-02-15T21:08:12.454Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-15T21:08:24.666Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-15T21:08:24.666Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-15T21:08:24.666Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-15T21:08:24.923Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-15T21:08:24.923Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-15T21:08:24.923Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-15T21:08:24.923Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-15T21:08:24.923Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-15T21:08:24.923Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-15T21:08:24.923Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-15T21:08:25.181Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-15T21:08:25.181Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-15T21:08:25.181Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-15T21:08:25.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-15T21:08:25.747Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.089s coverage: 28.7% of statements [2023-02-15T21:08:25.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-15T21:08:25.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-15T21:08:25.747Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.143s coverage: 98.5% of statements [2023-02-15T21:08:29.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.137s coverage: 73.7% of statements [2023-02-15T21:08:29.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-15T21:08:29.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-15T21:08:29.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-15T21:08:29.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.099s coverage: 54.0% of statements [2023-02-15T21:08:29.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-15T21:08:29.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-15T21:08:30.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.966s coverage: 88.5% of statements [2023-02-15T21:08:30.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-15T21:08:30.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-15T21:08:30.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-15T21:08:30.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-15T21:08:30.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-15T21:08:30.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.088s coverage: 3.9% of statements [2023-02-15T21:08:30.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-15T21:08:30.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-15T21:08:30.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.498s coverage: 95.6% of statements [2023-02-15T21:08:30.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-15T21:08:30.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-15T21:08:30.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-15T21:08:30.498Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.075s coverage: 72.2% of statements [2023-02-15T21:08:30.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-15T21:08:30.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-15T21:08:30.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-15T21:08:30.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-15T21:08:30.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-15T21:08:30.498Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.088s coverage: 65.9% of statements [2023-02-15T21:08:30.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-15T21:08:30.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-15T21:08:30.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-15T21:08:30.499Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.086s coverage: 0.9% of statements [2023-02-15T21:08:30.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-15T21:08:30.499Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.097s coverage: 29.6% of statements [2023-02-15T21:08:30.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-15T21:08:30.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 47.1% of statements [2023-02-15T21:08:30.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.067s coverage: 82.9% of statements [2023-02-15T21:08:30.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2023-02-15T21:08:30.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements [2023-02-15T21:08:30.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements [2023-02-15T21:08:38.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements [2023-02-15T21:08:38.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements [2023-02-15T21:08:53.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.391s coverage: 79.9% of statements [2023-02-15T21:08:53.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 64.4% of statements [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.074s coverage: 86.9% of statements [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.094s coverage: 87.2% of statements [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.053s coverage: 20.0% of statements [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.073s coverage: 77.4% of statements [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.087s coverage: 80.0% of statements [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.258s coverage: 91.2% of statements [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.244s coverage: 63.1% of statements [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.026s coverage: 73.7% of statements [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.348s coverage: 65.3% of statements [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.191s coverage: 41.0% of statements [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.078s coverage: 89.5% of statements [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.105s coverage: 17.7% of statements [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.176s coverage: 92.3% of statements [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.074s coverage: 63.2% of statements [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-15T21:08:53.484Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-15T21:08:53.484Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-15T21:08:53.484Z] 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-02-15T21:09:11.551Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-15T21:09:11.551Z] go vet ./... [2023-02-15T21:09:13.447Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-15T21:09:13.447Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-15T21:09:13.705Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-15T21:09:13.742Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-15T21:09:14.049Z] + ls -al . [2023-02-15T21:09:14.049Z] total 748 [2023-02-15T21:09:14.049Z] drwxrwxr-x 11 1001 1001 4096 Feb 15 21:08 . [2023-02-15T21:09:14.049Z] drwxr-xr-x 4 root root 4096 Feb 15 21:08 .. [2023-02-15T21:09:14.049Z] drwxrwxr-x 2 1001 1001 4096 Feb 15 21:06 .blubracket [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 16 Feb 15 21:06 .dockerignore [2023-02-15T21:09:14.049Z] drwxrwxr-x 8 1001 1001 4096 Feb 15 21:08 .git [2023-02-15T21:09:14.049Z] drwxrwxr-x 3 1001 1001 4096 Feb 15 21:06 .github [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 1024 Feb 15 21:06 .gitignore [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 42 Feb 15 21:06 .golangci.yml [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 87 Feb 15 21:06 .hadolint.yml [2023-02-15T21:09:14.049Z] drwxr-xr-x 3 1001 1001 4096 Feb 15 21:07 .semver [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 166 Feb 15 21:06 .sonarcloud.properties [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 1171 Feb 15 21:06 ADOPTERS.md [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 10825 Feb 15 21:06 Attribution.txt [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 73765 Feb 15 21:06 CHANGELOG.md [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 3804 Feb 15 21:06 CONTRIBUTING.md [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 677 Feb 15 21:06 GOVERNANCE.md [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 850 Feb 15 21:06 Jenkinsfile [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 10775 Feb 15 21:06 LICENSE [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 13375 Feb 15 21:06 Makefile [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 582 Feb 15 21:06 OWNERS.md [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 9403 Feb 15 21:06 README.md [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 6912 Feb 15 21:06 SECURITY.md [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 5 Feb 15 21:07 VERSION [2023-02-15T21:09:14.049Z] drwxrwxr-x 2 1001 1001 4096 Feb 15 21:06 bin [2023-02-15T21:09:14.049Z] drwxrwxr-x 17 1001 1001 4096 Feb 15 21:06 cmd [2023-02-15T21:09:14.049Z] -rw-r--r-- 1 root root 487529 Feb 15 21:08 coverage.out [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 3295 Feb 15 21:06 go.mod [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 33318 Feb 15 21:06 go.sum [2023-02-15T21:09:14.049Z] drwxrwxr-x 7 1001 1001 4096 Feb 15 21:06 internal [2023-02-15T21:09:14.049Z] drwxrwxr-x 3 1001 1001 4096 Feb 15 21:06 openapi [2023-02-15T21:09:14.049Z] drwxrwxr-x 4 1001 1001 4096 Feb 15 21:06 snap [2023-02-15T21:09:14.049Z] -rw-rw-r-- 1 1001 1001 204 Feb 15 21:06 version.go [Pipeline] sh [2023-02-15T21:09:14.357Z] + '[' -e coverage.out ] [2023-02-15T21:09:14.357Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-15T21:09:14.541Z] Stashed 1 file(s) [Pipeline] sh [2023-02-15T21:09:14.835Z] + make build [2023-02-15T21:09:14.836Z] 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-02-15T21:09:20.222Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6198 in /w/workspace/edgexfoundry_edgex-go_PR-4363 [Pipeline] { [Pipeline] ws [2023-02-15T21:09:20.276Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-02-15T21:09:20.353Z] The recommended git tool is: git [2023-02-15T21:09:26.120Z] using credential edgex-jenkins-ssh [2023-02-15T21:09:26.141Z] Cloning the remote Git repository [2023-02-15T21:09:26.165Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-15T21:09:26.249Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-02-15T21:09:26.425Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-15T21:09:26.426Z] > git --version # timeout=10 [2023-02-15T21:09:27.039Z] 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-02-15T21:09:27.039Z] 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-02-15T21:09:26.463Z] > git --version # 'git version 2.25.1' [2023-02-15T21:09:26.469Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-15T21:09:26.526Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-15T21:09:27.973Z] 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-02-15T21:09:28.907Z] 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-02-15T21:09:37.020Z] 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-02-15T21:09:37.280Z] 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-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-15T21:09:38.213Z] 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-02-15T21:09:39.588Z] 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-02-15T21:09:40.526Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-15T21:09:41.092Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-15T21:09:43.621Z] 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-02-15T21:09:42.995Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-15T21:09:43.019Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-15T21:09:43.795Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-15T21:09:43.834Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-15T21:09:43.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-15T21:09:43.855Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4363/head:refs/remotes/origin/PR-4363 +refs/heads/main:refs/remotes/origin/main # timeout=10 [Pipeline] } [2023-02-15T21:09:44.577Z] $ docker stop --time=1 5c124e05889c4f8028aff82c9a4523ee8fc87ade96de1c1d0b02bfefd4489b43 [2023-02-15T21:09:44.776Z] Merging remotes/origin/main commit 8776ce55658615d64e1aa8a64582242181f551ac into PR head commit f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:09:45.155Z] Merge succeeded, producing f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:09:45.155Z] Checking out Revision f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b (PR-4363) [2023-02-15T21:09:44.792Z] > git config core.sparsecheckout # timeout=10 [2023-02-15T21:09:44.812Z] > git checkout -f f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b # timeout=10 [2023-02-15T21:09:45.040Z] > git remote # timeout=10 [2023-02-15T21:09:45.058Z] > git config --get remote.origin.url # timeout=10 [2023-02-15T21:09:45.089Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-15T21:09:45.102Z] > git merge 8776ce55658615d64e1aa8a64582242181f551ac # timeout=10 [2023-02-15T21:09:45.126Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-15T21:09:45.157Z] > git config core.sparsecheckout # timeout=10 [2023-02-15T21:09:45.171Z] > git checkout -f f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b # timeout=10 [2023-02-15T21:09:47.938Z] $ docker rm -f --volumes 5c124e05889c4f8028aff82c9a4523ee8fc87ade96de1c1d0b02bfefd4489b43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T21:09:48.808Z] Commit message: "refactor: Add app service default subscribe topics" [2023-02-15T21:09:48.855Z] > git --version # timeout=10 [2023-02-15T21:09:48.872Z] > git --version # 'git version 2.25.1' [2023-02-15T21:09:48.891Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T21:09:49.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T21:09:49.027Z] [2023-02-15T21:09:49.027Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2023-02-15T21:09:49.402Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T21:09:49.402Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-15T21:09:49.402Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-15T21:09:49.402Z] ca9280d653b3: Pulling fs layer [2023-02-15T21:09:49.402Z] 7e9c9ca2126c: Pulling fs layer [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-15T21:09:49.666Z] cbdbe7a5bc2a: Verifying Checksum [2023-02-15T21:09:49.666Z] cbdbe7a5bc2a: Download complete [2023-02-15T21:09:49.666Z] cbdbe7a5bc2a: Pull complete [2023-02-15T21:09:49.927Z] ca9280d653b3: Verifying Checksum [2023-02-15T21:09:49.927Z] ca9280d653b3: Download complete [2023-02-15T21:09:50.063Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-15T21:09:50.063Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T21:09:50.063Z] Dload Upload Total Spent Left Speed [2023-02-15T21:09:50.063Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 83339 0 --:--:-- --:--:-- --:--:-- 83888 [2023-02-15T21:09:50.188Z] 7e9c9ca2126c: Download complete [2023-02-15T21:09:50.188Z] ca9280d653b3: Pull complete [Pipeline] sh [2023-02-15T21:09:50.768Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-15T21:09:51.114Z] + sudo tee /etc/docker/daemon.new [2023-02-15T21:09:51.114Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-15T21:09:51.114Z] { [2023-02-15T21:09:51.114Z] "registry-mirrors": [ [2023-02-15T21:09:51.114Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-15T21:09:51.114Z] ], [2023-02-15T21:09:51.114Z] "bip": "10.250.0.254/24", [2023-02-15T21:09:51.114Z] "hosts": [ [2023-02-15T21:09:51.114Z] "tcp://0.0.0.0:5555", [2023-02-15T21:09:51.114Z] "unix:///var/run/docker.sock" [2023-02-15T21:09:51.114Z] ], [2023-02-15T21:09:51.114Z] "mtu": 1458, [2023-02-15T21:09:51.114Z] "selinux-enabled": true, [2023-02-15T21:09:51.114Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-15T21:09:51.114Z] } [Pipeline] sh [2023-02-15T21:09:51.462Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-15T21:09:51.802Z] + sudo service docker restart [2023-02-15T21:09:53.474Z] 7e9c9ca2126c: Pull complete [2023-02-15T21:09:53.474Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-15T21:09:53.474Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T21:09:53.474Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T21:09:53.689Z] prd-ubuntu20.04-docker-8c-8g-6197 does not seem to be running inside a container [2023-02-15T21:09:53.718Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-15T21:09:55.808Z] $ docker top dca2f69db3223a5f60c2097ffbe63af86c70dfcd4ea1da740486cde6806bec23 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T21:09:56.190Z] + docker-compose build --help [2023-02-15T21:09:56.190Z] + grep parallel [2023-02-15T21:09:56.757Z] --parallel Build images in parallel. [Pipeline] } [2023-02-15T21:09:56.794Z] $ docker stop --time=1 dca2f69db3223a5f60c2097ffbe63af86c70dfcd4ea1da740486cde6806bec23 [2023-02-15T21:09:58.068Z] $ docker rm -f --volumes dca2f69db3223a5f60c2097ffbe63af86c70dfcd4ea1da740486cde6806bec23 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T21:09:58.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T21:09:58.641Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T21:09:58.783Z] prd-ubuntu20.04-docker-8c-8g-6197 does not seem to be running inside a container [2023-02-15T21:09:58.815Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-15T21:09:59.426Z] $ docker top c19ef8703adfff50636762abda3375048e107c70c7bd81b1a9c00a25f7896aaa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T21:09:59.816Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-15T21:10:00.385Z] Building core-command ... [2023-02-15T21:10:00.385Z] Building core-common-config-bootstrapper ... [2023-02-15T21:10:00.385Z] Building core-data ... [2023-02-15T21:10:00.385Z] Building core-metadata ... [2023-02-15T21:10:00.385Z] Building security-bootstrapper ... [2023-02-15T21:10:00.385Z] Building security-proxy-setup ... [2023-02-15T21:10:00.385Z] Building security-secretstore-setup ... [2023-02-15T21:10:00.385Z] Building security-spiffe-token-provider ... [2023-02-15T21:10:00.385Z] Building security-spire-agent ... [2023-02-15T21:10:00.385Z] Building security-spire-config ... [2023-02-15T21:10:00.385Z] Building security-spire-server ... [2023-02-15T21:10:00.385Z] Building support-notifications ... [2023-02-15T21:10:00.385Z] Building support-scheduler ... [2023-02-15T21:10:00.385Z] Building support-notifications [2023-02-15T21:10:00.385Z] Building security-bootstrapper [2023-02-15T21:10:00.385Z] Building core-metadata [2023-02-15T21:10:00.385Z] Building security-spire-server [2023-02-15T21:10:00.385Z] Building security-spiffe-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T21:10:10.170Z] provisioning config files... [2023-02-15T21:10:10.196Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4674685173999511758tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T21:10:10.355Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:10:10.356Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:10:10.356Z] ---> 5837efe4a4fc [2023-02-15T21:10:10.356Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T21:10:10.356Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:10:10.356Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:10:10.356Z] ---> 5837efe4a4fc [2023-02-15T21:10:10.356Z] Step 3/19 : WORKDIR /edgex-go [2023-02-15T21:10:10.356Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:10:10.356Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:10:10.356Z] ---> 5837efe4a4fc [2023-02-15T21:10:10.356Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-15T21:10:10.356Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:10:10.356Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:10:10.356Z] ---> 5837efe4a4fc [2023-02-15T21:10:10.356Z] Step 3/23 : WORKDIR /edgex-go [2023-02-15T21:10:10.356Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:10:10.356Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:10:10.356Z] ---> 5837efe4a4fc [2023-02-15T21:10:10.356Z] Step 3/32 : WORKDIR /edgex-go [2023-02-15T21:10:10.586Z] ---> docker-login.sh [2023-02-15T21:10:10.586Z] nexus3.edgexfoundry.org:10001 [2023-02-15T21:10:11.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T21:10:11.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T21:10:11.177Z] Configure a credential helper to remove this warning. See [2023-02-15T21:10:11.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T21:10:11.177Z] [2023-02-15T21:10:11.177Z] Login Succeeded [2023-02-15T21:10:11.177Z] nexus3.edgexfoundry.org:10002 [2023-02-15T21:10:11.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T21:10:11.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T21:10:11.448Z] Configure a credential helper to remove this warning. See [2023-02-15T21:10:11.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T21:10:11.448Z] [2023-02-15T21:10:11.448Z] Login Succeeded [2023-02-15T21:10:11.717Z] nexus3.edgexfoundry.org:10003 [2023-02-15T21:10:11.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T21:10:11.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T21:10:11.987Z] Configure a credential helper to remove this warning. See [2023-02-15T21:10:11.987Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T21:10:11.987Z] [2023-02-15T21:10:11.987Z] Login Succeeded [2023-02-15T21:10:11.987Z] nexus3.edgexfoundry.org:10004 [2023-02-15T21:10:12.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T21:10:12.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T21:10:12.257Z] Configure a credential helper to remove this warning. See [2023-02-15T21:10:12.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T21:10:12.257Z] [2023-02-15T21:10:12.257Z] Login Succeeded [2023-02-15T21:10:12.257Z] docker.io [2023-02-15T21:10:12.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T21:10:12.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T21:10:12.796Z] Configure a credential helper to remove this warning. See [2023-02-15T21:10:12.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T21:10:12.796Z] [2023-02-15T21:10:12.796Z] Login Succeeded [2023-02-15T21:10:12.796Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T21:10:12.831Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-02-15T21:10:13.486Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-02-15T21:10:13.528Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T21:10:13.563Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T21:10:13.597Z] ========================================================= [2023-02-15T21:10:13.597Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-15T21:10:13.597Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-15T21:10:13.975Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T21:10:13.975Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-15T21:10:13.975Z] 9b18e9b68314: Pulling fs layer [2023-02-15T21:10:13.975Z] 35d82f9e3411: Pulling fs layer [2023-02-15T21:10:13.975Z] e16973657156: Pulling fs layer [2023-02-15T21:10:13.975Z] fc693d55d65f: Pulling fs layer [2023-02-15T21:10:13.975Z] 7e9fc2657dce: Pulling fs layer [2023-02-15T21:10:13.975Z] dda99020689f: Pulling fs layer [2023-02-15T21:10:13.975Z] db1c61fa0a46: Pulling fs layer [2023-02-15T21:10:13.976Z] 891c053d2c06: Pulling fs layer [2023-02-15T21:10:13.976Z] 7e9fc2657dce: Waiting [2023-02-15T21:10:13.976Z] dda99020689f: Waiting [2023-02-15T21:10:13.976Z] db1c61fa0a46: Waiting [2023-02-15T21:10:13.976Z] 891c053d2c06: Waiting [2023-02-15T21:10:13.976Z] fc693d55d65f: Waiting [2023-02-15T21:10:14.245Z] e16973657156: Verifying Checksum [2023-02-15T21:10:14.245Z] e16973657156: Download complete [2023-02-15T21:10:14.245Z] 35d82f9e3411: Verifying Checksum [2023-02-15T21:10:14.245Z] 35d82f9e3411: Download complete [2023-02-15T21:10:14.245Z] 7e9fc2657dce: Download complete [2023-02-15T21:10:14.245Z] dda99020689f: Verifying Checksum [2023-02-15T21:10:14.245Z] dda99020689f: Download complete [2023-02-15T21:10:14.245Z] 9b18e9b68314: Verifying Checksum [2023-02-15T21:10:14.245Z] 9b18e9b68314: Download complete [2023-02-15T21:10:15.218Z] 9b18e9b68314: Pull complete [2023-02-15T21:10:15.488Z] 891c053d2c06: Verifying Checksum [2023-02-15T21:10:15.488Z] 891c053d2c06: Download complete [2023-02-15T21:10:16.459Z] db1c61fa0a46: Verifying Checksum [2023-02-15T21:10:16.460Z] db1c61fa0a46: Download complete [2023-02-15T21:10:17.046Z] fc693d55d65f: Verifying Checksum [2023-02-15T21:10:17.046Z] fc693d55d65f: Download complete [2023-02-15T21:10:17.046Z] 35d82f9e3411: Pull complete [2023-02-15T21:10:17.316Z] e16973657156: Pull complete [2023-02-15T21:10:20.359Z] ---> Running in dcde68f2f58a [2023-02-15T21:10:20.359Z] ---> Running in 2b0927f1fb33 [2023-02-15T21:10:20.359Z] ---> Running in e6d428d5c95f [2023-02-15T21:10:20.359Z] ---> Running in 3e7108fb3a17 [2023-02-15T21:10:20.359Z] ---> Running in b08657035fce [2023-02-15T21:10:20.359Z] Removing intermediate container 3e7108fb3a17 [2023-02-15T21:10:20.359Z] ---> 56a7f820fde3 [2023-02-15T21:10:20.359Z] Step 4/24 : WORKDIR /edgex-go [2023-02-15T21:10:20.359Z] Removing intermediate container dcde68f2f58a [2023-02-15T21:10:20.359Z] ---> 254b0a157663 [2023-02-15T21:10:20.359Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T21:10:20.359Z] Removing intermediate container b08657035fce [2023-02-15T21:10:20.359Z] ---> 6b682daf579d [2023-02-15T21:10:20.359Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T21:10:20.359Z] Removing intermediate container e6d428d5c95f [2023-02-15T21:10:20.359Z] ---> 6a4e96645643 [2023-02-15T21:10:20.359Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-15T21:10:20.359Z] Removing intermediate container 2b0927f1fb33 [2023-02-15T21:10:20.359Z] ---> 6e8f21407da9 [2023-02-15T21:10:20.359Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-15T21:10:20.359Z] ---> Running in 432282b03005 [2023-02-15T21:10:20.359Z] ---> Running in 744567700e20 [2023-02-15T21:10:20.359Z] ---> Running in 649af4d753f3 [2023-02-15T21:10:20.359Z] ---> Running in eac3ad06b5fc [2023-02-15T21:10:20.359Z] ---> Running in a22dbefd87fa [2023-02-15T21:10:20.359Z] Removing intermediate container 432282b03005 [2023-02-15T21:10:20.359Z] ---> 9abbb0d209d5 [2023-02-15T21:10:20.359Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-15T21:10:20.359Z] ---> Running in a290c804bd82 [2023-02-15T21:10:20.359Z] Removing intermediate container 744567700e20 [2023-02-15T21:10:20.359Z] ---> 14905562cf2f [2023-02-15T21:10:20.359Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-15T21:10:20.359Z] ---> Running in ce24caec629b [2023-02-15T21:10:20.359Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:10:20.359Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:10:20.360Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:10:20.360Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:10:20.618Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:10:20.618Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:10:20.618Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:10:20.618Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:10:20.618Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:10:20.618Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:10:20.618Z] OK: 211 MiB in 51 packages [2023-02-15T21:10:20.876Z] v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-15T21:10:20.876Z] v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-15T21:10:20.876Z] OK: 17046 distinct packages available [2023-02-15T21:10:20.876Z] OK: 211 MiB in 51 packages [2023-02-15T21:10:20.876Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:10:20.876Z] OK: 211 MiB in 51 packages [2023-02-15T21:10:20.876Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:10:20.876Z] OK: 211 MiB in 51 packages [2023-02-15T21:10:21.134Z] Removing intermediate container 649af4d753f3 [2023-02-15T21:10:21.135Z] ---> bbbe9cd8f226 [2023-02-15T21:10:21.135Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-15T21:10:21.135Z] OK: 211 MiB in 51 packages [2023-02-15T21:10:21.135Z] Removing intermediate container a22dbefd87fa [2023-02-15T21:10:21.135Z] ---> e1427000d418 [2023-02-15T21:10:21.135Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-15T21:10:21.135Z] ---> ef7ccad54cd5 [2023-02-15T21:10:21.135Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:10:21.135Z] ---> Running in 2a781a114bfe [2023-02-15T21:10:21.437Z] ---> 4e9c4698f4b0 [2023-02-15T21:10:21.437Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:10:21.437Z] ---> Running in 9b684ff079f9 [2023-02-15T21:10:21.437Z] Removing intermediate container a290c804bd82 [2023-02-15T21:10:21.437Z] ---> f0b8a2896311 [2023-02-15T21:10:21.437Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T21:10:21.437Z] Removing intermediate container ce24caec629b [2023-02-15T21:10:21.437Z] ---> 81a6c3a38fe4 [2023-02-15T21:10:21.437Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-15T21:10:21.697Z] ---> 28ded0a88468 [2023-02-15T21:10:21.697Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:10:21.697Z] ---> Running in 3c8ddf467e59 [2023-02-15T21:10:21.697Z] Removing intermediate container eac3ad06b5fc [2023-02-15T21:10:21.697Z] ---> 3a2afc7eb549 [2023-02-15T21:10:21.697Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-15T21:10:21.697Z] ---> fc9e9880706b [2023-02-15T21:10:21.697Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:10:21.697Z] ---> Running in 2c612b8da017 [2023-02-15T21:10:21.697Z] ---> 6639e9aa51ff [2023-02-15T21:10:21.697Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:10:21.697Z] ---> Running in b17f5a6de20f [2023-02-15T21:10:29.657Z] fc693d55d65f: Pull complete [2023-02-15T21:10:29.657Z] 7e9fc2657dce: Pull complete [2023-02-15T21:10:29.928Z] dda99020689f: Pull complete [2023-02-15T21:10:36.614Z] db1c61fa0a46: Pull complete [2023-02-15T21:10:38.062Z] 891c053d2c06: Pull complete [2023-02-15T21:10:38.062Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-15T21:10:38.062Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T21:10:38.062Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-15T21:10:38.487Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T21:10:38.488Z] WORKDIR /edgex [2023-02-15T21:10:38.488Z] COPY go.mod . [2023-02-15T21:10:38.488Z] RUN go mod download [2023-02-15T21:10:38.488Z] + docker build -t ci-base-image-arm64 -f - . [2023-02-15T21:10:39.075Z] Sending build context to Docker daemon 3.099MB [2023-02-15T21:10:39.075Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T21:10:39.075Z] ---> f96f9c87975a [2023-02-15T21:10:39.075Z] Step 2/4 : WORKDIR /edgex [2023-02-15T21:10:41.042Z] ---> Running in 85bd994f66c2 [2023-02-15T21:10:41.042Z] Removing intermediate container 85bd994f66c2 [2023-02-15T21:10:41.042Z] ---> 1c1c68711551 [2023-02-15T21:10:41.042Z] Step 3/4 : COPY go.mod . [2023-02-15T21:10:41.638Z] ---> 7a73e64bf662 [2023-02-15T21:10:41.638Z] Step 4/4 : RUN go mod download [2023-02-15T21:10:41.638Z] ---> Running in 5a2f73cb3007 [2023-02-15T21:11:13.886Z] Removing intermediate container 5a2f73cb3007 [2023-02-15T21:11:13.886Z] ---> bfb21a9a8df1 [2023-02-15T21:11:13.886Z] Successfully built bfb21a9a8df1 [2023-02-15T21:11:13.886Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T21:11:14.291Z] + docker inspect -f . ci-base-image-arm64 [2023-02-15T21:11:14.291Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T21:11:14.568Z] prd-ubuntu20.04-docker-arm64-4c-16g-6198 does not seem to be running inside a container [2023-02-15T21:11:14.631Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-15T21:11:15.740Z] $ docker top f07716dbf01c9c2e6244fcb1ff45faaf1621a005245841f6d8cbb19b366c3a75 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T21:11:16.611Z] + go version [2023-02-15T21:11:16.611Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-15T21:11:16.650Z] $ docker stop --time=1 f07716dbf01c9c2e6244fcb1ff45faaf1621a005245841f6d8cbb19b366c3a75 [2023-02-15T21:11:18.199Z] $ docker rm -f --volumes f07716dbf01c9c2e6244fcb1ff45faaf1621a005245841f6d8cbb19b366c3a75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T21:11:19.028Z] + docker inspect -f . ci-base-image-arm64 [2023-02-15T21:11:19.028Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T21:11:19.264Z] prd-ubuntu20.04-docker-arm64-4c-16g-6198 does not seem to be running inside a container [2023-02-15T21:11:19.323Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-15T21:11:22.074Z] $ docker top 60e0b5d533bbe7ce77de64e78b2664653ea19d2ecf47766d4965ee429bdd0fe0 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-15T21:11:22.316Z] ========================================================= [2023-02-15T21:11:22.316Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-15T21:11:22.316Z] ========================================================= [Pipeline] sh [2023-02-15T21:11:22.635Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-15T21:11:23.030Z] + make test [2023-02-15T21:11:23.030Z] go test -race -coverprofile=coverage.out ./... [2023-02-15T21:11:55.240Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-15T21:11:58.254Z] Removing intermediate container b17f5a6de20f [2023-02-15T21:11:58.254Z] ---> d12ae8913aef [2023-02-15T21:11:58.254Z] Step 7/19 : COPY . . [2023-02-15T21:11:58.254Z] Removing intermediate container 2c612b8da017 [2023-02-15T21:11:58.254Z] ---> a630e0089ce9 [2023-02-15T21:11:58.254Z] Step 8/24 : COPY . . [2023-02-15T21:11:58.254Z] Removing intermediate container 3c8ddf467e59 [2023-02-15T21:11:58.254Z] ---> 5330e2244e45 [2023-02-15T21:11:58.254Z] Step 8/22 : COPY . . [2023-02-15T21:11:58.254Z] Removing intermediate container 9b684ff079f9 [2023-02-15T21:11:58.254Z] ---> 53601e703cca [2023-02-15T21:11:58.254Z] Step 7/32 : COPY . . [2023-02-15T21:11:58.254Z] Removing intermediate container 2a781a114bfe [2023-02-15T21:11:58.254Z] ---> 8ae21d6da43f [2023-02-15T21:11:58.254Z] Step 7/23 : COPY . . [2023-02-15T21:12:30.348Z] ---> fcc6e96659dd [2023-02-15T21:12:30.348Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T21:12:30.348Z] ---> 989a11c3f412 [2023-02-15T21:12:30.348Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-15T21:12:30.348Z] ---> e5b1aaca3f4a [2023-02-15T21:12:30.348Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-15T21:12:30.348Z] ---> 2db1a704f355 [2023-02-15T21:12:30.348Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-15T21:12:30.348Z] ---> 21014a3f27cf [2023-02-15T21:12:30.348Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-15T21:12:30.348Z] ---> Running in 280a863656a7 [2023-02-15T21:12:30.348Z] ---> Running in da1f131fef11 [2023-02-15T21:12:30.348Z] ---> Running in 8e641de22e63 [2023-02-15T21:12:30.348Z] ---> Running in 5961a7f59a65 [2023-02-15T21:12:30.348Z] ---> Running in 4f51dd7214e8 [2023-02-15T21:12:30.348Z] Removing intermediate container 280a863656a7 [2023-02-15T21:12:30.348Z] ---> 0cd4261c63bb [2023-02-15T21:12:30.348Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-15T21:12:30.348Z] ---> Running in e2987ecf16f3 [2023-02-15T21:12:30.348Z] Removing intermediate container e2987ecf16f3 [2023-02-15T21:12:30.348Z] ---> b0e643808b36 [2023-02-15T21:12:30.348Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-15T21:12:30.348Z] ---> Running in ee4d91aaf03f [2023-02-15T21:12:30.348Z] 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-02-15T21:12:30.348Z] 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-02-15T21:12:30.348Z] 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-02-15T21:12:30.348Z] 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-02-15T21:12:30.348Z] Removing intermediate container ee4d91aaf03f [2023-02-15T21:12:30.348Z] ---> c06028fcee2d [2023-02-15T21:12:30.348Z] Step 11/23 : WORKDIR /edgex-go [2023-02-15T21:12:30.348Z] ---> Running in 0cc1f11df65c [2023-02-15T21:12:30.348Z] Removing intermediate container 0cc1f11df65c [2023-02-15T21:12:30.348Z] ---> 1a085b9225c4 [2023-02-15T21:12:30.348Z] [2023-02-15T21:12:30.348Z] Step 12/23 : FROM alpine:3.15 [2023-02-15T21:12:30.348Z] 3.15: Pulling from library/alpine [2023-02-15T21:12:30.348Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-15T21:12:30.348Z] Status: Downloaded newer image for alpine:3.15 [2023-02-15T21:12:30.348Z] ---> 5ce65d7b0fde [2023-02-15T21:12:30.348Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T21:12:30.348Z] ---> Running in 3d1b1d37da2a [2023-02-15T21:12:30.605Z] Removing intermediate container 3d1b1d37da2a [2023-02-15T21:12:30.605Z] ---> 12cd326b8b98 [2023-02-15T21:12:30.605Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T21:12:30.605Z] ---> Running in 85a1569b7812 [2023-02-15T21:12:31.537Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:12:31.537Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:12:32.101Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T21:12:32.101Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T21:12:32.101Z] OK: 15857 distinct packages available [2023-02-15T21:12:32.101Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:12:32.101Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:12:32.101Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-15T21:12:32.101Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-15T21:12:32.101Z] (3/5) Installing libucontext (1.1-r0) [2023-02-15T21:12:32.101Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-15T21:12:32.358Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-15T21:12:32.358Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T21:12:32.358Z] OK: 7 MiB in 19 packages [2023-02-15T21:12:35.698Z] Removing intermediate container 85a1569b7812 [2023-02-15T21:12:35.698Z] ---> 4c6acba90209 [2023-02-15T21:12:35.698Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T21:12:43.915Z] ---> 461e3d6e35e2 [2023-02-15T21:12:43.915Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T21:12:45.284Z] ---> cc6227317c79 [2023-02-15T21:12:45.284Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-15T21:12:46.215Z] ---> c9c99dd06534 [2023-02-15T21:12:46.215Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-15T21:12:46.779Z] ---> ecf796f2fe44 [2023-02-15T21:12:46.779Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T21:12:46.779Z] ---> Running in 7747855659b2 [2023-02-15T21:12:47.770Z] Removing intermediate container 7747855659b2 [2023-02-15T21:12:47.770Z] ---> 8015c38a2d06 [2023-02-15T21:12:47.770Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T21:12:48.723Z] ---> Running in 570ee431484b [2023-02-15T21:12:49.672Z] Removing intermediate container 570ee431484b [2023-02-15T21:12:49.672Z] ---> 9e758ef30acc [2023-02-15T21:12:49.672Z] Step 21/23 : LABEL arch=x86_64 [2023-02-15T21:12:49.929Z] ---> Running in 82f1bf64b5b2 [2023-02-15T21:12:50.492Z] Removing intermediate container 82f1bf64b5b2 [2023-02-15T21:12:50.492Z] ---> cba9f2b6faf0 [2023-02-15T21:12:50.492Z] Step 22/23 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:12:50.492Z] ---> Running in ac008664f9b9 [2023-02-15T21:12:51.057Z] Removing intermediate container ac008664f9b9 [2023-02-15T21:12:51.057Z] ---> 15b517d8ddd8 [2023-02-15T21:12:51.057Z] Step 23/23 : LABEL version=0.0.0 [2023-02-15T21:12:51.057Z] ---> Running in cc8310661249 [2023-02-15T21:12:51.988Z] Removing intermediate container cc8310661249 [2023-02-15T21:12:51.988Z] ---> c9f2a3880d60 [2023-02-15T21:12:51.988Z] [2023-02-15T21:12:51.988Z] Successfully built c9f2a3880d60 [2023-02-15T21:12:51.988Z] Successfully tagged security-spire-server:latest [2023-02-15T21:12:51.988Z]  Building security-spire-server ... done Building security-proxy-setup [2023-02-15T21:12:55.265Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:12:55.265Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:12:55.265Z] ---> 5837efe4a4fc [2023-02-15T21:12:55.265Z] Step 3/21 : WORKDIR /edgex-go [2023-02-15T21:12:55.265Z] ---> Using cache [2023-02-15T21:12:55.265Z] ---> 6e8f21407da9 [2023-02-15T21:12:55.266Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-15T21:12:55.266Z] ---> Using cache [2023-02-15T21:12:55.266Z] ---> e1427000d418 [2023-02-15T21:12:55.266Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-15T21:12:55.266Z] ---> Using cache [2023-02-15T21:12:55.266Z] ---> 4e9c4698f4b0 [2023-02-15T21:12:55.266Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:12:55.266Z] ---> Using cache [2023-02-15T21:12:55.266Z] ---> 53601e703cca [2023-02-15T21:12:55.266Z] Step 7/21 : COPY . . [2023-02-15T21:12:55.266Z] ---> Using cache [2023-02-15T21:12:55.266Z] ---> e5b1aaca3f4a [2023-02-15T21:12:55.266Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-15T21:13:07.458Z] ---> Running in 6e96db18d847 [2023-02-15T21:13:12.725Z] Removing intermediate container 5961a7f59a65 [2023-02-15T21:13:12.725Z] ---> b0b0d260da38 [2023-02-15T21:13:12.725Z] [2023-02-15T21:13:12.725Z] Step 10/24 : FROM alpine:3.16 [2023-02-15T21:13:12.725Z] 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-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-15T21:13:12.725Z] Removing intermediate container 8e641de22e63 [2023-02-15T21:13:12.725Z] ---> 1fb38a7882ee [2023-02-15T21:13:12.725Z] [2023-02-15T21:13:12.725Z] Step 9/32 : FROM alpine:3.16 [2023-02-15T21:13:12.983Z] 3.16: Pulling from library/alpine [2023-02-15T21:13:12.983Z] 3.16: Pulling from library/alpine [2023-02-15T21:13:14.361Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T21:13:14.361Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T21:13:14.361Z] Status: Image is up to date for alpine:3.16 [2023-02-15T21:13:14.361Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T21:13:14.361Z] ---> dfd21b5a31f5 [2023-02-15T21:13:14.361Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T21:13:14.361Z] ---> dfd21b5a31f5 [2023-02-15T21:13:14.361Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-15T21:13:22.495Z] ---> Running in 34156981538f [2023-02-15T21:13:22.495Z] ---> Running in 483fb9a6b955 [2023-02-15T21:13:22.495Z] Removing intermediate container 4f51dd7214e8 [2023-02-15T21:13:22.495Z] Removing intermediate container da1f131fef11 [2023-02-15T21:13:22.495Z] ---> b1c1afc74b0d [2023-02-15T21:13:22.495Z] ---> 5bc680c8118a [2023-02-15T21:13:22.495Z] [2023-02-15T21:13:22.495Z] Step 9/19 : FROM alpine:3.15 [2023-02-15T21:13:22.495Z] [2023-02-15T21:13:22.495Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T21:13:22.495Z] ---> dfd21b5a31f5 [2023-02-15T21:13:22.495Z] ---> 5ce65d7b0fde [2023-02-15T21:13:22.495Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-initStep 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T21:13:22.495Z] [2023-02-15T21:13:22.495Z] ---> Using cache [2023-02-15T21:13:22.495Z] ---> 12cd326b8b98 [2023-02-15T21:13:22.495Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-15T21:13:22.495Z] Removing intermediate container 34156981538f [2023-02-15T21:13:22.495Z] ---> a7c6c3bc0dc4 [2023-02-15T21:13:22.495Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-15T21:13:22.495Z] ---> Running in 176fbf4f4a13 [2023-02-15T21:13:22.495Z] ---> Running in 8b2da1f51fae [2023-02-15T21:13:22.495Z] ---> Running in 691e6ed83095 [2023-02-15T21:13:22.495Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:13:22.495Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:13:22.495Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:13:22.495Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:13:25.775Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:13:25.776Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:13:25.776Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:13:25.776Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:13:25.776Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-15T21:13:25.776Z] (2/2) Installing su-exec (0.2-r1) [2023-02-15T21:13:25.776Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T21:13:25.776Z] OK: 6 MiB in 16 packages [2023-02-15T21:13:25.776Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-15T21:13:25.776Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T21:13:25.776Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-15T21:13:25.776Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T21:13:26.035Z] OK: 6 MiB in 15 packages [2023-02-15T21:13:26.035Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T21:13:26.035Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T21:13:26.035Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T21:13:26.035Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T21:13:26.035Z] OK: 15857 distinct packages available [2023-02-15T21:13:26.035Z] OK: 6 MiB in 16 packages [2023-02-15T21:13:26.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:13:26.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:13:26.293Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-15T21:13:26.293Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-15T21:13:26.293Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-15T21:13:26.293Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-15T21:13:26.293Z] (5/9) Installing curl (7.80.0-r6) [2023-02-15T21:13:26.293Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-15T21:13:26.293Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-15T21:13:26.293Z] (8/9) Installing libucontext (1.1-r0) [2023-02-15T21:13:26.293Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-15T21:13:26.293Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T21:13:26.293Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T21:13:26.293Z] OK: 8 MiB in 23 packages [2023-02-15T21:13:28.194Z] 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-02-15T21:13:29.126Z] Removing intermediate container 691e6ed83095 [2023-02-15T21:13:29.126Z] ---> 413e025788be [2023-02-15T21:13:29.126Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-15T21:13:29.126Z] Removing intermediate container 483fb9a6b955 [2023-02-15T21:13:29.126Z] ---> 85e4d392d3d5 [2023-02-15T21:13:29.126Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T21:13:29.126Z] Removing intermediate container 8b2da1f51fae [2023-02-15T21:13:29.126Z] ---> 90f3161383fc [2023-02-15T21:13:29.126Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T21:13:29.385Z] ---> Running in df5c3895c227 [2023-02-15T21:13:29.385Z] ---> Running in 08d013262623 [2023-02-15T21:13:29.385Z] ---> Running in 970f98165dca [2023-02-15T21:13:29.385Z] Removing intermediate container df5c3895c227 [2023-02-15T21:13:29.385Z] ---> c23ef6b80f63 [2023-02-15T21:13:29.385Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-15T21:13:29.642Z] Removing intermediate container 970f98165dca [2023-02-15T21:13:29.642Z] ---> ac96d58325f4 [2023-02-15T21:13:29.642Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-15T21:13:29.642Z] Removing intermediate container 08d013262623 [2023-02-15T21:13:29.642Z] ---> bd1e166f80c0 [2023-02-15T21:13:29.642Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-15T21:13:29.642Z] Removing intermediate container 176fbf4f4a13 [2023-02-15T21:13:29.642Z] ---> de5a861f5291 [2023-02-15T21:13:29.642Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T21:13:30.222Z] ---> Running in 941c72c08b25 [2023-02-15T21:13:30.222Z] ---> Running in db98c2da3aa5 [2023-02-15T21:13:30.222Z] ---> Running in 5e07eb5307d4 [2023-02-15T21:13:30.495Z] ---> 35562ed66969 [2023-02-15T21:13:30.495Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-15T21:13:30.754Z] Removing intermediate container 941c72c08b25 [2023-02-15T21:13:30.754Z] ---> 2c2c858a711d [2023-02-15T21:13:30.754Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-15T21:13:31.695Z] Removing intermediate container db98c2da3aa5 [2023-02-15T21:13:31.695Z] ---> 6426c3e21f94 [2023-02-15T21:13:31.695Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-15T21:13:31.695Z] Removing intermediate container 5e07eb5307d4 [2023-02-15T21:13:31.695Z] ---> 01e75779c6b0 [2023-02-15T21:13:31.695Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T21:13:31.695Z] ---> Running in f870b3d4e3b3 [2023-02-15T21:13:31.695Z] ---> Running in cb3ed8ffc04b [2023-02-15T21:13:31.695Z] ---> 6ff439f940b2 [2023-02-15T21:13:31.695Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-15T21:13:31.695Z] ---> Running in 91a1c6dbb633 [2023-02-15T21:13:31.954Z] Removing intermediate container 6e96db18d847 [2023-02-15T21:13:31.954Z] ---> d05dfd606764 [2023-02-15T21:13:31.954Z] [2023-02-15T21:13:31.955Z] Step 9/21 : FROM alpine:3.16 [2023-02-15T21:13:31.955Z] ---> dfd21b5a31f5 [2023-02-15T21:13:31.955Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-15T21:13:31.955Z] ---> Running in 83533a56e792 [2023-02-15T21:13:31.955Z] Removing intermediate container f870b3d4e3b3 [2023-02-15T21:13:31.955Z] ---> e8a13d27bbb7 [2023-02-15T21:13:31.955Z] Step 15/24 : WORKDIR / [2023-02-15T21:13:31.955Z] ---> d6bb9f00f4e6 [2023-02-15T21:13:31.955Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-15T21:13:31.955Z] Removing intermediate container 91a1c6dbb633 [2023-02-15T21:13:31.955Z] ---> 25b9be3862ea [2023-02-15T21:13:31.955Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T21:13:32.150Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-15T21:13:32.150Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-15T21:13:32.150Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-15T21:13:32.150Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-15T21:13:32.150Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-15T21:13:32.214Z] Removing intermediate container cb3ed8ffc04b [2023-02-15T21:13:32.214Z] ---> 869a342de44f [2023-02-15T21:13:32.214Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-15T21:13:32.214Z] ---> Running in 9840353d35a5 [2023-02-15T21:13:32.214Z] ---> Running in fb37c7626eb9 [2023-02-15T21:13:32.214Z] ---> Running in c70624d618cc [2023-02-15T21:13:32.214Z] Removing intermediate container fb37c7626eb9 [2023-02-15T21:13:32.214Z] ---> 76417648b1b0 [2023-02-15T21:13:32.214Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T21:13:32.214Z] Removing intermediate container 9840353d35a5 [2023-02-15T21:13:32.214Z] ---> dc1e197551a3 [2023-02-15T21:13:32.214Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T21:13:32.214Z] Removing intermediate container c70624d618cc [2023-02-15T21:13:32.214Z] ---> 8f9e89cbfaaf [2023-02-15T21:13:32.214Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-15T21:13:32.214Z] ---> 1ce6cfc5d260 [2023-02-15T21:13:32.214Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-15T21:13:32.473Z] ---> Running in 0e928390303b [2023-02-15T21:13:32.473Z] ---> Running in 9b2dfafcb756 [2023-02-15T21:13:32.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:13:32.473Z] ---> 0c234400c30e [2023-02-15T21:13:32.473Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-15T21:13:32.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:13:32.733Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-15T21:13:32.733Z] Removing intermediate container 0e928390303b [2023-02-15T21:13:32.733Z] ---> 8d9e8d4c87a9 [2023-02-15T21:13:32.733Z] Step 17/19 : LABEL arch=x86_64 [2023-02-15T21:13:32.733Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-15T21:13:32.733Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-15T21:13:32.733Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-15T21:13:32.733Z] (5/6) Installing curl (7.83.1-r6) [2023-02-15T21:13:32.733Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-15T21:13:32.733Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T21:13:32.733Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T21:13:32.733Z] OK: 8 MiB in 20 packages [2023-02-15T21:13:33.302Z] ---> Running in a532a7ba22dd [2023-02-15T21:13:33.302Z] ---> 7dd4137fd2b5 [2023-02-15T21:13:33.302Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-15T21:13:33.302Z] ---> 56d2c8e774e4 [2023-02-15T21:13:33.302Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-15T21:13:33.561Z] Removing intermediate container a532a7ba22dd [2023-02-15T21:13:33.561Z] ---> 3a522b39a2bb [2023-02-15T21:13:33.561Z] Step 18/19 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:13:33.561Z] ---> Running in 1b6a516b15f6 [2023-02-15T21:13:33.561Z] ---> 853affb19d35 [2023-02-15T21:13:33.561Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-15T21:13:33.561Z] ---> 217ae9dac1f2 [2023-02-15T21:13:33.561Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-15T21:13:33.561Z] ---> Running in cb73d8763a7c [2023-02-15T21:13:33.821Z] Removing intermediate container 1b6a516b15f6 [2023-02-15T21:13:33.821Z] Removing intermediate container 9b2dfafcb756 [2023-02-15T21:13:33.821Z] ---> c1b102c4289e [2023-02-15T21:13:33.821Z] ---> 2de966e2c216 [2023-02-15T21:13:33.821Z] Step 19/19 : LABEL version=0.0.0Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-15T21:13:33.821Z] [2023-02-15T21:13:33.821Z] Removing intermediate container 83533a56e792 [2023-02-15T21:13:33.821Z] ---> 81deee725a22 [2023-02-15T21:13:33.821Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T21:13:33.821Z] ---> Running in cc1651abfe90 [2023-02-15T21:13:33.821Z] Removing intermediate container cb73d8763a7c [2023-02-15T21:13:33.821Z] ---> 1bec3ea10502 [2023-02-15T21:13:33.821Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T21:13:33.821Z] ---> Running in 044a9e60898d [2023-02-15T21:13:33.821Z] ---> 7cad6b794646 [2023-02-15T21:13:33.821Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-15T21:13:33.821Z] ---> Running in ef3e510df2b9 [2023-02-15T21:13:33.821Z] ---> Running in feb1bff725f2 [2023-02-15T21:13:33.821Z] ---> Running in d9295aa6013a [2023-02-15T21:13:33.821Z] Removing intermediate container 044a9e60898d [2023-02-15T21:13:33.821Z] ---> 7420940cfe26 [2023-02-15T21:13:33.822Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-15T21:13:33.822Z] Removing intermediate container cc1651abfe90 [2023-02-15T21:13:33.822Z] ---> c07c753277bf [2023-02-15T21:13:33.822Z] [2023-02-15T21:13:34.085Z] Removing intermediate container feb1bff725f2 [2023-02-15T21:13:34.085Z] ---> e89486a6e094 [2023-02-15T21:13:34.085Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T21:13:34.085Z] Removing intermediate container d9295aa6013a [2023-02-15T21:13:34.085Z] ---> bf78672a01bf [2023-02-15T21:13:34.085Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T21:13:34.085Z] Successfully built c07c753277bf [2023-02-15T21:13:34.085Z] Removing intermediate container ef3e510df2b9 [2023-02-15T21:13:34.085Z] ---> 1f6bbe7d0bef [2023-02-15T21:13:34.085Z] Step 12/21 : WORKDIR /edgex [2023-02-15T21:13:34.085Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-15T21:13:34.085Z]  Building security-spiffe-token-provider ... done Building support-scheduler [2023-02-15T21:13:34.085Z] ---> Running in 6a1a696fda11 [2023-02-15T21:13:34.085Z] ---> Running in 0e3fbd3e8de0 [2023-02-15T21:13:34.085Z] ---> Running in a120db51dd1e [2023-02-15T21:13:34.085Z] ---> 6a5736e69ac0 [2023-02-15T21:13:34.085Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-15T21:13:34.729Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-15T21:13:35.688Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-15T21:13:35.688Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-15T21:13:35.688Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-15T21:13:36.270Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-15T21:13:37.389Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:13:37.389Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:13:38.208Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-15T21:13:38.208Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-15T21:13:38.208Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-15T21:13:38.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-15T21:13:38.333Z] ---> 5837efe4a4fc [2023-02-15T21:13:38.333Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T21:13:38.594Z] ---> Running in 89e2b1270430 [2023-02-15T21:13:38.594Z] ---> Using cache [2023-02-15T21:13:38.595Z] ---> 254b0a157663 [2023-02-15T21:13:38.595Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T21:13:38.595Z] ---> Using cache [2023-02-15T21:13:38.595Z] ---> 9abbb0d209d5 [2023-02-15T21:13:38.595Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T21:13:38.595Z] Removing intermediate container 6a1a696fda11 [2023-02-15T21:13:38.595Z] ---> 30675e3290a4 [2023-02-15T21:13:38.595Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T21:13:38.595Z] Removing intermediate container 0e3fbd3e8de0 [2023-02-15T21:13:38.595Z] ---> d0caf3a9e82c [2023-02-15T21:13:38.595Z] Step 21/22 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:13:38.595Z] Removing intermediate container a120db51dd1e [2023-02-15T21:13:38.595Z] ---> 721e162b24de [2023-02-15T21:13:38.595Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-15T21:13:38.595Z] ---> Running in ed6b633694af [2023-02-15T21:13:38.595Z] ---> Running in e3acfaa2c6cb [2023-02-15T21:13:38.595Z] ---> Running in ddc69adba3b9 [2023-02-15T21:13:38.855Z] Removing intermediate container ddc69adba3b9 [2023-02-15T21:13:38.855Z] ---> 4d4c3ab94ba1 [2023-02-15T21:13:38.855Z] Step 22/22 : LABEL version=0.0.0 [2023-02-15T21:13:38.855Z] Removing intermediate container e3acfaa2c6cb [2023-02-15T21:13:38.855Z] ---> d1710cc7b96b [2023-02-15T21:13:38.855Z] Step 23/24 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:13:38.855Z] ---> Running in 7bfbac14cc98 [2023-02-15T21:13:38.855Z] ---> 50a83c30189d [2023-02-15T21:13:38.855Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-15T21:13:38.855Z] ---> Running in 655298b46932 [2023-02-15T21:13:38.855Z] Removing intermediate container 7bfbac14cc98 [2023-02-15T21:13:38.855Z] ---> 791f1b65ce29 [2023-02-15T21:13:38.855Z] [2023-02-15T21:13:38.855Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:13:39.114Z] Successfully built 791f1b65ce29 [2023-02-15T21:13:39.114Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:13:39.374Z] Successfully tagged support-notifications:latest [2023-02-15T21:13:39.374Z]  Building support-notifications ... done Building security-secretstore-setup [2023-02-15T21:13:39.374Z] Removing intermediate container 655298b46932 [2023-02-15T21:13:39.374Z] ---> 2c88be9d600c [2023-02-15T21:13:39.374Z] Step 24/24 : LABEL version=0.0.0 [2023-02-15T21:13:39.374Z] ---> Running in f9cc7f8451be [2023-02-15T21:13:39.374Z] ---> fa99b76b8afb [2023-02-15T21:13:39.374Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-15T21:13:39.374Z] OK: 211 MiB in 51 packages [2023-02-15T21:13:42.702Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:13:42.702Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:13:42.702Z] ---> 5837efe4a4fc [2023-02-15T21:13:42.702Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T21:13:42.702Z] ---> Using cache [2023-02-15T21:13:42.702Z] ---> 6e8f21407da9 [2023-02-15T21:13:42.702Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-15T21:13:42.702Z] ---> Using cache [2023-02-15T21:13:42.702Z] ---> e1427000d418 [2023-02-15T21:13:42.702Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T21:13:42.702Z] ---> Using cache [2023-02-15T21:13:42.702Z] ---> 4e9c4698f4b0 [2023-02-15T21:13:42.702Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:13:42.702Z] ---> Using cache [2023-02-15T21:13:42.702Z] ---> 53601e703cca [2023-02-15T21:13:42.702Z] Step 7/24 : COPY . . [2023-02-15T21:13:42.702Z] ---> Using cache [2023-02-15T21:13:42.702Z] ---> e5b1aaca3f4a [2023-02-15T21:13:42.702Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-15T21:13:46.014Z] Removing intermediate container f9cc7f8451be [2023-02-15T21:13:46.014Z] ---> 901fd6732622 [2023-02-15T21:13:46.014Z] [2023-02-15T21:13:46.014Z] ---> b46f80d10769 [2023-02-15T21:13:46.014Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T21:13:46.014Z] ---> Running in a1c611a135f6 [2023-02-15T21:13:46.014Z] Successfully built 901fd6732622 [2023-02-15T21:13:46.014Z] Removing intermediate container 89e2b1270430 [2023-02-15T21:13:46.014Z] ---> 8d31b1312975 [2023-02-15T21:13:46.014Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T21:13:46.014Z] Successfully tagged core-metadata:latest [2023-02-15T21:13:46.014Z] Building security-spire-config [2023-02-15T21:13:46.014Z]  Building core-metadata ... done Removing intermediate container ed6b633694af [2023-02-15T21:13:46.014Z] ---> 50c0d2b921db [2023-02-15T21:13:46.014Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T21:13:46.014Z] ---> a8391c7966e4 [2023-02-15T21:13:46.014Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T21:13:46.951Z] 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-02-15T21:13:50.250Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:13:50.250Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:13:50.250Z] ---> 5837efe4a4fc [2023-02-15T21:13:50.250Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T21:13:50.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.248s coverage: 28.7% of statements [2023-02-15T21:13:50.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-15T21:13:50.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-15T21:13:51.635Z] ---> Using cache [2023-02-15T21:13:51.635Z] ---> 6e8f21407da9 [2023-02-15T21:13:51.635Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T21:13:53.130Z] ---> 08e7979b9437 [2023-02-15T21:13:53.130Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:13:53.393Z] ---> Running in 5189e18ae76d [2023-02-15T21:13:53.393Z] ---> f61318302b08 [2023-02-15T21:13:53.393Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-15T21:13:53.393Z] ---> Running in aeef816bdb7c [2023-02-15T21:13:53.393Z] ---> Running in 6a35fef22b98 [2023-02-15T21:13:54.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:13:54.770Z] ---> d7e601d3b2b6 [2023-02-15T21:13:54.770Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-15T21:13:54.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:13:55.028Z] OK: 211 MiB in 51 packages [2023-02-15T21:13:55.287Z] ---> 3f9178434a6d [2023-02-15T21:13:55.287Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-15T21:13:55.546Z] Removing intermediate container 5189e18ae76d [2023-02-15T21:13:55.546Z] ---> b5014a4553df [2023-02-15T21:13:55.546Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T21:13:55.546Z] ---> Running in 2576978b1cd5 [2023-02-15T21:13:55.546Z] ---> ff61b367fbf4 [2023-02-15T21:13:55.546Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-15T21:13:55.806Z] Removing intermediate container aeef816bdb7c [2023-02-15T21:13:55.806Z] ---> 3b51eea7cb10 [2023-02-15T21:13:55.806Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T21:13:55.806Z] Removing intermediate container 2576978b1cd5 [2023-02-15T21:13:55.806Z] ---> c041f7b0738e [2023-02-15T21:13:55.806Z] Step 19/21 : LABEL arch=x86_64 [2023-02-15T21:13:56.070Z] ---> Running in 37600595f3ed [2023-02-15T21:13:56.070Z] ---> 8f6d3541a734 [2023-02-15T21:13:56.070Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-15T21:13:56.070Z] ---> 9afd768f23d4 [2023-02-15T21:13:56.070Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:13:56.330Z] ---> Running in c889514afc23 [2023-02-15T21:13:56.330Z] Removing intermediate container 37600595f3ed [2023-02-15T21:13:56.330Z] ---> b6f56598cb22 [2023-02-15T21:13:56.330Z] Step 20/21 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:13:56.330Z] ---> 187b5f818c7b [2023-02-15T21:13:56.330Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-15T21:13:56.330Z] ---> Running in 440fe2956e49 [2023-02-15T21:13:56.589Z] Removing intermediate container 440fe2956e49 [2023-02-15T21:13:56.589Z] ---> 39e81a29e6cb [2023-02-15T21:13:56.589Z] Step 21/21 : LABEL version=0.0.0 [2023-02-15T21:13:56.589Z] ---> bd1ddcad6626 [2023-02-15T21:13:56.589Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-15T21:13:56.589Z] ---> Running in 7bd3fb1ba0b5 [2023-02-15T21:13:56.589Z] ---> Running in 34f3a6bc9275 [2023-02-15T21:13:56.849Z] Removing intermediate container 7bd3fb1ba0b5 [2023-02-15T21:13:56.849Z] ---> c387f6626bc7 [2023-02-15T21:13:56.849Z] [2023-02-15T21:13:56.849Z] Successfully built c387f6626bc7 [2023-02-15T21:13:56.849Z] Successfully tagged security-proxy-setup:latest [2023-02-15T21:13:56.849Z]  Building security-proxy-setup ... done Building core-data [2023-02-15T21:13:57.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.466s coverage: 98.5% of statements [2023-02-15T21:14:01.050Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:14:01.051Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:14:01.051Z] ---> 5837efe4a4fc [2023-02-15T21:14:01.051Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T21:14:01.051Z] ---> Using cache [2023-02-15T21:14:01.051Z] ---> 254b0a157663 [2023-02-15T21:14:01.051Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T21:14:01.051Z] ---> Using cache [2023-02-15T21:14:01.051Z] ---> 9abbb0d209d5 [2023-02-15T21:14:01.051Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T21:14:01.051Z] ---> Using cache [2023-02-15T21:14:01.051Z] ---> 50c0d2b921db [2023-02-15T21:14:01.051Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T21:14:01.051Z] ---> Using cache [2023-02-15T21:14:01.051Z] ---> 08e7979b9437 [2023-02-15T21:14:01.051Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:14:02.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.200s coverage: 73.7% of statements [2023-02-15T21:14:02.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-15T21:14:02.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-15T21:14:02.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-15T21:14:02.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.694s coverage: 54.0% of statements [2023-02-15T21:14:02.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-15T21:14:02.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-15T21:14:03.592Z] 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-02-15T21:14:06.165Z] ---> Running in 31bef72db027 [2023-02-15T21:14:06.165Z] Removing intermediate container 34f3a6bc9275 [2023-02-15T21:14:06.165Z] ---> 7fab10c9ed8a [2023-02-15T21:14:06.165Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-15T21:14:06.433Z] ---> Running in 58471d437552 [2023-02-15T21:14:07.814Z] Removing intermediate container 58471d437552 [2023-02-15T21:14:07.814Z] ---> a48c031d7ec7 [2023-02-15T21:14:07.814Z] Step 29/32 : CMD ["gate"] [2023-02-15T21:14:08.073Z] ---> Running in d3972ad9b940 [2023-02-15T21:14:08.073Z] Removing intermediate container a1c611a135f6 [2023-02-15T21:14:08.073Z] ---> ad25d7056f72 [2023-02-15T21:14:08.073Z] [2023-02-15T21:14:08.073Z] Step 9/24 : FROM alpine:3.16 [2023-02-15T21:14:08.073Z] ---> dfd21b5a31f5 [2023-02-15T21:14:08.073Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-15T21:14:08.073Z] ---> Running in 6d5c43bb1891 [2023-02-15T21:14:08.073Z] Removing intermediate container d3972ad9b940 [2023-02-15T21:14:08.073Z] ---> 8877dd975cad [2023-02-15T21:14:08.073Z] Step 30/32 : LABEL arch=x86_64 [2023-02-15T21:14:08.347Z] ---> Running in b237073a8a59 [2023-02-15T21:14:08.347Z] Removing intermediate container b237073a8a59 [2023-02-15T21:14:08.347Z] ---> 8be469f0b398 [2023-02-15T21:14:08.347Z] Step 31/32 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:14:08.347Z] ---> Running in f50f9215a2ea [2023-02-15T21:14:08.347Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:14:08.606Z] Removing intermediate container f50f9215a2ea [2023-02-15T21:14:08.606Z] ---> 090cb61e81ba [2023-02-15T21:14:08.606Z] Step 32/32 : LABEL version=0.0.0 [2023-02-15T21:14:08.606Z] ---> Running in 4aa3bb5ca52b [2023-02-15T21:14:08.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:14:08.606Z] Removing intermediate container 4aa3bb5ca52b [2023-02-15T21:14:08.606Z] ---> 92f86aa39fa9 [2023-02-15T21:14:08.606Z] [2023-02-15T21:14:08.865Z] Successfully built 92f86aa39fa9 [2023-02-15T21:14:08.865Z] Successfully tagged security-bootstrapper:latest [2023-02-15T21:14:08.865Z]  Building security-bootstrapper ... done Building core-common-config-bootstrapper [2023-02-15T21:14:08.865Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-15T21:14:08.865Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-15T21:14:08.865Z] (3/3) Installing su-exec (0.2-r1) [2023-02-15T21:14:08.865Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T21:14:09.124Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T21:14:09.124Z] OK: 6 MiB in 17 packages [2023-02-15T21:14:13.334Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:14:13.334Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:14:13.334Z] ---> 5837efe4a4fc [2023-02-15T21:14:13.334Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T21:14:13.334Z] ---> Using cache [2023-02-15T21:14:13.334Z] ---> 254b0a157663 [2023-02-15T21:14:13.334Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T21:14:13.334Z] ---> Using cache [2023-02-15T21:14:13.334Z] ---> 9abbb0d209d5 [2023-02-15T21:14:13.334Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T21:14:13.334Z] ---> Using cache [2023-02-15T21:14:13.334Z] ---> 50c0d2b921db [2023-02-15T21:14:13.334Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T21:14:13.334Z] ---> Using cache [2023-02-15T21:14:13.334Z] ---> 08e7979b9437 [2023-02-15T21:14:13.334Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:14:16.636Z] ---> Running in 2451cef1be7e [2023-02-15T21:14:16.636Z] Removing intermediate container 6d5c43bb1891 [2023-02-15T21:14:16.636Z] ---> dca916f768fc [2023-02-15T21:14:16.636Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T21:14:16.636Z] ---> Running in 91395d0a23f3 [2023-02-15T21:14:16.636Z] Removing intermediate container 91395d0a23f3 [2023-02-15T21:14:16.636Z] ---> 90ad63361131 [2023-02-15T21:14:16.636Z] Step 12/24 : WORKDIR / [2023-02-15T21:14:16.636Z] ---> Running in 3676b407c2b3 [2023-02-15T21:14:16.636Z] Removing intermediate container 3676b407c2b3 [2023-02-15T21:14:16.636Z] ---> 585519eb0e66 [2023-02-15T21:14:16.636Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-15T21:14:16.898Z] ---> 29e87e4f6f47 [2023-02-15T21:14:16.898Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-15T21:14:17.157Z] ---> a6d7f7f1a0c6 [2023-02-15T21:14:17.157Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-15T21:14:17.157Z] ---> ca6f803d9f57 [2023-02-15T21:14:17.157Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-15T21:14:17.725Z] ---> 024b1396fe8f [2023-02-15T21:14:17.725Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-15T21:14:18.296Z] ---> 351e8f43b51c [2023-02-15T21:14:18.296Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-15T21:14:19.239Z] ---> 3619fdd5247d [2023-02-15T21:14:19.239Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T21:14:19.505Z] ---> 79c5bf7c4de4 [2023-02-15T21:14:19.505Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T21:14:19.766Z] ---> Running in 87b0c28a1afa [2023-02-15T21:14:20.740Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.068s coverage: 88.5% of statements [2023-02-15T21:14:20.740Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-15T21:14:20.740Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-15T21:14:20.740Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-15T21:14:20.740Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-15T21:14:20.740Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-15T21:14:20.740Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.509s coverage: 3.9% of statements [2023-02-15T21:14:20.740Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-15T21:14:20.740Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-15T21:14:21.154Z] Removing intermediate container 87b0c28a1afa [2023-02-15T21:14:21.154Z] ---> 99e80004cef6 [2023-02-15T21:14:21.154Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T21:14:23.065Z] ---> Running in 06f5e19cf96d [2023-02-15T21:14:23.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.335s coverage: 95.6% of statements [2023-02-15T21:14:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-15T21:14:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-15T21:14:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-15T21:14:23.329Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.724s coverage: 72.2% of statements [2023-02-15T21:14:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-15T21:14:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-15T21:14:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-15T21:14:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-15T21:14:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-15T21:14:23.329Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.546s coverage: 65.9% of statements [2023-02-15T21:14:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-15T21:14:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-15T21:14:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-15T21:14:23.329Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.558s coverage: 0.9% of statements [2023-02-15T21:14:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-15T21:14:23.329Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.332s coverage: 29.6% of statements [2023-02-15T21:14:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-15T21:14:24.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.261s coverage: 47.1% of statements [2023-02-15T21:14:24.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.279s coverage: 82.9% of statements [2023-02-15T21:14:24.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.217s coverage: 94.1% of statements [2023-02-15T21:14:24.482Z] Removing intermediate container 06f5e19cf96d [2023-02-15T21:14:24.482Z] ---> b1b44de467b4 [2023-02-15T21:14:24.482Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T21:14:25.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.274s coverage: 96.3% of statements [2023-02-15T21:14:26.426Z] ---> Running in 70c29afae60f [2023-02-15T21:14:26.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.244s coverage: 87.5% of statements [2023-02-15T21:14:30.637Z] Removing intermediate container 70c29afae60f [2023-02-15T21:14:30.637Z] ---> 5ad0ff6c2d61 [2023-02-15T21:14:30.637Z] Step 23/24 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:14:37.220Z] ---> Running in 9b6bb3730dfd [2023-02-15T21:14:39.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.241s coverage: 94.4% of statements [2023-02-15T21:14:39.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.213s coverage: 44.8% of statements [2023-02-15T21:14:39.762Z] Removing intermediate container 9b6bb3730dfd [2023-02-15T21:14:39.762Z] ---> bd5e5e8ec5c3 [2023-02-15T21:14:39.762Z] Step 24/24 : LABEL version=0.0.0 [2023-02-15T21:14:57.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.268s coverage: 79.9% of statements [2023-02-15T21:14:57.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-15T21:14:57.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.291s coverage: 92.9% of statements [2023-02-15T21:14:57.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-15T21:14:57.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-15T21:14:57.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-15T21:14:57.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 64.4% of statements [2023-02-15T21:14:57.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-15T21:14:57.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-15T21:14:57.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-15T21:14:57.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-15T21:14:57.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.220s coverage: 86.9% of statements [2023-02-15T21:14:57.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-15T21:14:57.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-15T21:14:57.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-15T21:14:57.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-15T21:14:57.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.237s coverage: 87.2% of statements [2023-02-15T21:14:57.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.187s coverage: 20.0% of statements [2023-02-15T21:14:57.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-15T21:14:57.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-15T21:14:57.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.186s coverage: 100.0% of statements [2023-02-15T21:14:57.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-15T21:14:57.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.295s coverage: 77.4% of statements [2023-02-15T21:14:57.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-15T21:14:57.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.260s coverage: 80.0% of statements [2023-02-15T21:14:57.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.218s coverage: 87.2% of statements [2023-02-15T21:14:57.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.931s coverage: 91.2% of statements [2023-02-15T21:14:57.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-15T21:14:57.866Z] ---> Running in df2440b32973 [2023-02-15T21:14:58.432Z] Removing intermediate container df2440b32973 [2023-02-15T21:14:58.432Z] ---> 544b63d847c7 [2023-02-15T21:14:58.432Z] [2023-02-15T21:14:58.432Z] Successfully built 544b63d847c7 [2023-02-15T21:14:58.432Z] Successfully tagged security-secretstore-setup:latest [2023-02-15T21:14:58.432Z]  Building security-secretstore-setup ... done Building core-command [2023-02-15T21:14:58.691Z] Removing intermediate container 6a35fef22b98 [2023-02-15T21:14:58.691Z] ---> aa3fec4eaf8d [2023-02-15T21:14:58.691Z] Step 8/22 : COPY . . [2023-02-15T21:14:58.691Z] Removing intermediate container 31bef72db027 [2023-02-15T21:14:58.691Z] ---> b864dfe53c20 [2023-02-15T21:14:58.691Z] Step 8/22 : COPY . . [2023-02-15T21:14:58.691Z] Removing intermediate container c889514afc23 [2023-02-15T21:14:58.691Z] ---> fd172323b05d [2023-02-15T21:14:58.691Z] Step 7/24 : COPY . . [2023-02-15T21:14:58.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.430s coverage: 63.1% of statements [2023-02-15T21:14:58.862Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-15T21:14:58.862Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-15T21:14:58.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.212s coverage: 100.0% of statements [2023-02-15T21:14:58.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.202s coverage: 89.4% of statements [2023-02-15T21:14:58.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.090s coverage: 100.0% of statements [2023-02-15T21:14:58.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements [2023-02-15T21:14:58.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.084s coverage: 100.0% of statements [2023-02-15T21:15:01.218Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:15:01.218Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:15:01.218Z] ---> 5837efe4a4fc [2023-02-15T21:15:01.218Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-15T21:15:01.218Z] ---> Using cache [2023-02-15T21:15:01.218Z] ---> 254b0a157663 [2023-02-15T21:15:01.218Z] Step 4/23 : WORKDIR /edgex-go [2023-02-15T21:15:01.218Z] ---> Using cache [2023-02-15T21:15:01.218Z] ---> 9abbb0d209d5 [2023-02-15T21:15:01.218Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-15T21:15:01.218Z] ---> Using cache [2023-02-15T21:15:01.218Z] ---> 50c0d2b921db [2023-02-15T21:15:01.218Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-15T21:15:01.218Z] ---> Using cache [2023-02-15T21:15:01.218Z] ---> 08e7979b9437 [2023-02-15T21:15:01.218Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:15:01.218Z] ---> Using cache [2023-02-15T21:15:01.218Z] ---> b864dfe53c20 [2023-02-15T21:15:01.218Z] Step 8/23 : COPY . . [2023-02-15T21:15:05.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.355s coverage: 65.3% of statements [2023-02-15T21:15:05.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-15T21:15:05.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-15T21:15:05.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-15T21:15:06.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.824s coverage: 41.0% of statements [2023-02-15T21:15:06.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-15T21:15:06.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-15T21:15:06.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.360s coverage: 89.5% of statements [2023-02-15T21:15:06.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-15T21:15:06.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.219s coverage: 84.8% of statements [2023-02-15T21:15:06.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-15T21:15:06.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-15T21:15:06.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-15T21:15:06.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-15T21:15:16.546Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.301s coverage: 17.7% of statements [2023-02-15T21:15:16.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-15T21:15:16.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-15T21:15:16.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-15T21:15:16.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-15T21:15:16.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.646s coverage: 92.3% of statements [2023-02-15T21:15:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-15T21:15:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-15T21:15:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-15T21:15:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-15T21:15:16.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.283s coverage: 63.2% of statements [2023-02-15T21:15:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-15T21:15:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-15T21:15:16.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.468s coverage: 97.7% of statements [2023-02-15T21:15:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-15T21:15:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-15T21:15:16.547Z] 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-02-15T21:15:16.547Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-15T21:15:16.547Z] go vet ./... [2023-02-15T21:15:33.288Z] ---> 896f992b6187 [2023-02-15T21:15:33.288Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-15T21:15:33.288Z] ---> a0d50b4ff9b3 [2023-02-15T21:15:33.288Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T21:15:33.288Z] ---> fff59581024b [2023-02-15T21:15:33.288Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-15T21:15:33.288Z] ---> 57dda1d6dd43 [2023-02-15T21:15:33.288Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-15T21:15:33.288Z] ---> Running in 69f5247282c9 [2023-02-15T21:15:33.288Z] ---> Running in 6aa43870440d [2023-02-15T21:15:33.288Z] ---> Running in 07ab795d22cc [2023-02-15T21:15:33.288Z] ---> Running in 03f0c21a8223 [2023-02-15T21:15:33.288Z] Removing intermediate container 6aa43870440d [2023-02-15T21:15:33.288Z] ---> c111fb42086b [2023-02-15T21:15:33.288Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T21:15:33.288Z] ---> Running in 2ff4015b3715 [2023-02-15T21:15:33.288Z] Removing intermediate container 2451cef1be7e [2023-02-15T21:15:33.288Z] ---> 49d0284ada57 [2023-02-15T21:15:33.288Z] Step 8/22 : COPY . . [2023-02-15T21:15:33.288Z] 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-02-15T21:15:33.288Z] Removing intermediate container 2ff4015b3715 [2023-02-15T21:15:33.288Z] ---> 71ad01b3db4b [2023-02-15T21:15:33.288Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-15T21:15:33.288Z] 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-02-15T21:15:33.288Z] 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-02-15T21:15:39.950Z] ---> Running in e0710b273071 [2023-02-15T21:15:39.950Z] ---> a561e625419b [2023-02-15T21:15:39.950Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-15T21:15:40.517Z] ---> Running in a500671ebbaa [2023-02-15T21:15:41.167Z] 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-02-15T21:15:42.611Z] Removing intermediate container e0710b273071 [2023-02-15T21:15:42.612Z] ---> 99b83fde4cf7 [2023-02-15T21:15:42.612Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T21:15:42.612Z] ---> Running in 068d311fa2ad [2023-02-15T21:15:42.892Z] Removing intermediate container 068d311fa2ad [2023-02-15T21:15:42.892Z] ---> 252f7485b0cc [2023-02-15T21:15:42.892Z] [2023-02-15T21:15:42.892Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T21:15:42.892Z] ---> 5ce65d7b0fde [2023-02-15T21:15:42.892Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T21:15:42.892Z] ---> Using cache [2023-02-15T21:15:42.892Z] ---> 12cd326b8b98 [2023-02-15T21:15:42.892Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-15T21:15:43.202Z] ---> Running in b91b7f9e3dab [2023-02-15T21:15:43.815Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:15:44.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:15:44.748Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T21:15:44.748Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T21:15:44.748Z] OK: 15857 distinct packages available [2023-02-15T21:15:44.748Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:15:44.748Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:15:45.016Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-15T21:15:45.016Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-15T21:15:45.016Z] (3/4) Installing libucontext (1.1-r0) [2023-02-15T21:15:45.016Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-15T21:15:45.016Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T21:15:45.016Z] OK: 6 MiB in 18 packages [2023-02-15T21:15:46.912Z] Removing intermediate container b91b7f9e3dab [2023-02-15T21:15:46.912Z] ---> 3be7a0816b7f [2023-02-15T21:15:46.912Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T21:15:53.485Z] ---> 4abd2cdabcdf [2023-02-15T21:15:53.485Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T21:15:53.485Z] ---> da3f54ddbf5d [2023-02-15T21:15:53.485Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-15T21:15:53.744Z] ---> Running in 529bd0d2143a [2023-02-15T21:15:54.003Z] Removing intermediate container 529bd0d2143a [2023-02-15T21:15:54.003Z] ---> b73690cfb109 [2023-02-15T21:15:54.003Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-15T21:15:54.942Z] ---> 10f8abcf2b7b [2023-02-15T21:15:54.942Z] Step 19/24 : WORKDIR / [2023-02-15T21:15:54.942Z] ---> Running in 1b7d7de71673 [2023-02-15T21:15:55.202Z] Removing intermediate container 1b7d7de71673 [2023-02-15T21:15:55.202Z] ---> 12cb75eeb746 [2023-02-15T21:15:55.202Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T21:15:55.462Z] ---> Running in 601f9a869e0d [2023-02-15T21:15:56.765Z] Removing intermediate container 601f9a869e0d [2023-02-15T21:15:56.765Z] ---> 5d5fb206e319 [2023-02-15T21:15:56.765Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T21:15:58.663Z] ---> Running in 2e241f0ebf77 [2023-02-15T21:15:59.228Z] Removing intermediate container 2e241f0ebf77 [2023-02-15T21:15:59.228Z] ---> b64ee8bfb08f [2023-02-15T21:15:59.228Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T21:16:00.199Z] ---> Running in 4030c6cfeb61 [2023-02-15T21:16:00.457Z] Removing intermediate container 4030c6cfeb61 [2023-02-15T21:16:00.457Z] ---> ba584afb9c0c [2023-02-15T21:16:00.457Z] Step 23/24 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:16:00.715Z] ---> Running in 2d5905e3155b [2023-02-15T21:16:00.973Z] Removing intermediate container 2d5905e3155b [2023-02-15T21:16:00.973Z] ---> 49e61d8cb803 [2023-02-15T21:16:00.973Z] Step 24/24 : LABEL version=0.0.0 [2023-02-15T21:16:01.562Z] ---> Running in b0dffa8a1392 [2023-02-15T21:16:02.495Z] Removing intermediate container b0dffa8a1392 [2023-02-15T21:16:02.495Z] ---> c0afaf661d5a [2023-02-15T21:16:02.495Z] [2023-02-15T21:16:02.495Z] Successfully built c0afaf661d5a [2023-02-15T21:16:02.767Z] Successfully tagged security-spire-config:latest [2023-02-15T21:16:02.767Z] Building security-spire-agent [2023-02-15T21:16:09.341Z]  Building security-spire-config ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:16:09.341Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:16:09.341Z] ---> 5837efe4a4fc [2023-02-15T21:16:09.341Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T21:16:09.341Z] ---> Using cache [2023-02-15T21:16:09.341Z] ---> 6e8f21407da9 [2023-02-15T21:16:09.341Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T21:16:09.341Z] ---> Using cache [2023-02-15T21:16:09.341Z] ---> 3b51eea7cb10 [2023-02-15T21:16:09.341Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T21:16:09.341Z] ---> Using cache [2023-02-15T21:16:09.341Z] ---> 9afd768f23d4 [2023-02-15T21:16:09.341Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:16:09.341Z] ---> Using cache [2023-02-15T21:16:09.341Z] ---> fd172323b05d [2023-02-15T21:16:09.341Z] Step 7/24 : COPY . . [2023-02-15T21:16:09.341Z] ---> Using cache [2023-02-15T21:16:09.341Z] ---> a0d50b4ff9b3 [2023-02-15T21:16:09.341Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T21:16:09.341Z] ---> Using cache [2023-02-15T21:16:09.341Z] ---> c111fb42086b [2023-02-15T21:16:09.341Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T21:16:09.341Z] ---> Using cache [2023-02-15T21:16:09.341Z] ---> 71ad01b3db4b [2023-02-15T21:16:09.341Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-15T21:16:09.341Z] ---> Using cache [2023-02-15T21:16:09.341Z] ---> 99b83fde4cf7 [2023-02-15T21:16:09.341Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T21:16:09.341Z] ---> Using cache [2023-02-15T21:16:09.341Z] ---> 252f7485b0cc [2023-02-15T21:16:09.341Z] [2023-02-15T21:16:09.341Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T21:16:09.341Z] ---> 5ce65d7b0fde [2023-02-15T21:16:09.341Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T21:16:09.341Z] ---> Using cache [2023-02-15T21:16:09.341Z] ---> 12cd326b8b98 [2023-02-15T21:16:09.341Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T21:16:09.341Z] ---> Using cache [2023-02-15T21:16:09.341Z] ---> 4c6acba90209 [2023-02-15T21:16:09.341Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-15T21:16:19.318Z] ---> 27a5be1adca1 [2023-02-15T21:16:19.318Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T21:16:19.318Z] Removing intermediate container 69f5247282c9 [2023-02-15T21:16:19.318Z] ---> 8f47260e7349 [2023-02-15T21:16:19.318Z] [2023-02-15T21:16:19.318Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T21:16:19.318Z] ---> dfd21b5a31f5 [2023-02-15T21:16:19.318Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-15T21:16:19.318Z] Removing intermediate container 03f0c21a8223 [2023-02-15T21:16:19.318Z] ---> 148052c7045b [2023-02-15T21:16:19.318Z] [2023-02-15T21:16:19.318Z] Step 10/23 : FROM alpine:3.16 [2023-02-15T21:16:19.318Z] ---> dfd21b5a31f5 [2023-02-15T21:16:19.318Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-15T21:16:19.318Z] ---> Using cache [2023-02-15T21:16:19.318Z] ---> 85e4d392d3d5 [2023-02-15T21:16:19.318Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T21:16:19.318Z] ---> Using cache [2023-02-15T21:16:19.318Z] ---> c23ef6b80f63 [2023-02-15T21:16:19.318Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-15T21:16:23.508Z] ---> Running in 5f3b5e4f8176 [2023-02-15T21:16:23.508Z] ---> Running in 3e311c76835f [2023-02-15T21:16:23.508Z] ---> a7ebf8590501 [2023-02-15T21:16:23.508Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T21:16:23.508Z] Removing intermediate container 3e311c76835f [2023-02-15T21:16:23.508Z] Removing intermediate container 5f3b5e4f8176 [2023-02-15T21:16:23.508Z] ---> c56daad68a41 [2023-02-15T21:16:23.508Z] ---> 4e323a30c8f3 [2023-02-15T21:16:23.508Z] Step 12/22 : ENV APP_PORT=59880Step 14/23 : EXPOSE $APP_PORT [2023-02-15T21:16:23.508Z] [2023-02-15T21:16:23.508Z] Removing intermediate container a500671ebbaa [2023-02-15T21:16:23.508Z] ---> 57b4a291492f [2023-02-15T21:16:23.508Z] [2023-02-15T21:16:23.508Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T21:16:23.508Z] ---> dfd21b5a31f5 [2023-02-15T21:16:23.508Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-15T21:16:23.508Z] ---> 8956a1dc0dce [2023-02-15T21:16:23.508Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-15T21:16:23.508Z] ---> Running in a87fe0dda0dc [2023-02-15T21:16:23.508Z] ---> Running in 85327a3e4600 [2023-02-15T21:16:23.508Z] Removing intermediate container 07ab795d22cc [2023-02-15T21:16:23.508Z] ---> 6e89ee4042ca [2023-02-15T21:16:23.508Z] [2023-02-15T21:16:23.508Z] Step 10/22 : FROM alpine:3.16 ---> Running in 0649fd95d984 [2023-02-15T21:16:23.508Z] [2023-02-15T21:16:23.508Z] ---> dfd21b5a31f5 [2023-02-15T21:16:23.508Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T21:16:23.508Z] ---> Using cache [2023-02-15T21:16:23.508Z] ---> 85e4d392d3d5 [2023-02-15T21:16:23.508Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T21:16:23.508Z] ---> Using cache [2023-02-15T21:16:23.508Z] ---> c23ef6b80f63 [2023-02-15T21:16:23.508Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-15T21:16:23.508Z] ---> Running in d3e69b127e1d [2023-02-15T21:16:23.508Z] Removing intermediate container 85327a3e4600 [2023-02-15T21:16:23.508Z] ---> 4bfd75ea39a1 [2023-02-15T21:16:23.508Z] Step 15/23 : WORKDIR / [2023-02-15T21:16:23.508Z] Removing intermediate container a87fe0dda0dc [2023-02-15T21:16:23.508Z] ---> 2a8470ae3a97 [2023-02-15T21:16:23.508Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-15T21:16:23.508Z] ---> Running in 2cfd662fc45c [2023-02-15T21:16:23.508Z] ---> Running in f31956075eda [2023-02-15T21:16:23.508Z] Removing intermediate container 0649fd95d984 [2023-02-15T21:16:23.508Z] ---> 6f6c6af1441b [2023-02-15T21:16:23.508Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T21:16:23.508Z] ---> 4a216a292a93 [2023-02-15T21:16:23.508Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-15T21:16:23.508Z] ---> Running in f3be0ac89644 [2023-02-15T21:16:23.508Z] Removing intermediate container d3e69b127e1d [2023-02-15T21:16:23.508Z] ---> 290fd7d427e3 [2023-02-15T21:16:23.508Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T21:16:23.508Z] Removing intermediate container 2cfd662fc45c [2023-02-15T21:16:23.508Z] ---> 69d98506062f [2023-02-15T21:16:23.508Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T21:16:23.767Z] ---> Running in 1250f15dcf8d [2023-02-15T21:16:23.767Z] Removing intermediate container f31956075eda [2023-02-15T21:16:23.767Z] ---> 3875f7e88dbf [2023-02-15T21:16:23.767Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T21:16:23.767Z] ---> 0978a04796d2 [2023-02-15T21:16:23.767Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T21:16:23.767Z] ---> Running in 525a3625309c [2023-02-15T21:16:23.767Z] ---> Running in 72de999558ec [2023-02-15T21:16:23.767Z] Removing intermediate container 1250f15dcf8d [2023-02-15T21:16:23.767Z] ---> d594d206a2aa [2023-02-15T21:16:23.767Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T21:16:24.035Z] ---> a1b517356d81 [2023-02-15T21:16:24.035Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-15T21:16:24.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:16:24.035Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:16:24.035Z] Removing intermediate container 72de999558ec [2023-02-15T21:16:24.035Z] ---> c410746a8ce5 [2023-02-15T21:16:24.035Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T21:16:24.293Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T21:16:24.293Z] ---> b24baba82d97 [2023-02-15T21:16:24.293Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-15T21:16:24.293Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T21:16:24.293Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T21:16:24.293Z] OK: 6 MiB in 15 packages [2023-02-15T21:16:24.293Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T21:16:24.293Z] ---> Running in 2527de5d0ee3 [2023-02-15T21:16:24.551Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T21:16:24.551Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T21:16:24.551Z] OK: 6 MiB in 15 packages [2023-02-15T21:16:25.119Z] ---> 7f55565a50ad [2023-02-15T21:16:25.119Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-15T21:16:25.119Z] Removing intermediate container 2527de5d0ee3 [2023-02-15T21:16:25.119Z] ---> 3244efbff4e0 [2023-02-15T21:16:25.119Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T21:16:25.119Z] ---> 87dd280010b7 [2023-02-15T21:16:25.119Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-15T21:16:25.119Z] ---> Running in e4d4ff63c576 [2023-02-15T21:16:25.119Z] ---> a758f98183ea [2023-02-15T21:16:25.119Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-15T21:16:25.119Z] ---> Running in 8137ba0de545 [2023-02-15T21:16:25.119Z] ---> a440088dbf58 [2023-02-15T21:16:25.119Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-15T21:16:25.119Z] Removing intermediate container f3be0ac89644 [2023-02-15T21:16:25.119Z] ---> 18bdb8ebf8aa [2023-02-15T21:16:25.119Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T21:16:25.119Z] Removing intermediate container e4d4ff63c576 [2023-02-15T21:16:25.119Z] ---> 4fba11e948fe [2023-02-15T21:16:25.119Z] Step 23/24 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:16:25.119Z] Removing intermediate container 525a3625309c [2023-02-15T21:16:25.119Z] ---> baceb0cf71d8 [2023-02-15T21:16:25.119Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T21:16:25.379Z] ---> Running in 2fcead1ad4d2 [2023-02-15T21:16:25.379Z] ---> Running in bb2a00dd036b [2023-02-15T21:16:25.379Z] Removing intermediate container 8137ba0de545 [2023-02-15T21:16:25.379Z] ---> f69169e56eb6 [2023-02-15T21:16:25.379Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T21:16:25.379Z] ---> Running in e0560843e1f4 [2023-02-15T21:16:25.379Z] ---> e75087380f4d [2023-02-15T21:16:25.379Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-15T21:16:25.379Z] Removing intermediate container bb2a00dd036b [2023-02-15T21:16:25.379Z] ---> a75f257926f8 [2023-02-15T21:16:25.379Z] Step 24/24 : LABEL version=0.0.0 [2023-02-15T21:16:25.379Z] Removing intermediate container 2fcead1ad4d2 [2023-02-15T21:16:25.379Z] ---> df7c275f297c [2023-02-15T21:16:25.379Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T21:16:25.637Z] Removing intermediate container e0560843e1f4 [2023-02-15T21:16:25.637Z] ---> 265e81be1e89 [2023-02-15T21:16:25.637Z] Step 21/23 : LABEL arch=x86_64 [2023-02-15T21:16:25.637Z] ---> 77ab12ed4eb4 [2023-02-15T21:16:25.637Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-15T21:16:25.637Z] ---> Running in 72b52ba686ee [2023-02-15T21:16:25.637Z] ---> Running in f54acb3956d9 [2023-02-15T21:16:25.637Z] ---> Running in f9f6e8798691 [2023-02-15T21:16:26.203Z] Removing intermediate container f54acb3956d9 [2023-02-15T21:16:26.203Z] ---> ec6c0297036b [2023-02-15T21:16:26.203Z] [2023-02-15T21:16:26.203Z] Removing intermediate container 72b52ba686ee [2023-02-15T21:16:26.203Z] ---> d94f1ab63ef0 [2023-02-15T21:16:26.203Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T21:16:26.203Z] Successfully built ec6c0297036b [2023-02-15T21:16:26.203Z] ---> e1df7c50f1fb [2023-02-15T21:16:26.203Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-15T21:16:26.203Z] Successfully tagged security-spire-agent:latest [2023-02-15T21:16:26.203Z]  Building security-spire-agent ... done Removing intermediate container f9f6e8798691 [2023-02-15T21:16:26.203Z] ---> b1f308871c88 [2023-02-15T21:16:26.203Z] Step 22/23 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:16:26.203Z] ---> Running in a1bb93384d70 [2023-02-15T21:16:26.203Z] ---> a0edb29f0488 [2023-02-15T21:16:26.203Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-15T21:16:26.462Z] ---> Running in 1e922ab26181 [2023-02-15T21:16:26.462Z] Removing intermediate container a1bb93384d70 [2023-02-15T21:16:26.462Z] ---> 10d906031770 [2023-02-15T21:16:26.462Z] ---> 045e3aa5dd4f [2023-02-15T21:16:26.462Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/Step 21/22 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:16:26.462Z] [2023-02-15T21:16:26.462Z] ---> 196d90a3225a [2023-02-15T21:16:26.462Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-15T21:16:26.462Z] ---> Running in f8271a367645 [2023-02-15T21:16:26.462Z] ---> Running in 9bb3d3d2f0d5 [2023-02-15T21:16:26.462Z] Removing intermediate container 1e922ab26181 [2023-02-15T21:16:26.462Z] ---> 85bc90c2fd81 [2023-02-15T21:16:26.462Z] Step 23/23 : LABEL version=0.0.0 [2023-02-15T21:16:26.721Z] ---> Running in 629309dbe0f1 [2023-02-15T21:16:26.721Z] Removing intermediate container f8271a367645 [2023-02-15T21:16:26.721Z] ---> b6317545bc6f [2023-02-15T21:16:26.721Z] Step 22/22 : LABEL version=0.0.0 [2023-02-15T21:16:26.721Z] ---> Running in c356b1e5b868 [2023-02-15T21:16:26.721Z] Removing intermediate container 629309dbe0f1 [2023-02-15T21:16:26.721Z] ---> 82141c737643 [2023-02-15T21:16:26.721Z] [2023-02-15T21:16:26.721Z] ---> 8bc1472a6a93 [2023-02-15T21:16:26.721Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T21:16:26.721Z] Removing intermediate container 9bb3d3d2f0d5 [2023-02-15T21:16:26.721Z] ---> bc5467b59b2e [2023-02-15T21:16:26.721Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T21:16:26.721Z] Successfully built 82141c737643 [2023-02-15T21:16:26.979Z] Successfully tagged core-command:latest [2023-02-15T21:16:26.979Z]  Building core-command ... done  ---> Running in 854d1b0b5054 [2023-02-15T21:16:26.979Z] ---> Running in a4f53c2b00bc [2023-02-15T21:16:26.979Z] Removing intermediate container c356b1e5b868 [2023-02-15T21:16:26.979Z] ---> 51db0d952a68 [2023-02-15T21:16:26.979Z] [2023-02-15T21:16:26.979Z] Successfully built 51db0d952a68 [2023-02-15T21:16:26.979Z] Successfully tagged support-scheduler:latest [2023-02-15T21:16:26.979Z]  Building support-scheduler ... done Removing intermediate container a4f53c2b00bc [2023-02-15T21:16:26.979Z] ---> 4a694f82eca4 [2023-02-15T21:16:26.979Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T21:16:26.979Z] ---> Running in 01704e276282 [2023-02-15T21:16:27.238Z] Removing intermediate container 01704e276282 [2023-02-15T21:16:27.238Z] ---> 47eff28ab824 [2023-02-15T21:16:27.238Z] Step 21/22 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:16:27.238Z] ---> Running in f8daff58e762 [2023-02-15T21:16:27.238Z] Removing intermediate container f8daff58e762 [2023-02-15T21:16:27.238Z] ---> ed6c81adb5b4 [2023-02-15T21:16:27.238Z] Step 22/22 : LABEL version=0.0.0 [2023-02-15T21:16:27.238Z] ---> Running in 790eb17ba78c [2023-02-15T21:16:27.497Z] Removing intermediate container 790eb17ba78c [2023-02-15T21:16:27.497Z] ---> 74cab4ced4cd [2023-02-15T21:16:27.497Z] [2023-02-15T21:16:27.497Z] Successfully built 74cab4ced4cd [2023-02-15T21:16:27.497Z] Successfully tagged core-data:latest [2023-02-15T21:16:27.497Z]  Building core-data ... done Removing intermediate container 854d1b0b5054 [2023-02-15T21:16:27.497Z] ---> 9905b49780bb [2023-02-15T21:16:27.497Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T21:16:27.773Z] ---> Running in 8803f6ca4939 [2023-02-15T21:16:27.773Z] Removing intermediate container 8803f6ca4939 [2023-02-15T21:16:27.773Z] ---> 8d738b20ea70 [2023-02-15T21:16:27.773Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-15T21:16:27.773Z] ---> Running in d9aef803ee04 [2023-02-15T21:16:28.032Z] Removing intermediate container d9aef803ee04 [2023-02-15T21:16:28.032Z] ---> 0d83f4bd025f [2023-02-15T21:16:28.032Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T21:16:28.032Z] ---> Running in 27a896a265be [2023-02-15T21:16:28.032Z] Removing intermediate container 27a896a265be [2023-02-15T21:16:28.032Z] ---> 6a8605825075 [2023-02-15T21:16:28.032Z] Step 21/22 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:16:28.032Z] ---> Running in 0c1a02c52378 [2023-02-15T21:16:28.290Z] Removing intermediate container 0c1a02c52378 [2023-02-15T21:16:28.290Z] ---> a08925ddcabf [2023-02-15T21:16:28.290Z] Step 22/22 : LABEL version=0.0.0 [2023-02-15T21:16:28.290Z] ---> Running in 042ac9fe63b2 [2023-02-15T21:16:28.549Z] Removing intermediate container 042ac9fe63b2 [2023-02-15T21:16:28.550Z] ---> e660daf54257 [2023-02-15T21:16:28.550Z] [2023-02-15T21:16:28.550Z] Successfully built e660daf54257 [2023-02-15T21:16:28.550Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-15T21:16:28.555Z]  Building core-common-config-bootstrapper ... done  [Pipeline] } [2023-02-15T21:16:28.585Z] $ docker stop --time=1 c19ef8703adfff50636762abda3375048e107c70c7bd81b1a9c00a25f7896aaa [2023-02-15T21:16:31.289Z] $ docker rm -f --volumes c19ef8703adfff50636762abda3375048e107c70c7bd81b1a9c00a25f7896aaa [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T21:16:31.689Z] + docker images [2023-02-15T21:16:31.689Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-15T21:16:31.689Z] core-common-config-bootstrapper latest e660daf54257 3 seconds ago 15.5MB [2023-02-15T21:16:31.689Z] core-data latest 74cab4ced4cd 4 seconds ago 17.9MB [2023-02-15T21:16:31.689Z] support-scheduler latest 51db0d952a68 5 seconds ago 30MB [2023-02-15T21:16:31.689Z] core-command latest 82141c737643 5 seconds ago 17.7MB [2023-02-15T21:16:31.689Z] security-spire-agent latest ec6c0297036b 6 seconds ago 125MB [2023-02-15T21:16:31.689Z] 57b4a291492f 9 seconds ago 1.67GB [2023-02-15T21:16:31.689Z] 6e89ee4042ca 9 seconds ago 1.74GB [2023-02-15T21:16:31.689Z] 148052c7045b 21 seconds ago 1.68GB [2023-02-15T21:16:31.689Z] 8f47260e7349 27 seconds ago 1.68GB [2023-02-15T21:16:31.689Z] security-spire-config latest c0afaf661d5a 30 seconds ago 85.8MB [2023-02-15T21:16:31.689Z] 252f7485b0cc 49 seconds ago 1.55GB [2023-02-15T21:16:31.689Z] security-secretstore-setup latest 544b63d847c7 About a minute ago 30MB [2023-02-15T21:16:31.689Z] security-bootstrapper latest 92f86aa39fa9 2 minutes ago 20.4MB [2023-02-15T21:16:31.689Z] ad25d7056f72 2 minutes ago 1.67GB [2023-02-15T21:16:31.689Z] security-proxy-setup latest c387f6626bc7 2 minutes ago 27.8MB [2023-02-15T21:16:31.689Z] core-metadata latest 901fd6732622 2 minutes ago 18.5MB [2023-02-15T21:16:31.689Z] support-notifications latest 791f1b65ce29 2 minutes ago 30.7MB [2023-02-15T21:16:31.689Z] security-spiffe-token-provider latest c07c753277bf 2 minutes ago 30MB [2023-02-15T21:16:31.689Z] d05dfd606764 3 minutes ago 1.67GB [2023-02-15T21:16:31.689Z] 5bc680c8118a 3 minutes ago 1.74GB [2023-02-15T21:16:31.689Z] b1c1afc74b0d 3 minutes ago 1.71GB [2023-02-15T21:16:31.689Z] 1fb38a7882ee 3 minutes ago 1.67GB [2023-02-15T21:16:31.689Z] b0b0d260da38 3 minutes ago 1.68GB [2023-02-15T21:16:31.689Z] security-spire-server latest c9f2a3880d60 3 minutes ago 86.5MB [2023-02-15T21:16:31.689Z] 1a085b9225c4 4 minutes ago 1.55GB [2023-02-15T21:16:31.689Z] ci-base-image-x86_64 latest 5837efe4a4fc 8 minutes ago 904MB [2023-02-15T21:16:31.689Z] alpine 3.15 5ce65d7b0fde 4 days ago 5.59MB [2023-02-15T21:16:31.689Z] alpine 3.16 dfd21b5a31f5 4 days ago 5.55MB [2023-02-15T21:16:31.689Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-15T21:16:31.689Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-15T21:16:31.689Z] 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-02-15T21:17:08.222Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-15T21:17:08.222Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-15T21:17:08.222Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-15T21:17:08.267Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-15T21:17:08.613Z] + ls -al . [2023-02-15T21:17:08.613Z] total 744 [2023-02-15T21:17:08.884Z] drwxrwxr-x 10 1001 1001 4096 Feb 15 21:11 . [2023-02-15T21:17:08.884Z] drwxr-xr-x 4 root root 4096 Feb 15 21:11 .. [2023-02-15T21:17:08.884Z] drwxrwxr-x 2 1001 1001 4096 Feb 15 21:09 .blubracket [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 16 Feb 15 21:09 .dockerignore [2023-02-15T21:17:08.884Z] drwxrwxr-x 8 1001 1001 4096 Feb 15 21:09 .git [2023-02-15T21:17:08.884Z] drwxrwxr-x 3 1001 1001 4096 Feb 15 21:09 .github [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 1024 Feb 15 21:09 .gitignore [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 42 Feb 15 21:09 .golangci.yml [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 87 Feb 15 21:09 .hadolint.yml [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 166 Feb 15 21:09 .sonarcloud.properties [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 1171 Feb 15 21:09 ADOPTERS.md [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 10825 Feb 15 21:09 Attribution.txt [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 73765 Feb 15 21:09 CHANGELOG.md [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 3804 Feb 15 21:09 CONTRIBUTING.md [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 677 Feb 15 21:09 GOVERNANCE.md [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 850 Feb 15 21:09 Jenkinsfile [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 10775 Feb 15 21:09 LICENSE [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 13375 Feb 15 21:09 Makefile [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 582 Feb 15 21:09 OWNERS.md [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 9403 Feb 15 21:09 README.md [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 6912 Feb 15 21:09 SECURITY.md [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 5 Feb 15 21:07 VERSION [2023-02-15T21:17:08.884Z] drwxrwxr-x 2 1001 1001 4096 Feb 15 21:09 bin [2023-02-15T21:17:08.884Z] drwxrwxr-x 17 1001 1001 4096 Feb 15 21:09 cmd [2023-02-15T21:17:08.884Z] -rw-r--r-- 1 root root 487529 Feb 15 21:15 coverage.out [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 3295 Feb 15 21:09 go.mod [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 33318 Feb 15 21:09 go.sum [2023-02-15T21:17:08.884Z] drwxrwxr-x 7 1001 1001 4096 Feb 15 21:09 internal [2023-02-15T21:17:08.884Z] drwxrwxr-x 3 1001 1001 4096 Feb 15 21:09 openapi [2023-02-15T21:17:08.884Z] drwxrwxr-x 4 1001 1001 4096 Feb 15 21:09 snap [2023-02-15T21:17:08.884Z] -rw-rw-r-- 1 1001 1001 204 Feb 15 21:09 version.go [Pipeline] sh [2023-02-15T21:17:09.559Z] + '[' -e coverage.out ] [2023-02-15T21:17:09.559Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-15T21:17:09.594Z] Warning: overwriting stash ‘coverage-report’ [2023-02-15T21:17:10.364Z] Stashed 1 file(s) [Pipeline] sh [2023-02-15T21:17:11.007Z] + make build [2023-02-15T21:17:11.007Z] 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-02-15T21:18:32.646Z] 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-02-15T21:18:34.579Z] 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-02-15T21:18:38.827Z] 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-02-15T21:18:43.077Z] 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-02-15T21:19:23.427Z] 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-02-15T21:19:28.759Z] 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-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-15T21:19:34.094Z] 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-02-15T21:19:39.429Z] 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-02-15T21:19:43.681Z] 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-02-15T21:19:47.939Z] 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-02-15T21:20:00.240Z] 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-02-15T21:20:05.596Z] $ docker stop --time=1 60e0b5d533bbe7ce77de64e78b2664653ea19d2ecf47766d4965ee429bdd0fe0 [2023-02-15T21:20:08.438Z] $ docker rm -f --volumes 60e0b5d533bbe7ce77de64e78b2664653ea19d2ecf47766d4965ee429bdd0fe0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T21:20:10.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T21:20:10.716Z] [2023-02-15T21:20:10.716Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T21:20:11.137Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T21:20:11.406Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-15T21:20:11.406Z] 29e5d40040c1: Pulling fs layer [2023-02-15T21:20:11.406Z] 1ce36da41761: Pulling fs layer [2023-02-15T21:20:11.406Z] 25b303627fd3: Pulling fs layer [2023-02-15T21:20:11.406Z] 29e5d40040c1: Verifying Checksum [2023-02-15T21:20:11.406Z] 29e5d40040c1: Download complete [2023-02-15T21:20:11.989Z] 1ce36da41761: Verifying Checksum [2023-02-15T21:20:11.989Z] 1ce36da41761: Download complete [2023-02-15T21:20:11.989Z] 29e5d40040c1: Pull complete [2023-02-15T21:20:13.397Z] 25b303627fd3: Verifying Checksum [2023-02-15T21:20:13.397Z] 25b303627fd3: Download complete [2023-02-15T21:20:13.397Z] 1ce36da41761: Pull complete [2023-02-15T21:20:23.476Z] 25b303627fd3: Pull complete [2023-02-15T21:20:23.476Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-15T21:20:23.476Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T21:20:23.476Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T21:20:23.786Z] prd-ubuntu20.04-docker-arm64-4c-16g-6198 does not seem to be running inside a container [2023-02-15T21:20:23.854Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-15T21:20:26.254Z] $ docker top ccae05876ef4d66f21c0032bf2f871c6ca31b1d95a5c6f44f6ef43dd518fece8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T21:20:27.146Z] + grep parallel [2023-02-15T21:20:27.146Z] + docker-compose build --help [2023-02-15T21:20:31.470Z] --parallel Build images in parallel. [Pipeline] } [2023-02-15T21:20:31.768Z] $ docker stop --time=1 ccae05876ef4d66f21c0032bf2f871c6ca31b1d95a5c6f44f6ef43dd518fece8 [2023-02-15T21:20:33.466Z] $ docker rm -f --volumes ccae05876ef4d66f21c0032bf2f871c6ca31b1d95a5c6f44f6ef43dd518fece8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T21:20:34.255Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T21:20:34.255Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T21:20:34.523Z] prd-ubuntu20.04-docker-arm64-4c-16g-6198 does not seem to be running inside a container [2023-02-15T21:20:34.591Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-15T21:20:35.799Z] $ docker top 7a5413e2bbab0d376681e466786045ff61ba5b565a2196da0e4cc7b82779c308 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T21:20:36.363Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-15T21:20:41.706Z] Building core-command ... [2023-02-15T21:20:41.706Z] Building core-common-config-bootstrapper ... [2023-02-15T21:20:41.706Z] Building core-data ... [2023-02-15T21:20:41.706Z] Building core-metadata ... [2023-02-15T21:20:41.706Z] Building security-bootstrapper ... [2023-02-15T21:20:41.706Z] Building security-proxy-setup ... [2023-02-15T21:20:41.706Z] Building security-secretstore-setup ... [2023-02-15T21:20:41.706Z] Building security-spiffe-token-provider ... [2023-02-15T21:20:41.706Z] Building security-spire-agent ... [2023-02-15T21:20:41.706Z] Building security-spire-config ... [2023-02-15T21:20:41.706Z] Building security-spire-server ... [2023-02-15T21:20:41.706Z] Building support-notifications ... [2023-02-15T21:20:41.706Z] Building support-scheduler ... [2023-02-15T21:20:41.706Z] Building security-spire-server [2023-02-15T21:20:41.706Z] Building security-spire-config [2023-02-15T21:20:41.706Z] Building core-metadata [2023-02-15T21:20:41.706Z] Building security-proxy-setup [2023-02-15T21:20:41.706Z] Building security-bootstrapper [2023-02-15T21:21:28.595Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:21:28.595Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:21:28.595Z] ---> bfb21a9a8df1 [2023-02-15T21:21:28.595Z] Step 3/32 : WORKDIR /edgex-go [2023-02-15T21:21:28.861Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:21:28.861Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:21:28.861Z] ---> bfb21a9a8df1 [2023-02-15T21:21:28.861Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T21:21:28.861Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:21:28.861Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:21:28.861Z] ---> bfb21a9a8df1 [2023-02-15T21:21:28.861Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-15T21:21:28.862Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:21:28.862Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:21:28.862Z] ---> bfb21a9a8df1 [2023-02-15T21:21:28.862Z] Step 3/23 : WORKDIR /edgex-go [2023-02-15T21:21:29.128Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:21:29.128Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:21:29.128Z] ---> bfb21a9a8df1 [2023-02-15T21:21:29.128Z] Step 3/21 : WORKDIR /edgex-go [2023-02-15T21:21:30.088Z] ---> Running in ba152957eeab [2023-02-15T21:21:30.088Z] ---> Running in ce87e54f31d2 [2023-02-15T21:21:30.088Z] ---> Running in 5339e1107a95 [2023-02-15T21:21:30.088Z] ---> Running in 87d4227c07d5 [2023-02-15T21:21:30.088Z] ---> Running in 977aeda3cd5d [2023-02-15T21:21:30.676Z] Removing intermediate container ba152957eeab [2023-02-15T21:21:30.676Z] ---> 3a99ed93978c [2023-02-15T21:21:30.676Z] Step 4/24 : WORKDIR /edgex-go [2023-02-15T21:21:30.676Z] Removing intermediate container ce87e54f31d2 [2023-02-15T21:21:30.676Z] ---> 227fb26d10e7 [2023-02-15T21:21:30.676Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T21:21:30.676Z] Removing intermediate container 87d4227c07d5 [2023-02-15T21:21:30.676Z] ---> 94a6c9ae1c3d [2023-02-15T21:21:30.676Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-15T21:21:30.676Z] Removing intermediate container 5339e1107a95 [2023-02-15T21:21:30.676Z] ---> 325726b0fc77 [2023-02-15T21:21:30.676Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-15T21:21:30.676Z] ---> Running in 0f28df312d46 [2023-02-15T21:21:30.676Z] ---> Running in 1027450d5b3c [2023-02-15T21:21:30.948Z] Removing intermediate container 977aeda3cd5d [2023-02-15T21:21:30.948Z] ---> 50324bd2d5b3 [2023-02-15T21:21:30.948Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T21:21:30.948Z] ---> Running in a90613d50df7 [2023-02-15T21:21:30.948Z] ---> Running in b20b1bbf521f [2023-02-15T21:21:30.948Z] ---> Running in 76dc0f5da133 [2023-02-15T21:21:31.531Z] Removing intermediate container 0f28df312d46 [2023-02-15T21:21:31.531Z] ---> 706bf181843f [2023-02-15T21:21:31.531Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-15T21:21:31.797Z] ---> Running in 0fb255fea5f4 [2023-02-15T21:21:33.203Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:21:33.470Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:21:33.470Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:21:33.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:21:33.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:21:33.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:21:34.008Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:21:34.008Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:21:34.274Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:21:34.274Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:21:34.860Z] OK: 221 MiB in 51 packages [2023-02-15T21:21:35.125Z] OK: 221 MiB in 51 packages [2023-02-15T21:21:35.401Z] OK: 221 MiB in 51 packages [2023-02-15T21:21:35.668Z] OK: 221 MiB in 51 packages [2023-02-15T21:21:35.668Z] OK: 221 MiB in 51 packages [2023-02-15T21:21:37.087Z] Removing intermediate container 1027450d5b3c [2023-02-15T21:21:37.087Z] ---> 0b67cb0d6634 [2023-02-15T21:21:37.087Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T21:21:37.087Z] Removing intermediate container b20b1bbf521f [2023-02-15T21:21:37.087Z] ---> 44bd273ee025 [2023-02-15T21:21:37.087Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-15T21:21:37.087Z] Removing intermediate container a90613d50df7 [2023-02-15T21:21:37.087Z] ---> 43d6351ea62c [2023-02-15T21:21:37.087Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-15T21:21:37.667Z] Removing intermediate container 0fb255fea5f4 [2023-02-15T21:21:37.667Z] ---> 44b10980c12f [2023-02-15T21:21:37.667Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-15T21:21:37.667Z] Removing intermediate container 76dc0f5da133 [2023-02-15T21:21:37.667Z] ---> ad617de0c1d3 [2023-02-15T21:21:37.667Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-15T21:21:37.932Z] ---> b8db743fc885 [2023-02-15T21:21:37.932Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:21:38.200Z] ---> 82de25774c42 [2023-02-15T21:21:38.200Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:21:38.200Z] ---> c5bb7bd05a39 [2023-02-15T21:21:38.200Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:21:38.200Z] ---> Running in bb091763aeb2 [2023-02-15T21:21:38.466Z] ---> Running in 79632e4cde66 [2023-02-15T21:21:38.466Z] ---> Running in dc0135ac123e [2023-02-15T21:21:38.734Z] ---> de9c0bdf0ec3 [2023-02-15T21:21:38.734Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:21:38.734Z] ---> 25c19ab787f3 [2023-02-15T21:21:38.734Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:21:39.003Z] ---> Running in a47cd1856ac5 [2023-02-15T21:21:39.003Z] ---> Running in 7478c6ab58ea [2023-02-15T21:23:30.649Z] Removing intermediate container 79632e4cde66 [2023-02-15T21:23:30.649Z] ---> 752e540aade6 [2023-02-15T21:23:30.649Z] Step 7/32 : COPY . . [2023-02-15T21:23:30.649Z] Removing intermediate container bb091763aeb2 [2023-02-15T21:23:30.649Z] ---> 9d9f5bcf3cdb [2023-02-15T21:23:30.649Z] Step 7/24 : COPY . . [2023-02-15T21:23:30.649Z] Removing intermediate container a47cd1856ac5 [2023-02-15T21:23:30.649Z] ---> 90ce8f6486ae [2023-02-15T21:23:30.649Z] Step 7/23 : COPY . . [2023-02-15T21:23:30.649Z] Removing intermediate container 7478c6ab58ea [2023-02-15T21:23:30.649Z] ---> 37c8a67bab33 [2023-02-15T21:23:30.649Z] Step 8/24 : COPY . .Removing intermediate container dc0135ac123e [2023-02-15T21:23:30.649Z] [2023-02-15T21:23:30.649Z] ---> bcd30e4b089d [2023-02-15T21:23:30.649Z] Step 7/21 : COPY . . [2023-02-15T21:23:38.856Z] ---> c88dabb327c5 [2023-02-15T21:23:38.856Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T21:23:38.856Z] ---> 7851aa5c4e5b [2023-02-15T21:23:38.856Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-15T21:23:38.856Z] ---> 2d0db40da9e9 [2023-02-15T21:23:38.856Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T21:23:38.856Z] ---> 32296312e9f2 [2023-02-15T21:23:38.856Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-15T21:23:38.856Z] ---> Running in ba6c30a45ef6 [2023-02-15T21:23:38.856Z] ---> Running in f13585f9840a [2023-02-15T21:23:38.856Z] ---> a810a759f473 [2023-02-15T21:23:38.856Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-15T21:23:38.856Z] ---> Running in 2614022e05c0 [2023-02-15T21:23:39.122Z] ---> Running in ad6037bae94d [2023-02-15T21:23:39.122Z] ---> Running in 68c57fe7dcfb [2023-02-15T21:23:39.707Z] Removing intermediate container 2614022e05c0 [2023-02-15T21:23:39.707Z] ---> 2b4b88059d86 [2023-02-15T21:23:39.707Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-15T21:23:39.973Z] Removing intermediate container ba6c30a45ef6 [2023-02-15T21:23:39.973Z] ---> e5364245dccf [2023-02-15T21:23:39.973Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T21:23:39.973Z] ---> Running in 8479f5f27d84 [2023-02-15T21:23:40.240Z] ---> Running in 569adabdacd3 [2023-02-15T21:23:40.827Z] Removing intermediate container 569adabdacd3 [2023-02-15T21:23:40.827Z] ---> b85684e89b49 [2023-02-15T21:23:40.827Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-15T21:23:40.827Z] Removing intermediate container 8479f5f27d84 [2023-02-15T21:23:40.827Z] ---> 93375eb02bfb [2023-02-15T21:23:40.827Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-15T21:23:40.827Z] ---> Running in 807cead77389 [2023-02-15T21:23:40.827Z] ---> Running in b1ffb48c92e0 [2023-02-15T21:23:41.095Z] 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-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-15T21:23:41.684Z] 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-02-15T21:23:41.684Z] 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-02-15T21:23:45.030Z] Removing intermediate container b1ffb48c92e0 [2023-02-15T21:23:45.030Z] ---> 474a44202e8f [2023-02-15T21:23:45.030Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T21:23:45.030Z] ---> Running in 0baa6eb1bdfe [2023-02-15T21:23:45.030Z] Removing intermediate container 807cead77389 [2023-02-15T21:23:45.030Z] ---> c6b5b96d1413 [2023-02-15T21:23:45.030Z] Step 11/23 : WORKDIR /edgex-go [2023-02-15T21:23:45.030Z] ---> Running in 5eb5ecbf5380 [2023-02-15T21:23:45.297Z] Removing intermediate container 0baa6eb1bdfe [2023-02-15T21:23:45.297Z] ---> 41de87b62503 [2023-02-15T21:23:45.297Z] [2023-02-15T21:23:45.297Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T21:23:45.567Z] 3.15: Pulling from library/alpine [2023-02-15T21:23:45.567Z] Removing intermediate container 5eb5ecbf5380 [2023-02-15T21:23:45.567Z] ---> 3fbb3a3b5b87 [2023-02-15T21:23:45.567Z] [2023-02-15T21:23:45.567Z] Step 12/23 : FROM alpine:3.15 [2023-02-15T21:23:45.834Z] 3.15: Pulling from library/alpine [2023-02-15T21:23:46.795Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-15T21:23:46.795Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-15T21:23:46.795Z] Status: Downloaded newer image for alpine:3.15 [2023-02-15T21:23:46.795Z] Status: Downloaded newer image for alpine:3.15 [2023-02-15T21:23:47.065Z] ---> 354640af7b1b [2023-02-15T21:23:47.065Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T21:23:47.065Z] ---> 354640af7b1b [2023-02-15T21:23:47.065Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T21:23:47.065Z] ---> Running in 175e71c07264 [2023-02-15T21:23:47.065Z] ---> Running in 16bda237ca3b [2023-02-15T21:23:47.654Z] Removing intermediate container 16bda237ca3b [2023-02-15T21:23:47.654Z] ---> edb05dec70d1 [2023-02-15T21:23:47.654Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-15T21:23:47.932Z] Removing intermediate container 175e71c07264 [2023-02-15T21:23:47.932Z] ---> 9eaf45ee4fd8 [2023-02-15T21:23:47.932Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T21:23:47.932Z] ---> Running in 205f983b6f6f [2023-02-15T21:23:48.199Z] ---> Running in e1ad3240556d [2023-02-15T21:23:50.780Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:23:50.780Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:23:50.780Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:23:50.780Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:23:52.190Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T21:23:52.190Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T21:23:52.190Z] OK: 15734 distinct packages available [2023-02-15T21:23:52.457Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T21:23:52.457Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T21:23:52.457Z] OK: 15734 distinct packages available [2023-02-15T21:23:52.457Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:23:52.725Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:23:52.993Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:23:52.993Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:23:53.952Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-15T21:23:53.952Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-15T21:23:53.952Z] (3/4) Installing libucontext (1.1-r0) [2023-02-15T21:23:54.220Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-15T21:23:54.220Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T21:23:54.220Z] OK: 6 MiB in 18 packages [2023-02-15T21:23:54.220Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-15T21:23:54.220Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-15T21:23:54.220Z] (3/5) Installing libucontext (1.1-r0) [2023-02-15T21:23:54.220Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-15T21:23:54.220Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-15T21:23:54.220Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T21:23:54.488Z] OK: 6 MiB in 19 packages [2023-02-15T21:23:57.075Z] Removing intermediate container 205f983b6f6f [2023-02-15T21:23:57.075Z] ---> 96e87f59da1f [2023-02-15T21:23:57.075Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T21:23:57.075Z] Removing intermediate container e1ad3240556d [2023-02-15T21:23:57.075Z] ---> 1b4f0d0d7b99 [2023-02-15T21:23:57.075Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T21:24:05.272Z] ---> ea08db8f6fa8 [2023-02-15T21:24:05.272Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T21:24:05.272Z] ---> c79d18dbc074 [2023-02-15T21:24:05.272Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T21:24:05.539Z] ---> ca017ba69afe [2023-02-15T21:24:05.539Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-15T21:24:05.539Z] ---> Running in 15eec0fe9cab [2023-02-15T21:24:06.139Z] Removing intermediate container 15eec0fe9cab [2023-02-15T21:24:06.139Z] ---> 6d66cc0da624 [2023-02-15T21:24:06.139Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-15T21:24:06.407Z] ---> 853413edf0f8 [2023-02-15T21:24:06.407Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-15T21:24:07.372Z] ---> 76b7e254bf0f [2023-02-15T21:24:07.372Z] Step 19/24 : WORKDIR / [2023-02-15T21:24:07.638Z] ---> 4aa98cbb6085 [2023-02-15T21:24:07.638Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-15T21:24:07.906Z] ---> Running in 4d89a8414a33 [2023-02-15T21:24:08.491Z] ---> 572a9732772d [2023-02-15T21:24:08.491Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T21:24:08.765Z] Removing intermediate container 4d89a8414a33 [2023-02-15T21:24:08.765Z] ---> bea9445c57af [2023-02-15T21:24:08.765Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T21:24:08.765Z] ---> Running in 562c9435eb31 [2023-02-15T21:24:08.765Z] ---> Running in 8cd762a9f3ed [2023-02-15T21:24:09.347Z] Removing intermediate container 562c9435eb31 [2023-02-15T21:24:09.347Z] ---> 714c655d01fc [2023-02-15T21:24:09.347Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T21:24:09.347Z] Removing intermediate container 8cd762a9f3ed [2023-02-15T21:24:09.347Z] ---> 412669eefd53 [2023-02-15T21:24:09.347Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T21:24:09.613Z] ---> Running in 4b80336f8549 [2023-02-15T21:24:09.613Z] ---> Running in 0a1d311f7c60 [2023-02-15T21:24:10.197Z] Removing intermediate container 4b80336f8549 [2023-02-15T21:24:10.197Z] ---> 94590cc74185 [2023-02-15T21:24:10.197Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T21:24:10.197Z] Removing intermediate container 0a1d311f7c60 [2023-02-15T21:24:10.197Z] ---> 43e5b48c9e18 [2023-02-15T21:24:10.197Z] Step 21/23 : LABEL arch=arm64 [2023-02-15T21:24:10.466Z] ---> Running in f9c49b01c205 [2023-02-15T21:24:10.466Z] ---> Running in 8b8466d96eed [2023-02-15T21:24:11.051Z] Removing intermediate container f9c49b01c205 [2023-02-15T21:24:11.051Z] ---> bcd546bc335b [2023-02-15T21:24:11.051Z] Step 23/24 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:24:11.051Z] Removing intermediate container 8b8466d96eed [2023-02-15T21:24:11.051Z] ---> 9ae77991dad8 [2023-02-15T21:24:11.051Z] Step 22/23 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:24:11.318Z] ---> Running in 62d2ffd555b7 [2023-02-15T21:24:11.318Z] ---> Running in 4cdd1bac6a09 [2023-02-15T21:24:11.903Z] Removing intermediate container 62d2ffd555b7 [2023-02-15T21:24:11.903Z] ---> 2bd613172cbf [2023-02-15T21:24:11.903Z] Removing intermediate container 4cdd1bac6a09 [2023-02-15T21:24:11.903Z] Step 24/24 : LABEL version=0.0.0 ---> 779f06124099 [2023-02-15T21:24:11.903Z] [2023-02-15T21:24:11.903Z] Step 23/23 : LABEL version=0.0.0 [2023-02-15T21:24:11.903Z] ---> Running in 0f725f540d7f [2023-02-15T21:24:11.903Z] ---> Running in 653ba7cd63a4 [2023-02-15T21:24:12.487Z] Removing intermediate container 0f725f540d7f [2023-02-15T21:24:12.487Z] ---> 7d2e90180384 [2023-02-15T21:24:12.487Z] [2023-02-15T21:24:12.487Z] Removing intermediate container 653ba7cd63a4 [2023-02-15T21:24:12.487Z] ---> 7290355e37bc [2023-02-15T21:24:12.487Z] [2023-02-15T21:24:12.753Z] Successfully built 7d2e90180384 [2023-02-15T21:24:13.019Z] Successfully tagged security-spire-config-arm64:latest [2023-02-15T21:24:13.019Z] Building core-common-config-bootstrapper [2023-02-15T21:24:13.019Z]  Building security-spire-config ... done Successfully built 7290355e37bc [2023-02-15T21:24:13.019Z] Successfully tagged security-spire-server-arm64:latest [2023-02-15T21:24:13.019Z]  Building security-spire-server ... done Building support-scheduler [2023-02-15T21:24:39.699Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:24:39.699Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:24:39.699Z] ---> bfb21a9a8df1 [2023-02-15T21:24:39.699Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T21:24:39.699Z] ---> Using cache [2023-02-15T21:24:39.699Z] ---> 3a99ed93978c [2023-02-15T21:24:39.699Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T21:24:39.699Z] ---> Using cache [2023-02-15T21:24:39.699Z] ---> 706bf181843f [2023-02-15T21:24:39.699Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T21:24:39.699Z] ---> Using cache [2023-02-15T21:24:39.699Z] ---> 44b10980c12f [2023-02-15T21:24:39.699Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T21:24:39.699Z] ---> Using cache [2023-02-15T21:24:39.699Z] ---> 25c19ab787f3 [2023-02-15T21:24:39.699Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:24:39.699Z] ---> Using cache [2023-02-15T21:24:39.699Z] ---> 37c8a67bab33 [2023-02-15T21:24:39.699Z] Step 8/22 : COPY . . [2023-02-15T21:24:39.699Z] ---> Using cache [2023-02-15T21:24:39.699Z] ---> a810a759f473 [2023-02-15T21:24:39.699Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-15T21:24:39.699Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:24:39.699Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:24:39.699Z] ---> bfb21a9a8df1 [2023-02-15T21:24:39.699Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T21:24:39.699Z] ---> Using cache [2023-02-15T21:24:39.699Z] ---> 3a99ed93978c [2023-02-15T21:24:39.699Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T21:24:39.699Z] ---> Using cache [2023-02-15T21:24:39.699Z] ---> 706bf181843f [2023-02-15T21:24:39.699Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T21:24:39.699Z] ---> Using cache [2023-02-15T21:24:39.699Z] ---> 44b10980c12f [2023-02-15T21:24:39.699Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T21:24:39.699Z] ---> Using cache [2023-02-15T21:24:39.699Z] ---> 25c19ab787f3 [2023-02-15T21:24:39.699Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:24:39.699Z] ---> Using cache [2023-02-15T21:24:39.699Z] ---> 37c8a67bab33 [2023-02-15T21:24:39.699Z] Step 8/22 : COPY . . [2023-02-15T21:24:39.699Z] ---> Using cache [2023-02-15T21:24:39.699Z] ---> a810a759f473 [2023-02-15T21:24:39.699Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-15T21:24:39.699Z] ---> Running in 089701e41f20 [2023-02-15T21:24:39.699Z] ---> Running in cec53733828c [2023-02-15T21:24:41.101Z] 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-02-15T21:24:41.367Z] 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-02-15T21:29:18.199Z] 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-02-15T21:29:36.467Z] Removing intermediate container f13585f9840a [2023-02-15T21:29:36.467Z] ---> 2c1d08616bd1 [2023-02-15T21:29:36.467Z] [2023-02-15T21:29:36.467Z] Step 9/21 : FROM alpine:3.16 [2023-02-15T21:29:36.467Z] 3.16: Pulling from library/alpine [2023-02-15T21:29:36.467Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T21:29:36.467Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T21:29:36.467Z] ---> 4c81e5bf8899 [2023-02-15T21:29:36.467Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-15T21:29:36.467Z] ---> Running in 3771708d1d55 [2023-02-15T21:29:37.867Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:29:38.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:29:39.542Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-15T21:29:39.542Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-15T21:29:39.542Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-15T21:29:39.542Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-15T21:29:39.542Z] (5/6) Installing curl (7.83.1-r6) [2023-02-15T21:29:39.542Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-15T21:29:39.807Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T21:29:39.807Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T21:29:40.074Z] OK: 8 MiB in 20 packages [2023-02-15T21:29:43.412Z] Removing intermediate container 3771708d1d55 [2023-02-15T21:29:43.412Z] ---> 258e76e2fe79 [2023-02-15T21:29:43.412Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T21:29:43.412Z] ---> Running in 17b58d081296 [2023-02-15T21:29:44.000Z] Removing intermediate container 17b58d081296 [2023-02-15T21:29:44.000Z] ---> 7540a6b49de6 [2023-02-15T21:29:44.000Z] Step 12/21 : WORKDIR /edgex [2023-02-15T21:29:44.000Z] ---> Running in c85f03a06429 [2023-02-15T21:29:45.426Z] Removing intermediate container c85f03a06429 [2023-02-15T21:29:45.426Z] ---> 312d9e492756 [2023-02-15T21:29:45.426Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-15T21:29:46.382Z] ---> 2615766a238b [2023-02-15T21:29:46.382Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-15T21:29:49.718Z] ---> faa82152c5fd [2023-02-15T21:29:49.718Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-15T21:29:51.130Z] Removing intermediate container ad6037bae94d [2023-02-15T21:29:51.130Z] ---> 96e32cb254f1 [2023-02-15T21:29:51.130Z] [2023-02-15T21:29:51.130Z] Step 9/32 : FROM alpine:3.16 [2023-02-15T21:29:51.130Z] ---> 4c81e5bf8899 [2023-02-15T21:29:51.130Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T21:29:53.887Z] ---> Running in 4b758d1dfd01 [2023-02-15T21:29:53.887Z] ---> a38b53137d06 [2023-02-15T21:29:53.887Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T21:29:54.474Z] Removing intermediate container 4b758d1dfd01 [2023-02-15T21:29:54.474Z] ---> dd0a49ee3109 [2023-02-15T21:29:54.474Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-15T21:29:54.474Z] ---> Running in 473c04baacdd [2023-02-15T21:29:55.432Z] ---> a156dbaafebc [2023-02-15T21:29:55.432Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T21:29:55.432Z] ---> Running in 3543b3483820 [2023-02-15T21:29:57.369Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:29:57.636Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:29:58.592Z] Removing intermediate container 3543b3483820 [2023-02-15T21:29:58.592Z] ---> 67cff8c3b57c [2023-02-15T21:29:58.592Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T21:29:58.592Z] ---> Running in 85fcaf2a7735 [2023-02-15T21:29:59.175Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-15T21:29:59.175Z] Removing intermediate container 85fcaf2a7735 [2023-02-15T21:29:59.175Z] ---> 4da17a03ae8a [2023-02-15T21:29:59.175Z] Step 19/21 : LABEL arch=arm64 [2023-02-15T21:29:59.175Z] (2/2) Installing su-exec (0.2-r1) [2023-02-15T21:29:59.175Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T21:29:59.175Z] OK: 5 MiB in 16 packages [2023-02-15T21:29:59.175Z] ---> Running in 5089a7b98839 [2023-02-15T21:29:59.765Z] Removing intermediate container 5089a7b98839 [2023-02-15T21:29:59.765Z] ---> 9d97fd743524 [2023-02-15T21:29:59.765Z] Step 20/21 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:30:00.036Z] ---> Running in 3a33bec6ac83 [2023-02-15T21:30:01.011Z] Removing intermediate container 3a33bec6ac83 [2023-02-15T21:30:01.011Z] ---> 46f461018357 [2023-02-15T21:30:01.011Z] Step 21/21 : LABEL version=0.0.0 [2023-02-15T21:30:01.280Z] ---> Running in 3a1c1981e2b0 [2023-02-15T21:30:01.280Z] Removing intermediate container 473c04baacdd [2023-02-15T21:30:01.280Z] ---> 8749b045029a [2023-02-15T21:30:01.280Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-15T21:30:01.547Z] ---> Running in c5ba51c0b234 [2023-02-15T21:30:02.132Z] Removing intermediate container 3a1c1981e2b0 [2023-02-15T21:30:02.132Z] ---> 17b290c9291f [2023-02-15T21:30:02.132Z] [2023-02-15T21:30:02.132Z] Removing intermediate container c5ba51c0b234 [2023-02-15T21:30:02.132Z] ---> 17059e7f822e [2023-02-15T21:30:02.132Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-15T21:30:02.401Z] ---> Running in 5b75dad7feb1 [2023-02-15T21:30:02.668Z] Successfully built 17b290c9291f [2023-02-15T21:30:02.668Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-15T21:30:02.668Z]  Building security-proxy-setup ... done Building security-spiffe-token-provider [2023-02-15T21:30:02.936Z] Removing intermediate container 5b75dad7feb1 [2023-02-15T21:30:02.936Z] ---> 1661b095bd7f [2023-02-15T21:30:02.936Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-15T21:30:02.936Z] ---> Running in 468513f9ce52 [2023-02-15T21:30:03.211Z] Removing intermediate container 468513f9ce52 [2023-02-15T21:30:03.478Z] ---> e64c84408a3a [2023-02-15T21:30:03.478Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-15T21:30:03.478Z] ---> Running in 08725305c2c4 [2023-02-15T21:30:04.062Z] Removing intermediate container 08725305c2c4 [2023-02-15T21:30:04.062Z] ---> f731b093c906 [2023-02-15T21:30:04.062Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-15T21:30:04.062Z] ---> Running in 888615b9ceb1 [2023-02-15T21:30:08.309Z] Removing intermediate container 888615b9ceb1 [2023-02-15T21:30:08.309Z] ---> 4951894acd38 [2023-02-15T21:30:08.309Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-15T21:30:08.309Z] ---> Running in 69ff439b76b8 [2023-02-15T21:30:08.309Z] Removing intermediate container 69ff439b76b8 [2023-02-15T21:30:08.309Z] ---> af1786ac55f9 [2023-02-15T21:30:08.580Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-15T21:30:09.161Z] ---> 39bc95a42e8d [2023-02-15T21:30:09.161Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-15T21:30:09.429Z] ---> Running in 02e1ce8774e8 [2023-02-15T21:30:13.675Z] Removing intermediate container 02e1ce8774e8 [2023-02-15T21:30:13.675Z] ---> 122f9551f7f1 [2023-02-15T21:30:13.675Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T21:30:14.633Z] ---> bb1c764f116a [2023-02-15T21:30:14.633Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-15T21:30:17.985Z] ---> 71eb3a5df0ce [2023-02-15T21:30:17.985Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-15T21:30:19.938Z] ---> eb927d140672 [2023-02-15T21:30:19.938Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-15T21:30:20.939Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:30:20.939Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:30:20.939Z] ---> bfb21a9a8df1 [2023-02-15T21:30:20.939Z] Step 3/19 : WORKDIR /edgex-go [2023-02-15T21:30:20.939Z] ---> Using cache [2023-02-15T21:30:20.939Z] ---> 50324bd2d5b3 [2023-02-15T21:30:20.939Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-15T21:30:20.939Z] ---> Running in d5b42c191e18 [2023-02-15T21:30:21.205Z] ---> ef4b50fec983 [2023-02-15T21:30:21.205Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-15T21:30:23.144Z] ---> b237aa677a0f [2023-02-15T21:30:23.144Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-15T21:30:23.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:30:24.331Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:30:24.331Z] ---> cadc3da82482 [2023-02-15T21:30:24.331Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-15T21:30:25.751Z] ---> 9fd90e94f6c1 [2023-02-15T21:30:25.751Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-15T21:30:26.019Z] v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-15T21:30:26.019Z] v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-15T21:30:26.019Z] OK: 16903 distinct packages available [2023-02-15T21:30:26.019Z] ---> Running in 76bd43810ba1 [2023-02-15T21:30:26.287Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:30:26.556Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:30:27.973Z] OK: 221 MiB in 51 packages [2023-02-15T21:30:32.221Z] Removing intermediate container 76bd43810ba1 [2023-02-15T21:30:32.221Z] ---> 74133777d681 [2023-02-15T21:30:32.221Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-15T21:30:32.488Z] Removing intermediate container d5b42c191e18 [2023-02-15T21:30:32.488Z] ---> 21e90b41b445 [2023-02-15T21:30:32.488Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-15T21:30:32.488Z] ---> Running in 3c5065ddf419 [2023-02-15T21:30:33.444Z] Removing intermediate container 3c5065ddf419 [2023-02-15T21:30:33.445Z] ---> 74a77ed342f8 [2023-02-15T21:30:33.445Z] Step 29/32 : CMD ["gate"] [2023-02-15T21:30:33.712Z] ---> Running in 8360788e61d1 [2023-02-15T21:30:34.303Z] ---> 746b152b1807 [2023-02-15T21:30:34.303Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:30:34.303Z] Removing intermediate container 68c57fe7dcfb [2023-02-15T21:30:34.303Z] ---> cc9aa7b2e424 [2023-02-15T21:30:34.303Z] [2023-02-15T21:30:34.303Z] Step 10/24 : FROM alpine:3.16 [2023-02-15T21:30:34.303Z] ---> 4c81e5bf8899 [2023-02-15T21:30:34.303Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-15T21:30:34.303Z] ---> Running in a9716170ade0 [2023-02-15T21:30:34.569Z] Removing intermediate container 8360788e61d1 [2023-02-15T21:30:34.569Z] ---> Running in 5bb700978ab7 [2023-02-15T21:30:34.569Z] ---> 3e5af63ca82f [2023-02-15T21:30:34.569Z] Step 30/32 : LABEL arch=arm64 [2023-02-15T21:30:34.569Z] ---> Running in a56a639176ce [2023-02-15T21:30:35.528Z] Removing intermediate container a56a639176ce [2023-02-15T21:30:35.528Z] ---> 7a8119f65fa1 [2023-02-15T21:30:35.528Z] Step 31/32 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:30:35.796Z] ---> Running in d4eeac458edd [2023-02-15T21:30:36.377Z] Removing intermediate container d4eeac458edd [2023-02-15T21:30:36.377Z] ---> d01408ccc151 [2023-02-15T21:30:36.377Z] Step 32/32 : LABEL version=0.0.0 [2023-02-15T21:30:36.643Z] ---> Running in e8f76315bbb7 [2023-02-15T21:30:37.228Z] Removing intermediate container e8f76315bbb7 [2023-02-15T21:30:37.228Z] ---> ac304a7c54b6 [2023-02-15T21:30:37.228Z] [2023-02-15T21:30:37.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:30:37.760Z] Successfully built ac304a7c54b6 [2023-02-15T21:30:37.760Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-15T21:30:37.760Z]  Building security-bootstrapper ... done Building core-command [2023-02-15T21:30:38.029Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:30:39.432Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T21:30:39.432Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T21:30:39.432Z] OK: 5 MiB in 15 packages [2023-02-15T21:30:41.380Z] Removing intermediate container 5bb700978ab7 [2023-02-15T21:30:41.380Z] ---> a19ddfbf6974 [2023-02-15T21:30:41.380Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T21:30:41.380Z] ---> Running in fd9ca7e4e1df [2023-02-15T21:30:41.963Z] Removing intermediate container fd9ca7e4e1df [2023-02-15T21:30:41.963Z] ---> 0e943b8d9f3a [2023-02-15T21:30:41.963Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-15T21:30:41.963Z] ---> Running in cbfb228149bb [2023-02-15T21:30:42.547Z] Removing intermediate container cbfb228149bb [2023-02-15T21:30:42.547Z] ---> 8b36484bee77 [2023-02-15T21:30:42.547Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-15T21:30:42.814Z] ---> Running in aa74b5df065c [2023-02-15T21:30:43.079Z] Removing intermediate container aa74b5df065c [2023-02-15T21:30:43.079Z] ---> e3ab5ee52553 [2023-02-15T21:30:43.079Z] Step 15/24 : WORKDIR / [2023-02-15T21:30:43.345Z] ---> Running in 387a8fcfb550 [2023-02-15T21:30:43.926Z] Removing intermediate container 387a8fcfb550 [2023-02-15T21:30:43.926Z] ---> 0b3d2ca62544 [2023-02-15T21:30:43.926Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T21:30:44.884Z] ---> 01d2fd359d0a [2023-02-15T21:30:44.884Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-15T21:30:48.221Z] ---> 6da0e82ccadc [2023-02-15T21:30:48.221Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-15T21:30:49.626Z] ---> 25b2f27b9e68 [2023-02-15T21:30:49.626Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-15T21:30:50.591Z] ---> 1ed2cfa4816e [2023-02-15T21:30:50.591Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-15T21:30:50.859Z] ---> Running in 76fb6ca70ab3 [2023-02-15T21:30:51.826Z] Removing intermediate container 76fb6ca70ab3 [2023-02-15T21:30:51.826Z] ---> e7a27f54272e [2023-02-15T21:30:51.826Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T21:30:52.095Z] ---> Running in b5e5ab42c703 [2023-02-15T21:30:52.686Z] Removing intermediate container b5e5ab42c703 [2023-02-15T21:30:52.686Z] ---> d4096fbdeb45 [2023-02-15T21:30:52.686Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T21:30:52.954Z] ---> Running in c0e4a964142f [2023-02-15T21:30:54.364Z] Removing intermediate container c0e4a964142f [2023-02-15T21:30:54.364Z] ---> a64101f8c435 [2023-02-15T21:30:54.364Z] Step 23/24 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:30:54.364Z] ---> Running in 2e0f94577d1a [2023-02-15T21:30:55.325Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:30:55.325Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:30:55.325Z] ---> bfb21a9a8df1 [2023-02-15T21:30:55.325Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-15T21:30:55.325Z] ---> Using cache [2023-02-15T21:30:55.325Z] ---> 3a99ed93978c [2023-02-15T21:30:55.325Z] Step 4/23 : WORKDIR /edgex-go [2023-02-15T21:30:55.325Z] ---> Using cache [2023-02-15T21:30:55.325Z] ---> 706bf181843f [2023-02-15T21:30:55.325Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-15T21:30:55.325Z] ---> Using cache [2023-02-15T21:30:55.325Z] ---> 44b10980c12f [2023-02-15T21:30:55.325Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-15T21:30:55.325Z] ---> Using cache [2023-02-15T21:30:55.325Z] ---> 25c19ab787f3 [2023-02-15T21:30:55.325Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:30:55.325Z] ---> Using cache [2023-02-15T21:30:55.325Z] ---> 37c8a67bab33 [2023-02-15T21:30:55.325Z] Step 8/23 : COPY . . [2023-02-15T21:30:55.325Z] Removing intermediate container 2e0f94577d1a [2023-02-15T21:30:55.325Z] ---> 58fff1e6c4fe [2023-02-15T21:30:55.325Z] Step 24/24 : LABEL version=0.0.0 [2023-02-15T21:30:55.591Z] ---> Using cache [2023-02-15T21:30:55.591Z] ---> a810a759f473 [2023-02-15T21:30:55.591Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-15T21:30:55.591Z] ---> Running in 2a29df502259 [2023-02-15T21:30:55.857Z] ---> Running in 616abce268ea [2023-02-15T21:30:56.820Z] Removing intermediate container 2a29df502259 [2023-02-15T21:30:56.820Z] ---> db3321495688 [2023-02-15T21:30:56.820Z] [2023-02-15T21:30:57.777Z] Successfully built db3321495688 [2023-02-15T21:30:57.777Z] Successfully tagged core-metadata-arm64:latest [2023-02-15T21:30:57.777Z]  Building core-metadata ... done Building security-spire-agent [2023-02-15T21:30:58.042Z] 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-02-15T21:31:00.617Z] Removing intermediate container cec53733828c [2023-02-15T21:31:00.617Z] ---> 1acfb188b5ae [2023-02-15T21:31:00.617Z] [2023-02-15T21:31:00.617Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T21:31:00.617Z] ---> 4c81e5bf8899 [2023-02-15T21:31:00.617Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-15T21:31:00.617Z] ---> Running in 5b125ba90bb5 [2023-02-15T21:31:00.886Z] Removing intermediate container 5b125ba90bb5 [2023-02-15T21:31:00.886Z] ---> 7b25bc737b04 [2023-02-15T21:31:00.886Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T21:31:01.154Z] ---> Running in 5215bd859629 [2023-02-15T21:31:02.552Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:31:03.132Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:31:04.536Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T21:31:04.536Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T21:31:04.536Z] OK: 5 MiB in 15 packages [2023-02-15T21:31:06.475Z] Removing intermediate container 5215bd859629 [2023-02-15T21:31:06.475Z] ---> c083d10144c5 [2023-02-15T21:31:06.475Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T21:31:07.875Z] ---> 0052ad846b28 [2023-02-15T21:31:07.875Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-15T21:31:12.129Z] ---> d18138f27c9e [2023-02-15T21:31:12.129Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-15T21:31:13.086Z] ---> b29e96959213 [2023-02-15T21:31:13.086Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-15T21:31:15.050Z] ---> cd46223c3a81 [2023-02-15T21:31:15.050Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T21:31:15.050Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:31:15.050Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:31:15.050Z] ---> bfb21a9a8df1 [2023-02-15T21:31:15.050Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T21:31:15.050Z] ---> Using cache [2023-02-15T21:31:15.050Z] ---> 50324bd2d5b3 [2023-02-15T21:31:15.050Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T21:31:15.050Z] ---> Using cache [2023-02-15T21:31:15.050Z] ---> ad617de0c1d3 [2023-02-15T21:31:15.050Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T21:31:15.050Z] ---> Using cache [2023-02-15T21:31:15.050Z] ---> de9c0bdf0ec3 [2023-02-15T21:31:15.050Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:31:15.050Z] ---> Using cache [2023-02-15T21:31:15.050Z] ---> 90ce8f6486ae [2023-02-15T21:31:15.050Z] Step 7/24 : COPY . . [2023-02-15T21:31:15.050Z] ---> Using cache [2023-02-15T21:31:15.050Z] ---> 2d0db40da9e9 [2023-02-15T21:31:15.050Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T21:31:15.050Z] ---> Using cache [2023-02-15T21:31:15.050Z] ---> 2b4b88059d86 [2023-02-15T21:31:15.050Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T21:31:15.050Z] ---> Using cache [2023-02-15T21:31:15.050Z] ---> 93375eb02bfb [2023-02-15T21:31:15.050Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-15T21:31:15.050Z] ---> Running in 6f5962d84a1e [2023-02-15T21:31:15.050Z] ---> Running in 21e41a5d60d2 [2023-02-15T21:31:19.302Z] Removing intermediate container 21e41a5d60d2 [2023-02-15T21:31:19.302Z] ---> cb7dc9803e99 [2023-02-15T21:31:19.302Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T21:31:19.302Z] ---> Running in 0b5ec9527b2a [2023-02-15T21:31:19.302Z] Removing intermediate container 6f5962d84a1e [2023-02-15T21:31:19.302Z] ---> 89193fa6b7a7 [2023-02-15T21:31:19.302Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T21:31:19.302Z] ---> Running in 177d1ce89d57 [2023-02-15T21:31:19.890Z] Removing intermediate container 0b5ec9527b2a [2023-02-15T21:31:19.890Z] ---> 0ea2269c5484 [2023-02-15T21:31:19.890Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-15T21:31:19.890Z] ---> Running in 82b300d75962 [2023-02-15T21:31:20.170Z] Removing intermediate container 177d1ce89d57 [2023-02-15T21:31:20.170Z] ---> 17b4fb40c000 [2023-02-15T21:31:20.170Z] [2023-02-15T21:31:20.170Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T21:31:20.170Z] ---> 354640af7b1b [2023-02-15T21:31:20.170Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T21:31:20.170Z] ---> Using cache [2023-02-15T21:31:20.170Z] ---> 9eaf45ee4fd8 [2023-02-15T21:31:20.170Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T21:31:20.170Z] ---> Using cache [2023-02-15T21:31:20.170Z] ---> 1b4f0d0d7b99 [2023-02-15T21:31:20.170Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-15T21:31:20.763Z] Removing intermediate container 82b300d75962 [2023-02-15T21:31:20.763Z] ---> 7118c5d6c984 [2023-02-15T21:31:20.763Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T21:31:21.028Z] ---> Running in 50beb558df11 [2023-02-15T21:31:21.625Z] Removing intermediate container 50beb558df11 [2023-02-15T21:31:21.625Z] ---> 27ffbe3e9830 [2023-02-15T21:31:21.625Z] Step 21/22 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:31:21.891Z] ---> Running in 7382e8dcb8f0 [2023-02-15T21:31:22.851Z] Removing intermediate container 7382e8dcb8f0 [2023-02-15T21:31:22.851Z] ---> 0525afd41390 [2023-02-15T21:31:22.851Z] Step 22/22 : LABEL version=0.0.0 [2023-02-15T21:31:22.851Z] ---> Running in 30214e83d171 [2023-02-15T21:31:23.437Z] Removing intermediate container 30214e83d171 [2023-02-15T21:31:23.437Z] ---> 8b50d908b72a [2023-02-15T21:31:23.437Z] [2023-02-15T21:31:24.015Z] Successfully built 8b50d908b72a [2023-02-15T21:31:24.015Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-15T21:31:24.015Z]  Building core-common-config-bootstrapper ... done Building security-secretstore-setup [2023-02-15T21:31:24.592Z] ---> 60d42b9c7980 [2023-02-15T21:31:24.592Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T21:31:31.216Z] ---> d6a6f42025f9 [2023-02-15T21:31:31.216Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T21:31:32.176Z] ---> d0bd9afa851c [2023-02-15T21:31:32.176Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-15T21:31:33.139Z] ---> bbfcc8b3a1c7 [2023-02-15T21:31:33.139Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-15T21:31:34.550Z] ---> 529d0f239da6 [2023-02-15T21:31:34.550Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T21:31:34.818Z] ---> Running in e78d405651d6 [2023-02-15T21:31:37.395Z] Removing intermediate container e78d405651d6 [2023-02-15T21:31:37.395Z] ---> a3ea02d5cdc6 [2023-02-15T21:31:37.395Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T21:31:37.662Z] ---> Running in cc145e515f5c [2023-02-15T21:31:38.627Z] Removing intermediate container cc145e515f5c [2023-02-15T21:31:38.627Z] ---> 33d4da3a9afd [2023-02-15T21:31:38.627Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T21:31:38.627Z] ---> Running in ba19ecfd50c8 [2023-02-15T21:31:39.587Z] Removing intermediate container ba19ecfd50c8 [2023-02-15T21:31:39.587Z] ---> 20db3e1bfc1f [2023-02-15T21:31:39.587Z] Step 23/24 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:31:39.587Z] ---> Running in 2f4f60b3fa1b [2023-02-15T21:31:40.550Z] Removing intermediate container 2f4f60b3fa1b [2023-02-15T21:31:40.550Z] ---> 5b62a9550063 [2023-02-15T21:31:40.550Z] Step 24/24 : LABEL version=0.0.0 [2023-02-15T21:31:40.816Z] ---> Running in 8d60a76d6408 [2023-02-15T21:31:41.773Z] Removing intermediate container 8d60a76d6408 [2023-02-15T21:31:41.773Z] ---> 1b126ccd6499 [2023-02-15T21:31:41.773Z] [2023-02-15T21:31:42.739Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:31:42.739Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:31:42.739Z] ---> bfb21a9a8df1 [2023-02-15T21:31:42.739Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T21:31:42.739Z] ---> Using cache [2023-02-15T21:31:42.739Z] ---> 50324bd2d5b3 [2023-02-15T21:31:42.739Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-15T21:31:42.739Z] ---> Running in 88049b39e86c [2023-02-15T21:31:43.004Z] Successfully built 1b126ccd6499 [2023-02-15T21:31:43.004Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-15T21:31:43.004Z]  Building security-spire-agent ... done Building support-notifications [2023-02-15T21:31:45.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:31:45.655Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:31:47.651Z] OK: 221 MiB in 51 packages [2023-02-15T21:31:51.144Z] Removing intermediate container 88049b39e86c [2023-02-15T21:31:51.144Z] ---> ffcc1756bbc6 [2023-02-15T21:31:51.144Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T21:31:53.086Z] ---> dfa2d030074b [2023-02-15T21:31:53.086Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:31:53.086Z] ---> Running in b0fd83851d61 [2023-02-15T21:32:03.156Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:32:03.156Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:32:03.156Z] ---> bfb21a9a8df1 [2023-02-15T21:32:03.156Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T21:32:03.156Z] ---> Using cache [2023-02-15T21:32:03.156Z] ---> 3a99ed93978c [2023-02-15T21:32:03.156Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T21:32:03.156Z] ---> Using cache [2023-02-15T21:32:03.156Z] ---> 706bf181843f [2023-02-15T21:32:03.156Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-15T21:32:03.156Z] ---> Running in 844674dd0cbc [2023-02-15T21:32:05.096Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:32:05.362Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:32:06.767Z] OK: 221 MiB in 51 packages [2023-02-15T21:32:08.701Z] Removing intermediate container 844674dd0cbc [2023-02-15T21:32:08.701Z] ---> 675a10a91a28 [2023-02-15T21:32:08.701Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T21:32:10.106Z] ---> d04f439c241e [2023-02-15T21:32:10.106Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:32:10.106Z] ---> Running in 34a059b1bc5d [2023-02-15T21:32:22.432Z] Removing intermediate container a9716170ade0 [2023-02-15T21:32:22.432Z] ---> 6a6090362a4d [2023-02-15T21:32:22.432Z] Step 7/19 : COPY . . [2023-02-15T21:32:32.488Z] ---> 2409439692d7 [2023-02-15T21:32:32.488Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-15T21:32:32.753Z] ---> Running in 6399e97e3e55 [2023-02-15T21:32:34.700Z] 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-02-15T21:33:56.951Z] Removing intermediate container 089701e41f20 [2023-02-15T21:33:56.951Z] ---> c5d7e8d1ef2a [2023-02-15T21:33:56.951Z] [2023-02-15T21:33:56.951Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T21:33:56.951Z] ---> 4c81e5bf8899 [2023-02-15T21:33:56.951Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T21:33:56.951Z] ---> Using cache [2023-02-15T21:33:56.951Z] ---> a19ddfbf6974 [2023-02-15T21:33:56.951Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T21:33:56.951Z] ---> Using cache [2023-02-15T21:33:56.951Z] ---> 0e943b8d9f3a [2023-02-15T21:33:56.951Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-15T21:33:56.951Z] ---> Running in 4db863856f08 [2023-02-15T21:33:56.951Z] Removing intermediate container 4db863856f08 [2023-02-15T21:33:56.951Z] ---> 551e734579d0 [2023-02-15T21:33:56.951Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T21:33:56.951Z] ---> Running in 3ecdf5c8f568 [2023-02-15T21:33:56.951Z] Removing intermediate container b0fd83851d61 [2023-02-15T21:33:56.951Z] ---> 603c0cabd3ce [2023-02-15T21:33:56.951Z] Step 7/24 : COPY . . [2023-02-15T21:33:56.951Z] Removing intermediate container 3ecdf5c8f568 [2023-02-15T21:33:56.951Z] ---> a51f0dd47c2d [2023-02-15T21:33:56.951Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T21:33:56.951Z] ---> a54d877cab88 [2023-02-15T21:33:56.951Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-15T21:33:57.220Z] ---> e9bc2d80e338 [2023-02-15T21:33:57.220Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-15T21:33:59.160Z] ---> a3cd506651b3 [2023-02-15T21:33:59.160Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-15T21:33:59.160Z] ---> Running in 7e1d6a118c2f [2023-02-15T21:34:00.564Z] Removing intermediate container 7e1d6a118c2f [2023-02-15T21:34:00.564Z] ---> 319ef50f62cd [2023-02-15T21:34:00.564Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T21:34:00.564Z] ---> Running in 061e6081a037 [2023-02-15T21:34:01.978Z] Removing intermediate container 061e6081a037 [2023-02-15T21:34:01.978Z] ---> f3b32d940e19 [2023-02-15T21:34:01.978Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T21:34:01.978Z] ---> Running in 1fc6d73767f8 [2023-02-15T21:34:02.937Z] Removing intermediate container 1fc6d73767f8 [2023-02-15T21:34:02.937Z] ---> e79f98753a84 [2023-02-15T21:34:02.937Z] Step 21/22 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:34:03.207Z] ---> Running in 2a9b831b63b8 [2023-02-15T21:34:04.174Z] Removing intermediate container 2a9b831b63b8 [2023-02-15T21:34:04.174Z] ---> 1c6f00da5357 [2023-02-15T21:34:04.174Z] Step 22/22 : LABEL version=0.0.0 [2023-02-15T21:34:04.174Z] ---> Running in b6f62bc6c56f [2023-02-15T21:34:05.581Z] Removing intermediate container b6f62bc6c56f [2023-02-15T21:34:05.581Z] ---> 80d0afc04899 [2023-02-15T21:34:05.581Z] [2023-02-15T21:34:06.163Z] Successfully built 80d0afc04899 [2023-02-15T21:34:06.163Z] Successfully tagged support-scheduler-arm64:latest [2023-02-15T21:34:06.163Z]  Building support-scheduler ... done Building core-data [2023-02-15T21:34:11.493Z] ---> 9191ff37444f [2023-02-15T21:34:11.493Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-15T21:34:11.493Z] ---> Running in a4cff2a35f4a [2023-02-15T21:34:12.449Z] Removing intermediate container 34a059b1bc5d [2023-02-15T21:34:12.449Z] ---> 3b3c66104d81 [2023-02-15T21:34:12.449Z] Step 8/22 : COPY . . [2023-02-15T21:34:13.427Z] 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-02-15T21:34:25.753Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T21:34:25.753Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T21:34:25.753Z] ---> bfb21a9a8df1 [2023-02-15T21:34:25.753Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T21:34:25.753Z] ---> Using cache [2023-02-15T21:34:25.753Z] ---> 3a99ed93978c [2023-02-15T21:34:25.753Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T21:34:25.753Z] ---> Using cache [2023-02-15T21:34:25.753Z] ---> 706bf181843f [2023-02-15T21:34:25.753Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T21:34:25.753Z] ---> Using cache [2023-02-15T21:34:25.753Z] ---> 44b10980c12f [2023-02-15T21:34:25.753Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T21:34:25.753Z] ---> Using cache [2023-02-15T21:34:25.753Z] ---> 25c19ab787f3 [2023-02-15T21:34:25.753Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T21:34:25.753Z] ---> Using cache [2023-02-15T21:34:25.753Z] ---> 37c8a67bab33 [2023-02-15T21:34:25.753Z] Step 8/22 : COPY . . [2023-02-15T21:34:25.753Z] ---> Using cache [2023-02-15T21:34:25.753Z] ---> a810a759f473 [2023-02-15T21:34:25.753Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-15T21:34:25.753Z] ---> Running in 62f0175ccd07 [2023-02-15T21:34:27.700Z] 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-02-15T21:34:30.275Z] ---> 911bcda89ce0 [2023-02-15T21:34:30.275Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-15T21:34:30.275Z] ---> Running in cf498256c0d9 [2023-02-15T21:34:32.218Z] 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-02-15T21:36:53.879Z] Removing intermediate container 616abce268ea [2023-02-15T21:36:53.879Z] ---> 18770aea6696 [2023-02-15T21:36:53.879Z] [2023-02-15T21:36:53.879Z] Step 10/23 : FROM alpine:3.16 [2023-02-15T21:36:53.879Z] ---> 4c81e5bf8899 [2023-02-15T21:36:53.879Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-15T21:36:53.879Z] ---> Using cache [2023-02-15T21:36:53.879Z] ---> a19ddfbf6974 [2023-02-15T21:36:53.879Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T21:36:53.879Z] ---> Using cache [2023-02-15T21:36:53.879Z] ---> 0e943b8d9f3a [2023-02-15T21:36:53.879Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-15T21:36:53.879Z] ---> Running in c475f2b83ed4 [2023-02-15T21:36:53.879Z] Removing intermediate container c475f2b83ed4 [2023-02-15T21:36:53.879Z] ---> 5e113bdf6617 [2023-02-15T21:36:53.879Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-15T21:36:54.147Z] ---> Running in c6c3dcf3b7cf [2023-02-15T21:36:54.734Z] Removing intermediate container c6c3dcf3b7cf [2023-02-15T21:36:54.734Z] ---> 1552adce7951 [2023-02-15T21:36:54.734Z] Step 15/23 : WORKDIR / [2023-02-15T21:36:54.734Z] ---> Running in 140533145d6e [2023-02-15T21:36:55.317Z] Removing intermediate container 140533145d6e [2023-02-15T21:36:55.317Z] ---> e05c8145851c [2023-02-15T21:36:55.317Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T21:36:56.283Z] ---> cc57e92b2d3d [2023-02-15T21:36:56.283Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-15T21:36:58.226Z] ---> 92714552f3ae [2023-02-15T21:36:58.226Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-15T21:36:58.811Z] ---> e6ce5b1a3a99 [2023-02-15T21:36:58.811Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-15T21:36:58.811Z] ---> Running in 5c175433768e [2023-02-15T21:36:59.400Z] Removing intermediate container 5c175433768e [2023-02-15T21:36:59.400Z] ---> a9de3bf8b394 [2023-02-15T21:36:59.400Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T21:36:59.667Z] ---> Running in ecc0b880574b [2023-02-15T21:37:00.251Z] Removing intermediate container ecc0b880574b [2023-02-15T21:37:00.251Z] ---> 540544d17162 [2023-02-15T21:37:00.251Z] Step 21/23 : LABEL arch=arm64 [2023-02-15T21:37:00.251Z] ---> Running in ab2a4270152f [2023-02-15T21:37:00.835Z] Removing intermediate container ab2a4270152f [2023-02-15T21:37:00.835Z] ---> f7cda1d710d1 [2023-02-15T21:37:00.835Z] Step 22/23 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:37:00.835Z] ---> Running in 1a7e81b4297b [2023-02-15T21:37:01.418Z] Removing intermediate container 1a7e81b4297b [2023-02-15T21:37:01.418Z] ---> 79387dd0994b [2023-02-15T21:37:01.418Z] Step 23/23 : LABEL version=0.0.0 [2023-02-15T21:37:01.418Z] ---> Running in 1015b48ebec5 [2023-02-15T21:37:02.001Z] Removing intermediate container 1015b48ebec5 [2023-02-15T21:37:02.001Z] ---> fb001598e2b9 [2023-02-15T21:37:02.001Z] [2023-02-15T21:37:02.270Z] Successfully built fb001598e2b9 [2023-02-15T21:37:02.270Z] Successfully tagged core-command-arm64:latest [2023-02-15T21:39:39.140Z]  Building core-command ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-15T21:39:43.401Z] Removing intermediate container a4cff2a35f4a [2023-02-15T21:39:43.402Z] ---> 200d62791d9d [2023-02-15T21:39:43.402Z] [2023-02-15T21:39:43.402Z] Step 9/24 : FROM alpine:3.16 [2023-02-15T21:39:43.402Z] ---> 4c81e5bf8899 [2023-02-15T21:39:43.402Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-15T21:39:43.402Z] ---> Running in 45f53f843aec [2023-02-15T21:39:45.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:39:45.981Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:39:47.387Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-15T21:39:47.387Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-15T21:39:47.387Z] (3/3) Installing su-exec (0.2-r1) [2023-02-15T21:39:47.387Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T21:39:47.387Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T21:39:47.971Z] OK: 6 MiB in 17 packages [2023-02-15T21:39:51.318Z] Removing intermediate container 45f53f843aec [2023-02-15T21:39:51.318Z] ---> 5df6c393b92f [2023-02-15T21:39:51.318Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T21:39:51.318Z] ---> Running in c01fa0941189 [2023-02-15T21:39:51.917Z] Removing intermediate container c01fa0941189 [2023-02-15T21:39:51.917Z] ---> 55827ed6085a [2023-02-15T21:39:51.917Z] Step 12/24 : WORKDIR / [2023-02-15T21:39:52.186Z] ---> Running in 1ba3fd48a731 [2023-02-15T21:39:54.767Z] Removing intermediate container 1ba3fd48a731 [2023-02-15T21:39:54.767Z] ---> 2386e0a29cf3 [2023-02-15T21:39:54.767Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-15T21:39:55.725Z] ---> 8b7f0d533fcd [2023-02-15T21:39:55.725Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-15T21:39:56.683Z] Removing intermediate container 6399e97e3e55 [2023-02-15T21:39:56.683Z] ---> 67f49a5a581f [2023-02-15T21:39:56.683Z] [2023-02-15T21:39:56.683Z] Step 9/19 : FROM alpine:3.15 [2023-02-15T21:39:56.683Z] ---> 354640af7b1b [2023-02-15T21:39:56.683Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T21:39:56.683Z] ---> Using cache [2023-02-15T21:39:56.683Z] ---> 9eaf45ee4fd8 [2023-02-15T21:39:56.683Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-15T21:39:56.683Z] ---> Running in 416402ce97ba [2023-02-15T21:39:57.268Z] ---> 8aac77c5b07d [2023-02-15T21:39:57.268Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-15T21:39:58.682Z] ---> 5384ad4dabbb [2023-02-15T21:39:58.682Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-15T21:39:58.949Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:39:59.531Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:39:59.531Z] ---> 5b0c38b18d90 [2023-02-15T21:39:59.531Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-15T21:40:00.489Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T21:40:00.489Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T21:40:00.489Z] OK: 15734 distinct packages available [2023-02-15T21:40:00.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:40:01.040Z] ---> ab9754d917dc [2023-02-15T21:40:01.040Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-15T21:40:01.040Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:40:02.445Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-15T21:40:02.445Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-15T21:40:02.445Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-15T21:40:02.445Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-15T21:40:02.714Z] (5/9) Installing curl (7.80.0-r6) [2023-02-15T21:40:02.714Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-15T21:40:02.714Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-15T21:40:02.714Z] (8/9) Installing libucontext (1.1-r0) [2023-02-15T21:40:02.714Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-15T21:40:02.714Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T21:40:02.714Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T21:40:02.982Z] ---> 154c9173b45f [2023-02-15T21:40:02.982Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T21:40:02.982Z] OK: 8 MiB in 23 packages [2023-02-15T21:40:04.399Z] ---> e50b4ad480bc [2023-02-15T21:40:04.399Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T21:40:04.399Z] ---> Running in b573e9db6408 [2023-02-15T21:40:06.982Z] Removing intermediate container 416402ce97ba [2023-02-15T21:40:06.982Z] ---> 54ef06eb6ec5 [2023-02-15T21:40:06.982Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T21:40:08.393Z] ---> 33ead2eca33d [2023-02-15T21:40:08.393Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-15T21:40:08.989Z] Removing intermediate container b573e9db6408 [2023-02-15T21:40:08.989Z] ---> 82df9e77ff54 [2023-02-15T21:40:08.989Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T21:40:09.257Z] ---> Running in a2793c71cd87 [2023-02-15T21:40:09.843Z] Removing intermediate container a2793c71cd87 [2023-02-15T21:40:09.843Z] ---> 48fc4c6c829e [2023-02-15T21:40:09.843Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T21:40:10.110Z] ---> Running in d40e8c32af07 [2023-02-15T21:40:11.080Z] Removing intermediate container d40e8c32af07 [2023-02-15T21:40:11.080Z] ---> 9d0926ec3eff [2023-02-15T21:40:11.080Z] Step 23/24 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:40:11.348Z] ---> Running in 230eefc8ecb1 [2023-02-15T21:40:12.309Z] Removing intermediate container 230eefc8ecb1 [2023-02-15T21:40:12.309Z] ---> 1cfd6af66c1e [2023-02-15T21:40:12.309Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-15T21:40:12.309Z] ---> 2b8830cdb729 [2023-02-15T21:40:12.309Z] Step 24/24 : LABEL version=0.0.0 [2023-02-15T21:40:12.309Z] ---> Running in 46971f6d5cd8 [2023-02-15T21:40:13.273Z] Removing intermediate container 46971f6d5cd8 [2023-02-15T21:40:13.273Z] ---> 8d1d892c00c8 [2023-02-15T21:40:13.273Z] [2023-02-15T21:40:13.860Z] ---> 58825d4dbd6a [2023-02-15T21:40:13.860Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-15T21:40:13.860Z] Successfully built 8d1d892c00c8 [2023-02-15T21:40:14.127Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-15T21:40:14.127Z]  Building security-secretstore-setup ... done  ---> Running in f036b5328265 [2023-02-15T21:40:14.708Z] Removing intermediate container f036b5328265 [2023-02-15T21:40:14.708Z] ---> e13a7bbe0938 [2023-02-15T21:40:14.708Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T21:40:14.974Z] ---> Running in 4771c46a5c4a [2023-02-15T21:40:15.948Z] Removing intermediate container 4771c46a5c4a [2023-02-15T21:40:15.948Z] ---> 1a22fca55380 [2023-02-15T21:40:15.948Z] Step 17/19 : LABEL arch=arm64 [2023-02-15T21:40:15.948Z] ---> Running in cd26dbe0447c [2023-02-15T21:40:16.906Z] Removing intermediate container cd26dbe0447c [2023-02-15T21:40:16.906Z] ---> 898729f886bb [2023-02-15T21:40:16.906Z] Step 18/19 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:40:16.906Z] ---> Running in 0c07e45c5c18 [2023-02-15T21:40:17.865Z] Removing intermediate container 0c07e45c5c18 [2023-02-15T21:40:17.865Z] ---> 7561890dc92e [2023-02-15T21:40:17.865Z] Step 19/19 : LABEL version=0.0.0 [2023-02-15T21:40:17.865Z] ---> Running in 6926aeccc925 [2023-02-15T21:40:19.815Z] Removing intermediate container 6926aeccc925 [2023-02-15T21:40:19.815Z] ---> b3bf1a6de7d4 [2023-02-15T21:40:19.815Z] [2023-02-15T21:40:19.815Z] Successfully built b3bf1a6de7d4 [2023-02-15T21:40:20.081Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-15T21:40:21.487Z]  Building security-spiffe-token-provider ... done Removing intermediate container 62f0175ccd07 [2023-02-15T21:40:21.487Z] ---> 6ba5ac213b10 [2023-02-15T21:40:21.487Z] [2023-02-15T21:40:21.487Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T21:40:21.487Z] ---> 4c81e5bf8899 [2023-02-15T21:40:21.487Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-15T21:40:21.487Z] ---> Running in 8959ba80f9b6 [2023-02-15T21:40:21.755Z] Removing intermediate container 8959ba80f9b6 [2023-02-15T21:40:21.755Z] ---> fd6bea50e9b6 [2023-02-15T21:40:21.755Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-15T21:40:22.020Z] ---> Running in 66f81b9b98d7 [2023-02-15T21:40:22.287Z] Removing intermediate container 66f81b9b98d7 [2023-02-15T21:40:22.287Z] ---> 532aa7a46d29 [2023-02-15T21:40:22.287Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-15T21:40:22.554Z] ---> Running in 9ae4da9e1f12 [2023-02-15T21:40:22.820Z] Removing intermediate container 9ae4da9e1f12 [2023-02-15T21:40:22.820Z] ---> 436da6667b0d [2023-02-15T21:40:22.820Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T21:40:23.085Z] ---> Running in c3918736fb9f [2023-02-15T21:40:24.489Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:40:25.068Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:40:26.472Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T21:40:26.472Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T21:40:26.472Z] OK: 5 MiB in 15 packages [2023-02-15T21:40:27.875Z] Removing intermediate container c3918736fb9f [2023-02-15T21:40:27.875Z] ---> 107565129201 [2023-02-15T21:40:27.875Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T21:40:28.827Z] ---> 99934b82d9c1 [2023-02-15T21:40:28.827Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-15T21:40:30.231Z] ---> daa429a4f3a8 [2023-02-15T21:40:30.231Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-15T21:40:31.185Z] ---> 9cbede129a99 [2023-02-15T21:40:31.185Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-15T21:40:31.453Z] ---> Running in 03437fcfb907 [2023-02-15T21:40:31.717Z] Removing intermediate container 03437fcfb907 [2023-02-15T21:40:31.717Z] ---> 7f2ffd24b937 [2023-02-15T21:40:31.986Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T21:40:31.986Z] ---> Running in 3ab37de58358 [2023-02-15T21:40:32.565Z] Removing intermediate container 3ab37de58358 [2023-02-15T21:40:32.565Z] ---> 403eb50d2b53 [2023-02-15T21:40:32.565Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T21:40:32.565Z] ---> Running in 13c6d49de776 [2023-02-15T21:40:33.154Z] Removing intermediate container 13c6d49de776 [2023-02-15T21:40:33.154Z] ---> a30deb9f6349 [2023-02-15T21:40:33.154Z] Step 21/22 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:40:33.154Z] ---> Running in 775df298f860 [2023-02-15T21:40:33.734Z] Removing intermediate container 775df298f860 [2023-02-15T21:40:33.734Z] ---> ff01efbe6dfa [2023-02-15T21:40:33.734Z] Step 22/22 : LABEL version=0.0.0 [2023-02-15T21:40:33.734Z] ---> Running in ebf3bd49f4aa [2023-02-15T21:40:34.315Z] Removing intermediate container ebf3bd49f4aa [2023-02-15T21:40:34.315Z] ---> 3a2bb20eda9a [2023-02-15T21:40:34.315Z] [2023-02-15T21:40:34.315Z] Successfully built 3a2bb20eda9a [2023-02-15T21:40:34.582Z] Successfully tagged core-data-arm64:latest [2023-02-15T21:41:01.257Z]  Building core-data ... done Removing intermediate container cf498256c0d9 [2023-02-15T21:41:01.257Z] ---> 3bade01c6be3 [2023-02-15T21:41:01.257Z] [2023-02-15T21:41:01.257Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T21:41:01.257Z] ---> 4c81e5bf8899 [2023-02-15T21:41:01.257Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-15T21:41:01.257Z] ---> Running in 3b0a58ff12b9 [2023-02-15T21:41:01.521Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T21:41:01.786Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T21:41:02.749Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-15T21:41:03.016Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-15T21:41:03.016Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T21:41:03.016Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T21:41:03.283Z] OK: 6 MiB in 16 packages [2023-02-15T21:41:04.695Z] Removing intermediate container 3b0a58ff12b9 [2023-02-15T21:41:04.695Z] ---> b66854c87c15 [2023-02-15T21:41:04.695Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T21:41:04.695Z] ---> Running in 41522ba595a0 [2023-02-15T21:41:04.695Z] Removing intermediate container 41522ba595a0 [2023-02-15T21:41:04.695Z] ---> c6afce45a49e [2023-02-15T21:41:04.695Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-15T21:41:04.965Z] ---> Running in 4c098b3f5143 [2023-02-15T21:41:05.235Z] Removing intermediate container 4c098b3f5143 [2023-02-15T21:41:05.236Z] ---> 8a45f4122f4c [2023-02-15T21:41:05.236Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T21:41:05.236Z] ---> Running in 5bbae967adce [2023-02-15T21:41:05.500Z] Removing intermediate container 5bbae967adce [2023-02-15T21:41:05.500Z] ---> be12a72e0346 [2023-02-15T21:41:05.500Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T21:41:06.086Z] ---> 5d875e629727 [2023-02-15T21:41:06.086Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-15T21:41:07.495Z] ---> 9489c78922d6 [2023-02-15T21:41:07.495Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-15T21:41:07.763Z] ---> 53021637c890 [2023-02-15T21:41:07.763Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-15T21:41:08.032Z] ---> Running in f77430cc5a3d [2023-02-15T21:41:08.299Z] Removing intermediate container f77430cc5a3d [2023-02-15T21:41:08.299Z] ---> bfb4a4788562 [2023-02-15T21:41:08.299Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T21:41:08.299Z] ---> Running in f281a3ae02a9 [2023-02-15T21:41:08.567Z] Removing intermediate container f281a3ae02a9 [2023-02-15T21:41:08.567Z] ---> 6a06c9d8e760 [2023-02-15T21:41:08.567Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T21:41:08.567Z] ---> Running in 219718dc366a [2023-02-15T21:41:08.843Z] Removing intermediate container 219718dc366a [2023-02-15T21:41:08.843Z] ---> a48d0e9a37bf [2023-02-15T21:41:08.843Z] Step 21/22 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [2023-02-15T21:41:09.532Z] ---> Running in 4b34b99c99af [2023-02-15T21:41:09.532Z] Removing intermediate container 4b34b99c99af [2023-02-15T21:41:09.532Z] ---> 055ed35e4048 [2023-02-15T21:41:09.532Z] Step 22/22 : LABEL version=0.0.0 [2023-02-15T21:41:09.532Z] ---> Running in 93e69f771a39 [2023-02-15T21:41:09.532Z] Removing intermediate container 93e69f771a39 [2023-02-15T21:41:09.532Z] ---> 21a4daa2fb63 [2023-02-15T21:41:09.532Z] [2023-02-15T21:41:09.797Z] Successfully built 21a4daa2fb63 [2023-02-15T21:41:09.797Z] Successfully tagged support-notifications-arm64:latest [2023-02-15T21:41:10.078Z]  Building support-notifications ... done  [Pipeline] } [2023-02-15T21:41:10.090Z] $ docker stop --time=1 7a5413e2bbab0d376681e466786045ff61ba5b565a2196da0e4cc7b82779c308 [2023-02-15T21:41:11.753Z] $ docker rm -f --volumes 7a5413e2bbab0d376681e466786045ff61ba5b565a2196da0e4cc7b82779c308 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T21:41:12.322Z] + docker images [2023-02-15T21:41:12.587Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-15T21:41:12.587Z] support-notifications-arm64 latest 21a4daa2fb63 3 seconds ago 29.7MB [2023-02-15T21:41:12.587Z] 3bade01c6be3 13 seconds ago 1.57GB [2023-02-15T21:41:12.587Z] core-data-arm64 latest 3a2bb20eda9a 39 seconds ago 17.2MB [2023-02-15T21:41:12.587Z] 6ba5ac213b10 52 seconds ago 1.51GB [2023-02-15T21:41:12.587Z] security-spiffe-token-provider-arm64 latest b3bf1a6de7d4 54 seconds ago 29.1MB [2023-02-15T21:41:12.587Z] security-secretstore-setup-arm64 latest 8d1d892c00c8 About a minute ago 29MB [2023-02-15T21:41:12.587Z] 67f49a5a581f About a minute ago 1.54GB [2023-02-15T21:41:12.587Z] 200d62791d9d About a minute ago 1.5GB [2023-02-15T21:41:12.587Z] core-command-arm64 latest fb001598e2b9 4 minutes ago 17MB [2023-02-15T21:41:12.587Z] 18770aea6696 4 minutes ago 1.51GB [2023-02-15T21:41:12.587Z] support-scheduler-arm64 latest 80d0afc04899 7 minutes ago 29MB [2023-02-15T21:41:12.587Z] c5d7e8d1ef2a 7 minutes ago 1.57GB [2023-02-15T21:41:12.587Z] security-spire-agent-arm64 latest 1b126ccd6499 9 minutes ago 122MB [2023-02-15T21:41:12.587Z] core-common-config-bootstrapper-arm64 latest 8b50d908b72a 9 minutes ago 14.9MB [2023-02-15T21:41:12.587Z] 17b4fb40c000 9 minutes ago 1.38GB [2023-02-15T21:41:12.587Z] 1acfb188b5ae 10 minutes ago 1.5GB [2023-02-15T21:41:12.587Z] core-metadata-arm64 latest db3321495688 10 minutes ago 17.7MB [2023-02-15T21:41:12.587Z] security-bootstrapper-arm64 latest ac304a7c54b6 10 minutes ago 19.6MB [2023-02-15T21:41:12.587Z] cc9aa7b2e424 10 minutes ago 1.51GB [2023-02-15T21:41:12.587Z] security-proxy-setup-arm64 latest 17b290c9291f 11 minutes ago 26.9MB [2023-02-15T21:41:12.587Z] 96e32cb254f1 11 minutes ago 1.5GB [2023-02-15T21:41:12.587Z] 2c1d08616bd1 11 minutes ago 1.5GB [2023-02-15T21:41:12.587Z] security-spire-config-arm64 latest 7d2e90180384 17 minutes ago 83.6MB [2023-02-15T21:41:12.587Z] security-spire-server-arm64 latest 7290355e37bc 17 minutes ago 84.3MB [2023-02-15T21:41:12.587Z] 3fbb3a3b5b87 17 minutes ago 1.38GB [2023-02-15T21:41:12.587Z] 41de87b62503 17 minutes ago 1.38GB [2023-02-15T21:41:12.587Z] ci-base-image-arm64 latest bfb21a9a8df1 30 minutes ago 905MB [2023-02-15T21:41:12.587Z] alpine 3.15 354640af7b1b 5 days ago 5.34MB [2023-02-15T21:41:12.587Z] alpine 3.16 4c81e5bf8899 5 days ago 5.3MB [2023-02-15T21:41:12.587Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-15T21:41:12.587Z] 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-02-15T21:41:13.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T21:41:13.397Z] [2023-02-15T21:41:13.397Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T21:41:13.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T21:41:14.068Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-15T21:41:14.068Z] 8998bd30e6a1: Pulling fs layer [2023-02-15T21:41:14.068Z] 04944245beec: Pulling fs layer [2023-02-15T21:41:14.068Z] 699f458cf7ca: Pulling fs layer [2023-02-15T21:41:14.068Z] 765212b225bb: Pulling fs layer [2023-02-15T21:41:14.068Z] f23df028b6ca: Pulling fs layer [2023-02-15T21:41:14.068Z] d65c8cfc05b1: Pulling fs layer [2023-02-15T21:41:14.068Z] 2437ff75d9bd: Pulling fs layer [2023-02-15T21:41:14.068Z] 765212b225bb: Waiting [2023-02-15T21:41:14.068Z] f23df028b6ca: Waiting [2023-02-15T21:41:14.068Z] d65c8cfc05b1: Waiting [2023-02-15T21:41:14.068Z] 2437ff75d9bd: Waiting [2023-02-15T21:41:14.068Z] 04944245beec: Verifying Checksum [2023-02-15T21:41:14.068Z] 04944245beec: Download complete [2023-02-15T21:41:14.068Z] 765212b225bb: Verifying Checksum [2023-02-15T21:41:14.068Z] 765212b225bb: Download complete [2023-02-15T21:41:14.338Z] f23df028b6ca: Verifying Checksum [2023-02-15T21:41:14.338Z] f23df028b6ca: Download complete [2023-02-15T21:41:14.338Z] d65c8cfc05b1: Verifying Checksum [2023-02-15T21:41:14.338Z] d65c8cfc05b1: Download complete [2023-02-15T21:41:14.338Z] 699f458cf7ca: Verifying Checksum [2023-02-15T21:41:14.338Z] 699f458cf7ca: Download complete [2023-02-15T21:41:14.918Z] 8998bd30e6a1: Verifying Checksum [2023-02-15T21:41:14.918Z] 8998bd30e6a1: Download complete [2023-02-15T21:41:17.491Z] 2437ff75d9bd: Verifying Checksum [2023-02-15T21:41:17.491Z] 2437ff75d9bd: Download complete [2023-02-15T21:41:18.895Z] 8998bd30e6a1: Pull complete [2023-02-15T21:41:19.161Z] 04944245beec: Pull complete [2023-02-15T21:41:20.565Z] 699f458cf7ca: Pull complete [2023-02-15T21:41:20.832Z] 765212b225bb: Pull complete [2023-02-15T21:41:21.790Z] f23df028b6ca: Pull complete [2023-02-15T21:41:22.746Z] d65c8cfc05b1: Pull complete [2023-02-15T21:41:37.722Z] 2437ff75d9bd: Pull complete [2023-02-15T21:41:37.722Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-15T21:41:37.722Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T21:41:37.722Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T21:41:38.046Z] prd-ubuntu20.04-docker-arm64-4c-16g-6198 does not seem to be running inside a container [2023-02-15T21:41:38.096Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-15T21:41:41.123Z] $ docker top ef54a496a4cfb5118231713744819b498c753346ebd5b852794de46482a841c8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T21:41:42.107Z] ---> job-cost.sh [2023-02-15T21:41:42.107Z] lf-activate-venv: SKIPPING [2023-02-15T21:41:42.107Z] INFO: No Stack... [2023-02-15T21:41:43.509Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-15T21:41:44.087Z] INFO: Archiving Costs [Pipeline] sh [2023-02-15T21:41:44.745Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-02-15T21:41:44.745Z] + cut -d, -f6 [Pipeline] lock [2023-02-15T21:41:44.794Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4363-1-stack-cost] [2023-02-15T21:41:44.804Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4363-1-stack-cost] did not exist. Created. [2023-02-15T21:41:44.804Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4363-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-15T21:41:45.519Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-15T21:41:45.696Z] Stashed 1 file(s) [Pipeline] } [2023-02-15T21:41:45.711Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4363-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-15T21:41:45.777Z] $ docker stop --time=1 ef54a496a4cfb5118231713744819b498c753346ebd5b852794de46482a841c8 [2023-02-15T21:41:47.663Z] $ docker rm -f --volumes ef54a496a4cfb5118231713744819b498c753346ebd5b852794de46482a841c8 [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-02-15T21:41:48.662Z] provisioning config files... [2023-02-15T21:41:48.670Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config9252550847596967313tmp [Pipeline] { [Pipeline] sh [2023-02-15T21:41:49.000Z] + set +x [2023-02-15T21:41:49.000Z] + bash -s -- [2023-02-15T21:41:49.000Z] + curl -s https://codecov.io/bash [2023-02-15T21:41:49.259Z] [2023-02-15T21:41:49.259Z] _____ _ [2023-02-15T21:41:49.259Z] / ____| | | [2023-02-15T21:41:49.259Z] | | ___ __| | ___ ___ _____ __ [2023-02-15T21:41:49.259Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-15T21:41:49.259Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-15T21:41:49.259Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-15T21:41:49.259Z] Bash-1.0.6 [2023-02-15T21:41:49.259Z] [2023-02-15T21:41:49.259Z] [2023-02-15T21:41:49.259Z] ==> git version 2.25.1 found [2023-02-15T21:41:49.259Z] ==> 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-02-15T21:41:49.259Z] Release-Date: 2020-01-08 [2023-02-15T21:41:49.259Z] 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-02-15T21:41:49.259Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-15T21:41:49.259Z] ==> Jenkins CI detected. [2023-02-15T21:41:49.259Z] current dir:  /w/workspace/edgex-go/1 [2023-02-15T21:41:49.259Z] project root: . [2023-02-15T21:41:49.259Z] --> token set from env [2023-02-15T21:41:49.259Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-15T21:41:49.259Z] ==> Running gcov in . (disable via -X gcov) [2023-02-15T21:41:49.259Z] ==> Python coveragepy not found [2023-02-15T21:41:49.259Z] ==> Searching for coverage reports in: [2023-02-15T21:41:49.259Z] + . [2023-02-15T21:41:49.259Z] -> Found 1 reports [2023-02-15T21:41:49.259Z] ==> Detecting git/mercurial file structure [2023-02-15T21:41:49.259Z] ==> Reading reports [2023-02-15T21:41:49.259Z] + ./coverage.out bytes=487529 [2023-02-15T21:41:49.259Z] ==> Appending adjustments [2023-02-15T21:41:49.259Z] https://docs.codecov.io/docs/fixing-reports [2023-02-15T21:41:50.634Z] + Found adjustments [2023-02-15T21:41:50.634Z] ==> Gzipping contents [2023-02-15T21:41:50.634Z] 64K /tmp/codecov.ixGy6h.gz [2023-02-15T21:41:50.634Z] ==> Uploading reports [2023-02-15T21:41:50.634Z] url: https://codecov.io [2023-02-15T21:41:50.634Z] query: branch=PR-4363&commit=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4363%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4363&job=&cmd_args= [2023-02-15T21:41:50.634Z] -> Pinging Codecov [2023-02-15T21:41:50.634Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4363&commit=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4363%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4363&job=&cmd_args= [2023-02-15T21:41:50.634Z] -> Uploading to [2023-02-15T21:41:50.634Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-15/00271124DB129430A58F1EEE437C3FCB/f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b/e694e6f5-245e-4e68-a201-ac1b4a35e13a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230215T214150Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8fc17089fc168510833cc15d16f3bb23c866cb78168065b5e49ca26828526648 [2023-02-15T21:41:50.634Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T21:41:50.634Z] Dload Upload Total Spent Left Speed [2023-02-15T21:41:51.153Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62966 0 0 100 62966 0 189k --:--:-- --:--:-- --:--:-- 188k [2023-02-15T21:41:51.153Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [Pipeline] } [2023-02-15T21:41:51.203Z] 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-02-15T21:41:52.542Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-15T21:41:52.968Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T21:41:53.852Z] ---> package-listing.sh [2023-02-15T21:41:53.852Z] ++ facter osfamily [2023-02-15T21:41:53.852Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-15T21:41:54.111Z] + OS_FAMILY=debian [2023-02-15T21:41:54.111Z] + workspace=/w/workspace/edgex-go/1 [2023-02-15T21:41:54.111Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-15T21:41:54.111Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-15T21:41:54.111Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-15T21:41:54.111Z] + PACKAGES=/tmp/packages_start.txt [2023-02-15T21:41:54.111Z] + '[' /w/workspace/edgex-go/1 ']' [2023-02-15T21:41:54.111Z] + PACKAGES=/tmp/packages_end.txt [2023-02-15T21:41:54.111Z] + case "${OS_FAMILY}" in [2023-02-15T21:41:54.111Z] + dpkg -l [2023-02-15T21:41:54.111Z] + grep '^ii' [2023-02-15T21:41:54.111Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-15T21:41:54.111Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-15T21:41:54.111Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-15T21:41:54.111Z] + '[' /w/workspace/edgex-go/1 ']' [2023-02-15T21:41:54.111Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-02-15T21:41:54.111Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-02-15T21:41:54.143Z] 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-02-15T21:41:54.432Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T21:41:55.053Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T21:41:55.053Z] [2023-02-15T21:41:55.053Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T21:41:55.429Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T21:41:55.429Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-15T21:41:55.429Z] 5eb5b503b376: Pulling fs layer [2023-02-15T21:41:55.429Z] 5c69ac0246d0: Pulling fs layer [2023-02-15T21:41:55.429Z] ec43610c2a17: Pulling fs layer [2023-02-15T21:41:55.429Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-15T21:41:55.429Z] 33b1e0a273af: Pulling fs layer [2023-02-15T21:41:55.429Z] 5d3b04190fa2: Pulling fs layer [2023-02-15T21:41:55.429Z] 2f39f015ded8: Pulling fs layer [2023-02-15T21:41:55.429Z] 3a2ae6a8a46f: Waiting [2023-02-15T21:41:55.429Z] 33b1e0a273af: Waiting [2023-02-15T21:41:55.429Z] 2f39f015ded8: Waiting [2023-02-15T21:41:55.429Z] 5d3b04190fa2: Waiting [2023-02-15T21:41:55.693Z] 5c69ac0246d0: Download complete [2023-02-15T21:41:55.693Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-15T21:41:55.693Z] 3a2ae6a8a46f: Download complete [2023-02-15T21:41:55.955Z] 33b1e0a273af: Verifying Checksum [2023-02-15T21:41:55.955Z] 33b1e0a273af: Download complete [2023-02-15T21:41:55.955Z] ec43610c2a17: Verifying Checksum [2023-02-15T21:41:55.955Z] ec43610c2a17: Download complete [2023-02-15T21:41:55.955Z] 5d3b04190fa2: Download complete [2023-02-15T21:41:55.955Z] 5eb5b503b376: Verifying Checksum [2023-02-15T21:41:55.955Z] 5eb5b503b376: Download complete [2023-02-15T21:41:56.523Z] 2f39f015ded8: Download complete [2023-02-15T21:41:57.093Z] 5eb5b503b376: Pull complete [2023-02-15T21:41:57.356Z] 5c69ac0246d0: Pull complete [2023-02-15T21:41:57.613Z] ec43610c2a17: Pull complete [2023-02-15T21:41:57.873Z] 3a2ae6a8a46f: Pull complete [2023-02-15T21:41:58.131Z] 33b1e0a273af: Pull complete [2023-02-15T21:41:58.393Z] 5d3b04190fa2: Pull complete [2023-02-15T21:42:02.574Z] 2f39f015ded8: Pull complete [2023-02-15T21:42:02.834Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-15T21:42:02.834Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T21:42:03.092Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T21:42:03.299Z] prd-ubuntu20.04-docker-8c-8g-6197 does not seem to be running inside a container [2023-02-15T21:42:03.323Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-15T21:42:15.730Z] $ docker top 3b7b586f12629610f2e92a4b19ba3f1bd188ca0ee0e663db8c8b7da70e632e79 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T21:42:16.126Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-15T21:42:16.433Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-15T21:42:16.738Z] + ls /var/log/sa-host [2023-02-15T21:42:16.738Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T21:42:16.943Z] provisioning config files... [2023-02-15T21:42:16.953Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config11799007438787199387tmp [Pipeline] { [Pipeline] echo [2023-02-15T21:42:16.998Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T21:42:17.309Z] ---> create-netrc.sh [Pipeline] } [2023-02-15T21:42:17.337Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-15T21:42:17.744Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-15T21:42:17.774Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T21:42:18.095Z] ---> sudo-logs.sh [2023-02-15T21:42:18.095Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-15T21:42:18.166Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T21:42:18.472Z] ---> job-cost.sh [2023-02-15T21:42:18.472Z] lf-activate-venv: SKIPPING [2023-02-15T21:42:18.472Z] DEBUG: total: 0.10999999940395355 [2023-02-15T21:42:18.472Z] INFO: Retrieving Stack Cost... [2023-02-15T21:42:19.406Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-15T21:42:19.665Z] INFO: Archiving Costs [Pipeline] echo [2023-02-15T21:42:19.698Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T21:42:20.006Z] ---> logs-deploy.sh [2023-02-15T21:42:20.006Z] lf-activate-venv: SKIPPING [2023-02-15T21:42:20.006Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4363/1 [2023-02-15T21:42:20.006Z] INFO: archiving workspace using pattern(s): [2023-02-15T21:42:20.940Z] Archives upload complete. [2023-02-15T21:42:20.940Z] INFO: archiving logs to Nexus