Pull request #4311 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 vli11 for edgexfoundry/edgex-go Obtained Jenkinsfile from af0e451a597ac594dddf90e84177a4b048fc1f81+a37026ef060af0a96832afa785f280dce900bb2a (38f971639e405b9eded2cf8643544f6c6f6cb86a) 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-ssh5465772364461955297.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-ssh1788912166107058279.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-4311/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-4311/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13380496856037749509.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-4311/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18391484951314145056.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-ssh5429105931179382838.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-4311/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-4311/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8457751686046714987.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 Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-3826 in /w/workspace/edgexfoundry_edgex-go_PR-4311 [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/4311/head:refs/remotes/origin/PR-4311 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit a37026ef060af0a96832afa785f280dce900bb2a into PR head commit af0e451a597ac594dddf90e84177a4b048fc1f81 Merge succeeded, producing ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 Checking out Revision ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 (PR-4311) > git config core.sparsecheckout # timeout=10 > git checkout -f af0e451a597ac594dddf90e84177a4b048fc1f81 # 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 a37026ef060af0a96832afa785f280dce900bb2a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 # timeout=10 Commit message: "Merge commit 'a37026ef060af0a96832afa785f280dce900bb2a' into HEAD" 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-01-27T18:44:02.280Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-27T18:44:02.459Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-27T18:44:02.555Z] ========================================================= [2023-01-27T18:44:02.556Z] EdgeX Global Pipelines Version Info [2023-01-27T18:44:02.556Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-27T18:44:03.314Z] ------------------- [2023-01-27T18:44:03.314Z] stable info: [2023-01-27T18:44:03.314Z] ------------------- [2023-01-27T18:44:03.314Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-27T18:44:03.314Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-27T18:44:03.314Z] Message: update stable to v1.0.244 [2023-01-27T18:44:03.885Z] ------------------- [2023-01-27T18:44:03.885Z] experimental info: [2023-01-27T18:44:03.885Z] ------------------- [2023-01-27T18:44:03.885Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-27T18:44:03.885Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-27T18:44:03.885Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-27T18:44:04.155Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-01-27T18:44:04.192Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-01-27T18:44:04.233Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-27T18:44:04.268Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-27T18:44:04.305Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-27T18:44:04.338Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-27T18:44:04.374Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-27T18:44:04.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-01-27T18:44:04.448Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-01-27T18:44:04.481Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-01-27T18:44:04.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-27T18:44:04.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-27T18:44:04.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-27T18:44:04.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-27T18:44:04.672Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-27T18:44:04.712Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-27T18:44:04.748Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-27T18:44:04.782Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-27T18:44:04.821Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-27T18:44:04.860Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-27T18:44:04.897Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-27T18:44:04.938Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-27T18:44:04.977Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-27T18:44:05.013Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4311 [Pipeline] echo [2023-01-27T18:44:05.053Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4311 [Pipeline] echo [2023-01-27T18:44:05.091Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4311 [Pipeline] echo [2023-01-27T18:44:05.131Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [Pipeline] echo [2023-01-27T18:44:05.174Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ad5b867 [Pipeline] echo [2023-01-27T18:44:05.213Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-27T18:44:05.326Z] provisioning config files... [2023-01-27T18:44:05.342Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15630208876968773375tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-27T18:44:05.687Z] ---> docker-login.sh [2023-01-27T18:44:05.687Z] nexus3.edgexfoundry.org:10001 [2023-01-27T18:44:05.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-27T18:44:05.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-27T18:44:05.947Z] Configure a credential helper to remove this warning. See [2023-01-27T18:44:05.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-27T18:44:05.947Z] [2023-01-27T18:44:05.947Z] Login Succeeded [2023-01-27T18:44:05.947Z] nexus3.edgexfoundry.org:10002 [2023-01-27T18:44:06.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-27T18:44:06.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-27T18:44:06.245Z] Configure a credential helper to remove this warning. See [2023-01-27T18:44:06.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-27T18:44:06.245Z] [2023-01-27T18:44:06.245Z] Login Succeeded [2023-01-27T18:44:06.245Z] nexus3.edgexfoundry.org:10003 [2023-01-27T18:44:06.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-27T18:44:06.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-27T18:44:06.245Z] Configure a credential helper to remove this warning. See [2023-01-27T18:44:06.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-27T18:44:06.245Z] [2023-01-27T18:44:06.245Z] Login Succeeded [2023-01-27T18:44:06.245Z] nexus3.edgexfoundry.org:10004 [2023-01-27T18:44:06.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-27T18:44:06.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-27T18:44:06.506Z] Configure a credential helper to remove this warning. See [2023-01-27T18:44:06.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-27T18:44:06.506Z] [2023-01-27T18:44:06.506Z] Login Succeeded [2023-01-27T18:44:06.506Z] docker.io [2023-01-27T18:44:06.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-27T18:44:06.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-27T18:44:06.768Z] Configure a credential helper to remove this warning. See [2023-01-27T18:44:06.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-27T18:44:06.768Z] [2023-01-27T18:44:06.768Z] Login Succeeded [2023-01-27T18:44:06.768Z] ---> docker-login.sh ends [Pipeline] } [2023-01-27T18:44:06.794Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-27T18:44:07.224Z] + 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-01-27T18:44:07.224Z] + + dirname cmd/core-command/Dockerfilecut [2023-01-27T18:44:07.224Z] -d/ -f2 [2023-01-27T18:44:07.224Z] + echo core-command,cmd/core-command/Dockerfile [2023-01-27T18:44:07.224Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-01-27T18:44:07.224Z] + cut -d/ -f2 [2023-01-27T18:44:07.224Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-01-27T18:44:07.224Z] + dirname cmd/core-data/Dockerfile [2023-01-27T18:44:07.224Z] + cut -d/ -f2 [2023-01-27T18:44:07.224Z] + echo core-data,cmd/core-data/Dockerfile [2023-01-27T18:44:07.224Z] + dirname cmd/core-metadata/Dockerfile [2023-01-27T18:44:07.224Z] + cut -d/ -f2 [2023-01-27T18:44:07.224Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-01-27T18:44:07.224Z] + + dirnamecut cmd/security-bootstrapper/Dockerfile -d/ [2023-01-27T18:44:07.224Z] -f2 [2023-01-27T18:44:07.224Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-01-27T18:44:07.224Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-01-27T18:44:07.224Z] + cut -d/ -f2 [2023-01-27T18:44:07.224Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-01-27T18:44:07.224Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-01-27T18:44:07.224Z] + cut -d/ -f2 [2023-01-27T18:44:07.224Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-01-27T18:44:07.224Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-01-27T18:44:07.224Z] + cut -d/ -f2 [2023-01-27T18:44:07.224Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-01-27T18:44:07.224Z] + dirname cmd/security-spire-agent/Dockerfile [2023-01-27T18:44:07.224Z] + cut -d/ -f2 [2023-01-27T18:44:07.224Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-01-27T18:44:07.224Z] + dirname cmd/security-spire-config/Dockerfile [2023-01-27T18:44:07.224Z] + cut -d/ -f2 [2023-01-27T18:44:07.224Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-01-27T18:44:07.224Z] + dirname cmd/security-spire-server/Dockerfile+ [2023-01-27T18:44:07.224Z] cut -d/ -f2 [2023-01-27T18:44:07.224Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-01-27T18:44:07.224Z] + dirname cmd/support-notifications/Dockerfile [2023-01-27T18:44:07.224Z] + cut -d/ -f2 [2023-01-27T18:44:07.224Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-01-27T18:44:07.224Z] + + dirname cmd/support-scheduler/Dockerfile [2023-01-27T18:44:07.224Z] cut -d/ -f2 [2023-01-27T18:44:07.224Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-01-27T18:44:07.288Z] 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-01-27T18:44:07.783Z] + git rev-list -1 --merges ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2~1..ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [Pipeline] echo [2023-01-27T18:44:07.815Z] -----------> git rev-list -1 --merges ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2~1..ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [2023-01-27T18:44:07.815Z] ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [false] [Pipeline] sh [2023-01-27T18:44:08.119Z] + git log --format=format:%s -1 ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [Pipeline] echo [2023-01-27T18:44:08.154Z] ========================================================= [2023-01-27T18:44:08.154Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-27T18:44:08.154Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-27T18:44:08.640Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-27T18:44:08.640Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-27T18:44:08.640Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-27T18:44:08.640Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-27T18:44:08.640Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-27T18:44:08.640Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-27T18:44:08.640Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-27T18:44:09.125Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-27T18:44:09.125Z] [2023-01-27T18:44:09.125Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-27T18:44:09.518Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-27T18:44:09.519Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-27T18:44:09.519Z] b85a868b505f: Pulling fs layer [2023-01-27T18:44:09.519Z] e2be974225ed: Pulling fs layer [2023-01-27T18:44:09.519Z] 339a4e72a1f5: Pulling fs layer [2023-01-27T18:44:09.519Z] 988bab9f4d93: Pulling fs layer [2023-01-27T18:44:09.519Z] 1469e6f7b9e6: Pulling fs layer [2023-01-27T18:44:09.519Z] eaf3925da568: Pulling fs layer [2023-01-27T18:44:09.519Z] bab4dde63d76: Pulling fs layer [2023-01-27T18:44:09.519Z] bde34c3a00c8: Pulling fs layer [2023-01-27T18:44:09.519Z] b352a97aabf1: Pulling fs layer [2023-01-27T18:44:09.519Z] 4872d77fe225: Pulling fs layer [2023-01-27T18:44:09.519Z] 5851b861e8e6: Pulling fs layer [2023-01-27T18:44:09.519Z] 1469e6f7b9e6: Waiting [2023-01-27T18:44:09.519Z] eaf3925da568: Waiting [2023-01-27T18:44:09.519Z] 4872d77fe225: Waiting [2023-01-27T18:44:09.519Z] b352a97aabf1: Waiting [2023-01-27T18:44:09.519Z] bde34c3a00c8: Waiting [2023-01-27T18:44:09.519Z] 5851b861e8e6: Waiting [2023-01-27T18:44:09.519Z] 988bab9f4d93: Waiting [2023-01-27T18:44:09.519Z] bab4dde63d76: Waiting [2023-01-27T18:44:09.787Z] 988bab9f4d93: Verifying Checksum [2023-01-27T18:44:09.787Z] 988bab9f4d93: Download complete [2023-01-27T18:44:10.048Z] 1469e6f7b9e6: Verifying Checksum [2023-01-27T18:44:10.048Z] 1469e6f7b9e6: Download complete [2023-01-27T18:44:10.048Z] eaf3925da568: Download complete [2023-01-27T18:44:10.048Z] 339a4e72a1f5: Verifying Checksum [2023-01-27T18:44:10.048Z] 339a4e72a1f5: Download complete [2023-01-27T18:44:10.048Z] bde34c3a00c8: Download complete [2023-01-27T18:44:10.048Z] b352a97aabf1: Verifying Checksum [2023-01-27T18:44:10.048Z] b352a97aabf1: Download complete [2023-01-27T18:44:10.048Z] 4872d77fe225: Download complete [2023-01-27T18:44:10.048Z] 5851b861e8e6: Verifying Checksum [2023-01-27T18:44:10.048Z] 5851b861e8e6: Download complete [2023-01-27T18:44:10.048Z] b85a868b505f: Verifying Checksum [2023-01-27T18:44:10.048Z] b85a868b505f: Download complete [2023-01-27T18:44:10.306Z] bab4dde63d76: Verifying Checksum [2023-01-27T18:44:10.306Z] bab4dde63d76: Download complete [2023-01-27T18:44:11.242Z] b85a868b505f: Pull complete [2023-01-27T18:44:11.502Z] e2be974225ed: Pull complete [2023-01-27T18:44:11.763Z] 339a4e72a1f5: Pull complete [2023-01-27T18:44:11.763Z] 988bab9f4d93: Pull complete [2023-01-27T18:44:12.331Z] 1469e6f7b9e6: Pull complete [2023-01-27T18:44:12.331Z] eaf3925da568: Pull complete [2023-01-27T18:44:13.708Z] bab4dde63d76: Pull complete [2023-01-27T18:44:13.969Z] bde34c3a00c8: Pull complete [2023-01-27T18:44:13.969Z] b352a97aabf1: Pull complete [2023-01-27T18:44:13.969Z] 4872d77fe225: Pull complete [2023-01-27T18:44:14.232Z] 5851b861e8e6: Pull complete [2023-01-27T18:44:14.232Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-27T18:44:14.232Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-27T18:44:14.232Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-27T18:44:14.471Z] prd-ubuntu20.04-docker-8c-8g-3826 does not seem to be running inside a container [2023-01-27T18:44:14.507Z] $ 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-01-27T18:44:18.586Z] $ docker top 341d21ecffd339c0c6a332860136393d2d2e2783561ceee09a93a600bcaa3a0c -eo pid,comm [2023-01-27T18:44:18.631Z] 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-01-27T18:44:18.631Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-27T18:44:18.755Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-27T18:44:18.755Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-27T18:44:18.863Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-27T18:44:18.871Z] $ docker exec 341d21ecffd339c0c6a332860136393d2d2e2783561ceee09a93a600bcaa3a0c ssh-agent [2023-01-27T18:44:18.964Z] SSH_AUTH_SOCK=/tmp/ssh-rRtuH2P9WFUi/agent.33 [2023-01-27T18:44:18.964Z] SSH_AGENT_PID=39 [2023-01-27T18:44:18.969Z] Running ssh-add (command line suppressed) [2023-01-27T18:44:19.085Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_1497870409091361714.key (/w/workspace/edgex-go/1@tmp/private_key_1497870409091361714.key) [2023-01-27T18:44:19.093Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-27T18:44:19.413Z] + git tag --points-at HEAD [Pipeline] } [2023-01-27T18:44:19.445Z] $ docker exec --env ******** --env ******** 341d21ecffd339c0c6a332860136393d2d2e2783561ceee09a93a600bcaa3a0c ssh-agent -k [2023-01-27T18:44:19.532Z] unset SSH_AUTH_SOCK; [2023-01-27T18:44:19.533Z] unset SSH_AGENT_PID; [2023-01-27T18:44:19.533Z] echo Agent pid 39 killed; [2023-01-27T18:44:19.535Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-27T18:44:19.612Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-27T18:44:19.612Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-27T18:44:19.741Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-27T18:44:19.749Z] $ docker exec 341d21ecffd339c0c6a332860136393d2d2e2783561ceee09a93a600bcaa3a0c ssh-agent [2023-01-27T18:44:19.847Z] SSH_AUTH_SOCK=/tmp/ssh-bU0g0GQ0fUju/agent.71 [2023-01-27T18:44:19.847Z] SSH_AGENT_PID=77 [2023-01-27T18:44:19.853Z] Running ssh-add (command line suppressed) [2023-01-27T18:44:19.963Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_16716625020440490156.key (/w/workspace/edgex-go/1@tmp/private_key_16716625020440490156.key) [2023-01-27T18:44:19.970Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-27T18:44:20.295Z] + git semver init [2023-01-27T18:44:20.554Z] 2023-01-27 18:44:20,476 [run_init] DEBUG init version:0.0.0 force:False [2023-01-27T18:44:20.554Z] 2023-01-27 18:44:20,477 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-01-27T18:44:20.554Z] 2023-01-27 18:44:20,478 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-01-27T18:44:20.554Z] 2023-01-27 18:44:20,478 [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-01-27T18:44:25.832Z] 2023-01-27 18:44:25,639 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-01-27T18:44:25.832Z] 2023-01-27 18:44:25,640 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4311 with force:False [2023-01-27T18:44:25.832Z] 2023-01-27 18:44:25,640 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4311 [2023-01-27T18:44:25.832Z] 2023-01-27 18:44:25,644 [execute] INFO git cat-file --batch-check [2023-01-27T18:44:25.832Z] 2023-01-27 18:44:25,645 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-01-27T18:44:25.832Z] 2023-01-27 18:44:25,652 [execute] INFO git cat-file --batch [2023-01-27T18:44:25.832Z] 2023-01-27 18:44:25,652 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-01-27T18:44:25.832Z] 2023-01-27 18:44:25,657 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4311 [2023-01-27T18:44:25.832Z] 0.0.0 [Pipeline] } [2023-01-27T18:44:25.867Z] $ docker exec --env ******** --env ******** 341d21ecffd339c0c6a332860136393d2d2e2783561ceee09a93a600bcaa3a0c ssh-agent -k [2023-01-27T18:44:25.961Z] unset SSH_AUTH_SOCK; [2023-01-27T18:44:25.962Z] unset SSH_AGENT_PID; [2023-01-27T18:44:25.962Z] echo Agent pid 77 killed; [2023-01-27T18:44:25.965Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-27T18:44:26.390Z] + git semver [Pipeline] } [2023-01-27T18:44:26.679Z] $ docker stop --time=1 341d21ecffd339c0c6a332860136393d2d2e2783561ceee09a93a600bcaa3a0c [2023-01-27T18:44:27.971Z] $ docker rm -f --volumes 341d21ecffd339c0c6a332860136393d2d2e2783561ceee09a93a600bcaa3a0c [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-27T18:44:28.346Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-27T18:44:28.607Z] Stashed 1 file(s) [Pipeline] echo [2023-01-27T18:44:28.625Z] [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-01-27T18:44:29.406Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-01-27T18:44:29.445Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-27T18:44:29.485Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-27T18:44:29.518Z] ========================================================= [2023-01-27T18:44:29.519Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-27T18:44:29.519Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-27T18:44:29.870Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-27T18:44:29.871Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-27T18:44:29.871Z] 213ec9aee27d: Pulling fs layer [2023-01-27T18:44:29.871Z] 4583459ba037: Pulling fs layer [2023-01-27T18:44:29.871Z] 93c1e223e6f2: Pulling fs layer [2023-01-27T18:44:29.871Z] 53926ce57604: Pulling fs layer [2023-01-27T18:44:29.871Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-27T18:44:29.871Z] 22ff95d597cd: Pulling fs layer [2023-01-27T18:44:29.871Z] 12d6caf4c0d1: Pulling fs layer [2023-01-27T18:44:29.871Z] 96b7cbca73a9: Pulling fs layer [2023-01-27T18:44:29.871Z] 53926ce57604: Waiting [2023-01-27T18:44:29.871Z] 21b2b0c7a3f4: Waiting [2023-01-27T18:44:29.871Z] 22ff95d597cd: Waiting [2023-01-27T18:44:29.871Z] 12d6caf4c0d1: Waiting [2023-01-27T18:44:29.871Z] a7acece74701: Pulling fs layer [2023-01-27T18:44:29.871Z] 96b7cbca73a9: Waiting [2023-01-27T18:44:29.871Z] a7acece74701: Waiting [2023-01-27T18:44:29.871Z] 93c1e223e6f2: Download complete [2023-01-27T18:44:29.871Z] 4583459ba037: Verifying Checksum [2023-01-27T18:44:29.871Z] 4583459ba037: Download complete [2023-01-27T18:44:29.871Z] 21b2b0c7a3f4: Download complete [2023-01-27T18:44:29.871Z] 22ff95d597cd: Verifying Checksum [2023-01-27T18:44:29.871Z] 22ff95d597cd: Download complete [2023-01-27T18:44:29.871Z] 213ec9aee27d: Verifying Checksum [2023-01-27T18:44:29.871Z] 213ec9aee27d: Download complete [2023-01-27T18:44:30.171Z] 12d6caf4c0d1: Download complete [2023-01-27T18:44:30.171Z] 213ec9aee27d: Pull complete [2023-01-27T18:44:30.171Z] 4583459ba037: Pull complete [2023-01-27T18:44:30.448Z] 93c1e223e6f2: Pull complete [2023-01-27T18:44:31.057Z] a7acece74701: Verifying Checksum [2023-01-27T18:44:31.057Z] a7acece74701: Download complete [2023-01-27T18:44:31.057Z] 53926ce57604: Verifying Checksum [2023-01-27T18:44:31.057Z] 53926ce57604: Download complete [2023-01-27T18:44:31.317Z] 96b7cbca73a9: Verifying Checksum [2023-01-27T18:44:31.317Z] 96b7cbca73a9: Download complete [2023-01-27T18:44:34.599Z] 53926ce57604: Pull complete [2023-01-27T18:44:34.599Z] 21b2b0c7a3f4: Pull complete [2023-01-27T18:44:34.600Z] 22ff95d597cd: Pull complete [2023-01-27T18:44:34.600Z] 12d6caf4c0d1: Pull complete [2023-01-27T18:44:36.502Z] 96b7cbca73a9: Pull complete [2023-01-27T18:44:37.068Z] a7acece74701: Pull complete [2023-01-27T18:44:37.068Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-27T18:44:37.068Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-27T18:44:37.068Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-27T18:44:37.489Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-27T18:44:37.490Z] WORKDIR /edgex [2023-01-27T18:44:37.490Z] COPY go.mod . [2023-01-27T18:44:37.490Z] RUN go mod download [2023-01-27T18:44:37.490Z] + docker build -t ci-base-image-x86_64 -f - . [2023-01-27T18:44:38.056Z] Sending build context to Docker daemon 170.1MB [2023-01-27T18:44:38.057Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-27T18:44:38.057Z] ---> db6d94c90886 [2023-01-27T18:44:38.057Z] Step 2/4 : WORKDIR /edgex [2023-01-27T18:44:43.929Z] Still waiting to schedule task [2023-01-27T18:44:43.930Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-27T18:44:44.625Z] ---> Running in 953200593b5c [2023-01-27T18:44:44.625Z] Removing intermediate container 953200593b5c [2023-01-27T18:44:44.625Z] ---> 2bf721c76eaa [2023-01-27T18:44:44.625Z] Step 3/4 : COPY go.mod . [2023-01-27T18:44:44.625Z] ---> 55b38d5a63eb [2023-01-27T18:44:44.625Z] Step 4/4 : RUN go mod download [2023-01-27T18:44:44.625Z] ---> Running in 3135a10e8952 [2023-01-27T18:45:02.812Z] Removing intermediate container 3135a10e8952 [2023-01-27T18:45:02.812Z] ---> 2db913a60458 [2023-01-27T18:45:02.812Z] Successfully built 2db913a60458 [2023-01-27T18:45:03.072Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-27T18:45:03.437Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-27T18:45:03.437Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-27T18:45:03.587Z] prd-ubuntu20.04-docker-8c-8g-3826 does not seem to be running inside a container [2023-01-27T18:45:03.622Z] $ 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-01-27T18:45:04.061Z] $ docker top a8178bc01e55a954069dd89a4bb7cc326e0d43d0da439474d906efd96321c1ee -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-27T18:45:04.543Z] + go version [2023-01-27T18:45:04.543Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-27T18:45:04.586Z] $ docker stop --time=1 a8178bc01e55a954069dd89a4bb7cc326e0d43d0da439474d906efd96321c1ee [2023-01-27T18:45:05.891Z] $ docker rm -f --volumes a8178bc01e55a954069dd89a4bb7cc326e0d43d0da439474d906efd96321c1ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-27T18:45:06.584Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-27T18:45:06.584Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-27T18:45:06.745Z] prd-ubuntu20.04-docker-8c-8g-3826 does not seem to be running inside a container [2023-01-27T18:45:06.782Z] $ 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-01-27T18:45:07.125Z] $ docker top e5551957ba507fbad5adcef1d480167fccadf883813061885d88cc967f73b2e8 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-27T18:45:07.249Z] ========================================================= [2023-01-27T18:45:07.249Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-27T18:45:07.249Z] ========================================================= [Pipeline] sh [2023-01-27T18:45:07.544Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-01-27T18:45:07.907Z] + make test [2023-01-27T18:45:07.907Z] go test -race -coverprofile=coverage.out ./... [2023-01-27T18:45:14.472Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-27T18:45:26.683Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-27T18:45:26.684Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-01-27T18:45:26.684Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-27T18:45:27.256Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-27T18:45:27.256Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-27T18:45:27.256Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-27T18:45:27.256Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-27T18:45:27.256Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-27T18:45:27.256Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-27T18:45:27.256Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-27T18:45:27.520Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-27T18:45:27.520Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-27T18:45:27.520Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-27T18:45:27.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-27T18:45:28.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.055s coverage: 28.7% of statements [2023-01-27T18:45:28.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-27T18:45:28.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-27T18:45:28.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.094s coverage: 98.5% of statements [2023-01-27T18:45:28.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.113s coverage: 43.1% of statements [2023-01-27T18:45:28.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-27T18:45:28.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-01-27T18:45:28.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-27T18:45:28.601Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.099s coverage: 54.0% of statements [2023-01-27T18:45:28.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-27T18:45:28.601Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-27T18:45:32.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.770s coverage: 89.2% of statements [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-27T18:45:32.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.109s coverage: 2.4% of statements [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-27T18:45:32.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.534s coverage: 95.6% of statements [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-27T18:45:32.784Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.087s coverage: 72.2% of statements [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-27T18:45:32.784Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.062s coverage: 65.9% of statements [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-27T18:45:32.784Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.070s coverage: 0.9% of statements [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-27T18:45:32.784Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.080s coverage: 29.6% of statements [2023-01-27T18:45:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-27T18:45:32.784Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 47.1% of statements [2023-01-27T18:45:32.784Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 79.5% of statements [2023-01-27T18:45:32.784Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.072s coverage: 94.1% of statements [2023-01-27T18:45:32.784Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements [2023-01-27T18:45:32.784Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements [2023-01-27T18:45:36.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements [2023-01-27T18:45:36.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements [2023-01-27T18:45:43.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.279s coverage: 79.9% of statements [2023-01-27T18:45:43.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.127s coverage: 92.9% of statements [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.049s coverage: 65.1% of statements [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.071s coverage: 86.9% of statements [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.102s coverage: 77.4% of statements [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.0% of statements [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.055s coverage: 87.2% of statements [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.253s coverage: 91.2% of statements [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 64.7% of statements [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.137s coverage: 100.0% of statements [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.323s coverage: 65.3% of statements [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.169s coverage: 41.8% of statements [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.089s coverage: 17.7% of statements [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.154s coverage: 92.3% of statements [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-27T18:45:51.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.095s coverage: 97.7% of statements [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-27T18:45:51.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-27T18:45:51.661Z] 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-01-27T18:46:09.862Z] 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-01-27T18:46:09.862Z] go vet ./... [2023-01-27T18:46:12.385Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-27T18:46:12.385Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-27T18:46:12.385Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-27T18:46:12.427Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-27T18:46:12.730Z] + ls -al . [2023-01-27T18:46:12.730Z] total 748 [2023-01-27T18:46:12.730Z] drwxrwxr-x 11 1001 1001 4096 Jan 27 18:45 . [2023-01-27T18:46:12.730Z] drwxr-xr-x 4 root root 4096 Jan 27 18:45 .. [2023-01-27T18:46:12.730Z] drwxrwxr-x 2 1001 1001 4096 Jan 27 18:43 .blubracket [2023-01-27T18:46:12.730Z] -rw-rw-r-- 1 1001 1001 16 Jan 27 18:43 .dockerignore [2023-01-27T18:46:12.730Z] drwxrwxr-x 8 1001 1001 4096 Jan 27 18:45 .git [2023-01-27T18:46:12.730Z] drwxrwxr-x 3 1001 1001 4096 Jan 27 18:43 .github [2023-01-27T18:46:12.730Z] -rw-rw-r-- 1 1001 1001 1024 Jan 27 18:43 .gitignore [2023-01-27T18:46:12.730Z] -rw-rw-r-- 1 1001 1001 42 Jan 27 18:43 .golangci.yml [2023-01-27T18:46:12.730Z] -rw-rw-r-- 1 1001 1001 87 Jan 27 18:43 .hadolint.yml [2023-01-27T18:46:12.730Z] drwxr-xr-x 3 1001 1001 4096 Jan 27 18:44 .semver [2023-01-27T18:46:12.731Z] -rw-rw-r-- 1 1001 1001 166 Jan 27 18:43 .sonarcloud.properties [2023-01-27T18:46:12.731Z] -rw-rw-r-- 1 1001 1001 1171 Jan 27 18:43 ADOPTERS.md [2023-01-27T18:46:12.731Z] -rw-rw-r-- 1 1001 1001 10825 Jan 27 18:43 Attribution.txt [2023-01-27T18:46:12.731Z] -rw-rw-r-- 1 1001 1001 73765 Jan 27 18:43 CHANGELOG.md [2023-01-27T18:46:12.731Z] -rw-rw-r-- 1 1001 1001 3804 Jan 27 18:43 CONTRIBUTING.md [2023-01-27T18:46:12.731Z] -rw-rw-r-- 1 1001 1001 677 Jan 27 18:43 GOVERNANCE.md [2023-01-27T18:46:12.731Z] -rw-rw-r-- 1 1001 1001 850 Jan 27 18:43 Jenkinsfile [2023-01-27T18:46:12.731Z] -rw-rw-r-- 1 1001 1001 10775 Jan 27 18:43 LICENSE [2023-01-27T18:46:12.731Z] -rw-rw-r-- 1 1001 1001 13388 Jan 27 18:43 Makefile [2023-01-27T18:46:12.731Z] -rw-rw-r-- 1 1001 1001 582 Jan 27 18:43 OWNERS.md [2023-01-27T18:46:12.731Z] -rw-rw-r-- 1 1001 1001 9403 Jan 27 18:43 README.md [2023-01-27T18:46:12.731Z] -rw-rw-r-- 1 1001 1001 6912 Jan 27 18:43 SECURITY.md [2023-01-27T18:46:12.731Z] -rw-rw-r-- 1 1001 1001 5 Jan 27 18:44 VERSION [2023-01-27T18:46:12.731Z] drwxrwxr-x 2 1001 1001 4096 Jan 27 18:43 bin [2023-01-27T18:46:12.731Z] drwxrwxr-x 17 1001 1001 4096 Jan 27 18:43 cmd [2023-01-27T18:46:12.731Z] -rw-r--r-- 1 root root 488778 Jan 27 18:45 coverage.out [2023-01-27T18:46:12.731Z] -rw-rw-r-- 1 1001 1001 3365 Jan 27 18:43 go.mod [2023-01-27T18:46:12.731Z] -rw-rw-r-- 1 1001 1001 34951 Jan 27 18:43 go.sum [2023-01-27T18:46:12.731Z] drwxrwxr-x 7 1001 1001 4096 Jan 27 18:43 internal [2023-01-27T18:46:12.731Z] drwxrwxr-x 3 1001 1001 4096 Jan 27 18:43 openapi [2023-01-27T18:46:12.731Z] drwxrwxr-x 4 1001 1001 4096 Jan 27 18:43 snap [2023-01-27T18:46:12.731Z] -rw-rw-r-- 1 1001 1001 204 Jan 27 18:43 version.go [Pipeline] sh [2023-01-27T18:46:13.038Z] + '[' -e coverage.out ] [2023-01-27T18:46:13.038Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-27T18:46:13.192Z] Stashed 1 file(s) [Pipeline] sh [2023-01-27T18:46:13.517Z] + make build [2023-01-27T18:46:13.517Z] 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-01-27T18:46:15.728Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3827 in /w/workspace/edgexfoundry_edgex-go_PR-4311 [Pipeline] { [Pipeline] ws [2023-01-27T18:46:15.787Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-01-27T18:46:15.866Z] The recommended git tool is: git [2023-01-27T18:46:22.965Z] using credential edgex-jenkins-ssh [2023-01-27T18:46:22.979Z] Cloning the remote Git repository [2023-01-27T18:46:23.027Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-01-27T18:46:23.102Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-01-27T18:46:23.245Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-27T18:46:23.246Z] > git --version # timeout=10 [2023-01-27T18:46:23.264Z] > git --version # 'git version 2.25.1' [2023-01-27T18:46:23.266Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-27T18:46:23.319Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-27T18:46:25.738Z] 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-01-27T18:46:26.303Z] 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-01-27T18:46:27.236Z] 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-01-27T18:46:28.231Z] 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-01-27T18:46:34.821Z] 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-01-27T18:46:36.196Z] 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-01-27T18:46:37.572Z] 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-01-27T18:46:38.509Z] 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-01-27T18:46:39.445Z] 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-01-27T18:46:40.012Z] 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-01-27T18:46:39.280Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-27T18:46:39.306Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-27T18:46:40.143Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-27T18:46:40.197Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-27T18:46:40.198Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-27T18:46:40.217Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4311/head:refs/remotes/origin/PR-4311 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-01-27T18:46:41.024Z] Merging remotes/origin/main commit a37026ef060af0a96832afa785f280dce900bb2a into PR head commit af0e451a597ac594dddf90e84177a4b048fc1f81 [2023-01-27T18:46:41.730Z] Merge succeeded, producing ca860fcd9a2a7793813791f898856002f1de296b [2023-01-27T18:46:41.730Z] Checking out Revision ca860fcd9a2a7793813791f898856002f1de296b (PR-4311) [2023-01-27T18:46:42.541Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-01-27T18:46:41.045Z] > git config core.sparsecheckout # timeout=10 [2023-01-27T18:46:41.073Z] > git checkout -f af0e451a597ac594dddf90e84177a4b048fc1f81 # timeout=10 [2023-01-27T18:46:41.319Z] > git remote # timeout=10 [2023-01-27T18:46:41.337Z] > git config --get remote.origin.url # timeout=10 [2023-01-27T18:46:41.355Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-27T18:46:41.369Z] > git merge a37026ef060af0a96832afa785f280dce900bb2a # timeout=10 [2023-01-27T18:46:41.711Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-01-27T18:46:41.743Z] > git config core.sparsecheckout # timeout=10 [2023-01-27T18:46:41.759Z] > git checkout -f ca860fcd9a2a7793813791f898856002f1de296b # timeout=10 [Pipeline] } [2023-01-27T18:46:43.502Z] $ docker stop --time=1 e5551957ba507fbad5adcef1d480167fccadf883813061885d88cc967f73b2e8 [2023-01-27T18:46:45.491Z] Commit message: "Merge commit 'a37026ef060af0a96832afa785f280dce900bb2a' into HEAD" [2023-01-27T18:46:45.491Z] First time build. Skipping changelog. [2023-01-27T18:46:45.553Z] > git --version # timeout=10 [2023-01-27T18:46:45.577Z] > git --version # 'git version 2.25.1' [2023-01-27T18:46:45.602Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-27T18:46:50.224Z] $ docker rm -f --volumes e5551957ba507fbad5adcef1d480167fccadf883813061885d88cc967f73b2e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-27T18:46:51.301Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-27T18:46:51.301Z] [2023-01-27T18:46:51.301Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-27T18:46:51.572Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-27T18:46:51.572Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-27T18:46:51.572Z] Dload Upload Total Spent Left Speed [2023-01-27T18:46:51.572Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 87937 0 --:--:-- --:--:-- --:--:-- 87937 [2023-01-27T18:46:51.680Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-27T18:46:51.680Z] latest: Pulling from edgex-devops/edgex-compose [2023-01-27T18:46:51.680Z] cbdbe7a5bc2a: Pulling fs layer [2023-01-27T18:46:51.680Z] ca9280d653b3: Pulling fs layer [2023-01-27T18:46:51.680Z] 7e9c9ca2126c: Pulling fs layer [Pipeline] sh [2023-01-27T18:46:51.945Z] cbdbe7a5bc2a: Download complete [2023-01-27T18:46:51.945Z] cbdbe7a5bc2a: Pull complete [2023-01-27T18:46:51.945Z] ca9280d653b3: Verifying Checksum [2023-01-27T18:46:51.945Z] ca9280d653b3: Download complete [2023-01-27T18:46:52.259Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-27T18:46:52.512Z] ca9280d653b3: Pull complete [2023-01-27T18:46:52.596Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-27T18:46:52.596Z] + sudo tee /etc/docker/daemon.new [2023-01-27T18:46:52.596Z] { [2023-01-27T18:46:52.596Z] "registry-mirrors": [ [2023-01-27T18:46:52.596Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-27T18:46:52.596Z] ], [2023-01-27T18:46:52.596Z] "bip": "10.250.0.254/24", [2023-01-27T18:46:52.596Z] "hosts": [ [2023-01-27T18:46:52.596Z] "tcp://0.0.0.0:5555", [2023-01-27T18:46:52.596Z] "unix:///var/run/docker.sock" [2023-01-27T18:46:52.596Z] ], [2023-01-27T18:46:52.596Z] "mtu": 1458, [2023-01-27T18:46:52.596Z] "selinux-enabled": true, [2023-01-27T18:46:52.596Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-27T18:46:52.596Z] } [Pipeline] sh [2023-01-27T18:46:52.934Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-27T18:46:53.287Z] + sudo service docker restart [2023-01-27T18:46:55.056Z] 7e9c9ca2126c: Pull complete [2023-01-27T18:46:55.056Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-01-27T18:46:55.056Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-27T18:46:55.056Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-27T18:46:55.277Z] prd-ubuntu20.04-docker-8c-8g-3826 does not seem to be running inside a container [2023-01-27T18:46:55.312Z] $ 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-01-27T18:46:59.250Z] $ docker top b1d328b35164be8b9567f89d970aa926eca756a6215f262cc9c314bb4a879aa0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-27T18:46:59.630Z] + docker-compose build --help [2023-01-27T18:46:59.630Z] + grep parallel [2023-01-27T18:47:00.196Z] --parallel Build images in parallel. [Pipeline] } [2023-01-27T18:47:00.234Z] $ docker stop --time=1 b1d328b35164be8b9567f89d970aa926eca756a6215f262cc9c314bb4a879aa0 [2023-01-27T18:47:01.516Z] $ docker rm -f --volumes b1d328b35164be8b9567f89d970aa926eca756a6215f262cc9c314bb4a879aa0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-27T18:47:02.097Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-27T18:47:02.097Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-27T18:47:02.239Z] prd-ubuntu20.04-docker-8c-8g-3826 does not seem to be running inside a container [2023-01-27T18:47:02.275Z] $ 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-01-27T18:47:02.570Z] $ docker top 7fff0352b447bc95977a55af3643ea7b8d11f0001c6b3561a8321479265363f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-27T18:47:02.965Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-27T18:47:03.531Z] Building core-command ... [2023-01-27T18:47:03.531Z] Building core-common-config-bootstrapper ... [2023-01-27T18:47:03.531Z] Building core-data ... [2023-01-27T18:47:03.531Z] Building core-metadata ... [2023-01-27T18:47:03.531Z] Building security-bootstrapper ... [2023-01-27T18:47:03.531Z] Building security-proxy-setup ... [2023-01-27T18:47:03.531Z] Building security-secretstore-setup ... [2023-01-27T18:47:03.531Z] Building security-spiffe-token-provider ... [2023-01-27T18:47:03.531Z] Building security-spire-agent ... [2023-01-27T18:47:03.531Z] Building security-spire-config ... [2023-01-27T18:47:03.531Z] Building security-spire-server ... [2023-01-27T18:47:03.531Z] Building support-notifications ... [2023-01-27T18:47:03.531Z] Building support-scheduler ... [2023-01-27T18:47:03.531Z] Building security-proxy-setup [2023-01-27T18:47:03.531Z] Building security-spire-config [2023-01-27T18:47:03.531Z] Building security-spire-agent [2023-01-27T18:47:03.531Z] Building core-common-config-bootstrapper [2023-01-27T18:47:03.531Z] Building core-metadata [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-27T18:47:11.624Z] provisioning config files... [2023-01-27T18:47:11.653Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2187213981244033165tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-27T18:47:12.044Z] ---> docker-login.sh [2023-01-27T18:47:12.044Z] nexus3.edgexfoundry.org:10001 [2023-01-27T18:47:12.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-27T18:47:12.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-27T18:47:12.637Z] Configure a credential helper to remove this warning. See [2023-01-27T18:47:12.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-27T18:47:12.637Z] [2023-01-27T18:47:12.637Z] Login Succeeded [2023-01-27T18:47:12.637Z] nexus3.edgexfoundry.org:10002 [2023-01-27T18:47:12.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-27T18:47:13.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-27T18:47:13.176Z] Configure a credential helper to remove this warning. See [2023-01-27T18:47:13.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-27T18:47:13.176Z] [2023-01-27T18:47:13.176Z] Login Succeeded [2023-01-27T18:47:13.176Z] nexus3.edgexfoundry.org:10003 [2023-01-27T18:47:13.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-27T18:47:13.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-27T18:47:13.451Z] Configure a credential helper to remove this warning. See [2023-01-27T18:47:13.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-27T18:47:13.451Z] [2023-01-27T18:47:13.451Z] Login Succeeded [2023-01-27T18:47:13.451Z] nexus3.edgexfoundry.org:10004 [2023-01-27T18:47:13.506Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T18:47:13.506Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-27T18:47:13.506Z] ---> 2db913a60458 [2023-01-27T18:47:13.506Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-27T18:47:13.506Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T18:47:13.506Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-27T18:47:13.506Z] ---> 2db913a60458 [2023-01-27T18:47:13.506Z] Step 3/24 : WORKDIR /edgex-go [2023-01-27T18:47:13.506Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T18:47:13.506Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-27T18:47:13.506Z] ---> 2db913a60458 [2023-01-27T18:47:13.506Z] Step 3/24 : WORKDIR /edgex-go [2023-01-27T18:47:13.506Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T18:47:13.506Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-27T18:47:13.506Z] ---> 2db913a60458 [2023-01-27T18:47:13.506Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-27T18:47:13.506Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T18:47:13.506Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-27T18:47:13.506Z] ---> 2db913a60458 [2023-01-27T18:47:13.506Z] Step 3/21 : WORKDIR /edgex-go [2023-01-27T18:47:13.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-27T18:47:13.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-27T18:47:13.728Z] Configure a credential helper to remove this warning. See [2023-01-27T18:47:13.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-27T18:47:13.728Z] [2023-01-27T18:47:13.728Z] Login Succeeded [2023-01-27T18:47:13.728Z] docker.io [2023-01-27T18:47:13.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-27T18:47:14.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-27T18:47:14.267Z] Configure a credential helper to remove this warning. See [2023-01-27T18:47:14.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-27T18:47:14.267Z] [2023-01-27T18:47:14.267Z] Login Succeeded [2023-01-27T18:47:14.267Z] ---> docker-login.sh ends [Pipeline] } [2023-01-27T18:47:14.296Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-01-27T18:47:14.959Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-01-27T18:47:15.016Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-27T18:47:15.054Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-27T18:47:15.087Z] ========================================================= [2023-01-27T18:47:15.087Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-27T18:47:15.087Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-27T18:47:15.460Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-27T18:47:15.460Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-27T18:47:15.460Z] 9b18e9b68314: Pulling fs layer [2023-01-27T18:47:15.731Z] 35d82f9e3411: Pulling fs layer [2023-01-27T18:47:15.731Z] e16973657156: Pulling fs layer [2023-01-27T18:47:15.731Z] fc693d55d65f: Pulling fs layer [2023-01-27T18:47:15.731Z] 7e9fc2657dce: Pulling fs layer [2023-01-27T18:47:15.731Z] dda99020689f: Pulling fs layer [2023-01-27T18:47:15.731Z] db1c61fa0a46: Pulling fs layer [2023-01-27T18:47:15.731Z] 891c053d2c06: Pulling fs layer [2023-01-27T18:47:15.731Z] fc693d55d65f: Waiting [2023-01-27T18:47:15.731Z] 7e9fc2657dce: Waiting [2023-01-27T18:47:15.731Z] dda99020689f: Waiting [2023-01-27T18:47:15.731Z] db1c61fa0a46: Waiting [2023-01-27T18:47:15.731Z] 891c053d2c06: Waiting [2023-01-27T18:47:15.731Z] e16973657156: Download complete [2023-01-27T18:47:15.731Z] 35d82f9e3411: Download complete [2023-01-27T18:47:15.731Z] 7e9fc2657dce: Verifying Checksum [2023-01-27T18:47:15.731Z] 7e9fc2657dce: Download complete [2023-01-27T18:47:15.731Z] dda99020689f: Verifying Checksum [2023-01-27T18:47:15.731Z] dda99020689f: Download complete [2023-01-27T18:47:15.731Z] 9b18e9b68314: Verifying Checksum [2023-01-27T18:47:15.731Z] 9b18e9b68314: Download complete [2023-01-27T18:47:16.700Z] 9b18e9b68314: Pull complete [2023-01-27T18:47:16.700Z] 891c053d2c06: Verifying Checksum [2023-01-27T18:47:16.700Z] 891c053d2c06: Download complete [2023-01-27T18:47:16.972Z] 35d82f9e3411: Pull complete [2023-01-27T18:47:17.563Z] e16973657156: Pull complete [2023-01-27T18:47:18.168Z] db1c61fa0a46: Verifying Checksum [2023-01-27T18:47:18.168Z] db1c61fa0a46: Download complete [2023-01-27T18:47:18.440Z] fc693d55d65f: Verifying Checksum [2023-01-27T18:47:18.440Z] fc693d55d65f: Download complete [2023-01-27T18:47:23.482Z] ---> Running in e3b6d1750ba9 [2023-01-27T18:47:23.482Z] ---> Running in c985fdf02dce [2023-01-27T18:47:23.482Z] ---> Running in 2b2a17e0e48a [2023-01-27T18:47:23.482Z] ---> Running in 870497393bb7 [2023-01-27T18:47:23.482Z] ---> Running in 6b5a6f15eb52 [2023-01-27T18:47:23.482Z] Removing intermediate container 6b5a6f15eb52 [2023-01-27T18:47:23.482Z] ---> da85ae8cd01c [2023-01-27T18:47:23.482Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-27T18:47:23.482Z] Removing intermediate container 2b2a17e0e48a [2023-01-27T18:47:23.482Z] ---> a0519c61f0d6 [2023-01-27T18:47:23.482Z] Step 4/22 : WORKDIR /edgex-go [2023-01-27T18:47:23.482Z] Removing intermediate container 870497393bb7 [2023-01-27T18:47:23.482Z] ---> 9cb20ebae1d5 [2023-01-27T18:47:23.482Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-27T18:47:23.482Z] Removing intermediate container c985fdf02dce [2023-01-27T18:47:23.482Z] ---> a4eaf4ddc74f [2023-01-27T18:47:23.482Z] Step 4/24 : WORKDIR /edgex-go [2023-01-27T18:47:23.482Z] ---> Running in 66928e72edb9 [2023-01-27T18:47:23.482Z] ---> Running in 188974805caa [2023-01-27T18:47:23.482Z] Removing intermediate container e3b6d1750ba9 [2023-01-27T18:47:23.482Z] ---> 32cf714f477e [2023-01-27T18:47:23.482Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-27T18:47:23.482Z] ---> Running in 0318325f6502 [2023-01-27T18:47:23.482Z] ---> Running in 1bbd32e813ad [2023-01-27T18:47:23.482Z] ---> Running in eb5bed516870 [2023-01-27T18:47:23.482Z] Removing intermediate container 188974805caa [2023-01-27T18:47:23.482Z] ---> 43df4e526cd8 [2023-01-27T18:47:23.482Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-27T18:47:23.482Z] ---> Running in f5af4cbe3978 [2023-01-27T18:47:23.482Z] Removing intermediate container 0318325f6502 [2023-01-27T18:47:23.482Z] ---> 3547cb6fee8e [2023-01-27T18:47:23.482Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-27T18:47:23.482Z] ---> Running in cb950037dd16 [2023-01-27T18:47:23.482Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:47:23.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:47:23.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:47:23.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:47:23.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:47:23.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:47:23.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:47:23.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:47:23.996Z] OK: 211 MiB in 51 packages [2023-01-27T18:47:23.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:47:23.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:47:24.254Z] OK: 211 MiB in 51 packages [2023-01-27T18:47:24.254Z] OK: 211 MiB in 51 packages [2023-01-27T18:47:24.254Z] OK: 211 MiB in 51 packages [2023-01-27T18:47:24.254Z] OK: 211 MiB in 51 packages [2023-01-27T18:47:24.526Z] Removing intermediate container 66928e72edb9 [2023-01-27T18:47:24.526Z] ---> d4d066f1f429 [2023-01-27T18:47:24.526Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-27T18:47:24.526Z] Removing intermediate container eb5bed516870 [2023-01-27T18:47:24.526Z] ---> 462d6e7c1de5 [2023-01-27T18:47:24.526Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-27T18:47:24.793Z] ---> 5222052edb8f [2023-01-27T18:47:24.793Z] ---> c267c8c6a303 [2023-01-27T18:47:24.793Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T18:47:24.793Z] [2023-01-27T18:47:24.793Z] ---> Running in 275a1aabe4a6 [2023-01-27T18:47:24.793Z] ---> Running in 84dfe7512343 [2023-01-27T18:47:24.793Z] Removing intermediate container 1bbd32e813ad [2023-01-27T18:47:24.793Z] ---> bf3ace279f40 [2023-01-27T18:47:24.793Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-27T18:47:25.051Z] Removing intermediate container f5af4cbe3978 [2023-01-27T18:47:25.051Z] ---> da872a5e0c60 [2023-01-27T18:47:25.051Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-27T18:47:25.051Z] ---> 1bbe03292289 [2023-01-27T18:47:25.051Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T18:47:25.051Z] Removing intermediate container cb950037dd16 [2023-01-27T18:47:25.051Z] ---> 0fae7ff1bf31 [2023-01-27T18:47:25.051Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-27T18:47:25.051Z] ---> Running in ab307837e4b9 [2023-01-27T18:47:25.051Z] ---> 3a40b0ffc7b1 [2023-01-27T18:47:25.051Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T18:47:25.051Z] ---> Running in 56d5e099da0b [2023-01-27T18:47:25.308Z] ---> 160f023c4583 [2023-01-27T18:47:25.308Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T18:47:25.308Z] ---> Running in a0ce652659e2 [2023-01-27T18:47:30.777Z] fc693d55d65f: Pull complete [2023-01-27T18:47:30.777Z] 7e9fc2657dce: Pull complete [2023-01-27T18:47:30.777Z] dda99020689f: Pull complete [2023-01-27T18:47:36.138Z] db1c61fa0a46: Pull complete [2023-01-27T18:47:40.404Z] 891c053d2c06: Pull complete [2023-01-27T18:47:40.404Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-27T18:47:40.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-27T18:47:40.404Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-27T18:47:40.793Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-27T18:47:40.793Z] WORKDIR /edgex [2023-01-27T18:47:40.793Z] COPY go.mod . [2023-01-27T18:47:40.793Z] RUN go mod download [2023-01-27T18:47:40.793Z] + docker build -t ci-base-image-arm64 -f - . [2023-01-27T18:47:41.381Z] Sending build context to Docker daemon 3.099MB [2023-01-27T18:47:41.381Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-27T18:47:41.381Z] ---> f96f9c87975a [2023-01-27T18:47:41.381Z] Step 2/4 : WORKDIR /edgex [2023-01-27T18:47:43.400Z] ---> Running in fc2de0452c44 [2023-01-27T18:47:43.400Z] Removing intermediate container fc2de0452c44 [2023-01-27T18:47:43.400Z] ---> 4ff8306a94f5 [2023-01-27T18:47:43.400Z] Step 3/4 : COPY go.mod . [2023-01-27T18:47:43.986Z] ---> 20f9f9342229 [2023-01-27T18:47:43.986Z] Step 4/4 : RUN go mod download [2023-01-27T18:47:43.986Z] ---> Running in 7d4c9189464b [2023-01-27T18:48:22.884Z] Removing intermediate container 7d4c9189464b [2023-01-27T18:48:22.884Z] ---> c6fe74419192 [2023-01-27T18:48:22.884Z] Successfully built c6fe74419192 [2023-01-27T18:48:22.884Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-27T18:48:23.292Z] + docker inspect -f . ci-base-image-arm64 [2023-01-27T18:48:23.292Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-27T18:48:23.552Z] prd-ubuntu20.04-docker-arm64-4c-16g-3827 does not seem to be running inside a container [2023-01-27T18:48:23.627Z] $ 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-01-27T18:48:24.824Z] $ docker top 6b63ee280db985c96f9d889ee98e3226e563d73c7d8b4b4a34acb9f8b94aa0a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-27T18:48:25.681Z] + go version [2023-01-27T18:48:25.681Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-27T18:48:25.720Z] $ docker stop --time=1 6b63ee280db985c96f9d889ee98e3226e563d73c7d8b4b4a34acb9f8b94aa0a9 [2023-01-27T18:48:27.309Z] $ docker rm -f --volumes 6b63ee280db985c96f9d889ee98e3226e563d73c7d8b4b4a34acb9f8b94aa0a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-27T18:48:28.208Z] + docker inspect -f . ci-base-image-arm64 [2023-01-27T18:48:28.208Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-27T18:48:28.464Z] prd-ubuntu20.04-docker-arm64-4c-16g-3827 does not seem to be running inside a container [2023-01-27T18:48:28.540Z] $ 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-01-27T18:48:29.675Z] $ docker top 69b01c075cbc64561022b2cf3ca32f4037aaf0c6592d0ef331a13c1a877d6bce -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-27T18:48:29.912Z] ========================================================= [2023-01-27T18:48:29.912Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-27T18:48:29.912Z] ========================================================= [Pipeline] sh [2023-01-27T18:48:30.551Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-01-27T18:48:31.254Z] + make test [2023-01-27T18:48:31.254Z] go test -race -coverprofile=coverage.out ./... [2023-01-27T18:48:46.790Z] Removing intermediate container ab307837e4b9 [2023-01-27T18:48:46.790Z] ---> f498730f6315 [2023-01-27T18:48:46.790Z] Step 7/24 : COPY . . [2023-01-27T18:48:46.790Z] Removing intermediate container 84dfe7512343 [2023-01-27T18:48:46.790Z] ---> e197778059a2 [2023-01-27T18:48:46.790Z] Step 7/21 : COPY . . [2023-01-27T18:48:46.790Z] Removing intermediate container 56d5e099da0b [2023-01-27T18:48:46.790Z] ---> eb7db3dc3cca [2023-01-27T18:48:46.790Z] Step 8/22 : COPY . . [2023-01-27T18:48:46.790Z] Removing intermediate container 275a1aabe4a6 [2023-01-27T18:48:46.790Z] ---> e006eaa4f8a8 [2023-01-27T18:48:46.790Z] Step 7/24 : COPY . . [2023-01-27T18:48:46.790Z] Removing intermediate container a0ce652659e2 [2023-01-27T18:48:46.790Z] ---> 8e21dc479979 [2023-01-27T18:48:46.790Z] Step 8/24 : COPY . . [2023-01-27T18:49:03.476Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-27T18:49:13.503Z] ---> 633c47b9c486 [2023-01-27T18:49:13.503Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ---> 2af1ceaa7eb3 [2023-01-27T18:49:13.503Z] [2023-01-27T18:49:13.503Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-27T18:49:13.503Z] ---> 3c15506994ef [2023-01-27T18:49:13.503Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-27T18:49:13.503Z] ---> d2362a0cdca1 [2023-01-27T18:49:13.503Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-27T18:49:13.503Z] ---> a46cd7a217b5 [2023-01-27T18:49:13.503Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-27T18:49:13.503Z] ---> Running in 5670936296f2 [2023-01-27T18:49:13.503Z] ---> Running in 61d392a66e49 [2023-01-27T18:49:13.503Z] ---> Running in 3410be30346a [2023-01-27T18:49:13.503Z] ---> Running in 4ad8b48820c6 [2023-01-27T18:49:13.503Z] ---> Running in d78786003419 [2023-01-27T18:49:13.503Z] Removing intermediate container d78786003419 [2023-01-27T18:49:13.503Z] ---> a2f4a6026348 [2023-01-27T18:49:13.503Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-27T18:49:13.503Z] Removing intermediate container 5670936296f2 [2023-01-27T18:49:13.503Z] ---> 1f940a9ed56f [2023-01-27T18:49:13.503Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-27T18:49:13.503Z] ---> Running in 08dc6901c6ca [2023-01-27T18:49:13.503Z] ---> Running in 73b6b733b68f [2023-01-27T18:49:13.503Z] Removing intermediate container 08dc6901c6ca [2023-01-27T18:49:13.503Z] ---> 4e72596ad92e [2023-01-27T18:49:13.503Z] 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-01-27T18:49:13.503Z] Removing intermediate container 73b6b733b68f [2023-01-27T18:49:13.503Z] ---> 76c92cd16fe0 [2023-01-27T18:49:13.503Z] 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-01-27T18:49:13.503Z] ---> Running in 3ee1a5b96462 [2023-01-27T18:49:13.503Z] ---> Running in b10de23015a9 [2023-01-27T18:49:13.503Z] 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-01-27T18:49:13.503Z] 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-01-27T18:49:13.503Z] 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-01-27T18:49:13.503Z] Removing intermediate container 3ee1a5b96462 [2023-01-27T18:49:13.503Z] ---> 1b9a0ec274c2 [2023-01-27T18:49:13.503Z] Step 11/24 : WORKDIR /edgex-go [2023-01-27T18:49:13.503Z] Removing intermediate container b10de23015a9 [2023-01-27T18:49:13.503Z] ---> 7e9965c6161f [2023-01-27T18:49:13.503Z] Step 11/24 : WORKDIR /edgex-go [2023-01-27T18:49:13.503Z] ---> Running in 83fa4947707e [2023-01-27T18:49:13.503Z] ---> Running in eb7bbfd934c3 [2023-01-27T18:49:13.503Z] Removing intermediate container eb7bbfd934c3 [2023-01-27T18:49:13.503Z] ---> 29495cf205cc [2023-01-27T18:49:13.503Z] [2023-01-27T18:49:13.503Z] Step 12/24 : FROM alpine:3.15 [2023-01-27T18:49:13.503Z] Removing intermediate container 83fa4947707e [2023-01-27T18:49:13.503Z] ---> d0fbec90b874 [2023-01-27T18:49:13.503Z] [2023-01-27T18:49:13.503Z] Step 12/24 : FROM alpine:3.15 [2023-01-27T18:49:14.437Z] 3.15: Pulling from library/alpine [2023-01-27T18:49:14.708Z] 3.15: Pulling from library/alpine [2023-01-27T18:49:15.643Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-27T18:49:15.643Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-27T18:49:15.643Z] Status: Downloaded newer image for alpine:3.15 [2023-01-27T18:49:15.643Z] Status: Image is up to date for alpine:3.15 [2023-01-27T18:49:15.643Z] ---> c4fc93816858 [2023-01-27T18:49:15.643Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-27T18:49:15.643Z] ---> c4fc93816858 [2023-01-27T18:49:15.643Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-27T18:49:17.544Z] ---> Running in 80a3307dfdaa [2023-01-27T18:49:17.544Z] ---> Running in d1c95ca4b3f2 [2023-01-27T18:49:18.711Z] Removing intermediate container 80a3307dfdaa [2023-01-27T18:49:18.711Z] ---> fdfbc6d63105 [2023-01-27T18:49:18.711Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-27T18:49:18.972Z] Removing intermediate container d1c95ca4b3f2 [2023-01-27T18:49:18.972Z] ---> afef35adc89d [2023-01-27T18:49:18.972Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-27T18:49:19.229Z] ---> Running in c9c0201f94dd [2023-01-27T18:49:19.229Z] ---> Running in cbee0775cd19 [2023-01-27T18:49:19.794Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:49:19.794Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:49:20.052Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:49:20.052Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:49:20.310Z] v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-27T18:49:20.310Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-27T18:49:20.310Z] OK: 15859 distinct packages available [2023-01-27T18:49:20.310Z] v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-27T18:49:20.310Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-27T18:49:20.310Z] OK: 15859 distinct packages available [2023-01-27T18:49:20.310Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:49:20.310Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:49:20.310Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:49:20.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:49:20.570Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-27T18:49:20.570Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-27T18:49:20.570Z] (3/4) Installing libucontext (1.1-r0) [2023-01-27T18:49:20.570Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-27T18:49:20.570Z] Executing busybox-1.34.1-r7.trigger [2023-01-27T18:49:20.570Z] OK: 6 MiB in 18 packages [2023-01-27T18:49:20.570Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-27T18:49:20.570Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-27T18:49:20.570Z] (3/5) Installing libucontext (1.1-r0) [2023-01-27T18:49:20.570Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-27T18:49:20.837Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-27T18:49:20.837Z] Executing busybox-1.34.1-r7.trigger [2023-01-27T18:49:20.837Z] OK: 7 MiB in 19 packages [2023-01-27T18:49:24.130Z] Removing intermediate container cbee0775cd19 [2023-01-27T18:49:24.130Z] ---> ab523caa4d0c [2023-01-27T18:49:24.130Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-27T18:49:24.130Z] Removing intermediate container c9c0201f94dd [2023-01-27T18:49:24.130Z] ---> 3f371d97b0d4 [2023-01-27T18:49:24.130Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-27T18:49:36.896Z] ---> 51bc8bd38ed4 [2023-01-27T18:49:36.896Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-27T18:49:37.891Z] 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-01-27T18:49:38.151Z] ---> fd66a5a28f76 [2023-01-27T18:49:38.151Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-27T18:49:41.535Z] ---> 5d9dfc4b62c9 [2023-01-27T18:49:41.535Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-27T18:49:41.535Z] ---> b2a468f9e2f5 [2023-01-27T18:49:41.535Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-27T18:49:41.535Z] ---> Running in 197c51c22ed2 [2023-01-27T18:49:41.793Z] Removing intermediate container 197c51c22ed2 [2023-01-27T18:49:41.793Z] ---> 4c269d8fd9a1 [2023-01-27T18:49:41.793Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-27T18:49:42.053Z] ---> 21d0cb4d209f [2023-01-27T18:49:42.053Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-27T18:49:42.053Z] ---> a4fe4f08d925 [2023-01-27T18:49:42.053Z] Step 19/24 : WORKDIR / [2023-01-27T18:49:42.311Z] ---> Running in 1b8ba4e6417f [2023-01-27T18:49:46.547Z] ---> 57647dbbc806 [2023-01-27T18:49:46.547Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-27T18:49:46.547Z] Removing intermediate container 3410be30346a [2023-01-27T18:49:46.547Z] ---> e87fa30ed58c [2023-01-27T18:49:46.547Z] [2023-01-27T18:49:46.547Z] Step 10/22 : FROM alpine:3.16 [2023-01-27T18:49:46.547Z] Removing intermediate container 61d392a66e49 [2023-01-27T18:49:46.547Z] ---> aaf13ccd387c [2023-01-27T18:49:46.547Z] [2023-01-27T18:49:46.547Z] Step 9/21 : FROM alpine:3.16 [2023-01-27T18:49:46.547Z] Removing intermediate container 1b8ba4e6417f [2023-01-27T18:49:46.547Z] ---> 6c6d732037ea [2023-01-27T18:49:46.547Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-27T18:49:46.547Z] Removing intermediate container 4ad8b48820c6 [2023-01-27T18:49:46.547Z] ---> 53741edea9a5 [2023-01-27T18:49:46.547Z] [2023-01-27T18:49:46.547Z] Step 10/24 : FROM alpine:3.16 [2023-01-27T18:49:46.547Z] ---> Running in bc76a7558b86 [2023-01-27T18:49:46.547Z] ---> d6da16f06f39 [2023-01-27T18:49:46.547Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-27T18:49:46.547Z] ---> Running in 05c845b2fab3 [2023-01-27T18:49:46.547Z] Removing intermediate container bc76a7558b86 [2023-01-27T18:49:46.547Z] ---> d80ef46257f1 [2023-01-27T18:49:46.547Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-27T18:49:46.547Z] ---> Running in 88073ee9b1c6 [2023-01-27T18:49:46.547Z] Removing intermediate container 05c845b2fab3 [2023-01-27T18:49:46.547Z] ---> 71d6d5a8d232 [2023-01-27T18:49:46.547Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-27T18:49:46.547Z] ---> Running in f42debebdcad [2023-01-27T18:49:46.547Z] Removing intermediate container 88073ee9b1c6 [2023-01-27T18:49:46.547Z] ---> fcc82a67954c [2023-01-27T18:49:46.547Z] Step 22/24 : LABEL arch=x86_64 [2023-01-27T18:49:46.547Z] ---> Running in 376d06d92cae [2023-01-27T18:49:46.547Z] Removing intermediate container f42debebdcad [2023-01-27T18:49:46.547Z] ---> 82db28c0cf63 [2023-01-27T18:49:46.547Z] Step 22/24 : LABEL arch=x86_64 [2023-01-27T18:49:46.547Z] ---> Running in 507661bded56 [2023-01-27T18:49:46.547Z] Removing intermediate container 376d06d92cae [2023-01-27T18:49:46.547Z] ---> b82206ff44da [2023-01-27T18:49:46.547Z] Step 23/24 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [2023-01-27T18:49:46.547Z] ---> Running in 59a765885835 [2023-01-27T18:49:46.547Z] Removing intermediate container 507661bded56 [2023-01-27T18:49:46.547Z] ---> 801e4e15e00e [2023-01-27T18:49:46.547Z] Step 23/24 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [2023-01-27T18:49:46.547Z] ---> Running in 467afb7db656 [2023-01-27T18:49:46.821Z] Removing intermediate container 59a765885835 [2023-01-27T18:49:46.821Z] ---> 7799ca862e75 [2023-01-27T18:49:46.821Z] Step 24/24 : LABEL version=0.0.0 [2023-01-27T18:49:46.821Z] ---> Running in 44914c10b775 [2023-01-27T18:49:46.821Z] Removing intermediate container 467afb7db656 [2023-01-27T18:49:46.821Z] ---> 92ea9683f1c4 [2023-01-27T18:49:46.821Z] Step 24/24 : LABEL version=0.0.0 [2023-01-27T18:49:46.821Z] ---> Running in 226ee62344c3 [2023-01-27T18:49:46.821Z] Removing intermediate container 44914c10b775 [2023-01-27T18:49:46.821Z] ---> 5efc694eae71 [2023-01-27T18:49:46.821Z] [2023-01-27T18:49:46.821Z] Successfully built 5efc694eae71 [2023-01-27T18:49:46.821Z] Successfully tagged security-spire-config:latest [2023-01-27T18:49:46.821Z] Building core-command [2023-01-27T18:49:46.821Z]  Building security-spire-config ... done Removing intermediate container 226ee62344c3 [2023-01-27T18:49:46.821Z] ---> a2421df50fea [2023-01-27T18:49:46.821Z] [2023-01-27T18:49:46.821Z] Successfully built a2421df50fea [2023-01-27T18:49:47.081Z] Successfully tagged security-spire-agent:latest [2023-01-27T18:49:47.081Z]  Building security-spire-agent ... done Building support-scheduler [2023-01-27T18:49:47.081Z] 3.16: Pulling from library/alpine [2023-01-27T18:49:48.022Z] 3.16: Pulling from library/alpine [2023-01-27T18:49:48.022Z] 3.16: Pulling from library/alpine [2023-01-27T18:49:48.962Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-27T18:49:48.962Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-27T18:49:48.962Z] Status: Downloaded newer image for alpine:3.16 [2023-01-27T18:49:48.962Z] Status: Image is up to date for alpine:3.16 [2023-01-27T18:49:48.962Z] ---> bfe296a52501 [2023-01-27T18:49:48.962Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-27T18:49:48.962Z] ---> bfe296a52501 [2023-01-27T18:49:48.962Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-01-27T18:49:48.962Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-27T18:49:48.962Z] Status: Image is up to date for alpine:3.16 [2023-01-27T18:49:50.514Z] ---> bfe296a52501 [2023-01-27T18:49:50.514Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-27T18:49:51.464Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T18:49:51.464Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-27T18:49:51.464Z] ---> 2db913a60458 [2023-01-27T18:49:51.464Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-27T18:49:51.464Z] ---> Using cache [2023-01-27T18:49:51.464Z] ---> a4eaf4ddc74f [2023-01-27T18:49:51.464Z] Step 4/22 : WORKDIR /edgex-go [2023-01-27T18:49:51.464Z] ---> Using cache [2023-01-27T18:49:51.464Z] ---> 3547cb6fee8e [2023-01-27T18:49:51.464Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-27T18:49:51.464Z] ---> Using cache [2023-01-27T18:49:51.464Z] ---> 0fae7ff1bf31 [2023-01-27T18:49:51.464Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-27T18:49:51.464Z] ---> Using cache [2023-01-27T18:49:51.464Z] ---> 160f023c4583 [2023-01-27T18:49:51.464Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T18:49:51.464Z] ---> Using cache [2023-01-27T18:49:51.464Z] ---> 8e21dc479979 [2023-01-27T18:49:51.464Z] Step 8/22 : COPY . . [2023-01-27T18:49:51.464Z] ---> Using cache [2023-01-27T18:49:51.464Z] ---> a46cd7a217b5 [2023-01-27T18:49:51.464Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-27T18:49:54.017Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T18:49:54.017Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-27T18:49:54.017Z] ---> 2db913a60458 [2023-01-27T18:49:54.017Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-27T18:49:54.017Z] ---> Using cache [2023-01-27T18:49:54.017Z] ---> a4eaf4ddc74f [2023-01-27T18:49:54.017Z] Step 4/23 : WORKDIR /edgex-go [2023-01-27T18:49:54.017Z] ---> Using cache [2023-01-27T18:49:54.017Z] ---> 3547cb6fee8e [2023-01-27T18:49:54.017Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-27T18:49:54.017Z] ---> Using cache [2023-01-27T18:49:54.017Z] ---> 0fae7ff1bf31 [2023-01-27T18:49:54.017Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-27T18:49:54.017Z] ---> Using cache [2023-01-27T18:49:54.017Z] ---> 160f023c4583 [2023-01-27T18:49:54.017Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T18:49:54.017Z] ---> Using cache [2023-01-27T18:49:54.017Z] ---> 8e21dc479979 [2023-01-27T18:49:54.017Z] Step 8/23 : COPY . . [2023-01-27T18:49:54.017Z] ---> Using cache [2023-01-27T18:49:54.017Z] ---> a46cd7a217b5 [2023-01-27T18:49:54.017Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-27T18:49:57.318Z] ---> Running in 5e9e04db2e6b [2023-01-27T18:49:57.318Z] ---> Running in e25ff69a1124 [2023-01-27T18:49:57.318Z] ---> Running in 6b24678cf43d [2023-01-27T18:49:57.318Z] ---> Running in f722632562da [2023-01-27T18:49:57.318Z] ---> Running in bb02a20de8ed [2023-01-27T18:49:57.318Z] Removing intermediate container f722632562da [2023-01-27T18:49:57.318Z] ---> 6410918c2c7c [2023-01-27T18:49:57.318Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-01-27T18:49:57.318Z] ---> Running in 0e74fa74e19d [2023-01-27T18:49:57.318Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:49:57.579Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:49:57.840Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-27T18:49:57.840Z] 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-01-27T18:49:57.840Z] Executing busybox-1.35.0-r17.trigger [2023-01-27T18:49:57.840Z] OK: 6 MiB in 15 packages [2023-01-27T18:49:57.840Z] 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-01-27T18:49:58.420Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:49:58.420Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:49:58.680Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-27T18:49:58.680Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-27T18:49:58.680Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-27T18:49:58.680Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-27T18:49:58.680Z] (5/6) Installing curl (7.83.1-r5) [2023-01-27T18:49:58.680Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-27T18:49:58.680Z] Executing busybox-1.35.0-r17.trigger [2023-01-27T18:49:58.940Z] Executing ca-certificates-20220614-r0.trigger [2023-01-27T18:49:58.940Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:49:58.940Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:49:58.940Z] OK: 8 MiB in 20 packages [2023-01-27T18:49:59.199Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-27T18:49:59.199Z] Executing busybox-1.35.0-r17.trigger [2023-01-27T18:49:59.199Z] OK: 6 MiB in 15 packages [2023-01-27T18:49:59.904Z] Removing intermediate container 5e9e04db2e6b [2023-01-27T18:49:59.904Z] ---> 619e5161bb12 [2023-01-27T18:49:59.904Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-27T18:49:59.904Z] ---> Running in 4cd098be7bb6 [2023-01-27T18:50:00.177Z] Removing intermediate container 4cd098be7bb6 [2023-01-27T18:50:00.177Z] ---> 687495c074bd [2023-01-27T18:50:00.177Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-27T18:50:00.177Z] Removing intermediate container 0e74fa74e19d [2023-01-27T18:50:00.177Z] ---> c9a20078da0d [2023-01-27T18:50:00.177Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-27T18:50:00.177Z] ---> Running in 185097d8befd [2023-01-27T18:50:00.487Z] Removing intermediate container bb02a20de8ed [2023-01-27T18:50:00.488Z] ---> 62d055d720a9 [2023-01-27T18:50:00.488Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-27T18:50:00.488Z] ---> Running in be164a6b7747 [2023-01-27T18:50:00.488Z] Removing intermediate container 185097d8befd [2023-01-27T18:50:00.488Z] ---> 29fb5136dae7 [2023-01-27T18:50:00.488Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-27T18:50:00.488Z] ---> 1a22deb6bcc7 [2023-01-27T18:50:00.488Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-01-27T18:50:00.488Z] ---> Running in 690ed77a7fb6 [2023-01-27T18:50:01.634Z] Removing intermediate container 690ed77a7fb6 [2023-01-27T18:50:01.634Z] ---> 48edb4bb8831 [2023-01-27T18:50:01.634Z] Step 15/24 : WORKDIR / [2023-01-27T18:50:01.634Z] Removing intermediate container be164a6b7747 [2023-01-27T18:50:01.634Z] ---> dca373984c0a [2023-01-27T18:50:01.634Z] Step 12/21 : WORKDIR /edgex [2023-01-27T18:50:01.929Z] ---> 386984e8cd02 [2023-01-27T18:50:01.929Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-01-27T18:50:01.929Z] ---> Running in 78834fc2ad7d [2023-01-27T18:50:01.929Z] ---> Running in afd1df7ebdb8 [2023-01-27T18:50:01.929Z] Removing intermediate container 78834fc2ad7d [2023-01-27T18:50:02.232Z] ---> 57e302947f74 [2023-01-27T18:50:02.232Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-27T18:50:02.232Z] Removing intermediate container afd1df7ebdb8 [2023-01-27T18:50:02.232Z] ---> f7b52eaa4d61 [2023-01-27T18:50:02.232Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-27T18:50:02.232Z] ---> 3a5d855aa6b0 [2023-01-27T18:50:02.232Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-01-27T18:50:03.443Z] ---> 9e052a3d7302 [2023-01-27T18:50:03.443Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-27T18:50:04.065Z] ---> e5c1d58ef19f [2023-01-27T18:50:04.065Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-27T18:50:04.065Z] ---> 1253073ac09f [2023-01-27T18:50:04.065Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-27T18:50:05.541Z] ---> Running in 97042fb7b775 [2023-01-27T18:50:05.541Z] ---> 4db0a1078e08 [2023-01-27T18:50:05.541Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-27T18:50:05.541Z] ---> 97391b7ebb01 [2023-01-27T18:50:05.541Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-27T18:50:05.805Z] ---> dc191e2de25f [2023-01-27T18:50:05.805Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-27T18:50:07.181Z] ---> c6e4e9765fd2 [2023-01-27T18:50:07.181Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-27T18:50:07.181Z] ---> a05cdb9c430e [2023-01-27T18:50:07.181Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-27T18:50:07.181Z] ---> Running in b5702fb936d8 [2023-01-27T18:50:07.468Z] Removing intermediate container b5702fb936d8 [2023-01-27T18:50:07.468Z] ---> 2cd5e5cff3f2 [2023-01-27T18:50:07.468Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-27T18:50:08.061Z] ---> 84c420ddfa8b [2023-01-27T18:50:08.061Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-27T18:50:08.327Z] ---> Running in 97d2c0e4ab99 [2023-01-27T18:50:08.327Z] Removing intermediate container 97042fb7b775 [2023-01-27T18:50:08.327Z] ---> bd2e803a6c5d [2023-01-27T18:50:08.327Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-01-27T18:50:09.288Z] ---> Running in 68a76e7e9873 [2023-01-27T18:50:09.288Z] ---> Running in f63617926ebb [2023-01-27T18:50:09.288Z] Removing intermediate container 97d2c0e4ab99 [2023-01-27T18:50:09.288Z] ---> 17b80942c84f [2023-01-27T18:50:09.288Z] Step 22/24 : LABEL arch=x86_64 [2023-01-27T18:50:09.726Z] ---> Running in 001e6146a30a [2023-01-27T18:50:10.023Z] Removing intermediate container f63617926ebb [2023-01-27T18:50:10.023Z] ---> d5ffaf88e1f7 [2023-01-27T18:50:10.023Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-01-27T18:50:10.965Z] Removing intermediate container 001e6146a30a [2023-01-27T18:50:10.965Z] ---> a50647c32816 [2023-01-27T18:50:10.965Z] Step 23/24 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [2023-01-27T18:50:10.965Z] ---> Running in d3b3c2ae7478 [2023-01-27T18:50:11.247Z] ---> Running in 865d2a31a098 [2023-01-27T18:50:11.507Z] Removing intermediate container d3b3c2ae7478 [2023-01-27T18:50:11.507Z] ---> bf788ad5c9d6 [2023-01-27T18:50:11.507Z] Step 20/22 : LABEL arch=x86_64 [2023-01-27T18:50:11.765Z] Removing intermediate container 865d2a31a098 [2023-01-27T18:50:11.765Z] ---> d640e5448e9f [2023-01-27T18:50:11.765Z] Step 24/24 : LABEL version=0.0.0 [2023-01-27T18:50:11.765Z] ---> Running in e8afaecc9b7e [2023-01-27T18:50:11.765Z] ---> Running in c167837eb6e4 [2023-01-27T18:50:11.765Z] Removing intermediate container 68a76e7e9873 [2023-01-27T18:50:11.765Z] ---> 44ca00a76280 [2023-01-27T18:50:11.765Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-27T18:50:12.396Z] ---> Running in 86c1d20db32c [2023-01-27T18:50:12.396Z] Removing intermediate container c167837eb6e4 [2023-01-27T18:50:12.396Z] ---> 8d13ea4c8329 [2023-01-27T18:50:12.396Z] [2023-01-27T18:50:12.396Z] Removing intermediate container e8afaecc9b7e [2023-01-27T18:50:12.396Z] ---> a95ab71105d7 [2023-01-27T18:50:12.396Z] Step 21/22 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [2023-01-27T18:50:12.655Z] Successfully built 8d13ea4c8329 [2023-01-27T18:50:12.655Z] Successfully tagged core-metadata:latest [2023-01-27T18:50:12.655Z]  Building core-metadata ... done Building security-secretstore-setup [2023-01-27T18:50:12.655Z] ---> Running in 7809b5eb5e5b [2023-01-27T18:50:12.655Z] Removing intermediate container 86c1d20db32c [2023-01-27T18:50:12.655Z] ---> cecbe92ce51e [2023-01-27T18:50:12.655Z] Step 19/21 : LABEL arch=x86_64 [2023-01-27T18:50:13.228Z] ---> Running in 86e8fa06f89b [2023-01-27T18:50:17.557Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T18:50:17.557Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-27T18:50:17.557Z] ---> 2db913a60458 [2023-01-27T18:50:17.557Z] Step 3/24 : WORKDIR /edgex-go [2023-01-27T18:50:17.557Z] ---> Using cache [2023-01-27T18:50:17.557Z] ---> 32cf714f477e [2023-01-27T18:50:17.557Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-27T18:50:25.805Z] Removing intermediate container 7809b5eb5e5b [2023-01-27T18:50:25.805Z] ---> b4dc573f912f [2023-01-27T18:50:25.805Z] Step 22/22 : LABEL version=0.0.0 [2023-01-27T18:50:25.805Z] ---> Running in 2e659843827f [2023-01-27T18:50:25.805Z] Removing intermediate container 86e8fa06f89b [2023-01-27T18:50:25.805Z] ---> 2f814cc84ce8 [2023-01-27T18:50:25.805Z] Step 20/21 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [2023-01-27T18:50:25.805Z] ---> Running in eed6f49cf780 [2023-01-27T18:50:25.805Z] ---> Running in aa9ee4b93011 [2023-01-27T18:50:25.805Z] Removing intermediate container eed6f49cf780 [2023-01-27T18:50:25.805Z] ---> 2449c6625f97 [2023-01-27T18:50:25.805Z] [2023-01-27T18:50:26.066Z] Successfully built 2449c6625f97 [2023-01-27T18:50:26.066Z] Successfully tagged core-common-config-bootstrapper:latest [2023-01-27T18:50:26.066Z] Building core-data [2023-01-27T18:50:26.066Z]  Building core-common-config-bootstrapper ... done Removing intermediate container aa9ee4b93011 [2023-01-27T18:50:26.066Z] ---> 2cad9ebe5b06 [2023-01-27T18:50:26.066Z] Step 21/21 : LABEL version=0.0.0 [2023-01-27T18:50:27.060Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:50:27.060Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:50:27.324Z] OK: 211 MiB in 51 packages [2023-01-27T18:50:29.867Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T18:50:29.867Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-27T18:50:29.867Z] ---> 2db913a60458 [2023-01-27T18:50:29.867Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-27T18:50:29.867Z] ---> Using cache [2023-01-27T18:50:29.867Z] ---> a4eaf4ddc74f [2023-01-27T18:50:29.867Z] Step 4/22 : WORKDIR /edgex-go [2023-01-27T18:50:29.867Z] ---> Using cache [2023-01-27T18:50:29.867Z] ---> 3547cb6fee8e [2023-01-27T18:50:29.867Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-27T18:50:29.867Z] ---> Using cache [2023-01-27T18:50:29.867Z] ---> 0fae7ff1bf31 [2023-01-27T18:50:29.867Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-27T18:50:29.867Z] ---> Using cache [2023-01-27T18:50:29.867Z] ---> 160f023c4583 [2023-01-27T18:50:29.867Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T18:50:29.867Z] ---> Using cache [2023-01-27T18:50:29.867Z] ---> 8e21dc479979 [2023-01-27T18:50:29.867Z] Step 8/22 : COPY . . [2023-01-27T18:50:29.867Z] ---> Using cache [2023-01-27T18:50:29.867Z] ---> a46cd7a217b5 [2023-01-27T18:50:29.867Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-27T18:50:35.516Z] ---> Running in 3ae621be0145 [2023-01-27T18:50:35.516Z] ---> Running in d35560f409a3 [2023-01-27T18:50:35.516Z] Removing intermediate container 3ae621be0145 [2023-01-27T18:50:35.516Z] ---> 106f05bc362f [2023-01-27T18:50:35.516Z] [2023-01-27T18:50:35.516Z] Removing intermediate container 2e659843827f [2023-01-27T18:50:35.516Z] ---> 21363c95f4c0 [2023-01-27T18:50:35.516Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-27T18:50:35.516Z] Removing intermediate container e25ff69a1124 [2023-01-27T18:50:35.516Z] ---> ecafe840a8ee [2023-01-27T18:50:35.516Z] [2023-01-27T18:50:35.516Z] Step 10/22 : FROM alpine:3.16 [2023-01-27T18:50:35.516Z] ---> bfe296a52501 [2023-01-27T18:50:35.516Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-27T18:50:35.516Z] ---> Using cache [2023-01-27T18:50:35.516Z] ---> 619e5161bb12 [2023-01-27T18:50:35.516Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-27T18:50:35.516Z] ---> Using cache [2023-01-27T18:50:35.516Z] ---> 687495c074bd [2023-01-27T18:50:35.516Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-27T18:50:35.516Z] Successfully built 106f05bc362f [2023-01-27T18:50:35.516Z] Removing intermediate container 6b24678cf43d [2023-01-27T18:50:35.516Z] ---> 7f0d026058c3 [2023-01-27T18:50:35.516Z] [2023-01-27T18:50:35.516Z] Step 10/23 : FROM alpine:3.16 [2023-01-27T18:50:35.516Z] Successfully tagged security-proxy-setup:latest [2023-01-27T18:50:35.516Z] ---> bfe296a52501 [2023-01-27T18:50:35.516Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-27T18:50:35.516Z] Building support-notifications [2023-01-27T18:50:35.516Z]  Building security-proxy-setup ... done  ---> Using cache [2023-01-27T18:50:35.516Z] ---> 619e5161bb12 [2023-01-27T18:50:35.516Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-27T18:50:35.516Z] ---> Using cache [2023-01-27T18:50:35.516Z] ---> 687495c074bd [2023-01-27T18:50:35.516Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-27T18:50:35.516Z] ---> Running in 40b5af720545 [2023-01-27T18:50:35.516Z] ---> Running in 63af8903e7a4 [2023-01-27T18:50:35.516Z] 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-01-27T18:50:40.958Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T18:50:40.958Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-27T18:50:42.467Z] ---> 2db913a60458 [2023-01-27T18:50:42.467Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-27T18:50:46.736Z] ---> Using cache [2023-01-27T18:50:46.736Z] ---> a4eaf4ddc74f [2023-01-27T18:50:46.736Z] Step 4/22 : WORKDIR /edgex-go [2023-01-27T18:50:46.736Z] ---> Using cache [2023-01-27T18:50:46.736Z] ---> 3547cb6fee8e [2023-01-27T18:50:46.736Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-27T18:50:46.736Z] Removing intermediate container 40b5af720545 [2023-01-27T18:50:46.736Z] ---> e8005fb70d70 [2023-01-27T18:50:46.736Z] ---> 8a8139ceebb6 [2023-01-27T18:50:46.736Z] Step 14/22 : EXPOSE $APP_PORTStep 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T18:50:46.736Z] [2023-01-27T18:50:46.736Z] Removing intermediate container 63af8903e7a4 [2023-01-27T18:50:46.736Z] ---> f6640e09b742 [2023-01-27T18:50:46.736Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-27T18:50:46.736Z] ---> Running in 8b5793a7b300 [2023-01-27T18:50:46.736Z] ---> Running in 21303799b223 [2023-01-27T18:50:46.737Z] ---> Running in 1c578610923b [2023-01-27T18:50:46.737Z] ---> Running in 1d7c93993a36 [2023-01-27T18:50:46.999Z] Removing intermediate container 1c578610923b [2023-01-27T18:50:46.999Z] ---> cf4f9fd70f3e [2023-01-27T18:50:46.999Z] Step 15/23 : WORKDIR / [2023-01-27T18:50:47.259Z] Removing intermediate container 1d7c93993a36 [2023-01-27T18:50:47.259Z] ---> 23980a7199a8 [2023-01-27T18:50:47.259Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-27T18:50:47.259Z] ---> Running in fd76cf57144d [2023-01-27T18:50:47.259Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:50:47.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:50:47.789Z] Removing intermediate container fd76cf57144d [2023-01-27T18:50:47.789Z] ---> e64ea1ead858 [2023-01-27T18:50:47.789Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-27T18:50:47.789Z] ---> 4ce71873cfaa [2023-01-27T18:50:47.789Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-27T18:50:47.789Z] OK: 211 MiB in 51 packages [2023-01-27T18:50:48.775Z] ---> 21876ddff663 [2023-01-27T18:50:48.775Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-27T18:50:50.162Z] ---> fd90c2811cf6 [2023-01-27T18:50:50.162Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-27T18:50:50.162Z] ---> baa593295e9c [2023-01-27T18:50:50.162Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-27T18:50:50.162Z] Removing intermediate container 8b5793a7b300 [2023-01-27T18:50:50.162Z] ---> a2d5d3c5fda8 [2023-01-27T18:50:50.162Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-27T18:50:50.162Z] ---> 36613c08c31a [2023-01-27T18:50:50.162Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-27T18:50:50.162Z] ---> 64db3b6bbc08 [2023-01-27T18:50:50.162Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-27T18:50:50.162Z] ---> Running in 65200937adfe [2023-01-27T18:50:50.162Z] ---> Running in 90353306cb4b [2023-01-27T18:50:50.423Z] ---> f280dd388662 [2023-01-27T18:50:50.423Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T18:50:50.423Z] Removing intermediate container 65200937adfe [2023-01-27T18:50:50.423Z] ---> 47d26a37c800 [2023-01-27T18:50:50.423Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-27T18:50:50.423Z] Removing intermediate container 90353306cb4b [2023-01-27T18:50:50.423Z] ---> f45ea59a517f [2023-01-27T18:50:50.423Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-27T18:50:50.423Z] ---> Running in 985591eb0a4d [2023-01-27T18:50:50.423Z] ---> Running in f3f62409cf6e [2023-01-27T18:50:50.423Z] ---> Running in 17efaadc95d2 [2023-01-27T18:50:50.689Z] Removing intermediate container 17efaadc95d2 [2023-01-27T18:50:50.689Z] ---> b6a32aa04d22 [2023-01-27T18:50:50.689Z] Step 20/22 : LABEL arch=x86_64 [2023-01-27T18:50:50.689Z] Removing intermediate container f3f62409cf6e [2023-01-27T18:50:50.689Z] ---> 75cb5937ddd7 [2023-01-27T18:50:50.689Z] Step 21/23 : LABEL arch=x86_64 [2023-01-27T18:50:50.689Z] ---> Running in 03683b1717e4 [2023-01-27T18:50:50.689Z] ---> Running in 1c71d3f0d98c [2023-01-27T18:50:50.949Z] Removing intermediate container 03683b1717e4 [2023-01-27T18:50:50.949Z] ---> 32e86e33fdaf [2023-01-27T18:50:50.949Z] Step 21/22 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [2023-01-27T18:50:50.949Z] ---> Running in e7308d7d0013 [2023-01-27T18:50:50.949Z] Removing intermediate container 1c71d3f0d98c [2023-01-27T18:50:50.949Z] ---> 24835f628b33 [2023-01-27T18:50:50.949Z] Step 22/23 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [2023-01-27T18:50:50.949Z] ---> Running in 1ead02146ce7 [2023-01-27T18:50:50.949Z] Removing intermediate container e7308d7d0013 [2023-01-27T18:50:50.949Z] ---> fe433ad16b96 [2023-01-27T18:50:50.949Z] Step 22/22 : LABEL version=0.0.0 [2023-01-27T18:50:51.363Z] ---> Running in 5755c4f381fc [2023-01-27T18:50:51.627Z] Removing intermediate container 5755c4f381fc [2023-01-27T18:50:51.627Z] ---> 52d637fbc7b1 [2023-01-27T18:50:51.627Z] [2023-01-27T18:50:51.627Z] Removing intermediate container 1ead02146ce7 [2023-01-27T18:50:51.627Z] ---> f266c2d2f9f2 [2023-01-27T18:50:51.627Z] Step 23/23 : LABEL version=0.0.0 [2023-01-27T18:50:51.627Z] ---> Running in a7a22c049f56 [2023-01-27T18:50:51.627Z] Successfully built 52d637fbc7b1 [2023-01-27T18:50:51.627Z] Successfully tagged support-scheduler:latest [2023-01-27T18:50:51.627Z] Building security-bootstrapper [2023-01-27T18:50:55.183Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-27T18:50:55.183Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-01-27T18:50:55.183Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-27T18:50:55.183Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-27T18:50:55.183Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-27T18:50:55.867Z]  Building support-scheduler ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T18:50:55.867Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-27T18:50:55.867Z] ---> 2db913a60458 [2023-01-27T18:50:55.867Z] Step 3/32 : WORKDIR /edgex-go [2023-01-27T18:50:55.867Z] ---> Using cache [2023-01-27T18:50:55.867Z] ---> 32cf714f477e [2023-01-27T18:50:55.867Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-27T18:50:55.867Z] ---> Using cache [2023-01-27T18:50:55.867Z] ---> 21363c95f4c0 [2023-01-27T18:50:55.867Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-27T18:50:55.867Z] ---> Using cache [2023-01-27T18:50:55.867Z] ---> 8a8139ceebb6 [2023-01-27T18:50:55.867Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T18:50:58.533Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-27T18:50:58.533Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-27T18:50:58.533Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-27T18:50:58.533Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-27T18:50:58.533Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-27T18:50:59.122Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-27T18:50:59.180Z] Removing intermediate container a7a22c049f56 [2023-01-27T18:50:59.180Z] ---> 337c8b5e459d [2023-01-27T18:50:59.180Z] [2023-01-27T18:50:59.180Z] Successfully built 337c8b5e459d [2023-01-27T18:50:59.441Z] Successfully tagged core-command:latest [2023-01-27T18:50:59.709Z]  Building core-command ... done Building security-spire-server [2023-01-27T18:50:59.709Z] ---> Running in 03864717ea0f [2023-01-27T18:51:00.086Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-27T18:51:00.086Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-27T18:51:00.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-27T18:51:02.251Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T18:51:02.251Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-27T18:51:02.251Z] ---> 2db913a60458 [2023-01-27T18:51:02.251Z] Step 3/23 : WORKDIR /edgex-go [2023-01-27T18:51:02.251Z] ---> Using cache [2023-01-27T18:51:02.251Z] ---> 32cf714f477e [2023-01-27T18:51:02.251Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-27T18:51:02.251Z] ---> Using cache [2023-01-27T18:51:02.251Z] ---> 462d6e7c1de5 [2023-01-27T18:51:02.251Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-27T18:51:02.251Z] ---> Using cache [2023-01-27T18:51:02.251Z] ---> 5222052edb8f [2023-01-27T18:51:02.251Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T18:51:02.251Z] ---> Using cache [2023-01-27T18:51:02.251Z] ---> e006eaa4f8a8 [2023-01-27T18:51:02.251Z] Step 7/23 : COPY . . [2023-01-27T18:51:02.251Z] ---> Using cache [2023-01-27T18:51:02.251Z] ---> 3c15506994ef [2023-01-27T18:51:02.251Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-27T18:51:02.251Z] ---> Using cache [2023-01-27T18:51:02.251Z] ---> 1f940a9ed56f [2023-01-27T18:51:02.251Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-27T18:51:02.251Z] ---> Using cache [2023-01-27T18:51:02.251Z] ---> 76c92cd16fe0 [2023-01-27T18:51:02.251Z] 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-01-27T18:51:06.472Z] ---> Running in c8198325e786 [2023-01-27T18:51:06.472Z] Removing intermediate container d35560f409a3 [2023-01-27T18:51:06.472Z] ---> 42fb0be11ebc [2023-01-27T18:51:06.472Z] [2023-01-27T18:51:06.472Z] Step 10/22 : FROM alpine:3.16 [2023-01-27T18:51:06.472Z] ---> bfe296a52501 [2023-01-27T18:51:06.472Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-27T18:51:06.472Z] ---> Running in eee4f7d8682a [2023-01-27T18:51:06.472Z] Removing intermediate container eee4f7d8682a [2023-01-27T18:51:06.472Z] ---> ea69ce2d9178 [2023-01-27T18:51:06.472Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-27T18:51:06.472Z] ---> Running in fd2dd0ffbb1d [2023-01-27T18:51:06.472Z] Removing intermediate container fd2dd0ffbb1d [2023-01-27T18:51:06.472Z] ---> 5c0341e52606 [2023-01-27T18:51:06.472Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-27T18:51:06.472Z] ---> Running in 35eb5e636033 [2023-01-27T18:51:06.472Z] Removing intermediate container 35eb5e636033 [2023-01-27T18:51:06.472Z] ---> dce14c9e3722 [2023-01-27T18:51:06.472Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-27T18:51:06.472Z] ---> Running in 867ef1d76f96 [2023-01-27T18:51:06.733Z] Removing intermediate container c8198325e786 [2023-01-27T18:51:06.733Z] ---> efd652b62265 [2023-01-27T18:51:06.733Z] Step 11/23 : WORKDIR /edgex-go [2023-01-27T18:51:06.992Z] ---> Running in 635f91f5e834 [2023-01-27T18:51:06.992Z] Removing intermediate container 635f91f5e834 [2023-01-27T18:51:06.992Z] ---> 0909135ec210 [2023-01-27T18:51:06.992Z] [2023-01-27T18:51:06.992Z] Step 12/23 : FROM alpine:3.15 [2023-01-27T18:51:06.992Z] ---> c4fc93816858 [2023-01-27T18:51:06.992Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-27T18:51:06.992Z] ---> Using cache [2023-01-27T18:51:06.992Z] ---> afef35adc89d [2023-01-27T18:51:06.992Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-27T18:51:06.992Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:51:06.992Z] ---> Running in 82142c5ef58f [2023-01-27T18:51:07.252Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:51:07.252Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:51:07.513Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-27T18:51:07.513Z] Executing busybox-1.35.0-r17.trigger [2023-01-27T18:51:07.513Z] OK: 6 MiB in 15 packages [2023-01-27T18:51:07.513Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:51:07.775Z] Removing intermediate container 867ef1d76f96 [2023-01-27T18:51:07.775Z] ---> 90db768af18b [2023-01-27T18:51:07.775Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-27T18:51:07.775Z] v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-27T18:51:07.775Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-27T18:51:07.775Z] OK: 15859 distinct packages available [2023-01-27T18:51:07.775Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:51:08.037Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:51:08.037Z] ---> 7e1bb5830769 [2023-01-27T18:51:08.037Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-27T18:51:08.037Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-27T18:51:08.037Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-27T18:51:08.037Z] (3/5) Installing libucontext (1.1-r0) [2023-01-27T18:51:08.037Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-27T18:51:08.465Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-27T18:51:08.465Z] Executing busybox-1.34.1-r7.trigger [2023-01-27T18:51:08.465Z] OK: 7 MiB in 19 packages [2023-01-27T18:51:08.758Z] ---> b9f4a6be8e9e [2023-01-27T18:51:08.758Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-27T18:51:09.371Z] ---> bd8220f2223a [2023-01-27T18:51:09.371Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-27T18:51:09.672Z] ---> Running in 974bc5d2d976 [2023-01-27T18:51:09.672Z] Removing intermediate container 82142c5ef58f [2023-01-27T18:51:09.672Z] ---> f7beac79eb5a [2023-01-27T18:51:09.672Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-27T18:51:11.869Z] Removing intermediate container 974bc5d2d976 [2023-01-27T18:51:11.869Z] ---> baf0dd88c10b [2023-01-27T18:51:11.869Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-27T18:51:12.128Z] ---> 0cbb3fb8a66f [2023-01-27T18:51:12.128Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-27T18:51:12.128Z] ---> Running in 61a0caceec83 [2023-01-27T18:51:12.527Z] Removing intermediate container 61a0caceec83 [2023-01-27T18:51:12.527Z] ---> bfe76459cad5 [2023-01-27T18:51:12.527Z] Step 20/22 : LABEL arch=x86_64 [2023-01-27T18:51:12.786Z] ---> 815fbfbc46a8 [2023-01-27T18:51:12.786Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-27T18:51:12.786Z] ---> Running in 7fc1ac8bf8c2 [2023-01-27T18:51:14.231Z] Removing intermediate container 7fc1ac8bf8c2 [2023-01-27T18:51:14.231Z] ---> d8b586ae5fff [2023-01-27T18:51:14.231Z] Step 21/22 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [2023-01-27T18:51:15.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.246s coverage: 28.7% of statements [2023-01-27T18:51:15.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-27T18:51:15.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-27T18:51:17.735Z] ---> 1f3893560e76 [2023-01-27T18:51:17.735Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-27T18:51:18.108Z] ---> Running in 85ef117eddf6 [2023-01-27T18:51:22.657Z] ---> 7d0b84f7ee7f [2023-01-27T18:51:22.657Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-27T18:51:22.657Z] Removing intermediate container 85ef117eddf6 [2023-01-27T18:51:22.657Z] ---> eae306cabfc4 [2023-01-27T18:51:22.657Z] Step 22/22 : LABEL version=0.0.0 [2023-01-27T18:51:23.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.924s coverage: 98.5% of statements [2023-01-27T18:51:23.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.631s coverage: 43.1% of statements [2023-01-27T18:51:23.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-27T18:51:23.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-01-27T18:51:23.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-27T18:51:23.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.597s coverage: 54.0% of statements [2023-01-27T18:51:23.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-27T18:51:23.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-27T18:51:24.054Z] ---> Running in 94943e757925 [2023-01-27T18:51:24.054Z] ---> Running in 226624e12f99 [2023-01-27T18:51:27.450Z] Removing intermediate container 226624e12f99 [2023-01-27T18:51:27.450Z] ---> d9abe0c33762 [2023-01-27T18:51:27.450Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-27T18:51:29.396Z] Removing intermediate container 94943e757925 [2023-01-27T18:51:29.396Z] ---> ba0379065dc1 [2023-01-27T18:51:29.396Z] [2023-01-27T18:51:29.667Z] Successfully built ba0379065dc1 [2023-01-27T18:51:31.574Z] Successfully tagged core-data:latest [2023-01-27T18:51:31.574Z]  Building core-data ... done Building security-spiffe-token-provider [2023-01-27T18:51:34.965Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T18:51:34.965Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-27T18:51:34.965Z] ---> 2db913a60458 [2023-01-27T18:51:34.965Z] Step 3/19 : WORKDIR /edgex-go [2023-01-27T18:51:34.965Z] ---> Using cache [2023-01-27T18:51:34.965Z] ---> 32cf714f477e [2023-01-27T18:51:34.965Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-27T18:51:38.597Z] ---> Running in 17a10863254d [2023-01-27T18:51:38.597Z] ---> Running in 26eef9fe2e21 [2023-01-27T18:51:38.597Z] Removing intermediate container 17a10863254d [2023-01-27T18:51:38.597Z] ---> 3c0176b00929 [2023-01-27T18:51:38.597Z] Step 21/23 : LABEL arch=x86_64 [2023-01-27T18:51:38.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:51:39.116Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:51:39.685Z] Removing intermediate container 21303799b223 [2023-01-27T18:51:39.685Z] ---> 50f07a17f524 [2023-01-27T18:51:39.685Z] Step 7/24 : COPY . . [2023-01-27T18:51:39.685Z] Removing intermediate container 985591eb0a4d [2023-01-27T18:51:39.685Z] ---> bc01d633dbcb [2023-01-27T18:51:39.685Z] Step 8/22 : COPY . . [2023-01-27T18:51:39.685Z] v3.16.3-146-gfa07c3b49d [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-27T18:51:39.685Z] v3.16.3-147-g6bdfd2ef54 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-27T18:51:39.685Z] OK: 17044 distinct packages available [2023-01-27T18:51:39.685Z] ---> Running in 488c86a35753 [2023-01-27T18:51:39.685Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:51:39.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:51:39.945Z] OK: 211 MiB in 51 packages [2023-01-27T18:51:50.085Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 24.283s coverage: 89.2% of statements [2023-01-27T18:51:50.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-27T18:51:50.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-27T18:51:50.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-27T18:51:50.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-27T18:51:50.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-27T18:51:50.085Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.722s coverage: 2.4% of statements [2023-01-27T18:51:50.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-27T18:51:50.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-27T18:51:52.678Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.227s coverage: 95.6% of statements [2023-01-27T18:51:52.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-27T18:51:52.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-27T18:51:52.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-27T18:51:52.678Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.371s coverage: 72.2% of statements [2023-01-27T18:51:52.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-27T18:51:52.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-27T18:51:52.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-27T18:51:52.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-27T18:51:52.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-27T18:51:52.678Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.689s coverage: 65.9% of statements [2023-01-27T18:51:52.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-27T18:51:52.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-27T18:51:52.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-27T18:51:52.678Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.445s coverage: 0.9% of statements [2023-01-27T18:51:52.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-27T18:51:52.678Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.398s coverage: 29.6% of statements [2023-01-27T18:51:52.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-27T18:51:52.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.395s coverage: 47.1% of statements [2023-01-27T18:51:52.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.324s coverage: 79.5% of statements [2023-01-27T18:51:52.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.434s coverage: 94.1% of statements [2023-01-27T18:51:54.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.254s coverage: 96.3% of statements [2023-01-27T18:51:56.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.220s coverage: 87.5% of statements [2023-01-27T18:51:58.087Z] Removing intermediate container 488c86a35753 [2023-01-27T18:51:58.087Z] ---> 61992cbf10d0 [2023-01-27T18:51:58.087Z] Step 22/23 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [2023-01-27T18:51:58.087Z] ---> b4f2001800c6 [2023-01-27T18:51:58.087Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-27T18:51:58.087Z] ---> Running in 332e87f93643 [2023-01-27T18:51:58.087Z] ---> 89ad151ca638 [2023-01-27T18:51:58.087Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-27T18:51:58.087Z] ---> Running in a0268ba79895 [2023-01-27T18:51:58.087Z] ---> Running in 4a6a4efe77de [2023-01-27T18:51:58.087Z] Removing intermediate container 332e87f93643 [2023-01-27T18:51:58.087Z] ---> c1267901e938 [2023-01-27T18:51:58.087Z] Step 23/23 : LABEL version=0.0.0 [2023-01-27T18:51:58.087Z] Removing intermediate container 26eef9fe2e21 [2023-01-27T18:51:58.087Z] ---> cdb0e3041ca3 [2023-01-27T18:51:58.087Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-27T18:51:58.087Z] ---> Running in 38f5c728b1d2 [2023-01-27T18:51:58.087Z] Removing intermediate container 38f5c728b1d2 [2023-01-27T18:51:58.087Z] ---> df3618edf2d3 [2023-01-27T18:51:58.087Z] [2023-01-27T18:51:58.087Z] ---> a8c35acb8a1a [2023-01-27T18:51:58.087Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T18:51:58.087Z] ---> Running in f7ec40fd0592 [2023-01-27T18:51:58.087Z] Successfully built df3618edf2d3 [2023-01-27T18:51:58.087Z] Successfully tagged security-spire-server:latest [2023-01-27T18:51:58.087Z]  Building security-spire-server ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-01-27T18:51:58.087Z] 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-01-27T18:51:58.087Z] Removing intermediate container 03864717ea0f [2023-01-27T18:51:58.087Z] ---> c8da95366be1 [2023-01-27T18:51:58.087Z] Step 7/32 : COPY . . [2023-01-27T18:52:06.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.243s coverage: 94.4% of statements [2023-01-27T18:52:06.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.252s coverage: 44.8% of statements [2023-01-27T18:52:14.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.900s coverage: 79.9% of statements [2023-01-27T18:52:14.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-27T18:52:16.377Z] ---> 85a02dcf2726 [2023-01-27T18:52:16.377Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-27T18:52:16.377Z] ---> Running in a825b0ed98c5 [2023-01-27T18:52:16.377Z] 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-01-27T18:52:21.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.317s coverage: 92.9% of statements [2023-01-27T18:52:21.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-27T18:52:21.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-27T18:52:21.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-27T18:52:21.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.090s coverage: 65.1% of statements [2023-01-27T18:52:21.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-27T18:52:21.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-27T18:52:21.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-27T18:52:21.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-27T18:52:21.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.261s coverage: 86.9% of statements [2023-01-27T18:52:21.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-27T18:52:21.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-27T18:52:21.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-27T18:52:21.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-27T18:52:21.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.222s coverage: 87.2% of statements [2023-01-27T18:52:21.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-27T18:52:21.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-27T18:52:21.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.218s coverage: 100.0% of statements [2023-01-27T18:52:21.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-27T18:52:21.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.268s coverage: 77.4% of statements [2023-01-27T18:52:21.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-27T18:52:21.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.275s coverage: 80.0% of statements [2023-01-27T18:52:21.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.229s coverage: 87.2% of statements [2023-01-27T18:52:21.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.816s coverage: 91.2% of statements [2023-01-27T18:52:21.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-27T18:52:23.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.030s coverage: 64.7% of statements [2023-01-27T18:52:23.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-27T18:52:23.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-27T18:52:23.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.261s coverage: 100.0% of statements [2023-01-27T18:52:23.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 89.4% of statements [2023-01-27T18:52:23.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2023-01-27T18:52:23.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.083s coverage: 73.7% of statements [2023-01-27T18:52:23.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.096s coverage: 100.0% of statements [2023-01-27T18:52:28.598Z] 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-01-27T18:52:30.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.290s coverage: 65.3% of statements [2023-01-27T18:52:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-27T18:52:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-27T18:52:30.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-27T18:52:33.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.824s coverage: 41.8% of statements [2023-01-27T18:52:33.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-27T18:52:33.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-27T18:52:33.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.319s coverage: 89.5% of statements [2023-01-27T18:52:33.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-27T18:52:33.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.248s coverage: 84.8% of statements [2023-01-27T18:52:33.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-27T18:52:33.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-27T18:52:33.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-27T18:52:33.019Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-27T18:52:41.219Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.405s coverage: 17.7% of statements [2023-01-27T18:52:41.219Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-27T18:52:41.219Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-27T18:52:41.219Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-27T18:52:41.219Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-27T18:52:41.219Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.673s coverage: 92.3% of statements [2023-01-27T18:52:41.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-27T18:52:41.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-27T18:52:41.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-27T18:52:41.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-27T18:52:41.220Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.276s coverage: 63.2% of statements [2023-01-27T18:52:41.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-27T18:52:41.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-27T18:52:41.220Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.507s coverage: 97.7% of statements [2023-01-27T18:52:41.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-27T18:52:41.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-27T18:52:41.220Z] 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-01-27T18:52:41.220Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-27T18:52:41.220Z] go vet ./... [2023-01-27T18:52:50.844Z] Removing intermediate container a0268ba79895 [2023-01-27T18:52:50.844Z] ---> 87aaaa63c0ad [2023-01-27T18:52:50.844Z] [2023-01-27T18:52:50.844Z] Step 9/24 : FROM alpine:3.16 [2023-01-27T18:52:50.844Z] ---> bfe296a52501 [2023-01-27T18:52:50.844Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-27T18:52:50.844Z] ---> Running in 3fc95310d68c [2023-01-27T18:52:50.844Z] Removing intermediate container 4a6a4efe77de [2023-01-27T18:52:50.844Z] ---> eba12f309842 [2023-01-27T18:52:50.844Z] [2023-01-27T18:52:50.844Z] Step 10/22 : FROM alpine:3.16 [2023-01-27T18:52:50.844Z] ---> bfe296a52501 [2023-01-27T18:52:50.844Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-27T18:52:50.844Z] ---> Running in 78e7bf816281 [2023-01-27T18:52:50.844Z] Removing intermediate container f7ec40fd0592 [2023-01-27T18:52:50.844Z] ---> 8e82c92072fe [2023-01-27T18:52:50.844Z] Step 7/19 : COPY . . [2023-01-27T18:52:50.844Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:52:50.844Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:52:50.844Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:52:50.844Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:52:50.844Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-27T18:52:50.844Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-27T18:52:50.844Z] (3/3) Installing su-exec (0.2-r1) [2023-01-27T18:52:50.844Z] Executing busybox-1.35.0-r17.trigger [2023-01-27T18:52:50.844Z] Executing ca-certificates-20220614-r0.trigger [2023-01-27T18:52:50.844Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-27T18:52:50.844Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-27T18:52:50.844Z] Executing busybox-1.35.0-r17.trigger [2023-01-27T18:52:50.844Z] Executing ca-certificates-20220614-r0.trigger [2023-01-27T18:52:50.844Z] OK: 6 MiB in 17 packages [2023-01-27T18:52:50.844Z] OK: 6 MiB in 16 packages [2023-01-27T18:52:57.614Z] Removing intermediate container a825b0ed98c5 [2023-01-27T18:52:57.614Z] ---> 2e8a62913007 [2023-01-27T18:52:57.614Z] [2023-01-27T18:52:57.614Z] Step 9/32 : FROM alpine:3.16 [2023-01-27T18:52:57.614Z] ---> bfe296a52501 [2023-01-27T18:52:57.614Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-27T18:52:57.614Z] ---> 04648a7d5e11 [2023-01-27T18:52:57.614Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-27T18:52:57.614Z] ---> Running in 0943057192e6 [2023-01-27T18:52:57.614Z] ---> Running in fe121d7af4f1 [2023-01-27T18:52:57.614Z] Removing intermediate container 0943057192e6 [2023-01-27T18:52:57.614Z] ---> 930a187a8cd8 [2023-01-27T18:52:57.614Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-27T18:52:57.614Z] Removing intermediate container 78e7bf816281 [2023-01-27T18:52:57.614Z] ---> 3c25889b1505 [2023-01-27T18:52:57.614Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-27T18:52:57.614Z] Removing intermediate container 3fc95310d68c [2023-01-27T18:52:57.614Z] ---> bffc123dfffb [2023-01-27T18:52:57.614Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-27T18:52:57.876Z] ---> Running in 96fe0287b15a [2023-01-27T18:52:57.876Z] ---> Running in e5630149c87d [2023-01-27T18:52:57.876Z] ---> Running in 28ee2af643dd [2023-01-27T18:52:57.876Z] 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-01-27T18:52:57.876Z] Removing intermediate container 28ee2af643dd [2023-01-27T18:52:57.876Z] ---> 13e9c35ad3a4 [2023-01-27T18:52:57.876Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-27T18:52:57.876Z] Removing intermediate container e5630149c87d [2023-01-27T18:52:57.876Z] ---> 7fda9f485ea9 [2023-01-27T18:52:57.876Z] Step 12/24 : WORKDIR / [2023-01-27T18:52:57.876Z] ---> Running in f3ecb5484be9 [2023-01-27T18:52:57.876Z] ---> Running in 2cceba704455 [2023-01-27T18:52:57.876Z] Removing intermediate container f3ecb5484be9 [2023-01-27T18:52:57.876Z] ---> 803badf54797 [2023-01-27T18:52:57.876Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-27T18:52:58.136Z] ---> Running in 9e9c394aa948 [2023-01-27T18:52:58.136Z] Removing intermediate container 2cceba704455 [2023-01-27T18:52:58.136Z] ---> c791952ab728 [2023-01-27T18:52:58.136Z] 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-01-27T18:52:58.136Z] Removing intermediate container 9e9c394aa948 [2023-01-27T18:52:58.136Z] ---> 5f6e59f1e6c6 [2023-01-27T18:52:58.136Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-27T18:52:58.136Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:52:58.136Z] ---> 0b3c8e265a02 [2023-01-27T18:52:58.136Z] 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-01-27T18:52:58.136Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:52:58.396Z] ---> 9a2c4da66260 [2023-01-27T18:52:58.396Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-27T18:52:58.396Z] ---> 07d92131a7e9 [2023-01-27T18:52:58.396Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-27T18:52:58.396Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-27T18:52:58.396Z] (2/2) Installing su-exec (0.2-r1) [2023-01-27T18:52:58.396Z] Executing busybox-1.35.0-r17.trigger [2023-01-27T18:52:58.396Z] OK: 6 MiB in 16 packages [2023-01-27T18:52:59.388Z] ---> b09c49400331 [2023-01-27T18:52:59.388Z] 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-01-27T18:52:59.388Z] ---> 3e9993d9eb86 [2023-01-27T18:52:59.388Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-27T18:52:59.647Z] ---> 1760185b0e5b [2023-01-27T18:52:59.647Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-27T18:52:59.647Z] Removing intermediate container 96fe0287b15a [2023-01-27T18:52:59.648Z] ---> 38f383946ffd [2023-01-27T18:52:59.648Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-27T18:52:59.648Z] ---> Running in 8cd883b8a397 [2023-01-27T18:52:59.648Z] ---> a4eb01626e12 [2023-01-27T18:52:59.648Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-27T18:52:59.648Z] ---> Running in d3e12f13e72e [2023-01-27T18:52:59.921Z] Removing intermediate container 8cd883b8a397 [2023-01-27T18:52:59.921Z] ---> 4c4c9392cb99 [2023-01-27T18:52:59.921Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-27T18:53:00.180Z] ---> Running in 18e0820facfd [2023-01-27T18:53:00.180Z] Removing intermediate container d3e12f13e72e [2023-01-27T18:53:00.180Z] ---> d140dcf87d48 [2023-01-27T18:53:00.180Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-27T18:53:00.180Z] ---> Running in 9fb7dd5bd7e3 [2023-01-27T18:53:00.180Z] Removing intermediate container 18e0820facfd [2023-01-27T18:53:00.180Z] ---> f7a01831181b [2023-01-27T18:53:00.180Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-27T18:53:00.454Z] ---> f9b63be69352 [2023-01-27T18:53:00.454Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-27T18:53:00.454Z] Removing intermediate container 9fb7dd5bd7e3 [2023-01-27T18:53:00.454Z] ---> c6350188bdba [2023-01-27T18:53:00.454Z] Step 20/22 : LABEL arch=x86_64 [2023-01-27T18:53:00.454Z] ---> Running in 412f8838134b [2023-01-27T18:53:00.454Z] ---> Running in 8964f5a7ac2b [2023-01-27T18:53:00.713Z] Removing intermediate container 412f8838134b [2023-01-27T18:53:00.713Z] ---> e027ec5415f9 [2023-01-27T18:53:00.713Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-27T18:53:00.713Z] Removing intermediate container 8964f5a7ac2b [2023-01-27T18:53:00.713Z] ---> cbcbae83a1e4 [2023-01-27T18:53:00.713Z] Step 21/22 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [2023-01-27T18:53:00.713Z] ---> Running in 337b09d36d1c [2023-01-27T18:53:00.713Z] ---> Running in 438d34b540ed [2023-01-27T18:53:01.279Z] Removing intermediate container 337b09d36d1c [2023-01-27T18:53:01.279Z] ---> 3defcc776815 [2023-01-27T18:53:01.279Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR}Removing intermediate container 438d34b540ed [2023-01-27T18:53:01.279Z] [2023-01-27T18:53:01.279Z] ---> e363ce98aad6 [2023-01-27T18:53:01.279Z] Step 22/22 : LABEL version=0.0.0 [2023-01-27T18:53:01.279Z] ---> 3b17cdddc234 [2023-01-27T18:53:01.279Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-27T18:53:01.279Z] ---> Running in d8192f840ab8 [2023-01-27T18:53:01.279Z] ---> Running in d5f3bcacc769 [2023-01-27T18:53:01.540Z] Removing intermediate container d8192f840ab8 [2023-01-27T18:53:01.540Z] ---> 448b40ae1951 [2023-01-27T18:53:01.540Z] [2023-01-27T18:53:01.540Z] ---> b9a09a4a7074 [2023-01-27T18:53:01.540Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-27T18:53:01.540Z] ---> Running in a659d6a24fcb [2023-01-27T18:53:01.540Z] Successfully built 448b40ae1951 [2023-01-27T18:53:01.540Z] Successfully tagged support-notifications:latest [2023-01-27T18:53:02.485Z]  Building support-notifications ... done Removing intermediate container d5f3bcacc769 [2023-01-27T18:53:02.485Z] ---> 2e6051c2c11a [2023-01-27T18:53:02.485Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-27T18:53:02.485Z] ---> Running in da88f70eeba9 [2023-01-27T18:53:02.761Z] Removing intermediate container da88f70eeba9 [2023-01-27T18:53:02.761Z] ---> 39d69730fc6f [2023-01-27T18:53:02.761Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-27T18:53:03.020Z] Removing intermediate container a659d6a24fcb [2023-01-27T18:53:03.020Z] ---> 146ed96cdd8c [2023-01-27T18:53:03.020Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-27T18:53:03.020Z] ---> Running in a3e8911f5d67 [2023-01-27T18:53:03.020Z] ---> b0e5e27f0902 [2023-01-27T18:53:03.020Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-27T18:53:03.283Z] ---> Running in 25932a44ffb8 [2023-01-27T18:53:03.283Z] Removing intermediate container a3e8911f5d67 [2023-01-27T18:53:03.283Z] ---> 9e4a8e7b2d28 [2023-01-27T18:53:03.283Z] Step 22/24 : LABEL arch=x86_64 [2023-01-27T18:53:03.283Z] ---> Running in 573735ebdee9 [2023-01-27T18:53:03.283Z] Removing intermediate container 573735ebdee9 [2023-01-27T18:53:03.283Z] ---> 54aab0231ca4 [2023-01-27T18:53:03.283Z] Step 23/24 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [2023-01-27T18:53:03.283Z] ---> Running in 48370f5cebe5 [2023-01-27T18:53:03.542Z] Removing intermediate container 48370f5cebe5 [2023-01-27T18:53:03.542Z] ---> e4fdd719fb87 [2023-01-27T18:53:03.542Z] Step 24/24 : LABEL version=0.0.0 [2023-01-27T18:53:03.542Z] ---> Running in cf8ce5eba564 [2023-01-27T18:53:03.802Z] Removing intermediate container cf8ce5eba564 [2023-01-27T18:53:03.802Z] ---> b3503d77648b [2023-01-27T18:53:03.802Z] [2023-01-27T18:53:03.802Z] Successfully built b3503d77648b [2023-01-27T18:53:03.802Z] Successfully tagged security-secretstore-setup:latest [2023-01-27T18:53:04.062Z]  Building security-secretstore-setup ... done Removing intermediate container 25932a44ffb8 [2023-01-27T18:53:04.062Z] ---> d41773df4c61 [2023-01-27T18:53:04.062Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-27T18:53:05.014Z] ---> e653c8bfeb7f [2023-01-27T18:53:05.014Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-27T18:53:06.968Z] ---> 404e0ffa1ed7 [2023-01-27T18:53:06.968Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-27T18:53:07.227Z] ---> f0646e99119c [2023-01-27T18:53:07.227Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-27T18:53:07.660Z] ---> 33b43bafa0dc [2023-01-27T18:53:07.660Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-27T18:53:07.918Z] ---> 3bc3e7c0e067 [2023-01-27T18:53:07.919Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-27T18:53:08.489Z] ---> 46f0ff13314e [2023-01-27T18:53:08.489Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-27T18:53:08.748Z] ---> ffaf0afa4044 [2023-01-27T18:53:08.748Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-27T18:53:08.748Z] ---> Running in 652dcd03bc4b [2023-01-27T18:53:09.683Z] Removing intermediate container 652dcd03bc4b [2023-01-27T18:53:09.683Z] ---> aa100ff990bf [2023-01-27T18:53:09.683Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-27T18:53:09.683Z] ---> Running in 2f75d36512d0 [2023-01-27T18:53:09.941Z] Removing intermediate container 2f75d36512d0 [2023-01-27T18:53:09.941Z] ---> 9c5841089305 [2023-01-27T18:53:09.941Z] Step 29/32 : CMD ["gate"] [2023-01-27T18:53:09.941Z] ---> Running in 80dfe9ff49b6 [2023-01-27T18:53:09.941Z] Removing intermediate container 80dfe9ff49b6 [2023-01-27T18:53:09.941Z] ---> bc55df2c1521 [2023-01-27T18:53:09.941Z] Step 30/32 : LABEL arch=x86_64 [2023-01-27T18:53:09.941Z] ---> Running in acf8ea3dd82b [2023-01-27T18:53:10.269Z] Removing intermediate container acf8ea3dd82b [2023-01-27T18:53:10.269Z] ---> b2b2813e61bc [2023-01-27T18:53:10.269Z] Step 31/32 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [2023-01-27T18:53:10.269Z] ---> Running in 34e4b4119d2c [2023-01-27T18:53:10.573Z] Removing intermediate container 34e4b4119d2c [2023-01-27T18:53:10.573Z] ---> 9fbaac5f072d [2023-01-27T18:53:10.573Z] Step 32/32 : LABEL version=0.0.0 [2023-01-27T18:53:10.573Z] ---> Running in f8ced1e6b1f6 [2023-01-27T18:53:10.831Z] Removing intermediate container f8ced1e6b1f6 [2023-01-27T18:53:10.831Z] ---> 5bdf23744a8b [2023-01-27T18:53:10.831Z] [2023-01-27T18:53:10.831Z] Successfully built 5bdf23744a8b [2023-01-27T18:53:10.831Z] Successfully tagged security-bootstrapper:latest [2023-01-27T18:53:18.993Z]  Building security-bootstrapper ... done Removing intermediate container fe121d7af4f1 [2023-01-27T18:53:18.993Z] ---> 982624c146a7 [2023-01-27T18:53:18.993Z] [2023-01-27T18:53:18.993Z] Step 9/19 : FROM alpine:3.15 [2023-01-27T18:53:18.993Z] ---> c4fc93816858 [2023-01-27T18:53:18.993Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-27T18:53:18.993Z] ---> Using cache [2023-01-27T18:53:18.993Z] ---> afef35adc89d [2023-01-27T18:53:18.993Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-27T18:53:18.993Z] ---> Running in 43bf8a6b1ed5 [2023-01-27T18:53:18.993Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:53:18.993Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:53:18.993Z] v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-27T18:53:18.993Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-27T18:53:18.993Z] OK: 15859 distinct packages available [2023-01-27T18:53:18.993Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-27T18:53:18.993Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-27T18:53:18.993Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-27T18:53:19.252Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-27T18:53:19.253Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-27T18:53:19.253Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-27T18:53:19.253Z] (5/9) Installing curl (7.80.0-r5) [2023-01-27T18:53:19.253Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-27T18:53:19.253Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-27T18:53:19.253Z] (8/9) Installing libucontext (1.1-r0) [2023-01-27T18:53:19.253Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-27T18:53:19.253Z] Executing busybox-1.34.1-r7.trigger [2023-01-27T18:53:19.253Z] Executing ca-certificates-20220614-r0.trigger [2023-01-27T18:53:19.253Z] OK: 8 MiB in 23 packages [2023-01-27T18:53:19.823Z] Removing intermediate container 43bf8a6b1ed5 [2023-01-27T18:53:19.823Z] ---> 67b1c62ba86b [2023-01-27T18:53:19.823Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-27T18:53:20.083Z] ---> 806ec8390fb2 [2023-01-27T18:53:20.083Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-27T18:53:20.817Z] ---> 3be9ab255072 [2023-01-27T18:53:20.817Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-27T18:53:20.817Z] ---> 31758cd68126 [2023-01-27T18:53:20.817Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-27T18:53:20.817Z] ---> Running in cc74a0283582 [2023-01-27T18:53:20.817Z] Removing intermediate container cc74a0283582 [2023-01-27T18:53:20.817Z] ---> dcb2d1b44b91 [2023-01-27T18:53:20.817Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-27T18:53:21.078Z] ---> Running in 5239c9018b84 [2023-01-27T18:53:21.078Z] Removing intermediate container 5239c9018b84 [2023-01-27T18:53:21.078Z] ---> b8afe72097f8 [2023-01-27T18:53:21.078Z] Step 17/19 : LABEL arch=x86_64 [2023-01-27T18:53:21.078Z] ---> Running in a1910f12e3ac [2023-01-27T18:53:21.078Z] Removing intermediate container a1910f12e3ac [2023-01-27T18:53:21.078Z] ---> 944b04b8e30a [2023-01-27T18:53:21.078Z] Step 18/19 : LABEL git_sha=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [2023-01-27T18:53:21.078Z] ---> Running in aae1bd3dbf49 [2023-01-27T18:53:21.078Z] Removing intermediate container aae1bd3dbf49 [2023-01-27T18:53:21.078Z] ---> fe116f86e517 [2023-01-27T18:53:21.078Z] Step 19/19 : LABEL version=0.0.0 [2023-01-27T18:53:21.338Z] ---> Running in 63304c727309 [2023-01-27T18:53:21.338Z] Removing intermediate container 63304c727309 [2023-01-27T18:53:21.338Z] ---> bc5709c7304c [2023-01-27T18:53:21.338Z] [2023-01-27T18:53:21.338Z] Successfully built bc5709c7304c [2023-01-27T18:53:21.338Z] Successfully tagged security-spiffe-token-provider:latest [2023-01-27T18:53:21.346Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-01-27T18:53:21.374Z] $ docker stop --time=1 7fff0352b447bc95977a55af3643ea7b8d11f0001c6b3561a8321479265363f9 [2023-01-27T18:53:22.669Z] $ docker rm -f --volumes 7fff0352b447bc95977a55af3643ea7b8d11f0001c6b3561a8321479265363f9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-27T18:53:23.074Z] + docker images [2023-01-27T18:53:23.075Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-27T18:53:23.075Z] security-spiffe-token-provider latest bc5709c7304c 1 second ago 29.8MB [2023-01-27T18:53:23.075Z] 982624c146a7 7 seconds ago 1.71GB [2023-01-27T18:53:23.075Z] security-bootstrapper latest 5bdf23744a8b 12 seconds ago 20.3MB [2023-01-27T18:53:23.075Z] security-secretstore-setup latest b3503d77648b 19 seconds ago 29.9MB [2023-01-27T18:53:23.075Z] support-notifications latest 448b40ae1951 21 seconds ago 30.6MB [2023-01-27T18:53:23.075Z] 2e8a62913007 34 seconds ago 1.67GB [2023-01-27T18:53:23.075Z] eba12f309842 40 seconds ago 1.75GB [2023-01-27T18:53:23.075Z] 87aaaa63c0ad 46 seconds ago 1.67GB [2023-01-27T18:53:23.075Z] security-spire-server latest df3618edf2d3 About a minute ago 86.5MB [2023-01-27T18:53:23.075Z] core-data latest ba0379065dc1 About a minute ago 17.9MB [2023-01-27T18:53:23.075Z] 0909135ec210 2 minutes ago 1.55GB [2023-01-27T18:53:23.075Z] 42fb0be11ebc 2 minutes ago 1.69GB [2023-01-27T18:53:23.075Z] core-command latest 337c8b5e459d 2 minutes ago 17.7MB [2023-01-27T18:53:23.075Z] support-scheduler latest 52d637fbc7b1 2 minutes ago 30MB [2023-01-27T18:53:23.075Z] security-proxy-setup latest 106f05bc362f 2 minutes ago 27.8MB [2023-01-27T18:53:23.075Z] ecafe840a8ee 2 minutes ago 1.75GB [2023-01-27T18:53:23.075Z] 7f0d026058c3 2 minutes ago 1.68GB [2023-01-27T18:53:23.075Z] core-common-config-bootstrapper latest 2449c6625f97 2 minutes ago 15.5MB [2023-01-27T18:53:23.075Z] core-metadata latest 8d13ea4c8329 3 minutes ago 18.5MB [2023-01-27T18:53:23.075Z] security-spire-agent latest a2421df50fea 3 minutes ago 125MB [2023-01-27T18:53:23.075Z] security-spire-config latest 5efc694eae71 3 minutes ago 85.8MB [2023-01-27T18:53:23.075Z] e87fa30ed58c 3 minutes ago 1.68GB [2023-01-27T18:53:23.075Z] aaf13ccd387c 3 minutes ago 1.67GB [2023-01-27T18:53:23.075Z] 53741edea9a5 3 minutes ago 1.69GB [2023-01-27T18:53:23.075Z] 29495cf205cc 4 minutes ago 1.55GB [2023-01-27T18:53:23.075Z] d0fbec90b874 4 minutes ago 1.55GB [2023-01-27T18:53:23.075Z] ci-base-image-x86_64 latest 2db913a60458 8 minutes ago 904MB [2023-01-27T18:53:23.075Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-01-27T18:53:23.075Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB [2023-01-27T18:53:23.075Z] alpine 3.15 c4fc93816858 5 months ago 5.59MB [2023-01-27T18:53:23.075Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB [2023-01-27T18:53:23.075Z] 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-01-27T18:54:32.872Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-27T18:54:32.872Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-27T18:54:32.872Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-27T18:54:32.910Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-27T18:54:33.248Z] + ls -al . [2023-01-27T18:54:33.248Z] total 744 [2023-01-27T18:54:33.264Z] drwxrwxr-x 10 1001 1001 4096 Jan 27 18:48 . [2023-01-27T18:54:33.264Z] drwxr-xr-x 4 root root 4096 Jan 27 18:48 .. [2023-01-27T18:54:33.264Z] drwxrwxr-x 2 1001 1001 4096 Jan 27 18:46 .blubracket [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 16 Jan 27 18:46 .dockerignore [2023-01-27T18:54:33.264Z] drwxrwxr-x 8 1001 1001 4096 Jan 27 18:46 .git [2023-01-27T18:54:33.264Z] drwxrwxr-x 3 1001 1001 4096 Jan 27 18:46 .github [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 1024 Jan 27 18:46 .gitignore [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 42 Jan 27 18:46 .golangci.yml [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 87 Jan 27 18:46 .hadolint.yml [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 166 Jan 27 18:46 .sonarcloud.properties [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 1171 Jan 27 18:46 ADOPTERS.md [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 10825 Jan 27 18:46 Attribution.txt [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 73765 Jan 27 18:46 CHANGELOG.md [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 3804 Jan 27 18:46 CONTRIBUTING.md [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 677 Jan 27 18:46 GOVERNANCE.md [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 850 Jan 27 18:46 Jenkinsfile [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 10775 Jan 27 18:46 LICENSE [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 13388 Jan 27 18:46 Makefile [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 582 Jan 27 18:46 OWNERS.md [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 9403 Jan 27 18:46 README.md [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 6912 Jan 27 18:46 SECURITY.md [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 5 Jan 27 18:44 VERSION [2023-01-27T18:54:33.264Z] drwxrwxr-x 2 1001 1001 4096 Jan 27 18:46 bin [2023-01-27T18:54:33.264Z] drwxrwxr-x 17 1001 1001 4096 Jan 27 18:46 cmd [2023-01-27T18:54:33.264Z] -rw-r--r-- 1 root root 488778 Jan 27 18:52 coverage.out [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 3365 Jan 27 18:46 go.mod [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 34951 Jan 27 18:46 go.sum [2023-01-27T18:54:33.264Z] drwxrwxr-x 7 1001 1001 4096 Jan 27 18:46 internal [2023-01-27T18:54:33.264Z] drwxrwxr-x 3 1001 1001 4096 Jan 27 18:46 openapi [2023-01-27T18:54:33.264Z] drwxrwxr-x 4 1001 1001 4096 Jan 27 18:46 snap [2023-01-27T18:54:33.264Z] -rw-rw-r-- 1 1001 1001 204 Jan 27 18:46 version.go [Pipeline] sh [2023-01-27T18:54:33.901Z] + '[' -e coverage.out ] [2023-01-27T18:54:33.901Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-27T18:54:33.937Z] Warning: overwriting stash ‘coverage-report’ [2023-01-27T18:54:34.705Z] Stashed 1 file(s) [Pipeline] sh [2023-01-27T18:54:35.354Z] + make build [2023-01-27T18:54:35.354Z] 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-01-27T18:55:56.964Z] 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-01-27T18:56:04.183Z] 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-01-27T18:56:06.122Z] 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-01-27T18:56:09.459Z] 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-01-27T18:56:56.297Z] 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-01-27T18:56:57.698Z] 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-01-27T18:57:03.032Z] 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-01-27T18:57:09.667Z] 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-01-27T18:57:12.237Z] 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-01-27T18:57:16.478Z] 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-01-27T18:57:28.764Z] 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-01-27T18:57:34.117Z] $ docker stop --time=1 69b01c075cbc64561022b2cf3ca32f4037aaf0c6592d0ef331a13c1a877d6bce [2023-01-27T18:57:36.075Z] $ docker rm -f --volumes 69b01c075cbc64561022b2cf3ca32f4037aaf0c6592d0ef331a13c1a877d6bce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-27T18:57:38.314Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-27T18:57:38.314Z] [2023-01-27T18:57:38.314Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-27T18:57:38.715Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-27T18:57:38.985Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-01-27T18:57:38.985Z] 29e5d40040c1: Pulling fs layer [2023-01-27T18:57:38.985Z] 1ce36da41761: Pulling fs layer [2023-01-27T18:57:38.985Z] 25b303627fd3: Pulling fs layer [2023-01-27T18:57:38.985Z] 29e5d40040c1: Verifying Checksum [2023-01-27T18:57:38.985Z] 29e5d40040c1: Download complete [2023-01-27T18:57:39.253Z] 1ce36da41761: Verifying Checksum [2023-01-27T18:57:39.253Z] 1ce36da41761: Download complete [2023-01-27T18:57:39.520Z] 29e5d40040c1: Pull complete [2023-01-27T18:57:40.926Z] 1ce36da41761: Pull complete [2023-01-27T18:57:40.926Z] 25b303627fd3: Verifying Checksum [2023-01-27T18:57:40.926Z] 25b303627fd3: Download complete [2023-01-27T18:57:50.991Z] 25b303627fd3: Pull complete [2023-01-27T18:57:50.991Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-01-27T18:57:50.991Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-27T18:57:50.991Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-27T18:57:51.295Z] prd-ubuntu20.04-docker-arm64-4c-16g-3827 does not seem to be running inside a container [2023-01-27T18:57:51.355Z] $ 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-01-27T18:57:53.599Z] $ docker top 07017c4dbdc65b74bce3487ac95d7c857e2dbc6d761dbbc9b5628c42566f5e14 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-27T18:57:54.466Z] + grep+ paralleldocker-compose [2023-01-27T18:57:54.466Z] build --help [2023-01-27T18:57:58.799Z] --parallel Build images in parallel. [Pipeline] } [2023-01-27T18:57:58.835Z] $ docker stop --time=1 07017c4dbdc65b74bce3487ac95d7c857e2dbc6d761dbbc9b5628c42566f5e14 [2023-01-27T18:58:00.520Z] $ docker rm -f --volumes 07017c4dbdc65b74bce3487ac95d7c857e2dbc6d761dbbc9b5628c42566f5e14 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-27T18:58:01.299Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-27T18:58:01.300Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-27T18:58:01.552Z] prd-ubuntu20.04-docker-arm64-4c-16g-3827 does not seem to be running inside a container [2023-01-27T18:58:01.618Z] $ 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-01-27T18:58:02.790Z] $ docker top 381327f39b196b3b7ecbe9dbdee9ff90233c0bd6c81f38245e3fe92298909279 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-27T18:58:03.374Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-27T18:58:08.710Z] Building core-command ... [2023-01-27T18:58:08.710Z] Building core-common-config-bootstrapper ... [2023-01-27T18:58:08.710Z] Building core-data ... [2023-01-27T18:58:08.710Z] Building core-metadata ... [2023-01-27T18:58:08.710Z] Building security-bootstrapper ... [2023-01-27T18:58:08.710Z] Building security-proxy-setup ... [2023-01-27T18:58:08.710Z] Building security-secretstore-setup ... [2023-01-27T18:58:08.710Z] Building security-spiffe-token-provider ... [2023-01-27T18:58:08.710Z] Building security-spire-agent ... [2023-01-27T18:58:08.710Z] Building security-spire-config ... [2023-01-27T18:58:08.710Z] Building security-spire-server ... [2023-01-27T18:58:08.710Z] Building support-notifications ... [2023-01-27T18:58:08.710Z] Building support-scheduler ... [2023-01-27T18:58:08.710Z] Building security-spire-config [2023-01-27T18:58:08.710Z] Building core-common-config-bootstrapper [2023-01-27T18:58:08.710Z] Building core-metadata [2023-01-27T18:58:08.710Z] Building security-spire-agent [2023-01-27T18:58:08.710Z] Building support-notifications [2023-01-27T18:58:55.553Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T18:58:55.553Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-27T18:58:55.553Z] ---> c6fe74419192 [2023-01-27T18:58:55.553Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-27T18:58:55.553Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T18:58:55.553Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-27T18:58:55.553Z] ---> c6fe74419192 [2023-01-27T18:58:55.553Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-27T18:58:55.553Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T18:58:55.553Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-27T18:58:55.553Z] ---> c6fe74419192 [2023-01-27T18:58:55.553Z] Step 3/24 : WORKDIR /edgex-go [2023-01-27T18:58:55.553Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T18:58:55.553Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-27T18:58:55.553Z] ---> c6fe74419192 [2023-01-27T18:58:55.553Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-27T18:58:55.553Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T18:58:55.553Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-27T18:58:55.553Z] ---> c6fe74419192 [2023-01-27T18:58:55.553Z] Step 3/24 : WORKDIR /edgex-go [2023-01-27T18:58:55.553Z] ---> Running in 2e5c2dcf57d7 [2023-01-27T18:58:55.553Z] ---> Running in 1c083a7ea485 [2023-01-27T18:58:55.553Z] ---> Running in 562f63fb1152 [2023-01-27T18:58:55.553Z] ---> Running in e1ac874474b6 [2023-01-27T18:58:55.553Z] ---> Running in 4f6f3057141f [2023-01-27T18:58:55.553Z] Removing intermediate container 4f6f3057141f [2023-01-27T18:58:55.553Z] ---> b66f6df3443b [2023-01-27T18:58:55.553Z] Step 4/24 : WORKDIR /edgex-goRemoving intermediate container 1c083a7ea485 [2023-01-27T18:58:55.553Z] ---> 79b268291447 [2023-01-27T18:58:55.553Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-27T18:58:55.553Z] [2023-01-27T18:58:55.553Z] Removing intermediate container e1ac874474b6 [2023-01-27T18:58:55.553Z] ---> 8a4de44ae75c [2023-01-27T18:58:55.553Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-27T18:58:55.553Z] Removing intermediate container 2e5c2dcf57d7 [2023-01-27T18:58:55.553Z] ---> b651969d1755 [2023-01-27T18:58:55.553Z] Step 4/22 : WORKDIR /edgex-go [2023-01-27T18:58:55.553Z] Removing intermediate container 562f63fb1152 [2023-01-27T18:58:55.553Z] ---> 9381d58faa48 [2023-01-27T18:58:55.553Z] Step 4/22 : WORKDIR /edgex-go [2023-01-27T18:58:55.553Z] ---> Running in d23c74fab1ce [2023-01-27T18:58:55.553Z] ---> Running in 8733c90b803d [2023-01-27T18:58:55.553Z] ---> Running in c0992c699965 [2023-01-27T18:58:55.553Z] ---> Running in 7ba3dfef0124 [2023-01-27T18:58:55.553Z] ---> Running in 38b4354adcc0 [2023-01-27T18:58:55.553Z] Removing intermediate container 8733c90b803d [2023-01-27T18:58:55.553Z] ---> 14e22790531f [2023-01-27T18:58:55.553Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-27T18:58:55.553Z] Removing intermediate container 38b4354adcc0 [2023-01-27T18:58:55.553Z] ---> d11007188bd3 [2023-01-27T18:58:55.553Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-27T18:58:55.553Z] ---> Running in 99ff46f507e0 [2023-01-27T18:58:55.553Z] Removing intermediate container 7ba3dfef0124 [2023-01-27T18:58:55.553Z] ---> 253c8fce1212 [2023-01-27T18:58:55.553Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-27T18:58:55.553Z] ---> Running in a9ecdd298d9c [2023-01-27T18:58:55.553Z] ---> Running in 42b5188c372b [2023-01-27T18:58:55.823Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-27T18:58:56.091Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-27T18:58:56.367Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-27T18:58:56.368Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-27T18:58:56.635Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-27T18:58:56.904Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-27T18:58:57.172Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-27T18:58:57.172Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-27T18:58:57.444Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-27T18:58:57.726Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-27T18:58:57.726Z] OK: 221 MiB in 51 packages [2023-01-27T18:58:57.995Z] OK: 221 MiB in 51 packages [2023-01-27T18:58:58.581Z] OK: 221 MiB in 51 packages [2023-01-27T18:58:59.195Z] OK: 221 MiB in 51 packages [2023-01-27T18:58:59.461Z] OK: 221 MiB in 51 packages [2023-01-27T18:58:59.461Z] Removing intermediate container c0992c699965 [2023-01-27T18:58:59.461Z] ---> d018bef89d93 [2023-01-27T18:58:59.461Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-27T18:59:00.427Z] Removing intermediate container 99ff46f507e0 [2023-01-27T18:59:00.427Z] ---> 2bda8fe76824 [2023-01-27T18:59:00.427Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-27T18:59:00.712Z] Removing intermediate container d23c74fab1ce [2023-01-27T18:59:00.712Z] ---> e760be04210d [2023-01-27T18:59:00.712Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-27T18:59:00.981Z] ---> 62d978c79e75 [2023-01-27T18:59:00.981Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T18:59:00.981Z] Removing intermediate container a9ecdd298d9c [2023-01-27T18:59:00.981Z] ---> 6015870de729 [2023-01-27T18:59:00.981Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-27T18:59:00.981Z] ---> Running in 229bacd24ec1 [2023-01-27T18:59:01.573Z] Removing intermediate container 42b5188c372b [2023-01-27T18:59:01.573Z] ---> 32d88f8db6a2 [2023-01-27T18:59:01.573Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-27T18:59:01.847Z] ---> 380b95c02c9c [2023-01-27T18:59:01.847Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T18:59:01.847Z] ---> Running in 2f04f7dcd577 [2023-01-27T18:59:02.115Z] ---> 40c2cb14bfcc [2023-01-27T18:59:02.115Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T18:59:02.387Z] ---> Running in b8af9fd44a30 [2023-01-27T18:59:02.664Z] ---> 20a9ccf39325 [2023-01-27T18:59:02.664Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T18:59:02.948Z] ---> Running in a9af4be9e664 [2023-01-27T18:59:03.221Z] ---> 4ef62b47d555 [2023-01-27T18:59:03.221Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T18:59:03.221Z] ---> Running in 0969b5c1293d [2023-01-27T19:00:54.908Z] Removing intermediate container b8af9fd44a30 [2023-01-27T19:00:54.908Z] ---> ab3646792634 [2023-01-27T19:00:54.908Z] Step 7/24 : COPY . . [2023-01-27T19:00:54.908Z] Removing intermediate container 229bacd24ec1 [2023-01-27T19:00:54.908Z] ---> 31352f2f23e4 [2023-01-27T19:00:54.908Z] Step 7/24 : COPY . . [2023-01-27T19:00:54.908Z] Removing intermediate container a9af4be9e664 [2023-01-27T19:00:54.908Z] ---> 0e5d21045d43 [2023-01-27T19:00:54.908Z] Step 8/22 : COPY . . [2023-01-27T19:00:54.908Z] Removing intermediate container 0969b5c1293d [2023-01-27T19:00:54.908Z] ---> 9886120cea1c [2023-01-27T19:00:54.908Z] Step 8/22 : COPY . . [2023-01-27T19:00:54.908Z] Removing intermediate container 2f04f7dcd577 [2023-01-27T19:00:54.908Z] ---> 5cff6b93391a [2023-01-27T19:00:54.908Z] Step 8/24 : COPY . . [2023-01-27T19:01:04.978Z] ---> 3f6bf7053b9a [2023-01-27T19:01:04.978Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-27T19:01:04.978Z] ---> 1dc74249354c [2023-01-27T19:01:04.978Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-27T19:01:04.978Z] ---> f8c09f6499a2 [2023-01-27T19:01:04.978Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-27T19:01:04.978Z] ---> a6cd259d6dba [2023-01-27T19:01:04.978Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-27T19:01:04.978Z] ---> 0632a46b62a1 [2023-01-27T19:01:04.978Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-01-27T19:01:04.978Z] ---> Running in 7b2c522cb4ce [2023-01-27T19:01:04.978Z] ---> Running in 0912d69e64fb [2023-01-27T19:01:04.978Z] ---> Running in 4ab79e272112 [2023-01-27T19:01:04.978Z] ---> Running in 670092ff0a1c [2023-01-27T19:01:04.978Z] ---> Running in e059630f8419 [2023-01-27T19:01:04.978Z] Removing intermediate container 4ab79e272112 [2023-01-27T19:01:04.978Z] ---> 4f024698dcfa [2023-01-27T19:01:04.978Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-27T19:01:04.978Z] Removing intermediate container 7b2c522cb4ce [2023-01-27T19:01:04.978Z] ---> bc34dcae3a74 [2023-01-27T19:01:04.978Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-27T19:01:04.978Z] ---> Running in cc0cdcb68de3 [2023-01-27T19:01:04.978Z] ---> Running in f3d711a6fe16 [2023-01-27T19:01:05.563Z] 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-01-27T19:01:05.563Z] Removing intermediate container cc0cdcb68de3 [2023-01-27T19:01:05.563Z] ---> 63dd69371ce3 [2023-01-27T19:01:05.563Z] 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-01-27T19:01:05.563Z] ---> Running in 49e3f668b6e0 [2023-01-27T19:01:05.563Z] Removing intermediate container f3d711a6fe16 [2023-01-27T19:01:05.563Z] ---> d2c82bb78c0c [2023-01-27T19:01:05.563Z] 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-01-27T19:01:06.148Z] ---> Running in e568a735201a [2023-01-27T19:01:06.148Z] 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-01-27T19:01:06.733Z] 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-01-27T19:01:09.322Z] Removing intermediate container 49e3f668b6e0 [2023-01-27T19:01:09.322Z] ---> 1846c4131b83 [2023-01-27T19:01:09.322Z] Step 11/24 : WORKDIR /edgex-go [2023-01-27T19:01:09.593Z] ---> Running in b9bdfc359b5d [2023-01-27T19:01:10.186Z] Removing intermediate container e568a735201a [2023-01-27T19:01:10.186Z] ---> e7c6995e4826 [2023-01-27T19:01:10.186Z] Step 11/24 : WORKDIR /edgex-go [2023-01-27T19:01:10.186Z] ---> Running in cedbada16b11 [2023-01-27T19:01:10.453Z] Removing intermediate container b9bdfc359b5d [2023-01-27T19:01:10.453Z] ---> fb0a58340e56 [2023-01-27T19:01:10.453Z] [2023-01-27T19:01:10.453Z] Step 12/24 : FROM alpine:3.15 [2023-01-27T19:01:10.720Z] 3.15: Pulling from library/alpine [2023-01-27T19:01:10.720Z] Removing intermediate container cedbada16b11 [2023-01-27T19:01:10.720Z] ---> 486cb155afad [2023-01-27T19:01:10.720Z] [2023-01-27T19:01:10.720Z] Step 12/24 : FROM alpine:3.15 [2023-01-27T19:01:10.987Z] 3.15: Pulling from library/alpine [2023-01-27T19:01:12.402Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-27T19:01:12.402Z] Status: Downloaded newer image for alpine:3.15 [2023-01-27T19:01:12.402Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-27T19:01:12.402Z] Status: Image is up to date for alpine:3.15 [2023-01-27T19:01:12.402Z] ---> 8aa73fd46299 [2023-01-27T19:01:12.402Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-27T19:01:12.402Z] ---> 8aa73fd46299 [2023-01-27T19:01:12.402Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-27T19:01:12.402Z] ---> Running in 5e59ed2c5a9b [2023-01-27T19:01:12.402Z] ---> Running in e0f17112698a [2023-01-27T19:01:12.986Z] Removing intermediate container 5e59ed2c5a9b [2023-01-27T19:01:12.986Z] ---> e27ab43c975a [2023-01-27T19:01:12.986Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-27T19:01:13.257Z] Removing intermediate container e0f17112698a [2023-01-27T19:01:13.257Z] ---> 8fbab6a26f2f [2023-01-27T19:01:13.257Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-27T19:01:13.257Z] ---> Running in 0746f363802d [2023-01-27T19:01:13.526Z] ---> Running in 5a726d491e14 [2023-01-27T19:01:16.112Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-27T19:01:16.112Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-27T19:01:16.397Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-27T19:01:16.397Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-27T19:01:17.360Z] v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-27T19:01:17.360Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-27T19:01:17.360Z] OK: 15736 distinct packages available [2023-01-27T19:01:17.626Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-27T19:01:17.894Z] v3.15.6-284-gd2a2cf2132 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-27T19:01:17.894Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-27T19:01:17.894Z] OK: 15736 distinct packages available [2023-01-27T19:01:18.161Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-27T19:01:18.161Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-27T19:01:18.745Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-27T19:01:19.332Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-27T19:01:19.332Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-27T19:01:19.332Z] (3/5) Installing libucontext (1.1-r0) [2023-01-27T19:01:19.332Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-27T19:01:19.332Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-27T19:01:19.601Z] Executing busybox-1.34.1-r7.trigger [2023-01-27T19:01:19.601Z] OK: 6 MiB in 19 packages [2023-01-27T19:01:19.601Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-27T19:01:19.601Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-27T19:01:19.601Z] (3/4) Installing libucontext (1.1-r0) [2023-01-27T19:01:19.601Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-27T19:01:19.601Z] Executing busybox-1.34.1-r7.trigger [2023-01-27T19:01:19.601Z] OK: 6 MiB in 18 packages [2023-01-27T19:01:22.190Z] Removing intermediate container 5a726d491e14 [2023-01-27T19:01:22.190Z] ---> 3640594a3baa [2023-01-27T19:01:22.190Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-27T19:01:22.190Z] Removing intermediate container 0746f363802d [2023-01-27T19:01:22.190Z] ---> 30e2c6dc0440 [2023-01-27T19:01:22.190Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-27T19:01:27.525Z] ---> 087cd68e0725 [2023-01-27T19:01:27.525Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-27T19:01:28.483Z] ---> 60286d739f87 [2023-01-27T19:01:28.483Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-27T19:01:29.881Z] ---> 31a7ea82e62e [2023-01-27T19:01:29.881Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-27T19:01:29.881Z] ---> Running in f54bb854cc9e [2023-01-27T19:01:30.833Z] Removing intermediate container f54bb854cc9e [2023-01-27T19:01:30.833Z] ---> 4537d1fa8a2a [2023-01-27T19:01:30.833Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-27T19:01:32.233Z] ---> 989a5e1be644 [2023-01-27T19:01:32.233Z] Step 19/24 : WORKDIR / [2023-01-27T19:01:32.233Z] ---> Running in 60d45f73772a [2023-01-27T19:01:33.193Z] Removing intermediate container 60d45f73772a [2023-01-27T19:01:33.193Z] ---> d1f8851dcbea [2023-01-27T19:01:33.193Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-27T19:01:33.193Z] ---> Running in b4512b0233af [2023-01-27T19:01:33.774Z] Removing intermediate container b4512b0233af [2023-01-27T19:01:33.774Z] ---> ba31bfe8ed85 [2023-01-27T19:01:33.774Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-27T19:01:33.774Z] ---> Running in 06e6fb7fadd2 [2023-01-27T19:01:36.352Z] Removing intermediate container 06e6fb7fadd2 [2023-01-27T19:01:36.352Z] ---> 39a8b1d1f02f [2023-01-27T19:01:36.352Z] Step 22/24 : LABEL arch=arm64 [2023-01-27T19:01:36.352Z] ---> Running in 174074bb7224 [2023-01-27T19:01:36.352Z] ---> 81ff836ec90c [2023-01-27T19:01:36.352Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-27T19:01:36.934Z] Removing intermediate container 174074bb7224 [2023-01-27T19:01:36.934Z] ---> 6330f209fd3c [2023-01-27T19:01:36.934Z] Step 23/24 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b [2023-01-27T19:01:36.934Z] ---> Running in 1c5680865374 [2023-01-27T19:01:37.201Z] ---> 7980e0892953 [2023-01-27T19:01:37.201Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-27T19:01:37.472Z] Removing intermediate container 1c5680865374 [2023-01-27T19:01:37.472Z] ---> 885fd5f58f3c [2023-01-27T19:01:37.472Z] Step 24/24 : LABEL version=0.0.0 [2023-01-27T19:01:37.740Z] ---> Running in 0cd9f1999435 [2023-01-27T19:01:38.324Z] Removing intermediate container 0cd9f1999435 [2023-01-27T19:01:38.324Z] ---> 150037254622 [2023-01-27T19:01:38.324Z] [2023-01-27T19:01:38.324Z] ---> 5faa4a884d15 [2023-01-27T19:01:38.324Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-27T19:01:38.906Z] Successfully built 150037254622 [2023-01-27T19:01:38.906Z] Successfully tagged security-spire-config-arm64:latest [2023-01-27T19:01:38.906Z]  Building security-spire-config ... done Building support-scheduler [2023-01-27T19:01:39.172Z] ---> 2ecbf488cb00 [2023-01-27T19:01:39.438Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-27T19:01:39.438Z] ---> Running in c5f8a38cbc8c [2023-01-27T19:01:40.041Z] Removing intermediate container c5f8a38cbc8c [2023-01-27T19:01:40.041Z] ---> 075a042ab137 [2023-01-27T19:01:40.041Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-27T19:01:40.041Z] ---> Running in 04ca2098647c [2023-01-27T19:01:40.625Z] Removing intermediate container 04ca2098647c [2023-01-27T19:01:40.625Z] ---> bfe78e7c23ac [2023-01-27T19:01:40.625Z] Step 22/24 : LABEL arch=arm64 [2023-01-27T19:01:40.625Z] ---> Running in ef447fcffb2e [2023-01-27T19:01:41.210Z] Removing intermediate container ef447fcffb2e [2023-01-27T19:01:41.210Z] ---> cfd6082da92c [2023-01-27T19:01:41.210Z] Step 23/24 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b [2023-01-27T19:01:41.210Z] ---> Running in c761cf630e1b [2023-01-27T19:01:41.791Z] Removing intermediate container c761cf630e1b [2023-01-27T19:01:41.791Z] ---> f45aef65ed77 [2023-01-27T19:01:41.791Z] Step 24/24 : LABEL version=0.0.0 [2023-01-27T19:01:42.058Z] ---> Running in bcb990f26d21 [2023-01-27T19:01:42.638Z] Removing intermediate container bcb990f26d21 [2023-01-27T19:01:42.638Z] ---> b0256ea99bca [2023-01-27T19:01:42.638Z] [2023-01-27T19:01:42.906Z] Successfully built b0256ea99bca [2023-01-27T19:01:42.906Z] Successfully tagged security-spire-agent-arm64:latest [2023-01-27T19:01:42.906Z] Building security-spiffe-token-provider [2023-01-27T19:02:04.956Z]  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T19:02:04.956Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-27T19:02:04.956Z] ---> c6fe74419192 [2023-01-27T19:02:04.956Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-27T19:02:04.956Z] ---> Using cache [2023-01-27T19:02:04.956Z] ---> 9381d58faa48 [2023-01-27T19:02:04.956Z] Step 4/22 : WORKDIR /edgex-go [2023-01-27T19:02:04.956Z] ---> Using cache [2023-01-27T19:02:04.956Z] ---> 253c8fce1212 [2023-01-27T19:02:04.956Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-27T19:02:05.538Z] ---> Running in 65a2e702978e [2023-01-27T19:02:08.128Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T19:02:08.128Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-27T19:02:08.128Z] ---> c6fe74419192 [2023-01-27T19:02:08.128Z] Step 3/19 : WORKDIR /edgex-go [2023-01-27T19:02:08.128Z] ---> Using cache [2023-01-27T19:02:08.128Z] ---> 8a4de44ae75c [2023-01-27T19:02:08.128Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-27T19:02:08.128Z] ---> Running in 0f08ac301dcc [2023-01-27T19:02:08.128Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-27T19:02:08.723Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-27T19:02:09.679Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-27T19:02:10.262Z] OK: 221 MiB in 51 packages [2023-01-27T19:02:10.262Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-27T19:02:11.671Z] Removing intermediate container 65a2e702978e [2023-01-27T19:02:11.671Z] ---> cad65ec5ca7f [2023-01-27T19:02:11.671Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-27T19:02:11.938Z] v3.16.3-146-gfa07c3b49d [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-27T19:02:11.938Z] v3.16.3-147-g6bdfd2ef54 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-27T19:02:11.938Z] OK: 16901 distinct packages available [2023-01-27T19:02:12.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-27T19:02:12.471Z] ---> cb12dcc6d938 [2023-01-27T19:02:12.471Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T19:02:12.471Z] ---> Running in aa8fcdcb9898 [2023-01-27T19:02:12.471Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-27T19:02:14.415Z] OK: 221 MiB in 51 packages [2023-01-27T19:02:15.812Z] Removing intermediate container 0f08ac301dcc [2023-01-27T19:02:15.812Z] ---> 1d0e4302128d [2023-01-27T19:02:15.812Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-27T19:02:16.768Z] ---> 3ffad5dd1bfb [2023-01-27T19:02:16.768Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T19:02:16.768Z] ---> Running in 17e13f6c471e [2023-01-27T19:04:08.643Z] Removing intermediate container aa8fcdcb9898 [2023-01-27T19:04:08.643Z] ---> 39d35e1baa6c [2023-01-27T19:04:08.643Z] Step 8/22 : COPY . . [2023-01-27T19:04:08.643Z] Removing intermediate container 17e13f6c471e [2023-01-27T19:04:08.643Z] ---> e3b4e4a1ebc9 [2023-01-27T19:04:08.643Z] Step 7/19 : COPY . . [2023-01-27T19:04:16.867Z] ---> c6c47669c8c9 [2023-01-27T19:04:16.867Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-27T19:04:17.140Z] ---> Running in 7af187208f15 [2023-01-27T19:04:19.078Z] 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-01-27T19:04:23.320Z] ---> cb0c68353650 [2023-01-27T19:04:23.320Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-27T19:04:23.320Z] ---> Running in 69834c93a51d [2023-01-27T19:04:24.721Z] 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-01-27T19:07:16.390Z] Removing intermediate container e059630f8419 [2023-01-27T19:07:16.390Z] ---> 7a80592dd2de [2023-01-27T19:07:16.390Z] [2023-01-27T19:07:16.390Z] Step 10/22 : FROM alpine:3.16 [2023-01-27T19:07:16.656Z] 3.16: Pulling from library/alpine [2023-01-27T19:07:18.626Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-27T19:07:18.626Z] Status: Downloaded newer image for alpine:3.16 [2023-01-27T19:07:18.626Z] ---> 2b4661558fb8 [2023-01-27T19:07:18.626Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-01-27T19:07:18.894Z] ---> Running in addf8e729032 [2023-01-27T19:07:19.488Z] Removing intermediate container addf8e729032 [2023-01-27T19:07:19.488Z] ---> 2b6cb28c14ad [2023-01-27T19:07:19.488Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-01-27T19:07:19.488Z] ---> Running in 93c485da065d [2023-01-27T19:07:21.449Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-27T19:07:21.717Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-27T19:07:23.144Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-27T19:07:23.144Z] Executing busybox-1.35.0-r17.trigger [2023-01-27T19:07:23.144Z] OK: 5 MiB in 15 packages [2023-01-27T19:07:24.544Z] Removing intermediate container 93c485da065d [2023-01-27T19:07:24.544Z] ---> 0aeb83b12188 [2023-01-27T19:07:24.544Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-27T19:07:25.125Z] ---> 8a337b37c313 [2023-01-27T19:07:25.125Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-01-27T19:07:26.529Z] ---> e6830cf582d5 [2023-01-27T19:07:26.795Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-01-27T19:07:27.780Z] ---> e2a7a8aca7d3 [2023-01-27T19:07:27.780Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-01-27T19:07:28.737Z] ---> ea7191cb69b5 [2023-01-27T19:07:28.737Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-27T19:07:28.737Z] ---> Running in 2bb6690c44a5 [2023-01-27T19:07:32.069Z] Removing intermediate container 2bb6690c44a5 [2023-01-27T19:07:32.069Z] ---> 1d15c881c5ba [2023-01-27T19:07:32.069Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-01-27T19:07:32.069Z] ---> Running in b5d9f2116fc7 [2023-01-27T19:07:32.334Z] Removing intermediate container b5d9f2116fc7 [2023-01-27T19:07:32.334Z] ---> a9f6cae97be6 [2023-01-27T19:07:32.334Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-01-27T19:07:32.334Z] ---> Running in 5981dde47442 [2023-01-27T19:07:32.913Z] Removing intermediate container 5981dde47442 [2023-01-27T19:07:32.913Z] ---> a7c475fd4289 [2023-01-27T19:07:32.913Z] Step 20/22 : LABEL arch=arm64 [2023-01-27T19:07:32.913Z] ---> Running in 858c300e6557 [2023-01-27T19:07:33.498Z] Removing intermediate container 858c300e6557 [2023-01-27T19:07:33.498Z] ---> 8c92be1a6e41 [2023-01-27T19:07:33.498Z] Step 21/22 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b [2023-01-27T19:07:33.498Z] ---> Running in 1b2e2b747ba1 [2023-01-27T19:07:34.081Z] Removing intermediate container 1b2e2b747ba1 [2023-01-27T19:07:34.081Z] ---> 9cfbcdd69b32 [2023-01-27T19:07:34.081Z] Step 22/22 : LABEL version=0.0.0 [2023-01-27T19:07:34.081Z] ---> Running in a09651491d37 [2023-01-27T19:07:34.664Z] Removing intermediate container a09651491d37 [2023-01-27T19:07:34.664Z] ---> ee3595dd019f [2023-01-27T19:07:34.664Z] [2023-01-27T19:07:35.246Z] Successfully built ee3595dd019f [2023-01-27T19:07:35.246Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-01-27T19:07:35.246Z]  Building core-common-config-bootstrapper ... done Building core-data [2023-01-27T19:07:53.435Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T19:07:53.435Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-27T19:07:53.435Z] ---> c6fe74419192 [2023-01-27T19:07:53.435Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-27T19:07:53.435Z] ---> Using cache [2023-01-27T19:07:53.435Z] ---> 9381d58faa48 [2023-01-27T19:07:53.435Z] Step 4/22 : WORKDIR /edgex-go [2023-01-27T19:07:53.435Z] ---> Using cache [2023-01-27T19:07:53.435Z] ---> 253c8fce1212 [2023-01-27T19:07:53.435Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-27T19:07:53.435Z] ---> Using cache [2023-01-27T19:07:53.435Z] ---> cad65ec5ca7f [2023-01-27T19:07:53.435Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-27T19:07:53.435Z] ---> Using cache [2023-01-27T19:07:53.435Z] ---> cb12dcc6d938 [2023-01-27T19:07:53.435Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T19:07:53.435Z] ---> Using cache [2023-01-27T19:07:53.435Z] ---> 39d35e1baa6c [2023-01-27T19:07:53.435Z] Step 8/22 : COPY . . [2023-01-27T19:07:53.435Z] ---> Using cache [2023-01-27T19:07:53.435Z] ---> c6c47669c8c9 [2023-01-27T19:07:53.435Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-27T19:07:53.435Z] ---> Running in 84493be0d25a [2023-01-27T19:07:53.435Z] Removing intermediate container 0912d69e64fb [2023-01-27T19:07:53.436Z] ---> 777b968976d4 [2023-01-27T19:07:53.436Z] [2023-01-27T19:07:53.436Z] Step 10/24 : FROM alpine:3.16 [2023-01-27T19:07:53.436Z] ---> 2b4661558fb8 [2023-01-27T19:07:53.436Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-27T19:07:53.436Z] ---> Running in 93a213273baf [2023-01-27T19:07:54.015Z] 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-01-27T19:07:54.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-27T19:07:55.175Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-27T19:07:56.581Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-27T19:07:56.581Z] Executing busybox-1.35.0-r17.trigger [2023-01-27T19:07:56.581Z] OK: 5 MiB in 15 packages [2023-01-27T19:07:57.995Z] Removing intermediate container 93a213273baf [2023-01-27T19:07:57.996Z] ---> ae9680b62989 [2023-01-27T19:07:57.996Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-27T19:07:57.996Z] ---> Running in 3fad7310568a [2023-01-27T19:07:58.579Z] Removing intermediate container 3fad7310568a [2023-01-27T19:07:58.579Z] ---> 2cb5e7ee68e8 [2023-01-27T19:07:58.579Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-27T19:07:58.579Z] ---> Running in a9ce338cf805 [2023-01-27T19:07:59.159Z] Removing intermediate container a9ce338cf805 [2023-01-27T19:07:59.159Z] ---> cacea62603d4 [2023-01-27T19:07:59.159Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-27T19:07:59.423Z] ---> Running in 27d89048eb09 [2023-01-27T19:08:00.016Z] Removing intermediate container 27d89048eb09 [2023-01-27T19:08:00.016Z] ---> 98a93d4b70b2 [2023-01-27T19:08:00.016Z] Step 15/24 : WORKDIR / [2023-01-27T19:08:00.016Z] ---> Running in d81f823ed8f4 [2023-01-27T19:08:00.597Z] Removing intermediate container d81f823ed8f4 [2023-01-27T19:08:00.597Z] ---> c1a38f78ab96 [2023-01-27T19:08:00.597Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-27T19:08:01.551Z] ---> d8de4d412bd6 [2023-01-27T19:08:01.551Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-27T19:08:03.505Z] ---> 7fac00922c1d [2023-01-27T19:08:03.505Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-27T19:08:04.095Z] ---> 5a119d3111be [2023-01-27T19:08:04.095Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-27T19:08:05.049Z] ---> 4568c8c8ae94 [2023-01-27T19:08:05.049Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-27T19:08:05.049Z] ---> Running in 20c6a53b9b86 [2023-01-27T19:08:05.628Z] Removing intermediate container 20c6a53b9b86 [2023-01-27T19:08:05.628Z] ---> 14d004b68800 [2023-01-27T19:08:05.629Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-27T19:08:05.629Z] ---> Running in 8c35befb020c [2023-01-27T19:08:06.207Z] Removing intermediate container 8c35befb020c [2023-01-27T19:08:06.207Z] ---> 05ad65b0ffd2 [2023-01-27T19:08:06.208Z] Step 22/24 : LABEL arch=arm64 [2023-01-27T19:08:06.208Z] ---> Running in c0d95d6315ab [2023-01-27T19:08:06.787Z] Removing intermediate container c0d95d6315ab [2023-01-27T19:08:06.787Z] ---> bb8f9f3723b4 [2023-01-27T19:08:06.787Z] Step 23/24 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b [2023-01-27T19:08:06.787Z] ---> Running in 13ea0eb78855 [2023-01-27T19:08:07.368Z] Removing intermediate container 13ea0eb78855 [2023-01-27T19:08:07.368Z] ---> 02ae4ee52c6d [2023-01-27T19:08:07.368Z] Step 24/24 : LABEL version=0.0.0 [2023-01-27T19:08:07.368Z] ---> Running in 1f1592a01282 [2023-01-27T19:08:09.302Z] Removing intermediate container 1f1592a01282 [2023-01-27T19:08:09.302Z] ---> 2f2498b580d9 [2023-01-27T19:08:09.302Z] [2023-01-27T19:08:09.302Z] Successfully built 2f2498b580d9 [2023-01-27T19:08:09.566Z] Successfully tagged core-metadata-arm64:latest [2023-01-27T19:08:09.566Z] Building security-secretstore-setup [2023-01-27T19:08:27.745Z]  Building core-metadata ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T19:08:27.746Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-27T19:08:27.746Z] ---> c6fe74419192 [2023-01-27T19:08:27.746Z] Step 3/24 : WORKDIR /edgex-go [2023-01-27T19:08:27.746Z] ---> Using cache [2023-01-27T19:08:27.746Z] ---> 8a4de44ae75c [2023-01-27T19:08:27.746Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-27T19:08:27.746Z] ---> Running in 373070cadba6 [2023-01-27T19:08:29.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-27T19:08:29.424Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-27T19:08:30.826Z] OK: 221 MiB in 51 packages [2023-01-27T19:08:34.152Z] Removing intermediate container 373070cadba6 [2023-01-27T19:08:34.152Z] ---> c3b3a16034a8 [2023-01-27T19:08:34.152Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-27T19:08:34.744Z] ---> 834cf0e86ad8 [2023-01-27T19:08:34.744Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T19:08:35.013Z] ---> Running in 18429b05ab70 [2023-01-27T19:10:11.622Z] Removing intermediate container 18429b05ab70 [2023-01-27T19:10:11.622Z] ---> fac291d071e0 [2023-01-27T19:10:11.622Z] Step 7/24 : COPY . . [2023-01-27T19:10:15.928Z] ---> 1442227bcf7a [2023-01-27T19:10:15.929Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-27T19:10:15.929Z] ---> Running in db040470a4b9 [2023-01-27T19:10:17.872Z] 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-01-27T19:10:26.073Z] Removing intermediate container 670092ff0a1c [2023-01-27T19:10:26.073Z] ---> 18a73d60c143 [2023-01-27T19:10:26.073Z] [2023-01-27T19:10:26.073Z] Step 10/22 : FROM alpine:3.16 [2023-01-27T19:10:26.073Z] ---> 2b4661558fb8 [2023-01-27T19:10:26.073Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-27T19:10:26.073Z] ---> Running in f641e88e1e13 [2023-01-27T19:10:27.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-27T19:10:27.745Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-27T19:10:29.153Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-27T19:10:29.154Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-27T19:10:29.154Z] Executing busybox-1.35.0-r17.trigger [2023-01-27T19:10:29.419Z] Executing ca-certificates-20220614-r0.trigger [2023-01-27T19:10:29.685Z] OK: 6 MiB in 16 packages [2023-01-27T19:10:31.627Z] Removing intermediate container f641e88e1e13 [2023-01-27T19:10:31.627Z] ---> e45ae74094a2 [2023-01-27T19:10:31.627Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-27T19:10:31.893Z] ---> Running in 1a8ba9e26e85 [2023-01-27T19:10:32.160Z] Removing intermediate container 1a8ba9e26e85 [2023-01-27T19:10:32.160Z] ---> ca84b12643c9 [2023-01-27T19:10:32.160Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-27T19:10:32.160Z] ---> Running in fe80f9298c18 [2023-01-27T19:10:32.746Z] Removing intermediate container fe80f9298c18 [2023-01-27T19:10:32.746Z] ---> 0374ebe5521f [2023-01-27T19:10:32.746Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-27T19:10:32.746Z] ---> Running in 12afab2b246c [2023-01-27T19:10:33.330Z] Removing intermediate container 12afab2b246c [2023-01-27T19:10:33.330Z] ---> 51d9cab1b05a [2023-01-27T19:10:33.330Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-27T19:10:34.294Z] ---> 97ef09f7ba1a [2023-01-27T19:10:34.294Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-27T19:10:36.237Z] ---> 0ec35fc05d77 [2023-01-27T19:10:36.237Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-27T19:10:37.201Z] ---> b0a81d861e21 [2023-01-27T19:10:37.201Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-27T19:10:37.201Z] ---> Running in ca0b5b374e1d [2023-01-27T19:10:37.797Z] Removing intermediate container ca0b5b374e1d [2023-01-27T19:10:37.797Z] ---> d34dc2d39339 [2023-01-27T19:10:37.797Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-27T19:10:37.797Z] ---> Running in 46eecfd6e623 [2023-01-27T19:10:38.066Z] Removing intermediate container 46eecfd6e623 [2023-01-27T19:10:38.066Z] ---> f50a11ac344f [2023-01-27T19:10:38.066Z] Step 20/22 : LABEL arch=arm64 [2023-01-27T19:10:38.334Z] ---> Running in 6fc0e0c43e9c [2023-01-27T19:10:38.944Z] Removing intermediate container 6fc0e0c43e9c [2023-01-27T19:10:38.944Z] ---> ac92ce8f144d [2023-01-27T19:10:38.944Z] Step 21/22 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b [2023-01-27T19:10:38.944Z] ---> Running in 69a15f26b8e7 [2023-01-27T19:10:41.524Z] Removing intermediate container 69a15f26b8e7 [2023-01-27T19:10:41.524Z] ---> d20294b6f7d1 [2023-01-27T19:10:41.524Z] Step 22/22 : LABEL version=0.0.0 [2023-01-27T19:10:41.524Z] ---> Running in 9db16a15bbe0 [2023-01-27T19:10:41.806Z] Removing intermediate container 9db16a15bbe0 [2023-01-27T19:10:41.806Z] ---> 9e925a487fa0 [2023-01-27T19:10:41.806Z] [2023-01-27T19:10:41.806Z] Successfully built 9e925a487fa0 [2023-01-27T19:10:42.070Z] Successfully tagged support-notifications-arm64:latest [2023-01-27T19:10:42.070Z]  Building support-notifications ... done Building security-bootstrapper [2023-01-27T19:11:00.251Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T19:11:00.251Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-27T19:11:00.251Z] ---> c6fe74419192 [2023-01-27T19:11:00.251Z] Step 3/32 : WORKDIR /edgex-go [2023-01-27T19:11:00.251Z] ---> Using cache [2023-01-27T19:11:00.251Z] ---> 8a4de44ae75c [2023-01-27T19:11:00.251Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-27T19:11:00.251Z] ---> Using cache [2023-01-27T19:11:00.251Z] ---> c3b3a16034a8 [2023-01-27T19:11:00.251Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-27T19:11:00.251Z] ---> Using cache [2023-01-27T19:11:00.251Z] ---> 834cf0e86ad8 [2023-01-27T19:11:00.251Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T19:11:00.251Z] ---> Using cache [2023-01-27T19:11:00.251Z] ---> fac291d071e0 [2023-01-27T19:11:00.251Z] Step 7/32 : COPY . . [2023-01-27T19:11:00.251Z] ---> Using cache [2023-01-27T19:11:00.251Z] ---> 1442227bcf7a [2023-01-27T19:11:00.251Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-27T19:11:00.251Z] ---> Running in 1b05f274613e [2023-01-27T19:11:00.829Z] 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-01-27T19:12:37.714Z] Removing intermediate container 69834c93a51d [2023-01-27T19:12:37.714Z] ---> fd5dd960b880 [2023-01-27T19:12:37.714Z] [2023-01-27T19:12:37.714Z] Step 9/19 : FROM alpine:3.15 [2023-01-27T19:12:37.714Z] ---> 8aa73fd46299 [2023-01-27T19:12:37.714Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-27T19:12:37.714Z] ---> Using cache [2023-01-27T19:12:37.714Z] ---> 8fbab6a26f2f [2023-01-27T19:12:37.714Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-27T19:12:37.714Z] ---> Running in 4735a91f05e9 [2023-01-27T19:12:37.714Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-27T19:12:37.714Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-27T19:12:37.714Z] v3.15.6-285-g145676aa6a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-27T19:12:37.714Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-27T19:12:37.714Z] OK: 15736 distinct packages available [2023-01-27T19:12:37.714Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-27T19:12:37.714Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-27T19:12:37.982Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-27T19:12:37.982Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-27T19:12:38.251Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-27T19:12:38.251Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-27T19:12:38.251Z] (5/9) Installing curl (7.80.0-r5) [2023-01-27T19:12:38.251Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-27T19:12:38.251Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-27T19:12:38.251Z] (8/9) Installing libucontext (1.1-r0) [2023-01-27T19:12:38.251Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-27T19:12:38.251Z] Executing busybox-1.34.1-r7.trigger [2023-01-27T19:12:38.251Z] Executing ca-certificates-20220614-r0.trigger [2023-01-27T19:12:38.839Z] OK: 8 MiB in 23 packages [2023-01-27T19:12:41.434Z] Removing intermediate container 4735a91f05e9 [2023-01-27T19:12:41.434Z] ---> 85d0204923f7 [2023-01-27T19:12:41.434Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-27T19:12:41.703Z] ---> 44147cf89b44 [2023-01-27T19:12:41.972Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-27T19:12:43.930Z] ---> a1400cfa6f3e [2023-01-27T19:12:43.930Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-27T19:12:44.894Z] ---> 9829326e310d [2023-01-27T19:12:44.894Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-27T19:12:44.894Z] ---> Running in 642d93813cb8 [2023-01-27T19:12:45.481Z] Removing intermediate container 642d93813cb8 [2023-01-27T19:12:45.481Z] ---> 7364f12274f1 [2023-01-27T19:12:45.481Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-27T19:12:45.481Z] ---> Running in 6173c83df23c [2023-01-27T19:12:46.067Z] Removing intermediate container 6173c83df23c [2023-01-27T19:12:46.067Z] ---> b8aae0371d3f [2023-01-27T19:12:46.067Z] Step 17/19 : LABEL arch=arm64 [2023-01-27T19:12:46.067Z] ---> Running in 1ebbcd2c2c61 [2023-01-27T19:12:46.664Z] Removing intermediate container 1ebbcd2c2c61 [2023-01-27T19:12:46.664Z] ---> bcb429bcaadb [2023-01-27T19:12:46.664Z] Step 18/19 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b [2023-01-27T19:12:46.664Z] ---> Running in 8ec61439e4cd [2023-01-27T19:12:50.015Z] Removing intermediate container 8ec61439e4cd [2023-01-27T19:12:50.015Z] ---> 1452e4703069 [2023-01-27T19:12:50.015Z] Step 19/19 : LABEL version=0.0.0 [2023-01-27T19:12:50.015Z] ---> Running in 88dfa86a61dc [2023-01-27T19:12:50.282Z] Removing intermediate container 88dfa86a61dc [2023-01-27T19:12:50.282Z] ---> 8b2589453988 [2023-01-27T19:12:50.282Z] [2023-01-27T19:12:50.550Z] Successfully built 8b2589453988 [2023-01-27T19:12:50.550Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-01-27T19:12:50.550Z]  Building security-spiffe-token-provider ... done Building security-spire-server [2023-01-27T19:13:05.560Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T19:13:05.560Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-27T19:13:05.560Z] ---> c6fe74419192 [2023-01-27T19:13:05.560Z] Step 3/23 : WORKDIR /edgex-go [2023-01-27T19:13:05.560Z] ---> Using cache [2023-01-27T19:13:05.560Z] ---> 8a4de44ae75c [2023-01-27T19:13:05.560Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-27T19:13:05.560Z] ---> Using cache [2023-01-27T19:13:05.560Z] ---> e760be04210d [2023-01-27T19:13:05.560Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-27T19:13:05.560Z] ---> Using cache [2023-01-27T19:13:05.560Z] ---> 40c2cb14bfcc [2023-01-27T19:13:05.560Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T19:13:05.560Z] ---> Using cache [2023-01-27T19:13:05.560Z] ---> ab3646792634 [2023-01-27T19:13:05.560Z] Step 7/23 : COPY . . [2023-01-27T19:13:05.560Z] ---> Using cache [2023-01-27T19:13:05.560Z] ---> f8c09f6499a2 [2023-01-27T19:13:05.560Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-27T19:13:05.560Z] ---> Using cache [2023-01-27T19:13:05.560Z] ---> 4f024698dcfa [2023-01-27T19:13:05.560Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-27T19:13:05.560Z] ---> Using cache [2023-01-27T19:13:05.560Z] ---> 63dd69371ce3 [2023-01-27T19:13:05.560Z] 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-01-27T19:13:05.834Z] ---> Running in e550bbc4b31e [2023-01-27T19:13:09.195Z] Removing intermediate container e550bbc4b31e [2023-01-27T19:13:09.195Z] ---> 6f97815dea4c [2023-01-27T19:13:09.195Z] Step 11/23 : WORKDIR /edgex-go [2023-01-27T19:13:09.195Z] ---> Running in 9770bcdf6972 [2023-01-27T19:13:09.464Z] Removing intermediate container 9770bcdf6972 [2023-01-27T19:13:09.464Z] ---> 241923baf3b4 [2023-01-27T19:13:09.464Z] [2023-01-27T19:13:09.464Z] Step 12/23 : FROM alpine:3.15 [2023-01-27T19:13:09.464Z] ---> 8aa73fd46299 [2023-01-27T19:13:09.464Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-27T19:13:09.464Z] ---> Using cache [2023-01-27T19:13:09.464Z] ---> 8fbab6a26f2f [2023-01-27T19:13:09.464Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-27T19:13:09.464Z] ---> Using cache [2023-01-27T19:13:09.464Z] ---> 3640594a3baa [2023-01-27T19:13:09.464Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-27T19:13:16.147Z] ---> aeb8ba0a5fdc [2023-01-27T19:13:16.147Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-27T19:13:16.415Z] ---> 4e38aad035ce [2023-01-27T19:13:16.415Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-27T19:13:17.823Z] ---> 2640483d2f5e [2023-01-27T19:13:17.823Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-27T19:13:18.408Z] ---> 1443d26b2339 [2023-01-27T19:13:18.408Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-27T19:13:18.677Z] ---> Running in 307f23ff4363 [2023-01-27T19:13:18.956Z] Removing intermediate container 307f23ff4363 [2023-01-27T19:13:18.956Z] ---> 2f51d6501901 [2023-01-27T19:13:18.956Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-27T19:13:19.226Z] ---> Running in 05d5a3aa7ce4 [2023-01-27T19:13:19.814Z] Removing intermediate container 05d5a3aa7ce4 [2023-01-27T19:13:19.814Z] ---> 2ed1ecb06e11 [2023-01-27T19:13:19.814Z] Step 21/23 : LABEL arch=arm64 [2023-01-27T19:13:19.814Z] ---> Running in 1a68c30d3d5f [2023-01-27T19:13:20.398Z] Removing intermediate container 1a68c30d3d5f [2023-01-27T19:13:20.398Z] ---> 6ad8ae4f1678 [2023-01-27T19:13:20.398Z] Step 22/23 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b [2023-01-27T19:13:20.398Z] ---> Running in f1c2617a9d93 [2023-01-27T19:13:20.982Z] Removing intermediate container f1c2617a9d93 [2023-01-27T19:13:20.982Z] ---> 63ca1467be8b [2023-01-27T19:13:20.982Z] Step 23/23 : LABEL version=0.0.0 [2023-01-27T19:13:20.982Z] ---> Running in 669dafc81d0e [2023-01-27T19:13:21.567Z] Removing intermediate container 669dafc81d0e [2023-01-27T19:13:21.567Z] ---> 6f6e21ac70f6 [2023-01-27T19:13:21.567Z] [2023-01-27T19:13:21.833Z] Successfully built 6f6e21ac70f6 [2023-01-27T19:13:21.833Z] Successfully tagged security-spire-server-arm64:latest [2023-01-27T19:13:21.833Z]  Building security-spire-server ... done Building core-command [2023-01-27T19:13:36.843Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T19:13:36.843Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-27T19:13:36.843Z] ---> c6fe74419192 [2023-01-27T19:13:36.843Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-27T19:13:36.843Z] ---> Using cache [2023-01-27T19:13:36.843Z] ---> 9381d58faa48 [2023-01-27T19:13:36.843Z] Step 4/23 : WORKDIR /edgex-go [2023-01-27T19:13:36.843Z] ---> Using cache [2023-01-27T19:13:36.843Z] ---> 253c8fce1212 [2023-01-27T19:13:36.843Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-27T19:13:36.843Z] ---> Using cache [2023-01-27T19:13:36.843Z] ---> cad65ec5ca7f [2023-01-27T19:13:36.843Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-27T19:13:36.843Z] ---> Using cache [2023-01-27T19:13:36.843Z] ---> cb12dcc6d938 [2023-01-27T19:13:36.843Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T19:13:36.843Z] ---> Using cache [2023-01-27T19:13:36.843Z] ---> 39d35e1baa6c [2023-01-27T19:13:36.843Z] Step 8/23 : COPY . . [2023-01-27T19:13:36.843Z] ---> Using cache [2023-01-27T19:13:36.843Z] ---> c6c47669c8c9 [2023-01-27T19:13:36.843Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-27T19:13:37.110Z] ---> Running in 83b25851062d [2023-01-27T19:13:39.693Z] 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-01-27T19:13:47.911Z] Removing intermediate container 7af187208f15 [2023-01-27T19:13:47.911Z] ---> 8d72c6b5d2c8 [2023-01-27T19:13:47.911Z] [2023-01-27T19:13:47.911Z] Step 10/22 : FROM alpine:3.16 [2023-01-27T19:13:47.911Z] ---> 2b4661558fb8 [2023-01-27T19:13:47.911Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-27T19:13:47.911Z] ---> Using cache [2023-01-27T19:13:47.911Z] ---> ae9680b62989 [2023-01-27T19:13:47.911Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-27T19:13:47.911Z] ---> Using cache [2023-01-27T19:13:47.911Z] ---> 2cb5e7ee68e8 [2023-01-27T19:13:47.911Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-27T19:13:47.911Z] ---> Running in ee59f7f5ca23 [2023-01-27T19:13:47.911Z] Removing intermediate container ee59f7f5ca23 [2023-01-27T19:13:47.911Z] ---> 32dd47fccc00 [2023-01-27T19:13:47.911Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-27T19:13:48.178Z] ---> Running in 8ba1f6150ab1 [2023-01-27T19:13:48.446Z] Removing intermediate container 8ba1f6150ab1 [2023-01-27T19:13:48.446Z] ---> 0de48fe61786 [2023-01-27T19:13:48.446Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-27T19:13:49.414Z] ---> 819916389250 [2023-01-27T19:13:49.414Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-27T19:13:51.999Z] ---> 2f68e1fc20ec [2023-01-27T19:13:51.999Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-27T19:13:53.416Z] ---> 892b37a21e7b [2023-01-27T19:13:53.416Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-27T19:13:53.416Z] ---> Running in 5522b69550bc [2023-01-27T19:13:53.999Z] Removing intermediate container 5522b69550bc [2023-01-27T19:13:53.999Z] ---> a1a79340873f [2023-01-27T19:13:53.999Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-27T19:13:53.999Z] ---> Running in fcc3509f9c50 [2023-01-27T19:13:54.583Z] Removing intermediate container fcc3509f9c50 [2023-01-27T19:13:54.583Z] ---> 6ad1b52f35b0 [2023-01-27T19:13:54.583Z] Step 20/22 : LABEL arch=arm64 [2023-01-27T19:13:54.583Z] ---> Running in cbc0e3d78694 [2023-01-27T19:13:55.167Z] Removing intermediate container cbc0e3d78694 [2023-01-27T19:13:55.167Z] ---> 26129986173f [2023-01-27T19:13:55.167Z] Step 21/22 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b [2023-01-27T19:13:55.167Z] ---> Running in b18c9b3613b3 [2023-01-27T19:13:55.752Z] Removing intermediate container b18c9b3613b3 [2023-01-27T19:13:55.752Z] ---> 787e555d7a56 [2023-01-27T19:13:55.752Z] Step 22/22 : LABEL version=0.0.0 [2023-01-27T19:13:55.752Z] ---> Running in 10a900317999 [2023-01-27T19:13:56.335Z] Removing intermediate container 10a900317999 [2023-01-27T19:13:56.335Z] ---> e6293bb6fd6a [2023-01-27T19:13:56.335Z] [2023-01-27T19:13:56.335Z] Successfully built e6293bb6fd6a [2023-01-27T19:13:56.601Z] Successfully tagged support-scheduler-arm64:latest [2023-01-27T19:13:56.601Z] Building security-proxy-setup [2023-01-27T19:14:14.973Z]  Building support-scheduler ... done Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-27T19:14:14.973Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-27T19:14:14.973Z] ---> c6fe74419192 [2023-01-27T19:14:14.973Z] Step 3/21 : WORKDIR /edgex-go [2023-01-27T19:14:14.973Z] ---> Using cache [2023-01-27T19:14:14.973Z] ---> 8a4de44ae75c [2023-01-27T19:14:14.973Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-27T19:14:14.973Z] ---> Using cache [2023-01-27T19:14:14.973Z] ---> c3b3a16034a8 [2023-01-27T19:14:14.973Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-27T19:14:14.973Z] ---> Using cache [2023-01-27T19:14:14.973Z] ---> 834cf0e86ad8 [2023-01-27T19:14:14.973Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-27T19:14:14.973Z] ---> Using cache [2023-01-27T19:14:14.973Z] ---> fac291d071e0 [2023-01-27T19:14:14.973Z] Step 7/21 : COPY . . [2023-01-27T19:14:14.973Z] ---> Using cache [2023-01-27T19:14:14.973Z] ---> 1442227bcf7a [2023-01-27T19:14:14.973Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-27T19:14:14.973Z] ---> Running in 56fd1490d5b2 [2023-01-27T19:14:14.973Z] 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-01-27T19:15:01.772Z] Removing intermediate container 84493be0d25a [2023-01-27T19:15:01.772Z] ---> 3ca21dff8843 [2023-01-27T19:15:01.772Z] [2023-01-27T19:15:01.772Z] Step 10/22 : FROM alpine:3.16 [2023-01-27T19:15:01.772Z] ---> 2b4661558fb8 [2023-01-27T19:15:01.772Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-27T19:15:01.772Z] ---> Running in 93c0c3f1b81d [2023-01-27T19:15:01.772Z] Removing intermediate container 93c0c3f1b81d [2023-01-27T19:15:01.772Z] ---> 450c3bda1f8a [2023-01-27T19:15:01.772Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-27T19:15:01.772Z] ---> Running in 90efa72f1c22 [2023-01-27T19:15:01.772Z] Removing intermediate container 90efa72f1c22 [2023-01-27T19:15:01.772Z] ---> c52edd931149 [2023-01-27T19:15:01.772Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-27T19:15:01.772Z] ---> Running in ebff4b1631db [2023-01-27T19:15:01.772Z] Removing intermediate container ebff4b1631db [2023-01-27T19:15:01.772Z] ---> 0f1f37f34855 [2023-01-27T19:15:01.772Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-27T19:15:01.772Z] ---> Running in a440538a82b2 [2023-01-27T19:15:02.354Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-27T19:15:02.640Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-27T19:15:04.046Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-27T19:15:04.046Z] Executing busybox-1.35.0-r17.trigger [2023-01-27T19:15:04.046Z] OK: 5 MiB in 15 packages [2023-01-27T19:15:05.448Z] Removing intermediate container a440538a82b2 [2023-01-27T19:15:05.448Z] ---> 542c06c63699 [2023-01-27T19:15:05.448Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-27T19:15:06.402Z] ---> 1feabea259d7 [2023-01-27T19:15:06.402Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-27T19:15:08.335Z] ---> 3e8710c53061 [2023-01-27T19:15:08.335Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-27T19:15:09.290Z] ---> e03a162140f8 [2023-01-27T19:15:09.290Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-27T19:15:09.290Z] ---> Running in 06fe7bac3d97 [2023-01-27T19:15:09.871Z] Removing intermediate container 06fe7bac3d97 [2023-01-27T19:15:09.871Z] ---> 399d72d41706 [2023-01-27T19:15:09.871Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-27T19:15:09.871Z] ---> Running in c483b0803323 [2023-01-27T19:15:10.452Z] Removing intermediate container c483b0803323 [2023-01-27T19:15:10.452Z] ---> a2d1210f9f74 [2023-01-27T19:15:10.452Z] Step 20/22 : LABEL arch=arm64 [2023-01-27T19:15:10.452Z] ---> Running in d9c7d9eb1eef [2023-01-27T19:15:11.036Z] Removing intermediate container d9c7d9eb1eef [2023-01-27T19:15:11.036Z] ---> 50547423e2c0 [2023-01-27T19:15:11.036Z] Step 21/22 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b [2023-01-27T19:15:11.036Z] ---> Running in 34104fecf738 [2023-01-27T19:15:11.301Z] Removing intermediate container 34104fecf738 [2023-01-27T19:15:11.301Z] ---> 03e63871dd62 [2023-01-27T19:15:11.301Z] Step 22/22 : LABEL version=0.0.0 [2023-01-27T19:15:11.566Z] ---> Running in 92771bc45ffd [2023-01-27T19:15:12.144Z] Removing intermediate container 92771bc45ffd [2023-01-27T19:15:12.144Z] ---> 50060d4daeb2 [2023-01-27T19:15:12.144Z] [2023-01-27T19:15:12.409Z] Successfully built 50060d4daeb2 [2023-01-27T19:15:12.409Z] Successfully tagged core-data-arm64:latest [2023-01-27T19:15:59.204Z]  Building core-data ... 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-01-27T19:16:11.485Z] Removing intermediate container db040470a4b9 [2023-01-27T19:16:11.485Z] ---> 60a69770e900 [2023-01-27T19:16:11.485Z] [2023-01-27T19:16:11.485Z] Step 9/24 : FROM alpine:3.16 [2023-01-27T19:16:11.485Z] ---> 2b4661558fb8 [2023-01-27T19:16:11.485Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-27T19:16:11.750Z] ---> Running in 9d63ebe21af9 [2023-01-27T19:16:13.684Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-27T19:16:13.949Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-27T19:16:15.349Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-27T19:16:15.349Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-27T19:16:15.349Z] (3/3) Installing su-exec (0.2-r1) [2023-01-27T19:16:15.349Z] Executing busybox-1.35.0-r17.trigger [2023-01-27T19:16:15.349Z] Executing ca-certificates-20220614-r0.trigger [2023-01-27T19:16:15.621Z] OK: 6 MiB in 17 packages [2023-01-27T19:16:17.558Z] Removing intermediate container 9d63ebe21af9 [2023-01-27T19:16:17.558Z] ---> aea184cb329a [2023-01-27T19:16:17.558Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-27T19:16:17.832Z] ---> Running in bb4e0f2d30a6 [2023-01-27T19:16:18.417Z] Removing intermediate container bb4e0f2d30a6 [2023-01-27T19:16:18.417Z] ---> aa5ff90e80c9 [2023-01-27T19:16:18.417Z] Step 12/24 : WORKDIR / [2023-01-27T19:16:18.417Z] ---> Running in 39815e102da0 [2023-01-27T19:16:19.002Z] Removing intermediate container 39815e102da0 [2023-01-27T19:16:19.002Z] ---> 9d16ae57d165 [2023-01-27T19:16:19.002Z] 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-01-27T19:16:19.985Z] ---> aad3ae9e06c8 [2023-01-27T19:16:19.985Z] 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-01-27T19:16:20.958Z] ---> 100a73a9f1a2 [2023-01-27T19:16:20.958Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-27T19:16:23.534Z] ---> 7ae9076d3d68 [2023-01-27T19:16:23.534Z] 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-01-27T19:16:24.493Z] ---> fda27188a714 [2023-01-27T19:16:24.493Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-27T19:16:25.896Z] ---> f4584c40c6f7 [2023-01-27T19:16:25.896Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-27T19:16:27.827Z] ---> cc234b1e54b6 [2023-01-27T19:16:27.827Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-27T19:16:28.426Z] ---> 6af3afd76ef2 [2023-01-27T19:16:28.426Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-27T19:16:28.426Z] ---> Running in a4ce0020cbec [2023-01-27T19:16:31.784Z] Removing intermediate container a4ce0020cbec [2023-01-27T19:16:31.784Z] ---> 3733d8bc55ae [2023-01-27T19:16:31.784Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-27T19:16:31.784Z] ---> Running in b9682b310059 [2023-01-27T19:16:32.051Z] Removing intermediate container b9682b310059 [2023-01-27T19:16:32.052Z] ---> b38521d25c1e [2023-01-27T19:16:32.052Z] Step 22/24 : LABEL arch=arm64 [2023-01-27T19:16:32.052Z] ---> Running in c0598810aa68 [2023-01-27T19:16:32.635Z] Removing intermediate container c0598810aa68 [2023-01-27T19:16:32.635Z] ---> 895d211ab474 [2023-01-27T19:16:32.635Z] Step 23/24 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b [2023-01-27T19:16:32.635Z] ---> Running in 360a953776c1 [2023-01-27T19:16:33.219Z] Removing intermediate container 360a953776c1 [2023-01-27T19:16:33.219Z] ---> 8a859277d631 [2023-01-27T19:16:33.219Z] Step 24/24 : LABEL version=0.0.0 [2023-01-27T19:16:33.486Z] ---> Running in 5fdaf780a35c [2023-01-27T19:16:34.071Z] Removing intermediate container 5fdaf780a35c [2023-01-27T19:16:34.071Z] ---> 20bbbd54a37e [2023-01-27T19:16:34.071Z] [2023-01-27T19:16:34.071Z] Successfully built 20bbbd54a37e [2023-01-27T19:16:34.071Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-01-27T19:16:52.635Z]  Building security-secretstore-setup ... done Removing intermediate container 1b05f274613e [2023-01-27T19:16:52.635Z] ---> 29481cd6b091 [2023-01-27T19:16:52.635Z] [2023-01-27T19:16:52.635Z] Step 9/32 : FROM alpine:3.16 [2023-01-27T19:16:52.635Z] ---> 2b4661558fb8 [2023-01-27T19:16:52.635Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-27T19:16:52.635Z] ---> Running in 285d8cd49699 [2023-01-27T19:16:52.635Z] Removing intermediate container 285d8cd49699 [2023-01-27T19:16:52.635Z] ---> 391d9bca1668 [2023-01-27T19:16:52.635Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-27T19:16:52.635Z] ---> Running in b4fa7103a823 [2023-01-27T19:16:52.906Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-27T19:16:53.177Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-27T19:16:54.597Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-27T19:16:54.597Z] (2/2) Installing su-exec (0.2-r1) [2023-01-27T19:16:54.597Z] Executing busybox-1.35.0-r17.trigger [2023-01-27T19:16:54.597Z] OK: 5 MiB in 16 packages [2023-01-27T19:16:56.020Z] Removing intermediate container b4fa7103a823 [2023-01-27T19:16:56.020Z] ---> 9aa9a5ebe922 [2023-01-27T19:16:56.020Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-27T19:16:56.020Z] ---> Running in ee25d3669522 [2023-01-27T19:16:56.612Z] Removing intermediate container ee25d3669522 [2023-01-27T19:16:56.612Z] ---> 312b6e23f339 [2023-01-27T19:16:56.612Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-27T19:16:56.612Z] ---> Running in 9de6b700952a [2023-01-27T19:16:57.198Z] Removing intermediate container 9de6b700952a [2023-01-27T19:16:57.198Z] ---> 31cf5b2c75e8 [2023-01-27T19:16:57.198Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-27T19:16:57.198Z] ---> Running in e7f482324075 [2023-01-27T19:16:57.792Z] Removing intermediate container e7f482324075 [2023-01-27T19:16:57.793Z] ---> 576237ab6e1a [2023-01-27T19:16:57.793Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-27T19:16:57.793Z] ---> Running in d55eb90afc0d [2023-01-27T19:16:58.387Z] Removing intermediate container d55eb90afc0d [2023-01-27T19:16:58.387Z] ---> d5a8cca589d1 [2023-01-27T19:16:58.387Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-27T19:16:58.657Z] ---> Running in 59d9b6c3fe2c [2023-01-27T19:17:02.926Z] Removing intermediate container 59d9b6c3fe2c [2023-01-27T19:17:02.926Z] ---> 312d44c8810b [2023-01-27T19:17:02.926Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-27T19:17:02.926Z] ---> Running in 30e5c226f71c [2023-01-27T19:17:03.194Z] Removing intermediate container 30e5c226f71c [2023-01-27T19:17:03.194Z] ---> cd313bedbe27 [2023-01-27T19:17:03.194Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-27T19:17:04.159Z] ---> e23436c7749a [2023-01-27T19:17:04.159Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-27T19:17:04.159Z] ---> Running in b7f48f446c81 [2023-01-27T19:17:07.520Z] Removing intermediate container b7f48f446c81 [2023-01-27T19:17:07.520Z] ---> f6799b09623f [2023-01-27T19:17:07.520Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-27T19:17:08.113Z] ---> 0c1e6022ad04 [2023-01-27T19:17:08.113Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-27T19:17:10.085Z] ---> 4ade7bfcba7d [2023-01-27T19:17:10.085Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-27T19:17:11.053Z] ---> 5f0dc5059ddb [2023-01-27T19:17:11.053Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-27T19:17:12.018Z] ---> 89dba5d8d5c5 [2023-01-27T19:17:12.018Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-27T19:17:12.609Z] ---> 036a05c887c0 [2023-01-27T19:17:12.609Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-27T19:17:13.575Z] ---> 94606f6f46ae [2023-01-27T19:17:13.575Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-27T19:17:16.194Z] ---> 2233f26c20cc [2023-01-27T19:17:16.194Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-27T19:17:16.194Z] ---> Running in c49bcfc833a4 [2023-01-27T19:17:18.789Z] Removing intermediate container c49bcfc833a4 [2023-01-27T19:17:18.789Z] ---> 0ec0a65c61ce [2023-01-27T19:17:18.789Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-27T19:17:18.789Z] ---> Running in 838521b540ae [2023-01-27T19:17:19.380Z] Removing intermediate container 838521b540ae [2023-01-27T19:17:19.380Z] ---> 896e7da6e401 [2023-01-27T19:17:19.380Z] Step 29/32 : CMD ["gate"] [2023-01-27T19:17:19.650Z] ---> Running in e3f4889fdce7 [2023-01-27T19:17:20.241Z] Removing intermediate container e3f4889fdce7 [2023-01-27T19:17:20.241Z] ---> 41b5bc078812 [2023-01-27T19:17:20.241Z] Step 30/32 : LABEL arch=arm64 [2023-01-27T19:17:20.241Z] ---> Running in e1c4d73de2ae [2023-01-27T19:17:20.828Z] Removing intermediate container e1c4d73de2ae [2023-01-27T19:17:20.828Z] ---> 9fca0bb664d0 [2023-01-27T19:17:20.828Z] Step 31/32 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b [2023-01-27T19:17:20.828Z] ---> Running in d10a98ce6e67 [2023-01-27T19:17:21.414Z] Removing intermediate container d10a98ce6e67 [2023-01-27T19:17:21.414Z] ---> ce7025478f7f [2023-01-27T19:17:21.414Z] Step 32/32 : LABEL version=0.0.0 [2023-01-27T19:17:21.414Z] ---> Running in 0f6681427701 [2023-01-27T19:17:21.999Z] Removing intermediate container 0f6681427701 [2023-01-27T19:17:21.999Z] ---> e51c5b67be29 [2023-01-27T19:17:21.999Z] [2023-01-27T19:17:22.266Z] Successfully built e51c5b67be29 [2023-01-27T19:17:22.266Z] Successfully tagged security-bootstrapper-arm64:latest [2023-01-27T19:18:01.146Z]  Building security-bootstrapper ... done 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-01-27T19:18:03.096Z] Removing intermediate container 83b25851062d [2023-01-27T19:18:03.096Z] ---> 42b353dd1d38 [2023-01-27T19:18:03.096Z] [2023-01-27T19:18:03.096Z] Step 10/23 : FROM alpine:3.16 [2023-01-27T19:18:03.096Z] ---> 2b4661558fb8 [2023-01-27T19:18:03.096Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-27T19:18:03.096Z] ---> Using cache [2023-01-27T19:18:03.096Z] ---> ae9680b62989 [2023-01-27T19:18:03.096Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-27T19:18:03.096Z] ---> Using cache [2023-01-27T19:18:03.096Z] ---> 2cb5e7ee68e8 [2023-01-27T19:18:03.096Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-27T19:18:03.096Z] ---> Running in f2cebad2b029 [2023-01-27T19:18:03.364Z] Removing intermediate container f2cebad2b029 [2023-01-27T19:18:03.364Z] ---> 76ba4b59773e [2023-01-27T19:18:03.364Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-27T19:18:03.632Z] ---> Running in 1cd2921f5eb0 [2023-01-27T19:18:03.917Z] Removing intermediate container 1cd2921f5eb0 [2023-01-27T19:18:03.917Z] ---> b62d8c0f96cf [2023-01-27T19:18:03.917Z] Step 15/23 : WORKDIR / [2023-01-27T19:18:04.185Z] ---> Running in d8af667c69a5 [2023-01-27T19:18:04.453Z] Removing intermediate container d8af667c69a5 [2023-01-27T19:18:04.453Z] ---> 64e557d39b28 [2023-01-27T19:18:04.453Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-27T19:18:06.419Z] ---> 55c6b8633309 [2023-01-27T19:18:06.419Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-27T19:18:06.687Z] Removing intermediate container 56fd1490d5b2 [2023-01-27T19:18:06.687Z] ---> 632bd7368659 [2023-01-27T19:18:06.687Z] [2023-01-27T19:18:06.687Z] Step 9/21 : FROM alpine:3.16 [2023-01-27T19:18:06.687Z] ---> 2b4661558fb8 [2023-01-27T19:18:06.687Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-27T19:18:06.687Z] ---> Running in cceb21954656 [2023-01-27T19:18:07.294Z] ---> 1c7320fe4eff [2023-01-27T19:18:07.294Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-27T19:18:07.879Z] ---> 5bdd663b461e [2023-01-27T19:18:07.879Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-27T19:18:07.879Z] ---> Running in 8f00d6820425 [2023-01-27T19:18:08.149Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-27T19:18:08.149Z] Removing intermediate container 8f00d6820425 [2023-01-27T19:18:08.149Z] ---> 972cc41a584d [2023-01-27T19:18:08.149Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-27T19:18:08.421Z] ---> Running in 938c96480172 [2023-01-27T19:18:08.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-27T19:18:08.690Z] Removing intermediate container 938c96480172 [2023-01-27T19:18:08.690Z] ---> 6118df7e6b65 [2023-01-27T19:18:08.690Z] Step 21/23 : LABEL arch=arm64 [2023-01-27T19:18:08.690Z] ---> Running in a19722b981b8 [2023-01-27T19:18:08.960Z] Removing intermediate container a19722b981b8 [2023-01-27T19:18:08.960Z] ---> a054ddcf3609 [2023-01-27T19:18:08.960Z] Step 22/23 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b [2023-01-27T19:18:09.227Z] ---> Running in 9030d4100a98 [2023-01-27T19:18:09.495Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-27T19:18:09.495Z] Removing intermediate container 9030d4100a98 [2023-01-27T19:18:09.495Z] ---> 30603d26d3ab [2023-01-27T19:18:09.495Z] Step 23/23 : LABEL version=0.0.0 [2023-01-27T19:18:09.495Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-27T19:18:09.495Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-27T19:18:09.495Z] ---> Running in c3b38d8acd0c [2023-01-27T19:18:09.495Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-27T19:18:09.495Z] (5/6) Installing curl (7.83.1-r5) [2023-01-27T19:18:09.495Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-27T19:18:09.495Z] Executing busybox-1.35.0-r17.trigger [2023-01-27T19:18:09.495Z] Executing ca-certificates-20220614-r0.trigger [2023-01-27T19:18:09.767Z] OK: 8 MiB in 20 packages [2023-01-27T19:18:09.767Z] Removing intermediate container c3b38d8acd0c [2023-01-27T19:18:09.767Z] ---> c55a31328b7a [2023-01-27T19:18:09.767Z] [2023-01-27T19:18:10.355Z] Successfully built c55a31328b7a [2023-01-27T19:18:10.355Z] Successfully tagged core-command-arm64:latest [2023-01-27T19:18:10.942Z]  Building core-command ... done Removing intermediate container cceb21954656 [2023-01-27T19:18:10.942Z] ---> bdc40bf0cd45 [2023-01-27T19:18:10.942Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-27T19:18:11.215Z] ---> Running in 8dd6897d15cb [2023-01-27T19:18:11.484Z] Removing intermediate container 8dd6897d15cb [2023-01-27T19:18:11.484Z] ---> cc018c340e22 [2023-01-27T19:18:11.484Z] Step 12/21 : WORKDIR /edgex [2023-01-27T19:18:11.484Z] ---> Running in 26d483347b60 [2023-01-27T19:18:11.751Z] Removing intermediate container 26d483347b60 [2023-01-27T19:18:11.751Z] ---> 679866f96319 [2023-01-27T19:18:11.751Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-27T19:18:12.338Z] ---> 41176c8df716 [2023-01-27T19:18:12.338Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-27T19:18:13.305Z] ---> 667a51b1a631 [2023-01-27T19:18:13.305Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-27T19:18:14.272Z] ---> b4d1ab93dedb [2023-01-27T19:18:14.272Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-27T19:18:14.541Z] ---> 760532c27ccb [2023-01-27T19:18:14.541Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-27T19:18:14.810Z] ---> Running in ff197343b72f [2023-01-27T19:18:16.223Z] Removing intermediate container ff197343b72f [2023-01-27T19:18:16.223Z] ---> 220b74742f5c [2023-01-27T19:18:16.223Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-27T19:18:16.492Z] ---> Running in c7d44783d857 [2023-01-27T19:18:16.761Z] Removing intermediate container c7d44783d857 [2023-01-27T19:18:16.761Z] ---> 08a858ae2e68 [2023-01-27T19:18:16.761Z] Step 19/21 : LABEL arch=arm64 [2023-01-27T19:18:16.761Z] ---> Running in 57e5e12b6727 [2023-01-27T19:18:17.029Z] Removing intermediate container 57e5e12b6727 [2023-01-27T19:18:17.029Z] ---> 081d73dc434b [2023-01-27T19:18:17.029Z] Step 20/21 : LABEL git_sha=ca860fcd9a2a7793813791f898856002f1de296b [2023-01-27T19:18:17.029Z] ---> Running in 25ca5275c332 [2023-01-27T19:18:17.300Z] Removing intermediate container 25ca5275c332 [2023-01-27T19:18:17.300Z] ---> 5db8f04bf83d [2023-01-27T19:18:17.300Z] Step 21/21 : LABEL version=0.0.0 [2023-01-27T19:18:17.568Z] ---> Running in 471c76b06803 [2023-01-27T19:18:17.835Z] Removing intermediate container 471c76b06803 [2023-01-27T19:18:17.835Z] ---> 042f1f024b03 [2023-01-27T19:18:17.835Z] [2023-01-27T19:18:18.113Z] Successfully built 042f1f024b03 [2023-01-27T19:18:18.113Z] Successfully tagged security-proxy-setup-arm64:latest [2023-01-27T19:18:18.394Z]  Building security-proxy-setup ... done  [Pipeline] } [2023-01-27T19:18:18.394Z] $ docker stop --time=1 381327f39b196b3b7ecbe9dbdee9ff90233c0bd6c81f38245e3fe92298909279 [2023-01-27T19:18:20.048Z] $ docker rm -f --volumes 381327f39b196b3b7ecbe9dbdee9ff90233c0bd6c81f38245e3fe92298909279 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-27T19:18:20.605Z] + docker images [2023-01-27T19:18:20.872Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-27T19:18:20.872Z] security-proxy-setup-arm64 latest 042f1f024b03 3 seconds ago 26.8MB [2023-01-27T19:18:20.872Z] core-command-arm64 latest c55a31328b7a 11 seconds ago 17MB [2023-01-27T19:18:20.872Z] 632bd7368659 14 seconds ago 1.5GB [2023-01-27T19:18:20.872Z] 42b353dd1d38 19 seconds ago 1.51GB [2023-01-27T19:18:20.872Z] security-bootstrapper-arm64 latest e51c5b67be29 59 seconds ago 19.5MB [2023-01-27T19:18:20.872Z] 29481cd6b091 About a minute ago 1.5GB [2023-01-27T19:18:20.872Z] security-secretstore-setup-arm64 latest 20bbbd54a37e About a minute ago 28.7MB [2023-01-27T19:18:20.872Z] 60a69770e900 2 minutes ago 1.5GB [2023-01-27T19:18:20.872Z] core-data-arm64 latest 50060d4daeb2 3 minutes ago 17.2MB [2023-01-27T19:18:20.872Z] 3ca21dff8843 3 minutes ago 1.51GB [2023-01-27T19:18:20.872Z] support-scheduler-arm64 latest e6293bb6fd6a 4 minutes ago 29MB [2023-01-27T19:18:20.872Z] 8d72c6b5d2c8 4 minutes ago 1.57GB [2023-01-27T19:18:20.872Z] security-spire-server-arm64 latest 6f6e21ac70f6 4 minutes ago 84.3MB [2023-01-27T19:18:20.872Z] 241923baf3b4 5 minutes ago 1.38GB [2023-01-27T19:18:20.872Z] security-spiffe-token-provider-arm64 latest 8b2589453988 5 minutes ago 28.9MB [2023-01-27T19:18:20.872Z] fd5dd960b880 5 minutes ago 1.54GB [2023-01-27T19:18:20.872Z] support-notifications-arm64 latest 9e925a487fa0 7 minutes ago 29.5MB [2023-01-27T19:18:20.872Z] 18a73d60c143 7 minutes ago 1.57GB [2023-01-27T19:18:20.872Z] core-metadata-arm64 latest 2f2498b580d9 10 minutes ago 17.8MB [2023-01-27T19:18:20.872Z] 777b968976d4 10 minutes ago 1.52GB [2023-01-27T19:18:20.872Z] core-common-config-bootstrapper-arm64 latest ee3595dd019f 10 minutes ago 14.9MB [2023-01-27T19:18:20.872Z] 7a80592dd2de 11 minutes ago 1.5GB [2023-01-27T19:18:20.872Z] security-spire-agent-arm64 latest b0256ea99bca 16 minutes ago 122MB [2023-01-27T19:18:20.872Z] security-spire-config-arm64 latest 150037254622 16 minutes ago 83.6MB [2023-01-27T19:18:20.872Z] fb0a58340e56 17 minutes ago 1.38GB [2023-01-27T19:18:20.872Z] 486cb155afad 17 minutes ago 1.38GB [2023-01-27T19:18:20.872Z] ci-base-image-arm64 latest c6fe74419192 30 minutes ago 905MB [2023-01-27T19:18:20.872Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-01-27T19:18:20.872Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-01-27T19:18:20.872Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB [2023-01-27T19:18:20.872Z] 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-01-27T19:18:21.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-27T19:18:21.750Z] [2023-01-27T19:18:21.750Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-27T19:18:22.153Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-27T19:18:22.420Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-27T19:18:22.420Z] 8998bd30e6a1: Pulling fs layer [2023-01-27T19:18:22.420Z] 04944245beec: Pulling fs layer [2023-01-27T19:18:22.420Z] 699f458cf7ca: Pulling fs layer [2023-01-27T19:18:22.420Z] 765212b225bb: Pulling fs layer [2023-01-27T19:18:22.420Z] f23df028b6ca: Pulling fs layer [2023-01-27T19:18:22.420Z] d65c8cfc05b1: Pulling fs layer [2023-01-27T19:18:22.420Z] 2437ff75d9bd: Pulling fs layer [2023-01-27T19:18:22.420Z] 765212b225bb: Waiting [2023-01-27T19:18:22.420Z] f23df028b6ca: Waiting [2023-01-27T19:18:22.420Z] 2437ff75d9bd: Waiting [2023-01-27T19:18:22.420Z] 04944245beec: Verifying Checksum [2023-01-27T19:18:22.420Z] 04944245beec: Download complete [2023-01-27T19:18:22.420Z] 765212b225bb: Verifying Checksum [2023-01-27T19:18:22.420Z] 765212b225bb: Download complete [2023-01-27T19:18:22.688Z] f23df028b6ca: Verifying Checksum [2023-01-27T19:18:22.688Z] f23df028b6ca: Download complete [2023-01-27T19:18:22.688Z] d65c8cfc05b1: Verifying Checksum [2023-01-27T19:18:22.688Z] d65c8cfc05b1: Download complete [2023-01-27T19:18:22.688Z] 699f458cf7ca: Verifying Checksum [2023-01-27T19:18:22.688Z] 699f458cf7ca: Download complete [2023-01-27T19:18:23.270Z] 8998bd30e6a1: Verifying Checksum [2023-01-27T19:18:23.270Z] 8998bd30e6a1: Download complete [2023-01-27T19:18:25.848Z] 2437ff75d9bd: Verifying Checksum [2023-01-27T19:18:25.848Z] 2437ff75d9bd: Download complete [2023-01-27T19:18:27.252Z] 8998bd30e6a1: Pull complete [2023-01-27T19:18:27.520Z] 04944245beec: Pull complete [2023-01-27T19:18:28.921Z] 699f458cf7ca: Pull complete [2023-01-27T19:18:29.189Z] 765212b225bb: Pull complete [2023-01-27T19:18:29.771Z] f23df028b6ca: Pull complete [2023-01-27T19:18:30.039Z] d65c8cfc05b1: Pull complete [2023-01-27T19:18:45.015Z] 2437ff75d9bd: Pull complete [2023-01-27T19:18:45.015Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-27T19:18:45.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-27T19:18:45.015Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-27T19:18:45.302Z] prd-ubuntu20.04-docker-arm64-4c-16g-3827 does not seem to be running inside a container [2023-01-27T19:18:45.341Z] $ 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-01-27T19:18:48.087Z] $ docker top a553195bc92db92afd7fbf288b5dbe5d2dd23187230c9fcf7056b1b42ff4d7f2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-27T19:18:49.074Z] ---> job-cost.sh [2023-01-27T19:18:49.075Z] lf-activate-venv: SKIPPING [2023-01-27T19:18:49.075Z] INFO: No Stack... [2023-01-27T19:18:49.653Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-27T19:18:50.232Z] INFO: Archiving Costs [Pipeline] sh [2023-01-27T19:18:50.880Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-01-27T19:18:50.880Z] + cut -d, -f6 [Pipeline] lock [2023-01-27T19:18:50.980Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4311-1-stack-cost] [2023-01-27T19:18:50.985Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4311-1-stack-cost] did not exist. Created. [2023-01-27T19:18:50.985Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4311-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-27T19:18:51.740Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-27T19:18:51.936Z] Stashed 1 file(s) [Pipeline] } [2023-01-27T19:18:51.951Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4311-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-27T19:18:52.016Z] $ docker stop --time=1 a553195bc92db92afd7fbf288b5dbe5d2dd23187230c9fcf7056b1b42ff4d7f2 [2023-01-27T19:18:53.522Z] $ docker rm -f --volumes a553195bc92db92afd7fbf288b5dbe5d2dd23187230c9fcf7056b1b42ff4d7f2 [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-01-27T19:18:54.523Z] provisioning config files... [2023-01-27T19:18:54.531Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3579482861989788293tmp [Pipeline] { [Pipeline] sh [2023-01-27T19:18:54.869Z] + set +x [2023-01-27T19:18:54.869Z] + curl -s https://codecov.io/bash [2023-01-27T19:18:54.869Z] + bash -s -- [2023-01-27T19:18:54.869Z] [2023-01-27T19:18:54.869Z] _____ _ [2023-01-27T19:18:54.869Z] / ____| | | [2023-01-27T19:18:54.869Z] | | ___ __| | ___ ___ _____ __ [2023-01-27T19:18:54.869Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-27T19:18:54.869Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-27T19:18:54.869Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-27T19:18:54.869Z] Bash-1.0.6 [2023-01-27T19:18:54.869Z] [2023-01-27T19:18:54.869Z] [2023-01-27T19:18:54.869Z] ==> git version 2.25.1 found [2023-01-27T19:18:54.869Z] ==> 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-01-27T19:18:54.869Z] Release-Date: 2020-01-08 [2023-01-27T19:18:54.869Z] 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-01-27T19:18:54.869Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-27T19:18:54.869Z] ==> Jenkins CI detected. [2023-01-27T19:18:54.869Z] current dir:  /w/workspace/edgex-go/1 [2023-01-27T19:18:54.869Z] project root: . [2023-01-27T19:18:54.869Z] --> token set from env [2023-01-27T19:18:54.869Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-27T19:18:55.129Z] ==> Running gcov in . (disable via -X gcov) [2023-01-27T19:18:55.129Z] ==> Python coveragepy not found [2023-01-27T19:18:55.129Z] ==> Searching for coverage reports in: [2023-01-27T19:18:55.129Z] + . [2023-01-27T19:18:55.129Z] -> Found 1 reports [2023-01-27T19:18:55.129Z] ==> Detecting git/mercurial file structure [2023-01-27T19:18:55.129Z] ==> Reading reports [2023-01-27T19:18:55.129Z] + ./coverage.out bytes=488778 [2023-01-27T19:18:55.129Z] ==> Appending adjustments [2023-01-27T19:18:55.129Z] https://docs.codecov.io/docs/fixing-reports [2023-01-27T19:18:56.506Z] + Found adjustments [2023-01-27T19:18:56.506Z] ==> Gzipping contents [2023-01-27T19:18:56.506Z] 64K /tmp/codecov.wHKEQA.gz [2023-01-27T19:18:56.506Z] ==> Uploading reports [2023-01-27T19:18:56.506Z] url: https://codecov.io [2023-01-27T19:18:56.506Z] query: branch=PR-4311&commit=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4311%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4311&job=&cmd_args= [2023-01-27T19:18:56.506Z] -> Pinging Codecov [2023-01-27T19:18:56.506Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4311&commit=ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4311%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4311&job=&cmd_args= [2023-01-27T19:18:56.506Z] -> Uploading to [2023-01-27T19:18:56.506Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-27/00271124DB129430A58F1EEE437C3FCB/ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2/0ffa4d7a-fb64-4a42-990c-207142fa4a39.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230127T191856Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=10eecad0e9fa62059b46118733b438bb9265768274723ea1c73f6ed5c5743611 [2023-01-27T19:18:56.506Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-27T19:18:56.506Z] Dload Upload Total Spent Left Speed [2023-01-27T19:18:56.765Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62992 0 0 100 62992 0 219k --:--:-- --:--:-- --:--:-- 219k [2023-01-27T19:18:56.765Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/ad5b867c8ba04d6302a0d9fe35e1fb295fd839c2 [Pipeline] } [2023-01-27T19:18:56.793Z] 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-01-27T19:18:58.244Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-27T19:18:58.578Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-27T19:18:59.463Z] ---> package-listing.sh [2023-01-27T19:18:59.464Z] ++ facter osfamily [2023-01-27T19:18:59.464Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-27T19:18:59.723Z] + OS_FAMILY=debian [2023-01-27T19:18:59.723Z] + workspace=/w/workspace/edgex-go/1 [2023-01-27T19:18:59.723Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-27T19:18:59.723Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-27T19:18:59.723Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-27T19:18:59.723Z] + PACKAGES=/tmp/packages_start.txt [2023-01-27T19:18:59.723Z] + '[' /w/workspace/edgex-go/1 ']' [2023-01-27T19:18:59.723Z] + PACKAGES=/tmp/packages_end.txt [2023-01-27T19:18:59.723Z] + case "${OS_FAMILY}" in [2023-01-27T19:18:59.723Z] + dpkg -l [2023-01-27T19:18:59.723Z] + grep '^ii' [2023-01-27T19:18:59.723Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-27T19:18:59.723Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-27T19:18:59.723Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-27T19:18:59.723Z] + '[' /w/workspace/edgex-go/1 ']' [2023-01-27T19:18:59.723Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-01-27T19:18:59.723Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-01-27T19:18:59.764Z] 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-01-27T19:19:00.057Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-27T19:19:00.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-27T19:19:00.692Z] [2023-01-27T19:19:00.692Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-27T19:19:01.077Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-27T19:19:01.077Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-27T19:19:01.077Z] 5eb5b503b376: Pulling fs layer [2023-01-27T19:19:01.077Z] 5c69ac0246d0: Pulling fs layer [2023-01-27T19:19:01.077Z] ec43610c2a17: Pulling fs layer [2023-01-27T19:19:01.077Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-27T19:19:01.077Z] 33b1e0a273af: Pulling fs layer [2023-01-27T19:19:01.077Z] 5d3b04190fa2: Pulling fs layer [2023-01-27T19:19:01.077Z] 2f39f015ded8: Pulling fs layer [2023-01-27T19:19:01.077Z] 3a2ae6a8a46f: Waiting [2023-01-27T19:19:01.077Z] 5d3b04190fa2: Waiting [2023-01-27T19:19:01.077Z] 33b1e0a273af: Waiting [2023-01-27T19:19:01.077Z] 2f39f015ded8: Waiting [2023-01-27T19:19:01.077Z] 5c69ac0246d0: Download complete [2023-01-27T19:19:01.077Z] 3a2ae6a8a46f: Download complete [2023-01-27T19:19:01.342Z] 33b1e0a273af: Verifying Checksum [2023-01-27T19:19:01.342Z] 33b1e0a273af: Download complete [2023-01-27T19:19:01.342Z] 5d3b04190fa2: Verifying Checksum [2023-01-27T19:19:01.342Z] 5d3b04190fa2: Download complete [2023-01-27T19:19:01.342Z] ec43610c2a17: Verifying Checksum [2023-01-27T19:19:01.342Z] ec43610c2a17: Download complete [2023-01-27T19:19:01.603Z] 5eb5b503b376: Verifying Checksum [2023-01-27T19:19:01.603Z] 5eb5b503b376: Download complete [2023-01-27T19:19:02.170Z] 2f39f015ded8: Download complete [2023-01-27T19:19:02.739Z] 5eb5b503b376: Pull complete [2023-01-27T19:19:02.999Z] 5c69ac0246d0: Pull complete [2023-01-27T19:19:03.567Z] ec43610c2a17: Pull complete [2023-01-27T19:19:03.567Z] 3a2ae6a8a46f: Pull complete [2023-01-27T19:19:03.827Z] 33b1e0a273af: Pull complete [2023-01-27T19:19:03.827Z] 5d3b04190fa2: Pull complete [2023-01-27T19:19:09.100Z] 2f39f015ded8: Pull complete [2023-01-27T19:19:09.100Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-27T19:19:09.100Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-27T19:19:09.100Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-27T19:19:09.327Z] prd-ubuntu20.04-docker-8c-8g-3826 does not seem to be running inside a container [2023-01-27T19:19:09.405Z] $ 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-01-27T19:19:19.070Z] $ docker top 611cc3efd6c5eaf7141f6d2c983d44ccdf88656cc02ce7f4d38b2bab624c4326 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-27T19:19:19.499Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-27T19:19:19.806Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-27T19:19:20.121Z] + ls /var/log/sa-host [2023-01-27T19:19:20.121Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-27T19:19:20.389Z] provisioning config files... [2023-01-27T19:19:20.399Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config14020150520046251320tmp [Pipeline] { [Pipeline] echo [2023-01-27T19:19:20.452Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-27T19:19:20.769Z] ---> create-netrc.sh [Pipeline] } [2023-01-27T19:19:20.795Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-27T19:19:21.209Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-27T19:19:21.242Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-27T19:19:21.561Z] ---> sudo-logs.sh [2023-01-27T19:19:21.561Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-27T19:19:21.640Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-27T19:19:21.969Z] ---> job-cost.sh [2023-01-27T19:19:21.969Z] lf-activate-venv: SKIPPING [2023-01-27T19:19:21.969Z] DEBUG: total: 0.10999999940395355 [2023-01-27T19:19:21.969Z] INFO: Retrieving Stack Cost... [2023-01-27T19:19:22.229Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-27T19:19:22.799Z] INFO: Archiving Costs [Pipeline] echo [2023-01-27T19:19:22.835Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-27T19:19:23.156Z] ---> logs-deploy.sh [2023-01-27T19:19:23.156Z] lf-activate-venv: SKIPPING [2023-01-27T19:19:23.156Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4311/1 [2023-01-27T19:19:23.156Z] INFO: archiving workspace using pattern(s): [2023-01-27T19:19:24.537Z] Archives upload complete. [2023-01-27T19:19:24.537Z] INFO: archiving logs to Nexus