Pull request #4277 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 farshidtz for edgexfoundry/edgex-go Obtained Jenkinsfile from d16f553afd44c949f3e06dfc58e12d5747495944+9123da5ee4a297ce5d9921c004089f9acce55f5e (faa65d9d7060cd4d2dda2bb684587945c3390ac9) 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-ssh5680726071940186497.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-ssh3697437476249352682.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-4277/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-4277/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3408314554162060174.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-4277/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15860325905519099595.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-ssh7132241678358372360.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-4277/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-4277/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13148050252736407083.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2099 in /w/workspace/edgexfoundry_edgex-go_PR-4277 [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/4277/head:refs/remotes/origin/PR-4277 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 9123da5ee4a297ce5d9921c004089f9acce55f5e into PR head commit d16f553afd44c949f3e06dfc58e12d5747495944 Merge succeeded, producing 8e9155f9fc282e7db262bbe4e3a3453655b024a2 Checking out Revision 8e9155f9fc282e7db262bbe4e3a3453655b024a2 (PR-4277) > git config core.sparsecheckout # timeout=10 > git checkout -f d16f553afd44c949f3e06dfc58e12d5747495944 # 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 9123da5ee4a297ce5d9921c004089f9acce55f5e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8e9155f9fc282e7db262bbe4e3a3453655b024a2 # timeout=10 Commit message: "Merge commit '9123da5ee4a297ce5d9921c004089f9acce55f5e' 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-12T17:07:23.244Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-12T17:07:23.404Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-12T17:07:23.555Z] ========================================================= [2023-01-12T17:07:23.555Z] EdgeX Global Pipelines Version Info [2023-01-12T17:07:23.555Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-12T17:07:24.310Z] ------------------- [2023-01-12T17:07:24.310Z] stable info: [2023-01-12T17:07:24.310Z] ------------------- [2023-01-12T17:07:24.310Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-12T17:07:24.310Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-12T17:07:24.310Z] Message: update stable to v1.0.244 [2023-01-12T17:07:24.880Z] ------------------- [2023-01-12T17:07:24.880Z] experimental info: [2023-01-12T17:07:24.880Z] ------------------- [2023-01-12T17:07:24.880Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-12T17:07:24.880Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-12T17:07:24.880Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-12T17:07:25.177Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-01-12T17:07:25.217Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-01-12T17:07:25.253Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-12T17:07:25.289Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-12T17:07:25.325Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-12T17:07:25.365Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-12T17:07:25.407Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-12T17:07:25.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-01-12T17:07:25.485Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-01-12T17:07:25.523Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-01-12T17:07:25.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-12T17:07:25.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-12T17:07:25.637Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-12T17:07:25.670Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-12T17:07:25.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-12T17:07:25.753Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-12T17:07:25.788Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-12T17:07:25.825Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-12T17:07:25.860Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-12T17:07:25.899Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-12T17:07:25.932Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-12T17:07:25.964Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-12T17:07:25.999Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-12T17:07:26.035Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4277 [Pipeline] echo [2023-01-12T17:07:26.072Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4277 [Pipeline] echo [2023-01-12T17:07:26.105Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4277 [Pipeline] echo [2023-01-12T17:07:26.148Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8e9155f9fc282e7db262bbe4e3a3453655b024a2 [Pipeline] echo [2023-01-12T17:07:26.184Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8e9155f [Pipeline] echo [2023-01-12T17:07:26.219Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-12T17:07:26.319Z] provisioning config files... [2023-01-12T17:07:26.333Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5603739892151152995tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-12T17:07:26.664Z] ---> docker-login.sh [2023-01-12T17:07:26.664Z] nexus3.edgexfoundry.org:10001 [2023-01-12T17:07:26.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-12T17:07:26.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-12T17:07:26.925Z] Configure a credential helper to remove this warning. See [2023-01-12T17:07:26.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-12T17:07:26.925Z] [2023-01-12T17:07:26.925Z] Login Succeeded [2023-01-12T17:07:26.925Z] nexus3.edgexfoundry.org:10002 [2023-01-12T17:07:26.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-12T17:07:27.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-12T17:07:27.186Z] Configure a credential helper to remove this warning. See [2023-01-12T17:07:27.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-12T17:07:27.186Z] [2023-01-12T17:07:27.186Z] Login Succeeded [2023-01-12T17:07:27.186Z] nexus3.edgexfoundry.org:10003 [2023-01-12T17:07:27.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-12T17:07:27.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-12T17:07:27.186Z] Configure a credential helper to remove this warning. See [2023-01-12T17:07:27.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-12T17:07:27.186Z] [2023-01-12T17:07:27.186Z] Login Succeeded [2023-01-12T17:07:27.186Z] nexus3.edgexfoundry.org:10004 [2023-01-12T17:07:27.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-12T17:07:27.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-12T17:07:27.447Z] Configure a credential helper to remove this warning. See [2023-01-12T17:07:27.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-12T17:07:27.447Z] [2023-01-12T17:07:27.447Z] Login Succeeded [2023-01-12T17:07:27.447Z] docker.io [2023-01-12T17:07:27.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-12T17:07:27.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-12T17:07:27.708Z] Configure a credential helper to remove this warning. See [2023-01-12T17:07:27.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-12T17:07:27.708Z] [2023-01-12T17:07:27.708Z] Login Succeeded [2023-01-12T17:07:27.708Z] ---> docker-login.sh ends [Pipeline] } [2023-01-12T17:07:27.734Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-12T17:07:28.134Z] + ls cmd/core-command/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-12T17:07:28.134Z] + dirname cmd/core-command/Dockerfile [2023-01-12T17:07:28.134Z] + cut -d/ -f2 [2023-01-12T17:07:28.134Z] + echo core-command,cmd/core-command/Dockerfile [2023-01-12T17:07:28.134Z] + dirname cmd/core-data/Dockerfile [2023-01-12T17:07:28.134Z] + cut -d/ -f2 [2023-01-12T17:07:28.134Z] + echo core-data,cmd/core-data/Dockerfile [2023-01-12T17:07:28.134Z] + dirname cmd/core-metadata/Dockerfile [2023-01-12T17:07:28.134Z] + cut -d/ -f2 [2023-01-12T17:07:28.134Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-01-12T17:07:28.134Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-01-12T17:07:28.134Z] + cut -d/ -f2 [2023-01-12T17:07:28.134Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-01-12T17:07:28.134Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-01-12T17:07:28.134Z] + cut -d/ -f2 [2023-01-12T17:07:28.134Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-01-12T17:07:28.134Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-01-12T17:07:28.134Z] + cut -d/ -f2 [2023-01-12T17:07:28.134Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-01-12T17:07:28.134Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-01-12T17:07:28.134Z] + cut -d/ -f2 [2023-01-12T17:07:28.134Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-01-12T17:07:28.134Z] + dirname cmd/security-spire-agent/Dockerfile [2023-01-12T17:07:28.134Z] + cut -d/ -f2 [2023-01-12T17:07:28.134Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-01-12T17:07:28.134Z] + dirname cmd/security-spire-config/Dockerfile [2023-01-12T17:07:28.134Z] + cut -d/ -f2 [2023-01-12T17:07:28.134Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-01-12T17:07:28.134Z] + dirname cmd/security-spire-server/Dockerfile [2023-01-12T17:07:28.134Z] + cut -d/ -f2 [2023-01-12T17:07:28.134Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-01-12T17:07:28.134Z] + + dirname cmd/support-notifications/Dockerfile [2023-01-12T17:07:28.134Z] cut -d/ -f2 [2023-01-12T17:07:28.134Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-01-12T17:07:28.134Z] + dirname cmd/support-scheduler/Dockerfile [2023-01-12T17:07:28.134Z] + cut -d/ -f2 [2023-01-12T17:07:28.134Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-01-12T17:07:28.203Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/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-12T17:07:28.710Z] + git rev-list -1 --merges 8e9155f9fc282e7db262bbe4e3a3453655b024a2~1..8e9155f9fc282e7db262bbe4e3a3453655b024a2 [Pipeline] echo [2023-01-12T17:07:28.747Z] -----------> git rev-list -1 --merges 8e9155f9fc282e7db262bbe4e3a3453655b024a2~1..8e9155f9fc282e7db262bbe4e3a3453655b024a2 8e9155f9fc282e7db262bbe4e3a3453655b024a2 [2023-01-12T17:07:28.747Z] 8e9155f9fc282e7db262bbe4e3a3453655b024a2 [false] [Pipeline] sh [2023-01-12T17:07:29.053Z] + git log --format=format:%s -1 8e9155f9fc282e7db262bbe4e3a3453655b024a2 [Pipeline] echo [2023-01-12T17:07:29.091Z] ========================================================= [2023-01-12T17:07:29.091Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-12T17:07:29.091Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-01-12T17:07:29.602Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-12T17:07:29.602Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-12T17:07:29.602Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-12T17:07:29.602Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-12T17:07:29.602Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-12T17:07:29.602Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-12T17:07:29.602Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-12T17:07:30.104Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-12T17:07:30.104Z] [2023-01-12T17:07:30.104Z] 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-12T17:07:30.488Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-12T17:07:30.488Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-12T17:07:30.488Z] b85a868b505f: Pulling fs layer [2023-01-12T17:07:30.488Z] e2be974225ed: Pulling fs layer [2023-01-12T17:07:30.488Z] 339a4e72a1f5: Pulling fs layer [2023-01-12T17:07:30.488Z] 988bab9f4d93: Pulling fs layer [2023-01-12T17:07:30.488Z] 1469e6f7b9e6: Pulling fs layer [2023-01-12T17:07:30.488Z] eaf3925da568: Pulling fs layer [2023-01-12T17:07:30.488Z] bab4dde63d76: Pulling fs layer [2023-01-12T17:07:30.488Z] bde34c3a00c8: Pulling fs layer [2023-01-12T17:07:30.488Z] b352a97aabf1: Pulling fs layer [2023-01-12T17:07:30.488Z] 4872d77fe225: Pulling fs layer [2023-01-12T17:07:30.488Z] 5851b861e8e6: Pulling fs layer [2023-01-12T17:07:30.488Z] 988bab9f4d93: Waiting [2023-01-12T17:07:30.488Z] 1469e6f7b9e6: Waiting [2023-01-12T17:07:30.488Z] eaf3925da568: Waiting [2023-01-12T17:07:30.488Z] bab4dde63d76: Waiting [2023-01-12T17:07:30.488Z] bde34c3a00c8: Waiting [2023-01-12T17:07:30.488Z] b352a97aabf1: Waiting [2023-01-12T17:07:30.488Z] 4872d77fe225: Waiting [2023-01-12T17:07:30.488Z] 5851b861e8e6: Waiting [2023-01-12T17:07:30.488Z] e2be974225ed: Verifying Checksum [2023-01-12T17:07:30.488Z] e2be974225ed: Download complete [2023-01-12T17:07:30.488Z] 988bab9f4d93: Download complete [2023-01-12T17:07:30.749Z] 1469e6f7b9e6: Verifying Checksum [2023-01-12T17:07:30.749Z] 1469e6f7b9e6: Download complete [2023-01-12T17:07:30.749Z] eaf3925da568: Verifying Checksum [2023-01-12T17:07:30.749Z] eaf3925da568: Download complete [2023-01-12T17:07:30.749Z] 339a4e72a1f5: Verifying Checksum [2023-01-12T17:07:30.749Z] bde34c3a00c8: Verifying Checksum [2023-01-12T17:07:30.749Z] bde34c3a00c8: Download complete [2023-01-12T17:07:30.749Z] b352a97aabf1: Verifying Checksum [2023-01-12T17:07:30.749Z] b352a97aabf1: Download complete [2023-01-12T17:07:30.749Z] 4872d77fe225: Verifying Checksum [2023-01-12T17:07:30.749Z] 4872d77fe225: Download complete [2023-01-12T17:07:30.749Z] 5851b861e8e6: Verifying Checksum [2023-01-12T17:07:30.749Z] 5851b861e8e6: Download complete [2023-01-12T17:07:30.749Z] b85a868b505f: Download complete [2023-01-12T17:07:31.008Z] bab4dde63d76: Verifying Checksum [2023-01-12T17:07:31.008Z] bab4dde63d76: Download complete [2023-01-12T17:07:31.943Z] b85a868b505f: Pull complete [2023-01-12T17:07:32.202Z] e2be974225ed: Pull complete [2023-01-12T17:07:32.770Z] 339a4e72a1f5: Pull complete [2023-01-12T17:07:32.770Z] 988bab9f4d93: Pull complete [2023-01-12T17:07:33.027Z] 1469e6f7b9e6: Pull complete [2023-01-12T17:07:33.027Z] eaf3925da568: Pull complete [2023-01-12T17:07:34.932Z] bab4dde63d76: Pull complete [2023-01-12T17:07:34.932Z] bde34c3a00c8: Pull complete [2023-01-12T17:07:35.193Z] b352a97aabf1: Pull complete [2023-01-12T17:07:35.193Z] 4872d77fe225: Pull complete [2023-01-12T17:07:35.193Z] 5851b861e8e6: Pull complete [2023-01-12T17:07:35.193Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-12T17:07:35.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-12T17:07:35.193Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-12T17:07:35.392Z] prd-ubuntu20.04-docker-8c-8g-2099 does not seem to be running inside a container [2023-01-12T17:07:35.426Z] $ 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-12T17:07:36.743Z] $ docker top 3dabb40af552b4cb926523d16ef6c2ce92d5229ca07f7d7e785ae3392428f476 -eo pid,comm [2023-01-12T17:07:36.793Z] 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-12T17:07:36.793Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-12T17:07:36.923Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-12T17:07:36.923Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-12T17:07:37.043Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-12T17:07:37.050Z] $ docker exec 3dabb40af552b4cb926523d16ef6c2ce92d5229ca07f7d7e785ae3392428f476 ssh-agent [2023-01-12T17:07:37.169Z] SSH_AUTH_SOCK=/tmp/ssh-YUImr33pkADq/agent.33 [2023-01-12T17:07:37.169Z] SSH_AGENT_PID=39 [2023-01-12T17:07:37.175Z] Running ssh-add (command line suppressed) [2023-01-12T17:07:37.270Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_1204148916912074882.key (/w/workspace/edgex-go/1@tmp/private_key_1204148916912074882.key) [2023-01-12T17:07:37.282Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-12T17:07:37.604Z] + git tag --points-at HEAD [Pipeline] } [2023-01-12T17:07:37.636Z] $ docker exec --env ******** --env ******** 3dabb40af552b4cb926523d16ef6c2ce92d5229ca07f7d7e785ae3392428f476 ssh-agent -k [2023-01-12T17:07:37.735Z] unset SSH_AUTH_SOCK; [2023-01-12T17:07:37.735Z] unset SSH_AGENT_PID; [2023-01-12T17:07:37.736Z] echo Agent pid 39 killed; [2023-01-12T17:07:37.742Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-12T17:07:37.824Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-12T17:07:37.824Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-12T17:07:37.943Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-12T17:07:37.950Z] $ docker exec 3dabb40af552b4cb926523d16ef6c2ce92d5229ca07f7d7e785ae3392428f476 ssh-agent [2023-01-12T17:07:38.059Z] SSH_AUTH_SOCK=/tmp/ssh-bXbVgLSSRCEH/agent.71 [2023-01-12T17:07:38.059Z] SSH_AGENT_PID=77 [2023-01-12T17:07:38.064Z] Running ssh-add (command line suppressed) [2023-01-12T17:07:38.177Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_12583066777679417001.key (/w/workspace/edgex-go/1@tmp/private_key_12583066777679417001.key) [2023-01-12T17:07:38.189Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-12T17:07:38.519Z] + git semver init [2023-01-12T17:07:38.779Z] 2023-01-12 17:07:38,706 [run_init] DEBUG init version:0.0.0 force:False [2023-01-12T17:07:38.779Z] 2023-01-12 17:07:38,707 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-01-12T17:07:38.779Z] 2023-01-12 17:07:38,707 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-01-12T17:07:38.779Z] 2023-01-12 17:07:38,707 [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-12T17:07:43.072Z] 2023-01-12 17:07:42,935 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-01-12T17:07:43.072Z] 2023-01-12 17:07:42,936 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4277 with force:False [2023-01-12T17:07:43.072Z] 2023-01-12 17:07:42,936 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4277 [2023-01-12T17:07:43.072Z] 2023-01-12 17:07:42,940 [execute] INFO git cat-file --batch-check [2023-01-12T17:07:43.072Z] 2023-01-12 17:07:42,940 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-01-12T17:07:43.072Z] 2023-01-12 17:07:42,947 [execute] INFO git cat-file --batch [2023-01-12T17:07:43.072Z] 2023-01-12 17:07:42,947 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-01-12T17:07:43.072Z] 2023-01-12 17:07:42,953 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4277 [2023-01-12T17:07:43.072Z] 0.0.0 [Pipeline] } [2023-01-12T17:07:43.106Z] $ docker exec --env ******** --env ******** 3dabb40af552b4cb926523d16ef6c2ce92d5229ca07f7d7e785ae3392428f476 ssh-agent -k [2023-01-12T17:07:43.207Z] unset SSH_AUTH_SOCK; [2023-01-12T17:07:43.209Z] unset SSH_AGENT_PID; [2023-01-12T17:07:43.209Z] echo Agent pid 77 killed; [2023-01-12T17:07:43.215Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-12T17:07:43.644Z] + git semver [Pipeline] } [2023-01-12T17:07:43.929Z] $ docker stop --time=1 3dabb40af552b4cb926523d16ef6c2ce92d5229ca07f7d7e785ae3392428f476 [2023-01-12T17:07:45.247Z] $ docker rm -f --volumes 3dabb40af552b4cb926523d16ef6c2ce92d5229ca07f7d7e785ae3392428f476 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-12T17:07:45.646Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-12T17:07:45.910Z] Stashed 1 file(s) [Pipeline] echo [2023-01-12T17:07:45.927Z] [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-12T17:07:46.698Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-01-12T17:07:46.742Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-12T17:07:46.780Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-12T17:07:46.811Z] ========================================================= [2023-01-12T17:07:46.811Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-12T17:07:46.811Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-01-12T17:07:47.156Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-12T17:07:47.156Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-12T17:07:47.156Z] 213ec9aee27d: Pulling fs layer [2023-01-12T17:07:47.156Z] 4583459ba037: Pulling fs layer [2023-01-12T17:07:47.156Z] 93c1e223e6f2: Pulling fs layer [2023-01-12T17:07:47.156Z] 53926ce57604: Pulling fs layer [2023-01-12T17:07:47.156Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-12T17:07:47.156Z] 22ff95d597cd: Pulling fs layer [2023-01-12T17:07:47.156Z] 12d6caf4c0d1: Pulling fs layer [2023-01-12T17:07:47.156Z] 96b7cbca73a9: Pulling fs layer [2023-01-12T17:07:47.156Z] a7acece74701: Pulling fs layer [2023-01-12T17:07:47.156Z] 53926ce57604: Waiting [2023-01-12T17:07:47.156Z] 12d6caf4c0d1: Waiting [2023-01-12T17:07:47.156Z] 21b2b0c7a3f4: Waiting [2023-01-12T17:07:47.156Z] 96b7cbca73a9: Waiting [2023-01-12T17:07:47.156Z] a7acece74701: Waiting [2023-01-12T17:07:47.156Z] 22ff95d597cd: Waiting [2023-01-12T17:07:47.156Z] 93c1e223e6f2: Verifying Checksum [2023-01-12T17:07:47.156Z] 93c1e223e6f2: Download complete [2023-01-12T17:07:47.156Z] 4583459ba037: Verifying Checksum [2023-01-12T17:07:47.156Z] 4583459ba037: Download complete [2023-01-12T17:07:47.156Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-12T17:07:47.156Z] 21b2b0c7a3f4: Download complete [2023-01-12T17:07:47.156Z] 22ff95d597cd: Download complete [2023-01-12T17:07:47.156Z] 213ec9aee27d: Verifying Checksum [2023-01-12T17:07:47.156Z] 12d6caf4c0d1: Download complete [2023-01-12T17:07:47.419Z] 213ec9aee27d: Pull complete [2023-01-12T17:07:47.419Z] 4583459ba037: Pull complete [2023-01-12T17:07:47.682Z] 93c1e223e6f2: Pull complete [2023-01-12T17:07:47.941Z] a7acece74701: Download complete [2023-01-12T17:07:47.941Z] 96b7cbca73a9: Verifying Checksum [2023-01-12T17:07:47.941Z] 96b7cbca73a9: Download complete [2023-01-12T17:07:48.200Z] 53926ce57604: Verifying Checksum [2023-01-12T17:07:48.200Z] 53926ce57604: Download complete [2023-01-12T17:07:52.388Z] 53926ce57604: Pull complete [2023-01-12T17:07:52.388Z] 21b2b0c7a3f4: Pull complete [2023-01-12T17:07:52.388Z] 22ff95d597cd: Pull complete [2023-01-12T17:07:52.388Z] 12d6caf4c0d1: Pull complete [2023-01-12T17:07:54.916Z] 96b7cbca73a9: Pull complete [2023-01-12T17:07:55.180Z] a7acece74701: Pull complete [2023-01-12T17:07:55.440Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-12T17:07:55.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-12T17:07:55.440Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-12T17:07:55.802Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-12T17:07:55.802Z] WORKDIR /edgex [2023-01-12T17:07:55.802Z] COPY go.mod . [2023-01-12T17:07:55.802Z] RUN go mod download [2023-01-12T17:07:55.802Z] + docker build -t ci-base-image-x86_64 -f - . [2023-01-12T17:07:56.370Z] Sending build context to Docker daemon 169.9MB [2023-01-12T17:07:56.370Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-12T17:07:56.370Z] ---> db6d94c90886 [2023-01-12T17:07:56.370Z] Step 2/4 : WORKDIR /edgex [2023-01-12T17:07:58.939Z] ---> Running in a2a21a8179c4 [2023-01-12T17:07:58.939Z] Removing intermediate container a2a21a8179c4 [2023-01-12T17:07:58.939Z] ---> 97a8ad108e13 [2023-01-12T17:07:58.939Z] Step 3/4 : COPY go.mod . [2023-01-12T17:07:58.939Z] ---> 23fc7df71133 [2023-01-12T17:07:58.939Z] Step 4/4 : RUN go mod download [2023-01-12T17:07:58.939Z] ---> Running in 4dc6371b0db0 [2023-01-12T17:08:01.224Z] Still waiting to schedule task [2023-01-12T17:08:01.224Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-12T17:08:11.154Z] Removing intermediate container 4dc6371b0db0 [2023-01-12T17:08:11.154Z] ---> 7fbf50e2ab96 [2023-01-12T17:08:11.154Z] Successfully built 7fbf50e2ab96 [2023-01-12T17:08:11.154Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-12T17:08:11.637Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-12T17:08:11.637Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-12T17:08:11.776Z] prd-ubuntu20.04-docker-8c-8g-2099 does not seem to be running inside a container [2023-01-12T17:08:11.804Z] $ 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-12T17:08:12.203Z] $ docker top 33461fbb6de0e6c6663349a883f5c8e07820f095d33dd84c6c128ea3e390470e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-12T17:08:12.601Z] + go version [2023-01-12T17:08:12.601Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-12T17:08:12.636Z] $ docker stop --time=1 33461fbb6de0e6c6663349a883f5c8e07820f095d33dd84c6c128ea3e390470e [2023-01-12T17:08:13.936Z] $ docker rm -f --volumes 33461fbb6de0e6c6663349a883f5c8e07820f095d33dd84c6c128ea3e390470e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-12T17:08:14.612Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-12T17:08:14.612Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-12T17:08:14.762Z] prd-ubuntu20.04-docker-8c-8g-2099 does not seem to be running inside a container [2023-01-12T17:08:14.796Z] $ 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-12T17:08:15.170Z] $ docker top c17b9479ad980bd0988b00de6b14a001f8cb035e9bebaff4b32b5607d9759b91 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-12T17:08:15.287Z] ========================================================= [2023-01-12T17:08:15.287Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-12T17:08:15.287Z] ========================================================= [Pipeline] sh [2023-01-12T17:08:15.580Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-01-12T17:08:15.938Z] + make test [2023-01-12T17:08:15.938Z] go test -race -coverprofile=coverage.out ./... [2023-01-12T17:08:22.510Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-12T17:08:37.387Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-12T17:08:37.387Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-12T17:08:37.387Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-12T17:08:37.387Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-12T17:08:37.387Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-12T17:08:37.387Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-12T17:08:37.387Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-12T17:08:37.387Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-12T17:08:37.387Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-12T17:08:37.387Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-12T17:08:37.387Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-12T17:08:37.387Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-12T17:08:37.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-12T17:08:37.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.087s coverage: 28.7% of statements [2023-01-12T17:08:37.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-12T17:08:37.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-12T17:08:37.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.088s coverage: 98.5% of statements [2023-01-12T17:08:38.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.179s coverage: 43.0% of statements [2023-01-12T17:08:38.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-12T17:08:38.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-12T17:08:38.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.098s coverage: 54.0% of statements [2023-01-12T17:08:38.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-12T17:08:38.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-12T17:08:42.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.965s coverage: 89.2% of statements [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-12T17:08:42.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.104s coverage: 2.4% of statements [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-12T17:08:42.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.534s coverage: 95.6% of statements [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-12T17:08:42.399Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.083s coverage: 72.2% of statements [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-12T17:08:42.399Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.084s coverage: 60.0% of statements [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-12T17:08:42.399Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.061s coverage: 0.9% of statements [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-12T17:08:42.399Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.100s coverage: 58.8% of statements [2023-01-12T17:08:42.399Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.073s coverage: 29.6% of statements [2023-01-12T17:08:42.399Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-12T17:08:42.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.082s coverage: 47.1% of statements [2023-01-12T17:08:42.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements [2023-01-12T17:08:42.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2023-01-12T17:08:42.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.081s coverage: 96.3% of statements [2023-01-12T17:08:42.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements [2023-01-12T17:08:50.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements [2023-01-12T17:08:50.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2023-01-12T17:08:52.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.219s coverage: 79.9% of statements [2023-01-12T17:08:52.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-12T17:09:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.107s coverage: 92.9% of statements [2023-01-12T17:09:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-12T17:09:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-12T17:09:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-12T17:09:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 65.1% of statements [2023-01-12T17:09:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-12T17:09:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-12T17:09:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-12T17:09:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-12T17:09:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.083s coverage: 86.9% of statements [2023-01-12T17:09:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-12T17:09:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-12T17:09:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-12T17:09:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-12T17:09:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements [2023-01-12T17:09:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-12T17:09:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-12T17:09:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2023-01-12T17:09:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-12T17:09:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 58.8% of statements [2023-01-12T17:09:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-12T17:09:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.0% of statements [2023-01-12T17:09:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2023-01-12T17:09:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.084s coverage: 85.4% of statements [2023-01-12T17:09:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.231s coverage: 91.2% of statements [2023-01-12T17:09:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-12T17:09:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 64.7% of statements [2023-01-12T17:09:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-12T17:09:02.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-12T17:09:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2023-01-12T17:09:02.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2023-01-12T17:09:02.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2023-01-12T17:09:02.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2023-01-12T17:09:02.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2023-01-12T17:09:02.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.323s coverage: 65.8% of statements [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-12T17:09:02.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.191s coverage: 41.8% of statements [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-12T17:09:02.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.068s coverage: 89.5% of statements [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-12T17:09:02.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.069s coverage: 84.8% of statements [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-12T17:09:02.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.073s coverage: 17.7% of statements [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-12T17:09:02.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.171s coverage: 92.3% of statements [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-12T17:09:02.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-12T17:09:02.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.110s coverage: 97.7% of statements [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-12T17:09:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-12T17:09:02.402Z] 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-12T17:09:24.323Z] 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-12T17:09:24.323Z] go vet ./... [2023-01-12T17:09:26.224Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-12T17:09:26.224Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-12T17:09:26.224Z] ./bin/test-attribution-txt.sh [2023-01-12T17:09:26.224Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-01-12T17:09:26.482Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-01-12T17:09:26.557Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-12T17:09:26.949Z] + ls -al . [2023-01-12T17:09:26.949Z] total 752 [2023-01-12T17:09:26.949Z] drwxrwxr-x 11 1001 1001 4096 Jan 12 17:08 . [2023-01-12T17:09:26.949Z] drwxr-xr-x 4 root root 4096 Jan 12 17:08 .. [2023-01-12T17:09:26.949Z] drwxrwxr-x 2 1001 1001 4096 Jan 12 17:07 .blubracket [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 16 Jan 12 17:07 .dockerignore [2023-01-12T17:09:26.949Z] drwxrwxr-x 8 1001 1001 4096 Jan 12 17:09 .git [2023-01-12T17:09:26.949Z] drwxrwxr-x 3 1001 1001 4096 Jan 12 17:07 .github [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 956 Jan 12 17:07 .gitignore [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 42 Jan 12 17:07 .golangci.yml [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 87 Jan 12 17:07 .hadolint.yml [2023-01-12T17:09:26.949Z] drwxr-xr-x 3 1001 1001 4096 Jan 12 17:07 .semver [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 166 Jan 12 17:07 .sonarcloud.properties [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 1171 Jan 12 17:07 ADOPTERS.md [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 10618 Jan 12 17:07 Attribution.txt [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 73765 Jan 12 17:07 CHANGELOG.md [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 3804 Jan 12 17:07 CONTRIBUTING.md [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 677 Jan 12 17:07 GOVERNANCE.md [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 850 Jan 12 17:07 Jenkinsfile [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 10775 Jan 12 17:07 LICENSE [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 12513 Jan 12 17:07 Makefile [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 582 Jan 12 17:07 OWNERS.md [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 9403 Jan 12 17:07 README.md [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 6912 Jan 12 17:07 SECURITY.md [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 5 Jan 12 17:07 VERSION [2023-01-12T17:09:26.949Z] drwxrwxr-x 2 1001 1001 4096 Jan 12 17:07 bin [2023-01-12T17:09:26.949Z] drwxrwxr-x 16 1001 1001 4096 Jan 12 17:07 cmd [2023-01-12T17:09:26.949Z] -rw-r--r-- 1 root root 494838 Jan 12 17:09 coverage.out [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 3376 Jan 12 17:07 go.mod [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 34949 Jan 12 17:07 go.sum [2023-01-12T17:09:26.949Z] drwxrwxr-x 7 1001 1001 4096 Jan 12 17:07 internal [2023-01-12T17:09:26.949Z] drwxrwxr-x 3 1001 1001 4096 Jan 12 17:07 openapi [2023-01-12T17:09:26.949Z] drwxrwxr-x 4 1001 1001 4096 Jan 12 17:07 snap [2023-01-12T17:09:26.949Z] -rw-rw-r-- 1 1001 1001 204 Jan 12 17:07 version.go [Pipeline] sh [2023-01-12T17:09:27.260Z] + '[' -e coverage.out ] [2023-01-12T17:09:27.260Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-12T17:09:27.382Z] Stashed 1 file(s) [Pipeline] sh [2023-01-12T17:09:27.678Z] + make build [2023-01-12T17:09:27.678Z] 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-12T17:09:37.264Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2100 in /w/workspace/edgexfoundry_edgex-go_PR-4277 [Pipeline] { [Pipeline] ws [2023-01-12T17:09:37.319Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-01-12T17:09:37.402Z] The recommended git tool is: git [2023-01-12T17:09:42.557Z] 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-12T17:09:42.557Z] 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-12T17:09:42.587Z] using credential edgex-jenkins-ssh [2023-01-12T17:09:42.603Z] Cloning the remote Git repository [2023-01-12T17:09:43.491Z] 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-12T17:09:42.651Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-01-12T17:09:42.735Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-01-12T17:09:42.888Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-12T17:09:42.889Z] > git --version # timeout=10 [2023-01-12T17:09:42.910Z] > git --version # 'git version 2.25.1' [2023-01-12T17:09:42.912Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-12T17:09:42.973Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-12T17:09:51.605Z] 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-12T17:09:52.983Z] 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-12T17:09:54.362Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-01-12T17:09:55.740Z] 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-12T17:09:56.308Z] 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-12T17:09:57.249Z] 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-12T17:10:00.539Z] 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-12T17:10:01.502Z] $ docker stop --time=1 c17b9479ad980bd0988b00de6b14a001f8cb035e9bebaff4b32b5607d9759b91 [2023-01-12T17:10:00.433Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-12T17:10:00.460Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-12T17:10:01.341Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-01-12T17:10:01.392Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-01-12T17:10:01.393Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-12T17:10:01.411Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4277/head:refs/remotes/origin/PR-4277 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-01-12T17:10:02.740Z] Merging remotes/origin/main commit 9123da5ee4a297ce5d9921c004089f9acce55f5e into PR head commit d16f553afd44c949f3e06dfc58e12d5747495944 [2023-01-12T17:10:03.338Z] Merge succeeded, producing 7302432752287616b2a8ba38f6c7219079e7be99 [2023-01-12T17:10:03.338Z] Checking out Revision 7302432752287616b2a8ba38f6c7219079e7be99 (PR-4277) [2023-01-12T17:10:03.874Z] $ docker rm -f --volumes c17b9479ad980bd0988b00de6b14a001f8cb035e9bebaff4b32b5607d9759b91 [2023-01-12T17:10:02.764Z] > git config core.sparsecheckout # timeout=10 [2023-01-12T17:10:02.790Z] > git checkout -f d16f553afd44c949f3e06dfc58e12d5747495944 # timeout=10 [2023-01-12T17:10:03.024Z] > git remote # timeout=10 [2023-01-12T17:10:03.043Z] > git config --get remote.origin.url # timeout=10 [2023-01-12T17:10:03.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-12T17:10:03.083Z] > git merge 9123da5ee4a297ce5d9921c004089f9acce55f5e # timeout=10 [2023-01-12T17:10:03.322Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-01-12T17:10:03.349Z] > git config core.sparsecheckout # timeout=10 [2023-01-12T17:10:03.364Z] > git checkout -f 7302432752287616b2a8ba38f6c7219079e7be99 # timeout=10 [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-12T17:10:05.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-12T17:10:05.050Z] [2023-01-12T17:10:05.050Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-12T17:10:05.429Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-12T17:10:05.429Z] latest: Pulling from edgex-devops/edgex-compose [2023-01-12T17:10:05.429Z] cbdbe7a5bc2a: Pulling fs layer [2023-01-12T17:10:05.429Z] ca9280d653b3: Pulling fs layer [2023-01-12T17:10:05.429Z] 7e9c9ca2126c: Pulling fs layer [2023-01-12T17:10:05.687Z] cbdbe7a5bc2a: Download complete [2023-01-12T17:10:05.687Z] ca9280d653b3: Download complete [2023-01-12T17:10:05.687Z] cbdbe7a5bc2a: Pull complete [2023-01-12T17:10:06.256Z] 7e9c9ca2126c: Verifying Checksum [2023-01-12T17:10:06.256Z] 7e9c9ca2126c: Download complete [2023-01-12T17:10:06.256Z] ca9280d653b3: Pull complete [2023-01-12T17:10:06.898Z] Commit message: "Merge commit '9123da5ee4a297ce5d9921c004089f9acce55f5e' into HEAD" [2023-01-12T17:10:06.899Z] First time build. Skipping changelog. [2023-01-12T17:10:06.954Z] > git --version # timeout=10 [2023-01-12T17:10:06.965Z] > git --version # 'git version 2.25.1' [2023-01-12T17:10:06.980Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-12T17:10:08.065Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-12T17:10:08.065Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-12T17:10:08.065Z] Dload Upload Total Spent Left Speed [2023-01-12T17:10:08.065Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 59584 0 --:--:-- --:--:-- --:--:-- 59584 [Pipeline] sh [2023-01-12T17:10:08.706Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-12T17:10:09.057Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-12T17:10:09.057Z] + sudo tee /etc/docker/daemon.new [2023-01-12T17:10:09.057Z] { [2023-01-12T17:10:09.057Z] "registry-mirrors": [ [2023-01-12T17:10:09.057Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-12T17:10:09.057Z] ], [2023-01-12T17:10:09.057Z] "bip": "10.250.0.254/24", [2023-01-12T17:10:09.057Z] "hosts": [ [2023-01-12T17:10:09.057Z] "tcp://0.0.0.0:5555", [2023-01-12T17:10:09.057Z] "unix:///var/run/docker.sock" [2023-01-12T17:10:09.057Z] ], [2023-01-12T17:10:09.057Z] "mtu": 1458, [2023-01-12T17:10:09.057Z] "selinux-enabled": true, [2023-01-12T17:10:09.057Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-12T17:10:09.057Z] } [Pipeline] sh [2023-01-12T17:10:09.403Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-12T17:10:09.538Z] 7e9c9ca2126c: Pull complete [2023-01-12T17:10:09.538Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-01-12T17:10:09.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-12T17:10:09.538Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-12T17:10:09.747Z] + sudo service docker restart [2023-01-12T17:10:09.755Z] prd-ubuntu20.04-docker-8c-8g-2099 does not seem to be running inside a container [2023-01-12T17:10:09.785Z] $ 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-12T17:10:11.100Z] $ docker top 094197c330c3bfc2eb94552e739e32644b018a4eb0514a066d0b964949b73707 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-12T17:10:11.499Z] + docker-compose build --help [2023-01-12T17:10:11.499Z] + grep parallel [2023-01-12T17:10:12.068Z] --parallel Build images in parallel. [Pipeline] } [2023-01-12T17:10:12.104Z] $ docker stop --time=1 094197c330c3bfc2eb94552e739e32644b018a4eb0514a066d0b964949b73707 [2023-01-12T17:10:13.426Z] $ docker rm -f --volumes 094197c330c3bfc2eb94552e739e32644b018a4eb0514a066d0b964949b73707 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-12T17:10:14.024Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-01-12T17:10:14.024Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-12T17:10:14.187Z] prd-ubuntu20.04-docker-8c-8g-2099 does not seem to be running inside a container [2023-01-12T17:10:14.220Z] $ 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-12T17:10:14.624Z] $ docker top 384c6f167b9bc7c4200e934595f2ea1f36e799df89d4ce74f01be85521a04e7c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-12T17:10:15.011Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-12T17:10:15.577Z] Building core-command ... [2023-01-12T17:10:15.577Z] Building core-data ... [2023-01-12T17:10:15.577Z] Building core-metadata ... [2023-01-12T17:10:15.577Z] Building security-bootstrapper ... [2023-01-12T17:10:15.577Z] Building security-proxy-setup ... [2023-01-12T17:10:15.577Z] Building security-secretstore-setup ... [2023-01-12T17:10:15.577Z] Building security-spiffe-token-provider ... [2023-01-12T17:10:15.577Z] Building security-spire-agent ... [2023-01-12T17:10:15.577Z] Building security-spire-config ... [2023-01-12T17:10:15.577Z] Building security-spire-server ... [2023-01-12T17:10:15.577Z] Building support-notifications ... [2023-01-12T17:10:15.577Z] Building support-scheduler ... [2023-01-12T17:10:15.577Z] Building security-proxy-setup [2023-01-12T17:10:15.577Z] Building security-secretstore-setup [2023-01-12T17:10:15.577Z] Building core-data [2023-01-12T17:10:15.577Z] Building support-scheduler [2023-01-12T17:10:15.577Z] Building security-spire-config [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-12T17:10:28.066Z] provisioning config files... [2023-01-12T17:10:28.095Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1546505112375736915tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-12T17:10:28.481Z] ---> docker-login.sh [2023-01-12T17:10:28.481Z] nexus3.edgexfoundry.org:10001 [2023-01-12T17:10:29.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-12T17:10:29.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-12T17:10:29.070Z] Configure a credential helper to remove this warning. See [2023-01-12T17:10:29.070Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-12T17:10:29.070Z] [2023-01-12T17:10:29.070Z] Login Succeeded [2023-01-12T17:10:29.070Z] nexus3.edgexfoundry.org:10002 [2023-01-12T17:10:29.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-12T17:10:29.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-12T17:10:29.607Z] Configure a credential helper to remove this warning. See [2023-01-12T17:10:29.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-12T17:10:29.607Z] [2023-01-12T17:10:29.607Z] Login Succeeded [2023-01-12T17:10:29.607Z] nexus3.edgexfoundry.org:10003 [2023-01-12T17:10:29.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-12T17:10:29.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-12T17:10:29.876Z] Configure a credential helper to remove this warning. See [2023-01-12T17:10:29.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-12T17:10:29.876Z] [2023-01-12T17:10:29.876Z] Login Succeeded [2023-01-12T17:10:29.876Z] nexus3.edgexfoundry.org:10004 [2023-01-12T17:10:30.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-12T17:10:30.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-12T17:10:30.148Z] Configure a credential helper to remove this warning. See [2023-01-12T17:10:30.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-12T17:10:30.148Z] [2023-01-12T17:10:30.148Z] Login Succeeded [2023-01-12T17:10:30.148Z] docker.io [2023-01-12T17:10:30.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-12T17:10:30.458Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:10:30.458Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:10:30.458Z] ---> 7fbf50e2ab96 [2023-01-12T17:10:30.458Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-12T17:10:30.458Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:10:30.458Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:10:30.458Z] ---> 7fbf50e2ab96 [2023-01-12T17:10:30.458Z] Step 3/21 : WORKDIR /edgex-go [2023-01-12T17:10:30.458Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:10:30.458Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:10:30.458Z] ---> 7fbf50e2ab96 [2023-01-12T17:10:30.458Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-12T17:10:30.458Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:10:30.458Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:10:30.458Z] ---> 7fbf50e2ab96 [2023-01-12T17:10:30.458Z] Step 3/24 : WORKDIR /edgex-go [2023-01-12T17:10:30.458Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:10:30.458Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:10:30.458Z] ---> 7fbf50e2ab96 [2023-01-12T17:10:30.458Z] Step 3/24 : WORKDIR /edgex-go [2023-01-12T17:10:31.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-12T17:10:31.017Z] Configure a credential helper to remove this warning. See [2023-01-12T17:10:31.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-12T17:10:31.017Z] [2023-01-12T17:10:31.017Z] Login Succeeded [2023-01-12T17:10:31.017Z] ---> docker-login.sh ends [Pipeline] } [2023-01-12T17:10:31.046Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-01-12T17:10:31.728Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-01-12T17:10:31.776Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-12T17:10:31.815Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-12T17:10:31.855Z] ========================================================= [2023-01-12T17:10:31.855Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-12T17:10:31.855Z] ========================================================= [2023-01-12T17:10:31.864Z] ---> Running in 4b08d007b53a [2023-01-12T17:10:31.864Z] ---> Running in 839622d0a8b9 [2023-01-12T17:10:31.864Z] ---> Running in f8856db6f675 [2023-01-12T17:10:31.864Z] ---> Running in 0dbc783df77a [2023-01-12T17:10:31.864Z] ---> Running in 9689cf509c83 [2023-01-12T17:10:31.864Z] Removing intermediate container f8856db6f675 [2023-01-12T17:10:31.864Z] ---> f14a2ec62b5d [2023-01-12T17:10:31.864Z] Step 4/22 : WORKDIR /edgex-go [2023-01-12T17:10:31.864Z] Removing intermediate container 0dbc783df77a [2023-01-12T17:10:31.864Z] ---> 36ba81ccbdd0 [2023-01-12T17:10:31.864Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-12T17:10:31.864Z] Removing intermediate container 9689cf509c83 [2023-01-12T17:10:31.864Z] ---> 4eb21e997370 [2023-01-12T17:10:31.864Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-12T17:10:31.864Z] Removing intermediate container 839622d0a8b9 [2023-01-12T17:10:31.864Z] ---> cae473f4e595 [2023-01-12T17:10:31.864Z] Step 4/22 : WORKDIR /edgex-go [2023-01-12T17:10:31.864Z] Removing intermediate container 4b08d007b53a [2023-01-12T17:10:31.864Z] ---> e10e6683507b [2023-01-12T17:10:31.864Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-12T17:10:31.864Z] ---> Running in 1246defe54ba [Pipeline] fileExists [Pipeline] sh [2023-01-12T17:10:32.125Z] ---> Running in 1baa915d320c [2023-01-12T17:10:32.125Z] ---> Running in 8c023ee3a80c [2023-01-12T17:10:32.126Z] ---> Running in 74df5c124ff9 [2023-01-12T17:10:32.126Z] ---> Running in b1dd30766164 [2023-01-12T17:10:32.126Z] Removing intermediate container 1baa915d320c [2023-01-12T17:10:32.126Z] ---> 51a109578457 [2023-01-12T17:10:32.126Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-12T17:10:32.126Z] ---> Running in 6843efe58627 [2023-01-12T17:10:32.126Z] Removing intermediate container 74df5c124ff9 [2023-01-12T17:10:32.126Z] ---> 673d6e590c70 [2023-01-12T17:10:32.126Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-12T17:10:32.126Z] ---> Running in 1ba9a7ba3a8f [2023-01-12T17:10:32.257Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-12T17:10:32.384Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:10:32.384Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:10:32.533Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-12T17:10:32.533Z] 9b18e9b68314: Pulling fs layer [2023-01-12T17:10:32.533Z] 35d82f9e3411: Pulling fs layer [2023-01-12T17:10:32.533Z] e16973657156: Pulling fs layer [2023-01-12T17:10:32.533Z] fc693d55d65f: Pulling fs layer [2023-01-12T17:10:32.533Z] 7e9fc2657dce: Pulling fs layer [2023-01-12T17:10:32.533Z] dda99020689f: Pulling fs layer [2023-01-12T17:10:32.533Z] db1c61fa0a46: Pulling fs layer [2023-01-12T17:10:32.533Z] 891c053d2c06: Pulling fs layer [2023-01-12T17:10:32.533Z] fc693d55d65f: Waiting [2023-01-12T17:10:32.533Z] dda99020689f: Waiting [2023-01-12T17:10:32.533Z] db1c61fa0a46: Waiting [2023-01-12T17:10:32.533Z] 891c053d2c06: Waiting [2023-01-12T17:10:32.533Z] 7e9fc2657dce: Waiting [2023-01-12T17:10:32.533Z] e16973657156: Verifying Checksum [2023-01-12T17:10:32.533Z] e16973657156: Download complete [2023-01-12T17:10:32.533Z] 35d82f9e3411: Verifying Checksum [2023-01-12T17:10:32.533Z] 35d82f9e3411: Download complete [2023-01-12T17:10:32.533Z] 7e9fc2657dce: Verifying Checksum [2023-01-12T17:10:32.533Z] 7e9fc2657dce: Download complete [2023-01-12T17:10:32.533Z] dda99020689f: Verifying Checksum [2023-01-12T17:10:32.533Z] dda99020689f: Download complete [2023-01-12T17:10:32.533Z] 9b18e9b68314: Verifying Checksum [2023-01-12T17:10:32.533Z] 9b18e9b68314: Download complete [2023-01-12T17:10:32.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:10:32.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:10:32.903Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:10:32.903Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:10:32.903Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:10:32.903Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:10:32.903Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:10:32.903Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:10:32.903Z] OK: 211 MiB in 51 packages [2023-01-12T17:10:32.903Z] OK: 211 MiB in 51 packages [2023-01-12T17:10:33.163Z] OK: 211 MiB in 51 packages [2023-01-12T17:10:33.163Z] OK: 211 MiB in 51 packages [2023-01-12T17:10:33.163Z] OK: 211 MiB in 51 packages [2023-01-12T17:10:33.423Z] Removing intermediate container 1246defe54ba [2023-01-12T17:10:33.423Z] ---> 4019f8cc0a03 [2023-01-12T17:10:33.423Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-12T17:10:33.507Z] 9b18e9b68314: Pull complete [2023-01-12T17:10:33.507Z] 891c053d2c06: Verifying Checksum [2023-01-12T17:10:33.507Z] 891c053d2c06: Download complete [2023-01-12T17:10:33.683Z] ---> 4065805e98ac [2023-01-12T17:10:33.683Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:10:33.942Z] ---> Running in 7dcd40980fa5 [2023-01-12T17:10:33.942Z] Removing intermediate container b1dd30766164 [2023-01-12T17:10:33.942Z] ---> c46fcf36c5fe [2023-01-12T17:10:33.942Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-12T17:10:33.942Z] Removing intermediate container 8c023ee3a80c [2023-01-12T17:10:33.942Z] ---> ca71c7ac2b6b [2023-01-12T17:10:33.942Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-12T17:10:33.942Z] Removing intermediate container 6843efe58627 [2023-01-12T17:10:33.942Z] ---> c5d594706d70 [2023-01-12T17:10:33.942Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-12T17:10:33.942Z] Removing intermediate container 1ba9a7ba3a8f [2023-01-12T17:10:33.942Z] ---> 4e2b66029104 [2023-01-12T17:10:33.942Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-12T17:10:34.097Z] 35d82f9e3411: Pull complete [2023-01-12T17:10:34.203Z] ---> f1ce324bc713 [2023-01-12T17:10:34.203Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:10:34.203Z] ---> 3c0a33b6a41f [2023-01-12T17:10:34.203Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:10:34.203Z] ---> Running in 3519f92bebe7 [2023-01-12T17:10:34.203Z] ---> 6f5bc9d17485 [2023-01-12T17:10:34.203Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:10:34.203Z] ---> 6818f82dc905 [2023-01-12T17:10:34.203Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:10:34.203Z] ---> Running in 3778a1f95c6a [2023-01-12T17:10:34.203Z] ---> Running in 403717a3bd70 [2023-01-12T17:10:34.203Z] ---> Running in 6fff858dc571 [2023-01-12T17:10:34.375Z] e16973657156: Pull complete [2023-01-12T17:10:34.963Z] db1c61fa0a46: Download complete [2023-01-12T17:10:35.550Z] fc693d55d65f: Verifying Checksum [2023-01-12T17:10:35.550Z] fc693d55d65f: Download complete [2023-01-12T17:10:47.886Z] fc693d55d65f: Pull complete [2023-01-12T17:10:47.886Z] 7e9fc2657dce: Pull complete [2023-01-12T17:10:47.886Z] dda99020689f: Pull complete [2023-01-12T17:10:56.111Z] db1c61fa0a46: Pull complete [2023-01-12T17:10:57.073Z] 891c053d2c06: Pull complete [2023-01-12T17:10:57.073Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-12T17:10:57.073Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-12T17:10:57.073Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-01-12T17:10:57.454Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-12T17:10:57.454Z] WORKDIR /edgex [2023-01-12T17:10:57.454Z] COPY go.mod . [2023-01-12T17:10:57.454Z] RUN go mod download [2023-01-12T17:10:57.454Z] + docker build -t ci-base-image-arm64 -f - . [2023-01-12T17:10:58.046Z] Sending build context to Docker daemon 3.123MB [2023-01-12T17:10:58.046Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-12T17:10:58.046Z] ---> f96f9c87975a [2023-01-12T17:10:58.046Z] Step 2/4 : WORKDIR /edgex [2023-01-12T17:11:00.002Z] ---> Running in 87d7ab62b5c0 [2023-01-12T17:11:00.002Z] Removing intermediate container 87d7ab62b5c0 [2023-01-12T17:11:00.002Z] ---> a0a144dc6547 [2023-01-12T17:11:00.002Z] Step 3/4 : COPY go.mod . [2023-01-12T17:11:00.270Z] ---> 5bf8bcc68ad3 [2023-01-12T17:11:00.270Z] Step 4/4 : RUN go mod download [2023-01-12T17:11:00.547Z] ---> Running in c319ed3a65e1 [2023-01-12T17:11:12.924Z] Removing intermediate container 3519f92bebe7 [2023-01-12T17:11:12.924Z] ---> 499091e02006 [2023-01-12T17:11:12.924Z] Step 7/21 : COPY . . [2023-01-12T17:11:12.924Z] Removing intermediate container 7dcd40980fa5 [2023-01-12T17:11:12.924Z] ---> 6cb40b9c7411 [2023-01-12T17:11:12.924Z] Step 7/24 : COPY . . [2023-01-12T17:11:12.924Z] Removing intermediate container 3778a1f95c6a [2023-01-12T17:11:12.924Z] ---> ccea0f3497d3 [2023-01-12T17:11:12.924Z] Step 8/22 : COPY . . [2023-01-12T17:11:12.924Z] Removing intermediate container 403717a3bd70 [2023-01-12T17:11:12.924Z] ---> 71c6e1f30130 [2023-01-12T17:11:12.924Z] Step 7/24 : COPY . . [2023-01-12T17:11:12.924Z] Removing intermediate container 6fff858dc571 [2023-01-12T17:11:12.924Z] ---> bbba9d0c68f5 [2023-01-12T17:11:12.924Z] Step 8/22 : COPY . . [2023-01-12T17:11:16.209Z] ---> c3b621e3c078 [2023-01-12T17:11:16.209Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-12T17:11:16.209Z] ---> c9d8b485397a [2023-01-12T17:11:16.209Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-12T17:11:16.209Z] ---> 002f766e3364 [2023-01-12T17:11:16.209Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-12T17:11:16.209Z] ---> ef096934f876 [2023-01-12T17:11:16.209Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-12T17:11:16.209Z] ---> 45ec797d9473 [2023-01-12T17:11:16.209Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-12T17:11:16.209Z] ---> Running in 852039f460f6 [2023-01-12T17:11:16.209Z] ---> Running in 5d297aefed98 [2023-01-12T17:11:16.209Z] ---> Running in 89a7e77edabc [2023-01-12T17:11:16.209Z] ---> Running in c1d5a4d08655 [2023-01-12T17:11:16.209Z] ---> Running in 16d1d788db86 [2023-01-12T17:11:16.209Z] Removing intermediate container 5d297aefed98 [2023-01-12T17:11:16.209Z] ---> e01fd96f7e8d [2023-01-12T17:11:16.209Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-12T17:11:16.209Z] ---> Running in a3d4875edaae [2023-01-12T17:11:16.209Z] Removing intermediate container a3d4875edaae [2023-01-12T17:11:16.209Z] ---> c5c726ec395f [2023-01-12T17:11:16.209Z] 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-12T17:11:16.209Z] ---> Running in 77a006759110 [2023-01-12T17:11:16.209Z] 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-12T17:11:16.466Z] 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-12T17:11:16.466Z] 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-12T17:11:16.724Z] 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-12T17:11:17.289Z] Removing intermediate container 77a006759110 [2023-01-12T17:11:17.289Z] ---> 2e6660ba5d8d [2023-01-12T17:11:17.289Z] Step 11/24 : WORKDIR /edgex-go [2023-01-12T17:11:17.290Z] ---> Running in 19c7f53153fe [2023-01-12T17:11:17.548Z] Removing intermediate container 19c7f53153fe [2023-01-12T17:11:17.548Z] ---> 146f104943e8 [2023-01-12T17:11:17.548Z] [2023-01-12T17:11:17.548Z] Step 12/24 : FROM alpine:3.15 [2023-01-12T17:11:17.548Z] 3.15: Pulling from library/alpine [2023-01-12T17:11:18.112Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-12T17:11:18.112Z] Status: Downloaded newer image for alpine:3.15 [2023-01-12T17:11:18.112Z] ---> c4fc93816858 [2023-01-12T17:11:18.112Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-12T17:11:18.112Z] ---> Running in 405433c26062 [2023-01-12T17:11:18.112Z] Removing intermediate container 405433c26062 [2023-01-12T17:11:18.112Z] ---> 5dc07107d072 [2023-01-12T17:11:18.112Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-12T17:11:18.112Z] ---> Running in a160d5437247 [2023-01-12T17:11:19.056Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:11:19.056Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:11:19.313Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-12T17:11:19.313Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-12T17:11:19.313Z] OK: 15859 distinct packages available [2023-01-12T17:11:19.313Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:11:19.313Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:11:19.573Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-12T17:11:19.573Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-12T17:11:19.573Z] (3/4) Installing libucontext (1.1-r0) [2023-01-12T17:11:19.573Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-12T17:11:19.573Z] Executing busybox-1.34.1-r7.trigger [2023-01-12T17:11:19.573Z] OK: 6 MiB in 18 packages [2023-01-12T17:11:20.141Z] Removing intermediate container a160d5437247 [2023-01-12T17:11:20.141Z] ---> 007358408875 [2023-01-12T17:11:20.141Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-12T17:11:22.434Z] ---> 1785ea2b703a [2023-01-12T17:11:22.434Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-12T17:11:22.434Z] ---> 593c6d30c434 [2023-01-12T17:11:22.434Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-12T17:11:22.691Z] ---> Running in 26087a016154 [2023-01-12T17:11:22.951Z] Removing intermediate container 26087a016154 [2023-01-12T17:11:22.951Z] ---> a893438b712a [2023-01-12T17:11:22.951Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-12T17:11:23.515Z] ---> bf5f0ae78870 [2023-01-12T17:11:23.515Z] Step 19/24 : WORKDIR / [2023-01-12T17:11:23.515Z] ---> Running in c1629b5291b3 [2023-01-12T17:11:23.773Z] Removing intermediate container c1629b5291b3 [2023-01-12T17:11:23.773Z] ---> e6160d8a743a [2023-01-12T17:11:23.773Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-12T17:11:23.773Z] ---> Running in 44470a4cfe60 [2023-01-12T17:11:24.032Z] Removing intermediate container 44470a4cfe60 [2023-01-12T17:11:24.032Z] ---> 9fe26695cdbd [2023-01-12T17:11:24.032Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-12T17:11:24.289Z] ---> Running in 89c182e790e4 [2023-01-12T17:11:24.547Z] Removing intermediate container 89c182e790e4 [2023-01-12T17:11:24.547Z] ---> 18191e15cb7e [2023-01-12T17:11:24.547Z] Step 22/24 : LABEL arch=x86_64 [2023-01-12T17:11:24.547Z] ---> Running in 7b47eeb60f08 [2023-01-12T17:11:24.805Z] Removing intermediate container 7b47eeb60f08 [2023-01-12T17:11:24.805Z] ---> 3df928a9b2bb [2023-01-12T17:11:24.805Z] Step 23/24 : LABEL git_sha=8e9155f9fc282e7db262bbe4e3a3453655b024a2 [2023-01-12T17:11:25.064Z] ---> Running in f49c73d925a4 [2023-01-12T17:11:25.336Z] Removing intermediate container f49c73d925a4 [2023-01-12T17:11:25.336Z] ---> c8367e0d5b42 [2023-01-12T17:11:25.336Z] Step 24/24 : LABEL version=0.0.0 [2023-01-12T17:11:25.596Z] ---> Running in 5da37aead990 [2023-01-12T17:11:25.854Z] Removing intermediate container 5da37aead990 [2023-01-12T17:11:25.854Z] ---> 1e6ff53ee19e [2023-01-12T17:11:25.854Z] [2023-01-12T17:11:25.854Z] Successfully built 1e6ff53ee19e [2023-01-12T17:11:25.854Z] Successfully tagged security-spire-config:latest [2023-01-12T17:11:25.854Z]  Building security-spire-config ... done Building security-spire-server [2023-01-12T17:11:29.132Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:11:29.132Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:11:29.132Z] ---> 7fbf50e2ab96 [2023-01-12T17:11:29.132Z] Step 3/23 : WORKDIR /edgex-go [2023-01-12T17:11:29.132Z] ---> Using cache [2023-01-12T17:11:29.132Z] ---> e10e6683507b [2023-01-12T17:11:29.132Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-12T17:11:30.505Z] ---> Running in 688b131856bc [2023-01-12T17:11:31.440Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:11:31.440Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:11:31.698Z] OK: 211 MiB in 51 packages [2023-01-12T17:11:32.634Z] Removing intermediate container 688b131856bc [2023-01-12T17:11:32.634Z] ---> 30f3018d1806 [2023-01-12T17:11:32.634Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-12T17:11:32.770Z] Removing intermediate container c319ed3a65e1 [2023-01-12T17:11:32.771Z] ---> 49703d6fac0b [2023-01-12T17:11:32.771Z] Successfully built 49703d6fac0b [2023-01-12T17:11:32.771Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-12T17:11:33.195Z] + docker inspect -f . ci-base-image-arm64 [2023-01-12T17:11:33.195Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-12T17:11:33.442Z] prd-ubuntu20.04-docker-arm64-4c-16g-2100 does not seem to be running inside a container [2023-01-12T17:11:33.515Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-12T17:11:33.569Z] ---> 344c2b1c13b0 [2023-01-12T17:11:33.569Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:11:33.569Z] ---> Running in d303f8e7eca9 [2023-01-12T17:11:34.818Z] $ docker top f6a8154fb593d674c42bbaf134adc0bd7abd0313e0131de12fe8fe732ce6937e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-12T17:11:35.678Z] + go version [2023-01-12T17:11:35.678Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-12T17:11:35.714Z] $ docker stop --time=1 f6a8154fb593d674c42bbaf134adc0bd7abd0313e0131de12fe8fe732ce6937e [2023-01-12T17:11:37.299Z] $ docker rm -f --volumes f6a8154fb593d674c42bbaf134adc0bd7abd0313e0131de12fe8fe732ce6937e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-12T17:11:38.129Z] + docker inspect -f . ci-base-image-arm64 [2023-01-12T17:11:38.129Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-12T17:11:38.379Z] prd-ubuntu20.04-docker-arm64-4c-16g-2100 does not seem to be running inside a container [2023-01-12T17:11:38.444Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-12T17:11:39.529Z] $ docker top d8923ec0df4cee3966c98074d99d547e4cca3e723a0dae402b288a4cc5e277d7 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-12T17:11:39.753Z] ========================================================= [2023-01-12T17:11:39.753Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-01-12T17:11:39.753Z] ========================================================= [Pipeline] sh [2023-01-12T17:11:40.071Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-01-12T17:11:40.455Z] + make test [2023-01-12T17:11:40.455Z] go test -race -coverprofile=coverage.out ./... [2023-01-12T17:11:45.767Z] 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-12T17:11:46.029Z] 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-12T17:11:54.153Z] Removing intermediate container c1d5a4d08655 [2023-01-12T17:11:54.153Z] ---> bc5bb1a590d6 [2023-01-12T17:11:54.153Z] [2023-01-12T17:11:54.153Z] Step 9/21 : FROM alpine:3.16 [2023-01-12T17:11:54.153Z] 3.16: Pulling from library/alpine [2023-01-12T17:11:54.153Z] Removing intermediate container 16d1d788db86 [2023-01-12T17:11:54.153Z] ---> 7e6b715e2c1b [2023-01-12T17:11:54.153Z] [2023-01-12T17:11:54.153Z] Step 9/24 : FROM alpine:3.16 [2023-01-12T17:11:54.153Z] Removing intermediate container 852039f460f6 [2023-01-12T17:11:54.153Z] ---> cd1fc876f5b0 [2023-01-12T17:11:54.153Z] [2023-01-12T17:11:54.153Z] Step 10/22 : FROM alpine:3.16 [2023-01-12T17:11:54.153Z] 3.16: Pulling from library/alpine [2023-01-12T17:11:54.153Z] 3.16: Pulling from library/alpine [2023-01-12T17:11:54.411Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-12T17:11:54.411Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-12T17:11:54.411Z] Status: Downloaded newer image for alpine:3.16 [2023-01-12T17:11:54.411Z] Status: Downloaded newer image for alpine:3.16 [2023-01-12T17:11:54.411Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-12T17:11:54.411Z] Status: Image is up to date for alpine:3.16 [2023-01-12T17:11:54.411Z] ---> bfe296a52501 [2023-01-12T17:11:54.411Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-12T17:11:54.411Z] ---> bfe296a52501 [2023-01-12T17:11:54.411Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-12T17:11:54.411Z] ---> bfe296a52501 [2023-01-12T17:11:54.411Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-12T17:11:55.786Z] ---> Running in 986eba4fc966 [2023-01-12T17:11:55.787Z] ---> Running in 90d64bb645cf [2023-01-12T17:11:55.787Z] ---> Running in 6a74b475d99b [2023-01-12T17:11:56.115Z] Removing intermediate container 90d64bb645cf [2023-01-12T17:11:56.115Z] ---> add511c965be [2023-01-12T17:11:56.115Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-12T17:11:56.416Z] ---> Running in 5740f0445e50 [2023-01-12T17:11:56.677Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:11:56.677Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:11:56.677Z] Removing intermediate container 5740f0445e50 [2023-01-12T17:11:56.677Z] ---> c15926f017eb [2023-01-12T17:11:56.677Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-12T17:11:56.936Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:11:56.936Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:11:56.936Z] ---> Running in 9898bb4acc5c [2023-01-12T17:11:56.936Z] Removing intermediate container 9898bb4acc5c [2023-01-12T17:11:56.936Z] ---> e88463a7b08f [2023-01-12T17:11:56.936Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-12T17:11:57.194Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-12T17:11:57.194Z] ---> Running in dad3ea7a1c2c [2023-01-12T17:11:57.194Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-12T17:11:57.194Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-12T17:11:57.194Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-12T17:11:57.194Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-12T17:11:57.194Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-12T17:11:57.194Z] (3/3) Installing su-exec (0.2-r1) [2023-01-12T17:11:57.194Z] Executing busybox-1.35.0-r17.trigger [2023-01-12T17:11:57.194Z] (5/6) Installing curl (7.83.1-r5) [2023-01-12T17:11:57.194Z] Executing ca-certificates-20220614-r0.trigger [2023-01-12T17:11:57.194Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-12T17:11:57.194Z] Executing busybox-1.35.0-r17.trigger [2023-01-12T17:11:57.194Z] Executing ca-certificates-20220614-r0.trigger [2023-01-12T17:11:57.477Z] OK: 6 MiB in 17 packages [2023-01-12T17:11:57.477Z] OK: 8 MiB in 20 packages [2023-01-12T17:11:57.477Z] Removing intermediate container 89a7e77edabc [2023-01-12T17:11:57.477Z] ---> 3b58981ea96b [2023-01-12T17:11:57.477Z] [2023-01-12T17:11:57.477Z] Step 10/22 : FROM alpine:3.16 [2023-01-12T17:11:57.477Z] ---> bfe296a52501 [2023-01-12T17:11:57.477Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-12T17:11:57.735Z] ---> Running in 90a5fd6550d2 [2023-01-12T17:11:57.735Z] Removing intermediate container d303f8e7eca9 [2023-01-12T17:11:57.735Z] ---> e0f2bbbfde7d [2023-01-12T17:11:57.735Z] Step 7/23 : COPY . . [2023-01-12T17:11:57.735Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:11:57.993Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:11:57.993Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-12T17:11:57.993Z] Executing busybox-1.35.0-r17.trigger [2023-01-12T17:11:57.993Z] OK: 6 MiB in 15 packages [2023-01-12T17:11:58.251Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:11:58.508Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:11:58.767Z] Removing intermediate container 6a74b475d99b [2023-01-12T17:11:58.767Z] ---> 2acfbf035213 [2023-01-12T17:11:58.767Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-12T17:11:58.767Z] Removing intermediate container 986eba4fc966 [2023-01-12T17:11:58.767Z] ---> 0b0b5c606ca1 [2023-01-12T17:11:58.767Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-12T17:11:58.767Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-12T17:11:58.767Z] Executing busybox-1.35.0-r17.trigger [2023-01-12T17:11:58.767Z] OK: 6 MiB in 15 packages [2023-01-12T17:11:59.334Z] ---> Running in 59b1d2c6a89d [2023-01-12T17:11:59.334Z] ---> Running in 90b51a544716 [2023-01-12T17:11:59.593Z] Removing intermediate container dad3ea7a1c2c [2023-01-12T17:11:59.593Z] ---> 81fe87578fd2 [2023-01-12T17:11:59.593Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-12T17:11:59.593Z] Removing intermediate container 90b51a544716 [2023-01-12T17:11:59.593Z] ---> 1d1de481bf16 [2023-01-12T17:11:59.593Z] Step 12/21 : WORKDIR /edgex [2023-01-12T17:11:59.593Z] Removing intermediate container 59b1d2c6a89d [2023-01-12T17:11:59.593Z] ---> 502fba5edf24 [2023-01-12T17:11:59.593Z] Step 12/24 : WORKDIR / [2023-01-12T17:11:59.593Z] ---> Running in 9ebb8ca1df88 [2023-01-12T17:11:59.594Z] ---> Running in dc1793351efd [2023-01-12T17:12:00.160Z] Removing intermediate container 90a5fd6550d2 [2023-01-12T17:12:00.160Z] ---> 9491f420d19e [2023-01-12T17:12:00.160Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-12T17:12:00.160Z] Removing intermediate container 9ebb8ca1df88 [2023-01-12T17:12:00.161Z] ---> e73b208e60fd [2023-01-12T17:12:00.161Z] 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-12T17:12:00.161Z] Removing intermediate container dc1793351efd [2023-01-12T17:12:00.161Z] ---> 3531a13b147f [2023-01-12T17:12:00.161Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-12T17:12:00.161Z] ---> 40975ba16217 [2023-01-12T17:12:00.161Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-12T17:12:00.161Z] ---> Running in 22cbbf0192bf [2023-01-12T17:12:00.729Z] ---> e5638769a1ac [2023-01-12T17:12:00.729Z] 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-12T17:12:00.729Z] Removing intermediate container 22cbbf0192bf [2023-01-12T17:12:00.729Z] ---> 627ba5b304b7 [2023-01-12T17:12:00.729Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-12T17:12:00.729Z] ---> c7e974fb8544 [2023-01-12T17:12:00.729Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-12T17:12:00.729Z] ---> 56e6741adc3a [2023-01-12T17:12:00.729Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-12T17:12:00.989Z] ---> Running in 1df40da626dc [2023-01-12T17:12:01.246Z] ---> 694045e54a61 [2023-01-12T17:12:01.246Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-12T17:12:01.246Z] Removing intermediate container 1df40da626dc [2023-01-12T17:12:01.246Z] ---> 1474f016d827 [2023-01-12T17:12:01.246Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-12T17:12:01.509Z] ---> 23f06644b299 [2023-01-12T17:12:01.509Z] ---> dbdc6c890708 [2023-01-12T17:12:01.509Z] Step 18/22 : ENTRYPOINT ["/core-data"]Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-12T17:12:01.509Z] [2023-01-12T17:12:01.509Z] ---> Running in 88cd182f8f81 [2023-01-12T17:12:01.509Z] ---> 9c23aaf52b32 [2023-01-12T17:12:01.509Z] 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-12T17:12:01.509Z] ---> Running in d5eb875bcda1 [2023-01-12T17:12:01.768Z] Removing intermediate container 88cd182f8f81 [2023-01-12T17:12:01.768Z] ---> 4e8322616b38 [2023-01-12T17:12:01.768Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-12T17:12:02.030Z] Removing intermediate container d5eb875bcda1 [2023-01-12T17:12:02.030Z] ---> ed906ea79bf9 [2023-01-12T17:12:02.030Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-12T17:12:02.030Z] ---> d1a029006f61 [2023-01-12T17:12:02.030Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-12T17:12:02.030Z] ---> 6f00e9d868ce [2023-01-12T17:12:02.030Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-12T17:12:02.030Z] ---> Running in 645f9b5cbd8f [2023-01-12T17:12:02.030Z] ---> 51dadd77351f [2023-01-12T17:12:02.030Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-12T17:12:02.287Z] ---> 00ab10027d30 [2023-01-12T17:12:02.287Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-12T17:12:02.287Z] Removing intermediate container 645f9b5cbd8f [2023-01-12T17:12:02.287Z] ---> f4e0fad70334 [2023-01-12T17:12:02.287Z] Step 20/22 : LABEL arch=x86_64 [2023-01-12T17:12:02.545Z] ---> 3b43f277666f [2023-01-12T17:12:02.545Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-12T17:12:02.545Z] ---> Running in db6db731eb0e [2023-01-12T17:12:02.805Z] ---> 472d759dba46 [2023-01-12T17:12:02.805Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-12T17:12:02.805Z] ---> Running in 12dac454fc44 [2023-01-12T17:12:02.805Z] ---> Running in 1799823e5274 [2023-01-12T17:12:02.805Z] ---> ce5435ddbdb0 [2023-01-12T17:12:02.805Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-12T17:12:03.068Z] Removing intermediate container 12dac454fc44 [2023-01-12T17:12:03.068Z] ---> e582d1396973 [2023-01-12T17:12:03.068Z] Step 21/22 : LABEL git_sha=8e9155f9fc282e7db262bbe4e3a3453655b024a2 [2023-01-12T17:12:03.068Z] ---> Running in 8fa1eea675a0 [2023-01-12T17:12:03.068Z] Removing intermediate container 1799823e5274 [2023-01-12T17:12:03.068Z] ---> cec04e4aba41 [2023-01-12T17:12:03.068Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-12T17:12:03.068Z] ---> 13431bb39318 [2023-01-12T17:12:03.068Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-12T17:12:03.068Z] ---> Running in 6657a72b76d3 [2023-01-12T17:12:03.068Z] ---> 646ec4703c57 [2023-01-12T17:12:03.068Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-12T17:12:03.334Z] ---> Running in 422dd621ade2 [2023-01-12T17:12:03.334Z] Removing intermediate container 8fa1eea675a0 [2023-01-12T17:12:03.334Z] ---> d9b0108e6728 [2023-01-12T17:12:03.334Z] Step 22/22 : LABEL version=0.0.0 [2023-01-12T17:12:03.334Z] ---> Running in 574c7f47dc4f [2023-01-12T17:12:03.334Z] ---> 47560e138a80 [2023-01-12T17:12:03.334Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-12T17:12:03.334Z] Removing intermediate container 6657a72b76d3 [2023-01-12T17:12:03.334Z] ---> 8b12578d87ce [2023-01-12T17:12:03.334Z] 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-12T17:12:03.594Z] ---> Running in bcbbb64b9e15 [2023-01-12T17:12:03.594Z] ---> Running in a1e3f0e2db1f [2023-01-12T17:12:03.594Z] Removing intermediate container 422dd621ade2 [2023-01-12T17:12:03.594Z] ---> ed31b247f818 [2023-01-12T17:12:03.594Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-12T17:12:03.594Z] Removing intermediate container 574c7f47dc4f [2023-01-12T17:12:03.594Z] ---> 501135afb411 [2023-01-12T17:12:03.594Z] [2023-01-12T17:12:03.594Z] ---> Running in 4aabaec1c743 [2023-01-12T17:12:03.594Z] Removing intermediate container db6db731eb0e [2023-01-12T17:12:03.594Z] ---> 0183f9b9af94 [2023-01-12T17:12:03.594Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-12T17:12:03.853Z] Successfully built 501135afb411 [2023-01-12T17:12:03.853Z] Successfully tagged core-data:latest [2023-01-12T17:12:03.853Z]  Building core-data ... done Building core-command [2023-01-12T17:12:03.853Z] ---> Running in 0efd486f0edf [2023-01-12T17:12:03.853Z] Removing intermediate container 4aabaec1c743 [2023-01-12T17:12:03.853Z] ---> b8221fe5b138 [2023-01-12T17:12:03.853Z] Step 20/22 : LABEL arch=x86_64 [2023-01-12T17:12:04.790Z] ---> Running in 9b49312d43e1 [2023-01-12T17:12:04.790Z] Removing intermediate container 0efd486f0edf [2023-01-12T17:12:04.790Z] ---> f1e21c017a95 [2023-01-12T17:12:04.790Z] Step 19/21 : LABEL arch=x86_64 [2023-01-12T17:12:05.361Z] ---> Running in 911b923191ec [2023-01-12T17:12:05.361Z] Removing intermediate container 9b49312d43e1 [2023-01-12T17:12:05.361Z] ---> 4a25a546307f [2023-01-12T17:12:05.361Z] Step 21/22 : LABEL git_sha=8e9155f9fc282e7db262bbe4e3a3453655b024a2 [2023-01-12T17:12:05.619Z] ---> Running in 5f6356bc4a4d [2023-01-12T17:12:05.619Z] Removing intermediate container 911b923191ec [2023-01-12T17:12:05.619Z] ---> 850f28fd94bb [2023-01-12T17:12:05.619Z] Step 20/21 : LABEL git_sha=8e9155f9fc282e7db262bbe4e3a3453655b024a2 [2023-01-12T17:12:05.877Z] Removing intermediate container a1e3f0e2db1f [2023-01-12T17:12:05.877Z] ---> 82d54c213b0b [2023-01-12T17:12:05.877Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-12T17:12:05.877Z] ---> Running in ddf71a5747eb [2023-01-12T17:12:06.138Z] ---> Running in a9e09ac5f4c1 [2023-01-12T17:12:06.138Z] Removing intermediate container 5f6356bc4a4d [2023-01-12T17:12:06.138Z] ---> 9c5ef35ac4b5 [2023-01-12T17:12:06.138Z] Step 22/22 : LABEL version=0.0.0 [2023-01-12T17:12:06.138Z] Removing intermediate container bcbbb64b9e15 [2023-01-12T17:12:06.138Z] ---> 14b56fd4b0bf [2023-01-12T17:12:06.138Z] Step 11/23 : WORKDIR /edgex-go [2023-01-12T17:12:06.398Z] ---> Running in 2339d46cce36 [2023-01-12T17:12:06.398Z] Removing intermediate container ddf71a5747eb [2023-01-12T17:12:06.398Z] ---> a02a7a16d1a9 [2023-01-12T17:12:06.398Z] Step 21/21 : LABEL version=0.0.0 [2023-01-12T17:12:06.670Z] ---> Running in 3fd2130a3b41 [2023-01-12T17:12:06.670Z] Removing intermediate container a9e09ac5f4c1 [2023-01-12T17:12:06.670Z] ---> 7459ab6ef898 [2023-01-12T17:12:06.670Z] Step 22/24 : LABEL arch=x86_64 [2023-01-12T17:12:06.670Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:12:06.670Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:12:06.670Z] ---> 7fbf50e2ab96 [2023-01-12T17:12:06.670Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-12T17:12:06.670Z] ---> Using cache [2023-01-12T17:12:06.670Z] ---> cae473f4e595 [2023-01-12T17:12:06.670Z] Step 4/23 : WORKDIR /edgex-go [2023-01-12T17:12:06.670Z] ---> Using cache [2023-01-12T17:12:06.670Z] ---> 673d6e590c70 [2023-01-12T17:12:06.670Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-12T17:12:06.670Z] ---> Using cache [2023-01-12T17:12:06.670Z] ---> 4e2b66029104 [2023-01-12T17:12:06.670Z] ---> Running in 52abc4a6e417 [2023-01-12T17:12:06.670Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-12T17:12:06.670Z] ---> Using cache [2023-01-12T17:12:06.670Z] ---> 6818f82dc905 [2023-01-12T17:12:06.670Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:12:06.670Z] ---> Using cache [2023-01-12T17:12:06.670Z] ---> bbba9d0c68f5 [2023-01-12T17:12:06.670Z] Step 8/23 : COPY . . [2023-01-12T17:12:06.670Z] ---> Using cache [2023-01-12T17:12:06.670Z] ---> 45ec797d9473 [2023-01-12T17:12:06.670Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-12T17:12:06.670Z] Removing intermediate container 2339d46cce36 [2023-01-12T17:12:06.670Z] ---> d30eb7864b13 [2023-01-12T17:12:06.670Z] [2023-01-12T17:12:06.670Z] ---> Running in cba4da337bd2 [2023-01-12T17:12:06.670Z] ---> Running in d62f267b95ca [2023-01-12T17:12:06.931Z] Successfully built d30eb7864b13 [2023-01-12T17:12:06.931Z] Successfully tagged support-scheduler:latest [2023-01-12T17:12:06.931Z]  Building support-scheduler ... done Building security-spire-agent [2023-01-12T17:12:06.931Z] Removing intermediate container 3fd2130a3b41 [2023-01-12T17:12:06.931Z] ---> a7ea5c8dacf8 [2023-01-12T17:12:06.931Z] [2023-01-12T17:12:06.931Z] Step 12/23 : FROM alpine:3.15 [2023-01-12T17:12:06.931Z] Removing intermediate container 52abc4a6e417 [2023-01-12T17:12:06.931Z] ---> 0b33bce8d394 [2023-01-12T17:12:06.931Z] [2023-01-12T17:12:06.931Z] ---> c4fc93816858 [2023-01-12T17:12:06.931Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-12T17:12:06.931Z] ---> Using cache [2023-01-12T17:12:06.931Z] ---> 5dc07107d072 [2023-01-12T17:12:06.931Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-12T17:12:06.931Z] Removing intermediate container cba4da337bd2 [2023-01-12T17:12:06.931Z] ---> aa4074496e0c [2023-01-12T17:12:06.931Z] Step 23/24 : LABEL git_sha=8e9155f9fc282e7db262bbe4e3a3453655b024a2 [2023-01-12T17:12:06.931Z] ---> Running in 64bb84922c65 [2023-01-12T17:12:07.195Z] Successfully built 0b33bce8d394 [2023-01-12T17:12:07.195Z] Successfully tagged security-proxy-setup:latest [2023-01-12T17:12:07.195Z]  Building security-proxy-setup ... done Building support-notifications [2023-01-12T17:12:07.767Z] ---> Running in c4af20f8fe0e [2023-01-12T17:12:07.767Z] 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-12T17:12:08.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:12:08.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:12:08.593Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-12T17:12:08.593Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-12T17:12:08.593Z] OK: 15859 distinct packages available [2023-01-12T17:12:08.593Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:12:08.593Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:12:08.851Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-12T17:12:08.851Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-12T17:12:08.851Z] (3/5) Installing libucontext (1.1-r0) [2023-01-12T17:12:08.851Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-12T17:12:08.851Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-12T17:12:08.851Z] Executing busybox-1.34.1-r7.trigger [2023-01-12T17:12:08.851Z] OK: 7 MiB in 19 packages [2023-01-12T17:12:08.851Z] Removing intermediate container c4af20f8fe0e [2023-01-12T17:12:08.851Z] ---> 270251159029 [2023-01-12T17:12:08.851Z] Step 24/24 : LABEL version=0.0.0 [2023-01-12T17:12:09.417Z] ---> Running in d1a98a28f677 [2023-01-12T17:12:09.417Z] Removing intermediate container d1a98a28f677 [2023-01-12T17:12:09.417Z] ---> 6fcd43285c66 [2023-01-12T17:12:09.417Z] [2023-01-12T17:12:09.675Z] Removing intermediate container 64bb84922c65 [2023-01-12T17:12:09.675Z] ---> 952273c83366 [2023-01-12T17:12:09.675Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-12T17:12:09.675Z] Successfully built 6fcd43285c66 [2023-01-12T17:12:09.932Z] Successfully tagged security-secretstore-setup:latest [2023-01-12T17:12:09.933Z] Building security-bootstrapper [2023-01-12T17:12:12.503Z]  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:12:12.503Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:12:12.503Z] ---> 7fbf50e2ab96 [2023-01-12T17:12:12.503Z] Step 3/24 : WORKDIR /edgex-go [2023-01-12T17:12:12.503Z] ---> Using cache [2023-01-12T17:12:12.503Z] ---> e10e6683507b [2023-01-12T17:12:12.503Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-12T17:12:12.503Z] ---> Using cache [2023-01-12T17:12:12.503Z] ---> 30f3018d1806 [2023-01-12T17:12:12.503Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-12T17:12:12.503Z] ---> Using cache [2023-01-12T17:12:12.503Z] ---> 344c2b1c13b0 [2023-01-12T17:12:12.503Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:12:12.503Z] ---> Using cache [2023-01-12T17:12:12.503Z] ---> e0f2bbbfde7d [2023-01-12T17:12:12.503Z] Step 7/24 : COPY . . [2023-01-12T17:12:12.503Z] ---> Using cache [2023-01-12T17:12:12.503Z] ---> 472d759dba46 [2023-01-12T17:12:12.503Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-12T17:12:12.503Z] ---> Using cache [2023-01-12T17:12:12.503Z] ---> cec04e4aba41 [2023-01-12T17:12:12.503Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-12T17:12:12.503Z] ---> Using cache [2023-01-12T17:12:12.503Z] ---> 8b12578d87ce [2023-01-12T17:12:12.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-12T17:12:12.678Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-01-12T17:12:12.763Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:12:12.763Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:12:12.763Z] ---> 7fbf50e2ab96 [2023-01-12T17:12:12.763Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-12T17:12:12.763Z] ---> Using cache [2023-01-12T17:12:12.763Z] ---> cae473f4e595 [2023-01-12T17:12:12.763Z] Step 4/22 : WORKDIR /edgex-go [2023-01-12T17:12:12.763Z] ---> Using cache [2023-01-12T17:12:12.763Z] ---> 673d6e590c70 [2023-01-12T17:12:12.763Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-12T17:12:14.142Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:12:14.142Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:12:14.142Z] ---> 7fbf50e2ab96 [2023-01-12T17:12:14.142Z] Step 3/32 : WORKDIR /edgex-go [2023-01-12T17:12:14.142Z] ---> Using cache [2023-01-12T17:12:14.142Z] ---> e10e6683507b [2023-01-12T17:12:14.142Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-12T17:12:14.142Z] ---> Using cache [2023-01-12T17:12:14.142Z] ---> c46fcf36c5fe [2023-01-12T17:12:14.142Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-12T17:12:14.142Z] ---> Using cache [2023-01-12T17:12:14.142Z] ---> f1ce324bc713 [2023-01-12T17:12:14.142Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:12:14.142Z] ---> Using cache [2023-01-12T17:12:14.142Z] ---> 499091e02006 [2023-01-12T17:12:14.142Z] Step 7/32 : COPY . . [2023-01-12T17:12:14.142Z] ---> Using cache [2023-01-12T17:12:14.142Z] ---> c3b621e3c078 [2023-01-12T17:12:14.142Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-12T17:12:14.401Z] ---> 9ac4421b654b [2023-01-12T17:12:14.401Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-12T17:12:14.401Z] ---> Running in eb39e5bb7d2d [2023-01-12T17:12:14.401Z] ---> Running in b67fc8b93b40 [2023-01-12T17:12:14.401Z] ---> Running in 54aea2d9b802 [2023-01-12T17:12:14.661Z] ---> b519fa1ec891 [2023-01-12T17:12:14.661Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-12T17:12:15.230Z] 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-12T17:12:15.230Z] ---> 75ca22a921b4 [2023-01-12T17:12:15.230Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-12T17:12:15.796Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:12:15.796Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:12:16.053Z] OK: 211 MiB in 51 packages [2023-01-12T17:12:16.053Z] ---> 5ba227568d4b [2023-01-12T17:12:16.053Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-12T17:12:16.341Z] ---> Running in 3172cd291406 [2023-01-12T17:12:16.608Z] Removing intermediate container eb39e5bb7d2d [2023-01-12T17:12:16.608Z] ---> a1e79b5a1d4e [2023-01-12T17:12:16.608Z] Step 11/24 : WORKDIR /edgex-go [2023-01-12T17:12:17.035Z] Removing intermediate container 3172cd291406 [2023-01-12T17:12:17.035Z] ---> 2a4761b612d1 [2023-01-12T17:12:17.035Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-12T17:12:17.035Z] ---> Running in a365e5ec5971 [2023-01-12T17:12:17.035Z] ---> Running in 7317cbda0208 [2023-01-12T17:12:17.035Z] Removing intermediate container 54aea2d9b802 [2023-01-12T17:12:17.035Z] ---> 8563a6e8063f [2023-01-12T17:12:17.035Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-12T17:12:17.315Z] Removing intermediate container a365e5ec5971 [2023-01-12T17:12:17.315Z] ---> 66618a1eb4a4 [2023-01-12T17:12:17.315Z] [2023-01-12T17:12:17.315Z] Step 12/24 : FROM alpine:3.15 [2023-01-12T17:12:17.315Z] ---> c4fc93816858 [2023-01-12T17:12:17.315Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-12T17:12:17.315Z] ---> Using cache [2023-01-12T17:12:17.315Z] ---> 5dc07107d072 [2023-01-12T17:12:17.315Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-12T17:12:17.315Z] ---> Using cache [2023-01-12T17:12:17.315Z] ---> 952273c83366 [2023-01-12T17:12:17.315Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-12T17:12:17.315Z] Removing intermediate container 7317cbda0208 [2023-01-12T17:12:17.315Z] ---> fe98635cbe74 [2023-01-12T17:12:17.315Z] Step 21/23 : LABEL arch=x86_64 [2023-01-12T17:12:17.315Z] ---> b526fbd245f7 [2023-01-12T17:12:17.315Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:12:17.315Z] ---> Running in eb8d0bcea8bc [2023-01-12T17:12:17.315Z] ---> Running in 94615ed53ce6 [2023-01-12T17:12:17.969Z] Removing intermediate container eb8d0bcea8bc [2023-01-12T17:12:17.969Z] ---> 2b1fc91f7dd5 [2023-01-12T17:12:17.969Z] Step 22/23 : LABEL git_sha=8e9155f9fc282e7db262bbe4e3a3453655b024a2 [2023-01-12T17:12:17.969Z] ---> Running in 399258b08691 [2023-01-12T17:12:18.257Z] Removing intermediate container 399258b08691 [2023-01-12T17:12:18.257Z] ---> 94455b8a8ad8 [2023-01-12T17:12:18.257Z] Step 23/23 : LABEL version=0.0.0 [2023-01-12T17:12:18.561Z] ---> Running in 58d8b1bfcd43 [2023-01-12T17:12:18.561Z] Removing intermediate container 58d8b1bfcd43 [2023-01-12T17:12:18.561Z] ---> 485fe870e162 [2023-01-12T17:12:18.561Z] [2023-01-12T17:12:18.844Z] Successfully built 485fe870e162 [2023-01-12T17:12:18.844Z] ---> 9d724a9cb9da [2023-01-12T17:12:18.844Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-12T17:12:18.844Z] Successfully tagged security-spire-server:latest [2023-01-12T17:12:18.844Z]  Building security-spire-server ... done Building core-metadata [2023-01-12T17:12:23.071Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:12:23.071Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:12:23.071Z] ---> 7fbf50e2ab96 [2023-01-12T17:12:23.071Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-12T17:12:23.071Z] ---> Using cache [2023-01-12T17:12:23.071Z] ---> cae473f4e595 [2023-01-12T17:12:23.071Z] Step 4/24 : WORKDIR /edgex-go [2023-01-12T17:12:23.071Z] ---> Using cache [2023-01-12T17:12:23.071Z] ---> 673d6e590c70 [2023-01-12T17:12:23.071Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-12T17:12:23.071Z] ---> Using cache [2023-01-12T17:12:23.071Z] ---> 4e2b66029104 [2023-01-12T17:12:23.071Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-12T17:12:23.071Z] ---> Using cache [2023-01-12T17:12:23.071Z] ---> 6818f82dc905 [2023-01-12T17:12:23.071Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:12:23.071Z] ---> Using cache [2023-01-12T17:12:23.071Z] ---> bbba9d0c68f5 [2023-01-12T17:12:23.071Z] Step 8/24 : COPY . . [2023-01-12T17:12:23.071Z] ---> Using cache [2023-01-12T17:12:23.071Z] ---> 45ec797d9473 [2023-01-12T17:12:23.071Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-12T17:12:23.071Z] ---> ec3b6bee417c [2023-01-12T17:12:23.071Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-12T17:12:23.071Z] ---> Running in 04e9e97db0eb [2023-01-12T17:12:23.328Z] ---> 5ddde43ea2a1 [2023-01-12T17:12:23.329Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-12T17:12:23.592Z] 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-12T17:12:23.852Z] ---> 2e3664c12c3b [2023-01-12T17:12:23.852Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-12T17:12:24.450Z] ---> e74b6c992111 [2023-01-12T17:12:24.450Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-12T17:12:24.708Z] ---> Running in 1ac129c629f2 [2023-01-12T17:12:24.990Z] Removing intermediate container 1ac129c629f2 [2023-01-12T17:12:24.990Z] ---> b7f57b8d3690 [2023-01-12T17:12:24.990Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-12T17:12:25.274Z] ---> Running in 41f53b9af0b3 [2023-01-12T17:12:25.839Z] Removing intermediate container 41f53b9af0b3 [2023-01-12T17:12:25.839Z] ---> 4ad955801b0e [2023-01-12T17:12:25.839Z] Step 22/24 : LABEL arch=x86_64 [2023-01-12T17:12:25.839Z] ---> Running in 55ba21ce919f [2023-01-12T17:12:26.108Z] Removing intermediate container 55ba21ce919f [2023-01-12T17:12:26.108Z] ---> ce2554e69770 [2023-01-12T17:12:26.108Z] Step 23/24 : LABEL git_sha=8e9155f9fc282e7db262bbe4e3a3453655b024a2 [2023-01-12T17:12:26.385Z] ---> Running in 06e8886936ed [2023-01-12T17:12:26.385Z] Removing intermediate container 06e8886936ed [2023-01-12T17:12:26.385Z] ---> 2912c86f94e0 [2023-01-12T17:12:26.385Z] Step 24/24 : LABEL version=0.0.0 [2023-01-12T17:12:26.643Z] ---> Running in 6572dc4a8441 [2023-01-12T17:12:26.900Z] Removing intermediate container 6572dc4a8441 [2023-01-12T17:12:26.900Z] ---> 34e1abaf05b1 [2023-01-12T17:12:26.900Z] [2023-01-12T17:12:27.158Z] Successfully built 34e1abaf05b1 [2023-01-12T17:12:27.158Z] Successfully tagged security-spire-agent:latest [2023-01-12T17:12:27.158Z] Building security-spiffe-token-provider [2023-01-12T17:12:30.452Z]  Building security-spire-agent ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:12:30.452Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:12:30.452Z] ---> 7fbf50e2ab96 [2023-01-12T17:12:30.452Z] Step 3/19 : WORKDIR /edgex-go [2023-01-12T17:12:30.452Z] ---> Using cache [2023-01-12T17:12:30.452Z] ---> e10e6683507b [2023-01-12T17:12:30.452Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-12T17:12:32.985Z] ---> Running in 6fea17882823 [2023-01-12T17:12:33.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:12:33.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:12:33.763Z] v3.16.3-99-g1016b47723 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-12T17:12:33.763Z] v3.16.3-104-g68a75e0e6d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-12T17:12:33.763Z] OK: 17042 distinct packages available [2023-01-12T17:12:33.763Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:12:34.025Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:12:34.025Z] OK: 211 MiB in 51 packages [2023-01-12T17:12:36.567Z] Removing intermediate container 6fea17882823 [2023-01-12T17:12:36.567Z] ---> c52a73e0a320 [2023-01-12T17:12:36.567Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-12T17:12:36.567Z] Removing intermediate container d62f267b95ca [2023-01-12T17:12:36.567Z] ---> 258e2a519012 [2023-01-12T17:12:36.567Z] [2023-01-12T17:12:36.567Z] Step 10/23 : FROM alpine:3.16 [2023-01-12T17:12:36.567Z] ---> bfe296a52501 [2023-01-12T17:12:36.567Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-12T17:12:36.567Z] ---> Using cache [2023-01-12T17:12:36.567Z] ---> 9491f420d19e [2023-01-12T17:12:36.567Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-12T17:12:36.567Z] ---> Using cache [2023-01-12T17:12:36.567Z] ---> 627ba5b304b7 [2023-01-12T17:12:36.567Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-12T17:12:36.567Z] ---> Running in dbca363b0ea7 [2023-01-12T17:12:36.567Z] ---> 4ff07f00848d [2023-01-12T17:12:36.567Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:12:36.825Z] Removing intermediate container dbca363b0ea7 [2023-01-12T17:12:36.825Z] ---> 394807c2a2ab [2023-01-12T17:12:36.825Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-12T17:12:37.086Z] ---> Running in 33f1f4c8e335 [2023-01-12T17:12:37.086Z] ---> Running in 1c3c46cb0185 [2023-01-12T17:12:37.652Z] Removing intermediate container 1c3c46cb0185 [2023-01-12T17:12:37.652Z] ---> 1f17e48d33a8 [2023-01-12T17:12:37.652Z] Step 15/23 : WORKDIR / [2023-01-12T17:12:37.921Z] ---> Running in c73616af63af [2023-01-12T17:12:38.182Z] Removing intermediate container c73616af63af [2023-01-12T17:12:38.182Z] ---> 03e1e951d96a [2023-01-12T17:12:38.182Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-12T17:12:38.748Z] ---> dc0690b37134 [2023-01-12T17:12:38.748Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-12T17:12:40.657Z] ---> a38539c2ad91 [2023-01-12T17:12:40.657Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-12T17:12:40.657Z] Removing intermediate container b67fc8b93b40 [2023-01-12T17:12:40.657Z] ---> f1145167c582 [2023-01-12T17:12:40.657Z] [2023-01-12T17:12:40.657Z] Step 9/32 : FROM alpine:3.16 [2023-01-12T17:12:40.657Z] ---> bfe296a52501 [2023-01-12T17:12:40.657Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-12T17:12:40.933Z] ---> Running in 5ec22bc3490a [2023-01-12T17:12:40.933Z] ---> 6ddb02168d6c [2023-01-12T17:12:40.933Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-12T17:12:41.193Z] ---> Running in 58300a72fa9a [2023-01-12T17:12:41.193Z] Removing intermediate container 5ec22bc3490a [2023-01-12T17:12:41.193Z] ---> 3ad7a670607f [2023-01-12T17:12:41.193Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-12T17:12:41.453Z] ---> Running in 8b603d512317 [2023-01-12T17:12:41.453Z] Removing intermediate container 58300a72fa9a [2023-01-12T17:12:41.453Z] ---> 4880c8a65895 [2023-01-12T17:12:41.453Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-12T17:12:41.713Z] ---> Running in a8382513dbf8 [2023-01-12T17:12:41.713Z] Removing intermediate container 94615ed53ce6 [2023-01-12T17:12:41.713Z] ---> 8ca3e786412e [2023-01-12T17:12:41.713Z] Step 8/22 : COPY . . [2023-01-12T17:12:41.978Z] Removing intermediate container a8382513dbf8 [2023-01-12T17:12:41.978Z] ---> 4cdf3fffd7b6 [2023-01-12T17:12:41.978Z] Step 21/23 : LABEL arch=x86_64 [2023-01-12T17:12:41.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:12:41.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:12:41.978Z] ---> Running in fdba2e1091cc [2023-01-12T17:12:42.237Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-12T17:12:42.237Z] (2/2) Installing su-exec (0.2-r1) [2023-01-12T17:12:42.237Z] Executing busybox-1.35.0-r17.trigger [2023-01-12T17:12:42.237Z] OK: 6 MiB in 16 packages [2023-01-12T17:12:42.497Z] Removing intermediate container fdba2e1091cc [2023-01-12T17:12:42.497Z] ---> 446ac2712731 [2023-01-12T17:12:42.497Z] Step 22/23 : LABEL git_sha=8e9155f9fc282e7db262bbe4e3a3453655b024a2 [2023-01-12T17:12:43.443Z] ---> Running in f1a08fc81a9a [2023-01-12T17:12:43.704Z] Removing intermediate container f1a08fc81a9a [2023-01-12T17:12:43.704Z] ---> 9a4421c8dd15 [2023-01-12T17:12:43.704Z] Step 23/23 : LABEL version=0.0.0 [2023-01-12T17:12:43.704Z] ---> Running in 708e1ad04e04 [2023-01-12T17:12:43.704Z] Removing intermediate container 8b603d512317 [2023-01-12T17:12:43.704Z] ---> 66a21acc0f8e [2023-01-12T17:12:43.704Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-12T17:12:43.704Z] ---> Running in fcc632933089 [2023-01-12T17:12:43.962Z] Removing intermediate container 708e1ad04e04 [2023-01-12T17:12:43.962Z] ---> 2a3300c501da [2023-01-12T17:12:43.963Z] [2023-01-12T17:12:43.963Z] Successfully built 2a3300c501da [2023-01-12T17:12:43.963Z] Successfully tagged core-command:latest [2023-01-12T17:12:43.963Z]  Building core-command ... done Removing intermediate container fcc632933089 [2023-01-12T17:12:43.963Z] ---> 413719064a2a [2023-01-12T17:12:43.963Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-12T17:12:43.963Z] ---> Running in 09442d53637a [2023-01-12T17:12:44.220Z] Removing intermediate container 09442d53637a [2023-01-12T17:12:44.220Z] ---> 2c52d1ac1210 [2023-01-12T17:12:44.220Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-12T17:12:44.478Z] ---> Running in 4f0618f8c33b [2023-01-12T17:12:44.760Z] Removing intermediate container 4f0618f8c33b [2023-01-12T17:12:44.760Z] ---> 8813a82b83a7 [2023-01-12T17:12:44.760Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-12T17:12:44.760Z] ---> Running in 61253dd8192c [2023-01-12T17:12:45.020Z] Removing intermediate container 61253dd8192c [2023-01-12T17:12:45.020Z] ---> ccd7ddac8010 [2023-01-12T17:12:45.020Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-12T17:12:45.020Z] ---> Running in f1ae457e7d07 [2023-01-12T17:12:45.279Z] ---> e27c8ab0ed9e [2023-01-12T17:12:45.279Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-12T17:12:45.537Z] ---> Running in ec9af8000bc5 [2023-01-12T17:12:45.538Z] Removing intermediate container 04e9e97db0eb [2023-01-12T17:12:45.538Z] ---> 8ecfdda1af43 [2023-01-12T17:12:45.538Z] [2023-01-12T17:12:45.538Z] Step 10/24 : FROM alpine:3.16 [2023-01-12T17:12:45.538Z] ---> bfe296a52501 [2023-01-12T17:12:45.538Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-12T17:12:45.538Z] ---> Using cache [2023-01-12T17:12:45.538Z] ---> 9491f420d19e [2023-01-12T17:12:45.538Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-12T17:12:45.538Z] ---> Using cache [2023-01-12T17:12:45.538Z] ---> 627ba5b304b7 [2023-01-12T17:12:45.538Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-12T17:12:45.538Z] ---> Running in d3857c367431 [2023-01-12T17:12:45.538Z] Removing intermediate container d3857c367431 [2023-01-12T17:12:45.538Z] ---> 9355a1bc923d [2023-01-12T17:12:45.538Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-12T17:12:45.538Z] ---> Running in 3143a9e8ee68 [2023-01-12T17:12:45.796Z] Removing intermediate container f1ae457e7d07 [2023-01-12T17:12:45.796Z] ---> e7d02bc153f8 [2023-01-12T17:12:45.796Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-12T17:12:45.796Z] ---> Running in 2dbc22b6e910 [2023-01-12T17:12:45.796Z] Removing intermediate container 3143a9e8ee68 [2023-01-12T17:12:45.796Z] ---> 8328f6ec8f45 [2023-01-12T17:12:45.796Z] Step 15/24 : WORKDIR / [2023-01-12T17:12:45.796Z] ---> Running in 1eb5ef7c3040 [2023-01-12T17:12:45.796Z] Removing intermediate container 2dbc22b6e910 [2023-01-12T17:12:45.796Z] ---> c53c380eb08f [2023-01-12T17:12:45.796Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-12T17:12:45.796Z] Removing intermediate container 1eb5ef7c3040 [2023-01-12T17:12:45.796Z] ---> 1a3279eeefd2 [2023-01-12T17:12:45.796Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-12T17:12:46.054Z] 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-12T17:12:46.054Z] ---> e8cd8bed9523 [2023-01-12T17:12:46.054Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-12T17:12:46.054Z] ---> Running in 0ee53a3beb49 [2023-01-12T17:12:46.054Z] ---> 4f49c42b116e [2023-01-12T17:12:46.054Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-12T17:12:46.988Z] ---> 4514fe52f7c1 [2023-01-12T17:12:46.988Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-12T17:12:47.554Z] ---> 5b77ea4b1635 [2023-01-12T17:12:47.554Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-12T17:12:47.554Z] Removing intermediate container 0ee53a3beb49 [2023-01-12T17:12:47.554Z] ---> 55493abae224 [2023-01-12T17:12:47.554Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-12T17:12:47.822Z] ---> bf3124b6ed72 [2023-01-12T17:12:47.822Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-12T17:12:47.822Z] ---> Running in 8c0090f0c2c7 [2023-01-12T17:12:48.081Z] ---> 099316c5cec6 [2023-01-12T17:12:48.081Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-12T17:12:48.081Z] Removing intermediate container 8c0090f0c2c7 [2023-01-12T17:12:48.081Z] ---> 80ee73918570 [2023-01-12T17:12:48.081Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-12T17:12:48.339Z] ---> Running in 2a3d92d203d1 [2023-01-12T17:12:48.597Z] Removing intermediate container 2a3d92d203d1 [2023-01-12T17:12:48.597Z] ---> 57576b09c881 [2023-01-12T17:12:48.597Z] Step 22/24 : LABEL arch=x86_64 [2023-01-12T17:12:48.597Z] ---> 7734ad24fc4c [2023-01-12T17:12:48.597Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-12T17:12:48.597Z] ---> Running in 81cfdd6b7f83 [2023-01-12T17:12:48.858Z] Removing intermediate container 81cfdd6b7f83 [2023-01-12T17:12:48.858Z] ---> 5ec55127af40 [2023-01-12T17:12:48.858Z] Step 23/24 : LABEL git_sha=8e9155f9fc282e7db262bbe4e3a3453655b024a2 [2023-01-12T17:12:48.858Z] ---> e74599726248 [2023-01-12T17:12:48.858Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-12T17:12:48.858Z] ---> Running in 49e5e910c442 [2023-01-12T17:12:49.121Z] ---> e0401885ba69 [2023-01-12T17:12:49.121Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-12T17:12:49.121Z] Removing intermediate container 49e5e910c442 [2023-01-12T17:12:49.121Z] ---> 03768a472cdf [2023-01-12T17:12:49.121Z] Step 24/24 : LABEL version=0.0.0 [2023-01-12T17:12:49.380Z] ---> Running in 00472802aa0f [2023-01-12T17:12:49.637Z] ---> 73a737af6c5e [2023-01-12T17:12:49.637Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-12T17:12:49.637Z] Removing intermediate container 00472802aa0f [2023-01-12T17:12:49.637Z] ---> d220caf09b8b [2023-01-12T17:12:49.637Z] [2023-01-12T17:12:49.637Z] Successfully built d220caf09b8b [2023-01-12T17:12:49.637Z] Successfully tagged core-metadata:latest [2023-01-12T17:12:49.895Z]  Building core-metadata ... done  ---> 37b7ce74623d [2023-01-12T17:12:49.895Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-12T17:12:50.153Z] ---> 1549097ce6b0 [2023-01-12T17:12:50.153Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-12T17:12:50.411Z] ---> Running in 965669b0b98f [2023-01-12T17:12:51.792Z] Removing intermediate container 965669b0b98f [2023-01-12T17:12:51.792Z] ---> 09cea1feeefe [2023-01-12T17:12:51.792Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-12T17:12:51.792Z] ---> Running in 4b5233a684ac [2023-01-12T17:12:52.052Z] Removing intermediate container 4b5233a684ac [2023-01-12T17:12:52.052Z] ---> 2413487d869f [2023-01-12T17:12:52.052Z] Step 29/32 : CMD ["gate"] [2023-01-12T17:12:52.052Z] ---> Running in 2f2dcf1db850 [2023-01-12T17:12:52.310Z] Removing intermediate container 2f2dcf1db850 [2023-01-12T17:12:52.310Z] ---> 0c8a9b890fbd [2023-01-12T17:12:52.310Z] Step 30/32 : LABEL arch=x86_64 [2023-01-12T17:12:52.310Z] ---> Running in 20a48a770c62 [2023-01-12T17:12:52.568Z] Removing intermediate container 20a48a770c62 [2023-01-12T17:12:52.568Z] ---> f4eaa2677e19 [2023-01-12T17:12:52.568Z] Step 31/32 : LABEL git_sha=8e9155f9fc282e7db262bbe4e3a3453655b024a2 [2023-01-12T17:12:52.827Z] ---> Running in c41624fe3b05 [2023-01-12T17:12:53.085Z] Removing intermediate container c41624fe3b05 [2023-01-12T17:12:53.085Z] ---> ee901b046786 [2023-01-12T17:12:53.085Z] Step 32/32 : LABEL version=0.0.0 [2023-01-12T17:12:53.085Z] ---> Running in 3ba3e44d5013 [2023-01-12T17:12:53.342Z] Removing intermediate container 3ba3e44d5013 [2023-01-12T17:12:53.342Z] ---> 7715737ae053 [2023-01-12T17:12:53.342Z] [2023-01-12T17:12:53.342Z] Successfully built 7715737ae053 [2023-01-12T17:12:53.342Z] Successfully tagged security-bootstrapper:latest [2023-01-12T17:12:55.249Z]  Building security-bootstrapper ... done Removing intermediate container 33f1f4c8e335 [2023-01-12T17:12:55.249Z] ---> 39075bd51a2e [2023-01-12T17:12:55.249Z] Step 7/19 : COPY . . [2023-01-12T17:13:00.512Z] ---> b39a3d9c1ca4 [2023-01-12T17:13:00.512Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-12T17:13:00.512Z] ---> Running in e1087d27cbf4 [2023-01-12T17:13:00.512Z] 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-12T17:13:07.069Z] Removing intermediate container ec9af8000bc5 [2023-01-12T17:13:07.069Z] ---> 45d773712212 [2023-01-12T17:13:07.069Z] [2023-01-12T17:13:07.069Z] Step 10/22 : FROM alpine:3.16 [2023-01-12T17:13:07.069Z] ---> bfe296a52501 [2023-01-12T17:13:07.069Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-12T17:13:07.069Z] ---> Running in 232d7c38a492 [2023-01-12T17:13:07.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:13:07.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:13:07.069Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-12T17:13:07.069Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-12T17:13:07.069Z] Executing busybox-1.35.0-r17.trigger [2023-01-12T17:13:07.069Z] Executing ca-certificates-20220614-r0.trigger [2023-01-12T17:13:07.069Z] OK: 6 MiB in 16 packages [2023-01-12T17:13:07.635Z] Removing intermediate container 232d7c38a492 [2023-01-12T17:13:07.635Z] ---> 4727570f31f3 [2023-01-12T17:13:07.635Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-12T17:13:07.894Z] ---> Running in 192c6cb9ba09 [2023-01-12T17:13:07.894Z] Removing intermediate container 192c6cb9ba09 [2023-01-12T17:13:07.894Z] ---> 40ee8a84270b [2023-01-12T17:13:07.894Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-12T17:13:07.894Z] ---> Running in 9c4fdeed81bd [2023-01-12T17:13:08.155Z] Removing intermediate container 9c4fdeed81bd [2023-01-12T17:13:08.155Z] ---> ee0c5f2479ff [2023-01-12T17:13:08.155Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-12T17:13:08.155Z] ---> Running in a0a59c264ba9 [2023-01-12T17:13:08.155Z] Removing intermediate container a0a59c264ba9 [2023-01-12T17:13:08.155Z] ---> f7a706409dea [2023-01-12T17:13:08.155Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-12T17:13:08.414Z] ---> 08f122824349 [2023-01-12T17:13:08.414Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-12T17:13:09.347Z] ---> 5ad8e36a0a5f [2023-01-12T17:13:09.347Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-12T17:13:09.606Z] ---> ca52314d3ee1 [2023-01-12T17:13:09.606Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-12T17:13:09.606Z] ---> Running in 7945c641158b [2023-01-12T17:13:09.606Z] Removing intermediate container 7945c641158b [2023-01-12T17:13:09.606Z] ---> e92cdcf3aa12 [2023-01-12T17:13:09.606Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-12T17:13:09.606Z] ---> Running in 0b42c0a64353 [2023-01-12T17:13:09.863Z] Removing intermediate container 0b42c0a64353 [2023-01-12T17:13:09.863Z] ---> 85360af588cf [2023-01-12T17:13:09.863Z] Step 20/22 : LABEL arch=x86_64 [2023-01-12T17:13:09.863Z] ---> Running in ce59620d77e4 [2023-01-12T17:13:09.863Z] Removing intermediate container ce59620d77e4 [2023-01-12T17:13:09.863Z] ---> 6c55f8b0d792 [2023-01-12T17:13:09.863Z] Step 21/22 : LABEL git_sha=8e9155f9fc282e7db262bbe4e3a3453655b024a2 [2023-01-12T17:13:09.863Z] ---> Running in 8a84ec22afb3 [2023-01-12T17:13:10.121Z] Removing intermediate container 8a84ec22afb3 [2023-01-12T17:13:10.121Z] ---> d2a3f6c8f37c [2023-01-12T17:13:10.121Z] Step 22/22 : LABEL version=0.0.0 [2023-01-12T17:13:10.121Z] ---> Running in d8b701f6082f [2023-01-12T17:13:10.121Z] Removing intermediate container d8b701f6082f [2023-01-12T17:13:10.121Z] ---> 83ff5bbb93cf [2023-01-12T17:13:10.121Z] [2023-01-12T17:13:10.380Z] Successfully built 83ff5bbb93cf [2023-01-12T17:13:10.380Z] Successfully tagged support-notifications:latest [2023-01-12T17:13:16.937Z]  Building support-notifications ... done Removing intermediate container e1087d27cbf4 [2023-01-12T17:13:16.937Z] ---> 7ef4b7dbe196 [2023-01-12T17:13:16.937Z] [2023-01-12T17:13:16.937Z] Step 9/19 : FROM alpine:3.15 [2023-01-12T17:13:16.937Z] ---> c4fc93816858 [2023-01-12T17:13:16.937Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-12T17:13:16.937Z] ---> Using cache [2023-01-12T17:13:16.937Z] ---> 5dc07107d072 [2023-01-12T17:13:16.937Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-12T17:13:16.937Z] ---> Running in 06c990ce26c2 [2023-01-12T17:13:17.195Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:13:17.454Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:13:17.713Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-12T17:13:17.713Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-12T17:13:17.713Z] OK: 15859 distinct packages available [2023-01-12T17:13:17.713Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-01-12T17:13:17.972Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-01-12T17:13:17.972Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-12T17:13:17.972Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-12T17:13:17.972Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-12T17:13:17.972Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-12T17:13:17.972Z] (5/9) Installing curl (7.80.0-r5) [2023-01-12T17:13:17.972Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-12T17:13:17.972Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-12T17:13:17.972Z] (8/9) Installing libucontext (1.1-r0) [2023-01-12T17:13:18.231Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-12T17:13:18.231Z] Executing busybox-1.34.1-r7.trigger [2023-01-12T17:13:18.231Z] Executing ca-certificates-20220614-r0.trigger [2023-01-12T17:13:18.231Z] OK: 8 MiB in 23 packages [2023-01-12T17:13:18.798Z] Removing intermediate container 06c990ce26c2 [2023-01-12T17:13:18.798Z] ---> 9250798c25eb [2023-01-12T17:13:18.798Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-12T17:13:18.798Z] ---> 7cf15bcc7e7a [2023-01-12T17:13:18.798Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-12T17:13:19.367Z] ---> be32ebaa55c7 [2023-01-12T17:13:19.367Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-12T17:13:19.367Z] ---> e8961863036a [2023-01-12T17:13:19.367Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-12T17:13:19.367Z] ---> Running in 79bd488f9e5c [2023-01-12T17:13:19.626Z] Removing intermediate container 79bd488f9e5c [2023-01-12T17:13:19.626Z] ---> dbf13a1c7764 [2023-01-12T17:13:19.626Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-12T17:13:19.626Z] ---> Running in 2ae66e86c14f [2023-01-12T17:13:19.626Z] Removing intermediate container 2ae66e86c14f [2023-01-12T17:13:19.626Z] ---> c2711ff4d83a [2023-01-12T17:13:19.626Z] Step 17/19 : LABEL arch=x86_64 [2023-01-12T17:13:19.626Z] ---> Running in c2d23133bdcd [2023-01-12T17:13:19.626Z] Removing intermediate container c2d23133bdcd [2023-01-12T17:13:19.626Z] ---> 0e37c8826ee7 [2023-01-12T17:13:19.626Z] Step 18/19 : LABEL git_sha=8e9155f9fc282e7db262bbe4e3a3453655b024a2 [2023-01-12T17:13:19.886Z] ---> Running in e9b7c9e51817 [2023-01-12T17:13:19.886Z] Removing intermediate container e9b7c9e51817 [2023-01-12T17:13:19.886Z] ---> 34c580cf0bfb [2023-01-12T17:13:19.886Z] Step 19/19 : LABEL version=0.0.0 [2023-01-12T17:13:19.886Z] ---> Running in 4938e1730abc [2023-01-12T17:13:19.886Z] Removing intermediate container 4938e1730abc [2023-01-12T17:13:19.886Z] ---> b20559e46555 [2023-01-12T17:13:19.886Z] [2023-01-12T17:13:20.145Z] Successfully built b20559e46555 [2023-01-12T17:13:20.145Z] Successfully tagged security-spiffe-token-provider:latest [2023-01-12T17:13:20.151Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-01-12T17:13:20.176Z] $ docker stop --time=1 384c6f167b9bc7c4200e934595f2ea1f36e799df89d4ce74f01be85521a04e7c [2023-01-12T17:13:21.507Z] $ docker rm -f --volumes 384c6f167b9bc7c4200e934595f2ea1f36e799df89d4ce74f01be85521a04e7c [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-12T17:13:21.909Z] + docker images [2023-01-12T17:13:21.909Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-12T17:13:21.909Z] security-spiffe-token-provider latest b20559e46555 2 seconds ago 29.8MB [2023-01-12T17:13:21.909Z] 7ef4b7dbe196 5 seconds ago 1.7GB [2023-01-12T17:13:21.909Z] support-notifications latest 83ff5bbb93cf 11 seconds ago 30.6MB [2023-01-12T17:13:21.909Z] 45d773712212 16 seconds ago 1.74GB [2023-01-12T17:13:21.909Z] security-bootstrapper latest 7715737ae053 28 seconds ago 20.3MB [2023-01-12T17:13:21.909Z] core-metadata latest d220caf09b8b 32 seconds ago 18.5MB [2023-01-12T17:13:21.909Z] 8ecfdda1af43 36 seconds ago 1.68GB [2023-01-12T17:13:21.909Z] core-command latest 2a3300c501da 38 seconds ago 17.7MB [2023-01-12T17:13:21.909Z] f1145167c582 41 seconds ago 1.66GB [2023-01-12T17:13:21.909Z] 258e2a519012 46 seconds ago 1.67GB [2023-01-12T17:13:21.909Z] security-spire-agent latest 34e1abaf05b1 55 seconds ago 125MB [2023-01-12T17:13:21.909Z] security-spire-server latest 485fe870e162 About a minute ago 86.5MB [2023-01-12T17:13:21.909Z] 66618a1eb4a4 About a minute ago 1.54GB [2023-01-12T17:13:21.909Z] security-secretstore-setup latest 6fcd43285c66 About a minute ago 29.9MB [2023-01-12T17:13:21.910Z] security-proxy-setup latest 0b33bce8d394 About a minute ago 27.7MB [2023-01-12T17:13:21.910Z] support-scheduler latest d30eb7864b13 About a minute ago 30MB [2023-01-12T17:13:21.910Z] a7ea5c8dacf8 About a minute ago 1.54GB [2023-01-12T17:13:21.910Z] core-data latest 501135afb411 About a minute ago 17.9MB [2023-01-12T17:13:21.910Z] 3b58981ea96b About a minute ago 1.74GB [2023-01-12T17:13:21.910Z] 7e6b715e2c1b About a minute ago 1.66GB [2023-01-12T17:13:21.910Z] cd1fc876f5b0 About a minute ago 1.68GB [2023-01-12T17:13:21.910Z] bc5bb1a590d6 About a minute ago 1.66GB [2023-01-12T17:13:21.910Z] security-spire-config latest 1e6ff53ee19e About a minute ago 85.8MB [2023-01-12T17:13:21.910Z] 146f104943e8 2 minutes ago 1.54GB [2023-01-12T17:13:21.910Z] ci-base-image-x86_64 latest 7fbf50e2ab96 5 minutes ago 904MB [2023-01-12T17:13:21.910Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-01-12T17:13:21.910Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB [2023-01-12T17:13:21.910Z] alpine 3.15 c4fc93816858 5 months ago 5.59MB [2023-01-12T17:13:21.910Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB [2023-01-12T17:13:21.910Z] 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-12T17:13:49.294Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-01-12T17:13:49.294Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-01-12T17:13:49.294Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-01-12T17:13:49.294Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-01-12T17:14:01.649Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-01-12T17:14:01.649Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-01-12T17:14:01.649Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-01-12T17:14:01.649Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-01-12T17:14:01.649Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-01-12T17:14:01.649Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-01-12T17:14:01.649Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-01-12T17:14:01.649Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-01-12T17:14:01.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-01-12T17:14:16.714Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.511s coverage: 28.7% of statements [2023-01-12T17:14:16.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-01-12T17:14:16.714Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-01-12T17:14:22.052Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.506s coverage: 98.5% of statements [2023-01-12T17:14:25.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.842s coverage: 43.0% of statements [2023-01-12T17:14:25.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-01-12T17:14:25.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-01-12T17:14:25.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.433s coverage: 54.0% of statements [2023-01-12T17:14:25.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-01-12T17:14:25.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-01-12T17:14:47.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 23.233s coverage: 89.2% of statements [2023-01-12T17:14:47.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-01-12T17:14:47.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-01-12T17:14:47.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-01-12T17:14:47.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-01-12T17:14:47.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-01-12T17:14:47.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.405s coverage: 2.4% of statements [2023-01-12T17:14:47.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-01-12T17:14:47.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-01-12T17:14:48.025Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.603s coverage: 95.6% of statements [2023-01-12T17:14:48.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-01-12T17:14:48.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-01-12T17:14:48.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-01-12T17:14:48.026Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.331s coverage: 72.2% of statements [2023-01-12T17:14:48.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-01-12T17:14:48.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-01-12T17:14:48.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-01-12T17:14:48.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-01-12T17:14:48.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-01-12T17:14:48.026Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.338s coverage: 60.0% of statements [2023-01-12T17:14:48.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-01-12T17:14:48.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-01-12T17:14:48.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-01-12T17:14:48.026Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 2.214s coverage: 0.9% of statements [2023-01-12T17:14:48.026Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-01-12T17:14:48.026Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.517s coverage: 58.8% of statements [2023-01-12T17:14:48.026Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.269s coverage: 29.6% of statements [2023-01-12T17:14:48.026Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-01-12T17:14:49.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.376s coverage: 47.1% of statements [2023-01-12T17:14:50.016Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.378s coverage: 79.5% of statements [2023-01-12T17:14:50.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.475s coverage: 94.1% of statements [2023-01-12T17:14:52.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.583s coverage: 96.3% of statements [2023-01-12T17:14:52.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.272s coverage: 87.5% of statements [2023-01-12T17:15:04.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.255s coverage: 94.4% of statements [2023-01-12T17:15:04.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.213s coverage: 44.8% of statements [2023-01-12T17:15:12.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.017s coverage: 79.9% of statements [2023-01-12T17:15:12.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-01-12T17:15:17.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.392s coverage: 92.9% of statements [2023-01-12T17:15:17.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-01-12T17:15:17.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-01-12T17:15:17.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-01-12T17:15:17.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.089s coverage: 65.1% of statements [2023-01-12T17:15:17.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-01-12T17:15:17.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-01-12T17:15:17.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-01-12T17:15:17.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-01-12T17:15:17.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.268s coverage: 86.9% of statements [2023-01-12T17:15:17.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-01-12T17:15:17.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-01-12T17:15:17.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-01-12T17:15:17.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-01-12T17:15:17.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.302s coverage: 87.2% of statements [2023-01-12T17:15:17.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-01-12T17:15:17.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-01-12T17:15:17.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.196s coverage: 100.0% of statements [2023-01-12T17:15:17.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-01-12T17:15:17.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.323s coverage: 58.8% of statements [2023-01-12T17:15:17.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-01-12T17:15:17.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.353s coverage: 80.0% of statements [2023-01-12T17:15:17.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.311s coverage: 87.2% of statements [2023-01-12T17:15:17.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.247s coverage: 85.4% of statements [2023-01-12T17:15:18.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.903s coverage: 91.2% of statements [2023-01-12T17:15:18.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-01-12T17:15:24.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.975s coverage: 64.7% of statements [2023-01-12T17:15:24.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-01-12T17:15:24.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-01-12T17:15:24.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.241s coverage: 100.0% of statements [2023-01-12T17:15:24.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 89.4% of statements [2023-01-12T17:15:24.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.116s coverage: 100.0% of statements [2023-01-12T17:15:24.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements [2023-01-12T17:15:24.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.077s coverage: 100.0% of statements [2023-01-12T17:15:29.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.315s coverage: 65.8% of statements [2023-01-12T17:15:29.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-01-12T17:15:29.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-01-12T17:15:29.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-01-12T17:15:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.766s coverage: 41.8% of statements [2023-01-12T17:15:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-01-12T17:15:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-01-12T17:15:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.288s coverage: 89.5% of statements [2023-01-12T17:15:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-01-12T17:15:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.405s coverage: 84.8% of statements [2023-01-12T17:15:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-01-12T17:15:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-01-12T17:15:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-01-12T17:15:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-01-12T17:15:39.248Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.386s coverage: 17.7% of statements [2023-01-12T17:15:39.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-01-12T17:15:39.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-01-12T17:15:39.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-01-12T17:15:39.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-01-12T17:15:39.248Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.654s coverage: 92.3% of statements [2023-01-12T17:15:39.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-01-12T17:15:39.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-01-12T17:15:39.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-01-12T17:15:39.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-01-12T17:15:39.248Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.367s coverage: 63.2% of statements [2023-01-12T17:15:39.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-01-12T17:15:39.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-01-12T17:15:39.248Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.438s coverage: 97.7% of statements [2023-01-12T17:15:39.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-01-12T17:15:39.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-01-12T17:15:39.829Z] 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-12T17:15:39.829Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-12T17:15:39.829Z] go vet ./... [2023-01-12T17:17:16.439Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-12T17:17:17.023Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-12T17:17:17.608Z] ./bin/test-attribution-txt.sh [2023-01-12T17:17:18.192Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-01-12T17:17:18.192Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-01-12T17:17:18.233Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-01-12T17:17:18.569Z] + ls -al . [2023-01-12T17:17:18.569Z] total 748 [2023-01-12T17:17:18.569Z] drwxrwxr-x 10 1001 1001 4096 Jan 12 17:11 . [2023-01-12T17:17:18.569Z] drwxr-xr-x 4 root root 4096 Jan 12 17:11 .. [2023-01-12T17:17:18.569Z] drwxrwxr-x 2 1001 1001 4096 Jan 12 17:10 .blubracket [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 16 Jan 12 17:10 .dockerignore [2023-01-12T17:17:18.569Z] drwxrwxr-x 8 1001 1001 4096 Jan 12 17:10 .git [2023-01-12T17:17:18.569Z] drwxrwxr-x 3 1001 1001 4096 Jan 12 17:10 .github [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 956 Jan 12 17:10 .gitignore [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 42 Jan 12 17:10 .golangci.yml [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 87 Jan 12 17:10 .hadolint.yml [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 166 Jan 12 17:10 .sonarcloud.properties [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 1171 Jan 12 17:10 ADOPTERS.md [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 10618 Jan 12 17:10 Attribution.txt [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 73765 Jan 12 17:10 CHANGELOG.md [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 3804 Jan 12 17:10 CONTRIBUTING.md [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 677 Jan 12 17:10 GOVERNANCE.md [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 850 Jan 12 17:10 Jenkinsfile [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 10775 Jan 12 17:10 LICENSE [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 12513 Jan 12 17:10 Makefile [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 582 Jan 12 17:10 OWNERS.md [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 9403 Jan 12 17:10 README.md [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 6912 Jan 12 17:10 SECURITY.md [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 5 Jan 12 17:07 VERSION [2023-01-12T17:17:18.569Z] drwxrwxr-x 2 1001 1001 4096 Jan 12 17:10 bin [2023-01-12T17:17:18.569Z] drwxrwxr-x 16 1001 1001 4096 Jan 12 17:10 cmd [2023-01-12T17:17:18.569Z] -rw-r--r-- 1 root root 494838 Jan 12 17:15 coverage.out [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 3376 Jan 12 17:10 go.mod [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 34949 Jan 12 17:10 go.sum [2023-01-12T17:17:18.569Z] drwxrwxr-x 7 1001 1001 4096 Jan 12 17:10 internal [2023-01-12T17:17:18.569Z] drwxrwxr-x 3 1001 1001 4096 Jan 12 17:10 openapi [2023-01-12T17:17:18.569Z] drwxrwxr-x 4 1001 1001 4096 Jan 12 17:10 snap [2023-01-12T17:17:18.569Z] -rw-rw-r-- 1 1001 1001 204 Jan 12 17:10 version.go [Pipeline] sh [2023-01-12T17:17:19.224Z] + '[' -e coverage.out ] [2023-01-12T17:17:19.224Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-01-12T17:17:19.262Z] Warning: overwriting stash ‘coverage-report’ [2023-01-12T17:17:20.038Z] Stashed 1 file(s) [Pipeline] sh [2023-01-12T17:17:20.365Z] + make build [2023-01-12T17:17:20.632Z] 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-12T17:18:42.239Z] 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-12T17:18:42.823Z] 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-12T17:18:48.172Z] 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-12T17:19:27.033Z] 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-12T17:19:35.241Z] 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-12T17:19:40.583Z] 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-12T17:19:45.930Z] 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-12T17:19:50.188Z] 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-12T17:19:54.458Z] 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-12T17:20:06.759Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-01-12T17:20:13.423Z] $ docker stop --time=1 d8923ec0df4cee3966c98074d99d547e4cca3e723a0dae402b288a4cc5e277d7 [2023-01-12T17:20:15.450Z] $ docker rm -f --volumes d8923ec0df4cee3966c98074d99d547e4cca3e723a0dae402b288a4cc5e277d7 [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-12T17:20:17.803Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-12T17:20:17.803Z] [2023-01-12T17:20:17.803Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-12T17:20:18.201Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-12T17:20:18.469Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-01-12T17:20:18.469Z] 29e5d40040c1: Pulling fs layer [2023-01-12T17:20:18.469Z] 1ce36da41761: Pulling fs layer [2023-01-12T17:20:18.469Z] 25b303627fd3: Pulling fs layer [2023-01-12T17:20:18.469Z] 29e5d40040c1: Verifying Checksum [2023-01-12T17:20:18.469Z] 29e5d40040c1: Download complete [2023-01-12T17:20:18.736Z] 1ce36da41761: Verifying Checksum [2023-01-12T17:20:18.736Z] 1ce36da41761: Download complete [2023-01-12T17:20:19.011Z] 29e5d40040c1: Pull complete [2023-01-12T17:20:20.423Z] 25b303627fd3: Verifying Checksum [2023-01-12T17:20:20.423Z] 25b303627fd3: Download complete [2023-01-12T17:20:20.423Z] 1ce36da41761: Pull complete [2023-01-12T17:20:30.511Z] 25b303627fd3: Pull complete [2023-01-12T17:20:30.511Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-01-12T17:20:30.511Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-12T17:20:30.511Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-12T17:20:30.823Z] prd-ubuntu20.04-docker-arm64-4c-16g-2100 does not seem to be running inside a container [2023-01-12T17:20:30.949Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-12T17:20:33.300Z] $ docker top 3564cff15f4389f32b1bde02ba8a619f9c09cb8be6e5c39852e959aa1f34ffb1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-12T17:20:34.191Z] + docker-compose build --help [2023-01-12T17:20:34.191Z] + grep parallel [2023-01-12T17:20:38.472Z] --parallel Build images in parallel. [Pipeline] } [2023-01-12T17:20:38.766Z] $ docker stop --time=1 3564cff15f4389f32b1bde02ba8a619f9c09cb8be6e5c39852e959aa1f34ffb1 [2023-01-12T17:20:40.421Z] $ docker rm -f --volumes 3564cff15f4389f32b1bde02ba8a619f9c09cb8be6e5c39852e959aa1f34ffb1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-12T17:20:41.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-01-12T17:20:41.123Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-12T17:20:41.375Z] prd-ubuntu20.04-docker-arm64-4c-16g-2100 does not seem to be running inside a container [2023-01-12T17:20:41.444Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-01-12T17:20:42.639Z] $ docker top 857a0fd571c9e6d1cd9fce4426641350c34dadf5baf403554889bc8a82465a6e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-12T17:20:43.498Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-01-12T17:20:47.746Z] Building core-command ... [2023-01-12T17:20:47.746Z] Building core-data ... [2023-01-12T17:20:47.746Z] Building core-metadata ... [2023-01-12T17:20:47.746Z] Building security-bootstrapper ... [2023-01-12T17:20:47.746Z] Building security-proxy-setup ... [2023-01-12T17:20:47.746Z] Building security-secretstore-setup ... [2023-01-12T17:20:47.746Z] Building security-spiffe-token-provider ... [2023-01-12T17:20:47.746Z] Building security-spire-agent ... [2023-01-12T17:20:47.746Z] Building security-spire-config ... [2023-01-12T17:20:47.746Z] Building security-spire-server ... [2023-01-12T17:20:47.746Z] Building support-notifications ... [2023-01-12T17:20:47.746Z] Building support-scheduler ... [2023-01-12T17:20:47.746Z] Building core-command [2023-01-12T17:20:47.746Z] Building security-spire-config [2023-01-12T17:20:47.746Z] Building support-notifications [2023-01-12T17:20:47.746Z] Building security-spire-server [2023-01-12T17:20:47.746Z] Building security-secretstore-setup [2023-01-12T17:21:34.577Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:21:34.577Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:21:34.577Z] ---> 49703d6fac0b [2023-01-12T17:21:34.577Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-01-12T17:21:34.577Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:21:34.577Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:21:34.577Z] ---> 49703d6fac0b [2023-01-12T17:21:34.577Z] Step 3/24 : WORKDIR /edgex-go [2023-01-12T17:21:34.577Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:21:34.577Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:21:34.577Z] ---> 49703d6fac0b [2023-01-12T17:21:34.577Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-12T17:21:34.577Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:21:34.577Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:21:34.577Z] ---> 49703d6fac0b [2023-01-12T17:21:34.577Z] Step 3/24 : WORKDIR /edgex-go [2023-01-12T17:21:34.577Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:21:34.577Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:21:34.577Z] ---> 49703d6fac0b [2023-01-12T17:21:34.577Z] Step 3/23 : WORKDIR /edgex-go [2023-01-12T17:21:34.577Z] ---> Running in 8774a1e2371c [2023-01-12T17:21:34.577Z] ---> Running in 96bb38d05567 [2023-01-12T17:21:34.577Z] ---> Running in 68042328334d [2023-01-12T17:21:34.577Z] ---> Running in 45a621e6057b [2023-01-12T17:21:34.577Z] ---> Running in e52b91546bff [2023-01-12T17:21:34.577Z] Removing intermediate container 8774a1e2371c [2023-01-12T17:21:34.577Z] ---> c3ca7f5765da [2023-01-12T17:21:34.577Z] Step 4/23 : WORKDIR /edgex-go [2023-01-12T17:21:34.577Z] Removing intermediate container 96bb38d05567 [2023-01-12T17:21:34.577Z] ---> ba4d5c65d767 [2023-01-12T17:21:34.577Z] Step 4/22 : WORKDIR /edgex-go [2023-01-12T17:21:34.577Z] Removing intermediate container 68042328334d [2023-01-12T17:21:34.577Z] ---> 4f3bcc16be21 [2023-01-12T17:21:34.577Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-12T17:21:34.852Z] ---> Running in 1cfd8e077bdc [2023-01-12T17:21:34.852Z] ---> Running in 861b95425444 [2023-01-12T17:21:34.852Z] Removing intermediate container e52b91546bff [2023-01-12T17:21:34.852Z] ---> 86b6d20ca78e [2023-01-12T17:21:34.852Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-01-12T17:21:34.852Z] ---> Running in 9a030a6ace05 [2023-01-12T17:21:34.852Z] Removing intermediate container 45a621e6057b [2023-01-12T17:21:34.852Z] ---> 42b9ad56af1f [2023-01-12T17:21:34.852Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-01-12T17:21:35.119Z] ---> Running in 4e55ffb1d10e [2023-01-12T17:21:35.119Z] ---> Running in fc7188a056f3 [2023-01-12T17:21:35.705Z] Removing intermediate container 1cfd8e077bdc [2023-01-12T17:21:35.705Z] ---> d0a1c5f75980 [2023-01-12T17:21:35.705Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-01-12T17:21:35.705Z] ---> Running in 38b8bbf5b460 [2023-01-12T17:21:35.980Z] Removing intermediate container 861b95425444 [2023-01-12T17:21:35.980Z] ---> 92e70a868460 [2023-01-12T17:21:35.980Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-01-12T17:21:35.980Z] ---> Running in be512d74be9e [2023-01-12T17:21:37.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:21:37.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:21:37.657Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:21:37.657Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:21:37.657Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:21:37.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:21:37.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:21:37.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:21:38.194Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:21:38.194Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:21:39.158Z] OK: 221 MiB in 51 packages [2023-01-12T17:21:39.158Z] OK: 221 MiB in 51 packages [2023-01-12T17:21:39.445Z] OK: 221 MiB in 51 packages [2023-01-12T17:21:39.445Z] OK: 221 MiB in 51 packages [2023-01-12T17:21:39.712Z] OK: 221 MiB in 51 packages [2023-01-12T17:21:41.135Z] Removing intermediate container fc7188a056f3 [2023-01-12T17:21:41.135Z] ---> 699ba1dc6b02 [2023-01-12T17:21:41.135Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-12T17:21:41.135Z] Removing intermediate container 9a030a6ace05 [2023-01-12T17:21:41.135Z] ---> cf8d5a561582 [2023-01-12T17:21:41.135Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-12T17:21:41.404Z] Removing intermediate container 38b8bbf5b460 [2023-01-12T17:21:41.404Z] ---> 75a29bd973ab [2023-01-12T17:21:41.404Z] Step 6/23 : COPY go.mod vendor* ./ [2023-01-12T17:21:41.671Z] Removing intermediate container be512d74be9e [2023-01-12T17:21:41.671Z] ---> 5bd4f40a124c [2023-01-12T17:21:41.671Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-12T17:21:41.671Z] Removing intermediate container 4e55ffb1d10e [2023-01-12T17:21:41.671Z] ---> dd86c8e6ae72 [2023-01-12T17:21:41.671Z] Step 5/23 : COPY go.mod vendor* ./ [2023-01-12T17:21:42.262Z] ---> 188b8bfd54da [2023-01-12T17:21:42.262Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:21:42.262Z] ---> 3120754c9227 [2023-01-12T17:21:42.262Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:21:42.262Z] ---> Running in 7be0762101ac [2023-01-12T17:21:42.531Z] ---> ed7fb5e4bb2b [2023-01-12T17:21:42.531Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:21:42.531Z] ---> Running in 7bb4f2276b3c [2023-01-12T17:21:42.800Z] ---> Running in 5c08d81c3e44 [2023-01-12T17:21:43.069Z] ---> 45098625ecdf [2023-01-12T17:21:43.069Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:21:43.337Z] ---> 29baacd4b989 [2023-01-12T17:21:43.337Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:21:43.337Z] ---> Running in 8147f376bdc1 [2023-01-12T17:21:43.337Z] ---> Running in 538c50984948 [2023-01-12T17:23:34.982Z] Removing intermediate container 7be0762101ac [2023-01-12T17:23:34.982Z] ---> 1fd4f728c7d1 [2023-01-12T17:23:34.982Z] Step 7/24 : COPY . . [2023-01-12T17:23:34.982Z] Removing intermediate container 538c50984948 [2023-01-12T17:23:34.982Z] ---> d1d0a0ecf42b [2023-01-12T17:23:34.982Z] Step 7/23 : COPY . . [2023-01-12T17:23:34.982Z] Removing intermediate container 7bb4f2276b3c [2023-01-12T17:23:34.982Z] ---> 6aff3c541fb4 [2023-01-12T17:23:34.982Z] Step 7/24 : COPY . . [2023-01-12T17:23:34.982Z] Removing intermediate container 5c08d81c3e44 [2023-01-12T17:23:34.982Z] ---> f42f43a20a06 [2023-01-12T17:23:34.982Z] Step 8/23 : COPY . . [2023-01-12T17:23:34.982Z] Removing intermediate container 8147f376bdc1 [2023-01-12T17:23:34.982Z] ---> a13c98b9c176 [2023-01-12T17:23:34.982Z] Step 8/22 : COPY . . [2023-01-12T17:23:43.174Z] ---> 128171bc7dda [2023-01-12T17:23:43.174Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-01-12T17:23:43.174Z] ---> ce9de49c1ff6 [2023-01-12T17:23:43.174Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-12T17:23:43.174Z] ---> 20abbfed64e3 [2023-01-12T17:23:43.174Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-01-12T17:23:43.174Z] ---> 8d6c4a415575 [2023-01-12T17:23:43.174Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-01-12T17:23:43.174Z] ---> Running in 56f2124dfab7 [2023-01-12T17:23:43.174Z] ---> b77c2bcd1f8b [2023-01-12T17:23:43.174Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-01-12T17:23:43.174Z] ---> Running in 88d403d9e18c [2023-01-12T17:23:43.174Z] ---> Running in 136641917ff3 [2023-01-12T17:23:43.174Z] ---> Running in 9827edbdd4de [2023-01-12T17:23:45.117Z] ---> Running in f42ca2004999 [2023-01-12T17:23:45.117Z] Removing intermediate container 56f2124dfab7 [2023-01-12T17:23:45.117Z] ---> c60bd93fad35 [2023-01-12T17:23:45.117Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-12T17:23:45.117Z] ---> Running in a0dce3b86f18 [2023-01-12T17:23:45.389Z] Removing intermediate container f42ca2004999 [2023-01-12T17:23:45.389Z] ---> 63465fe5c8fa [2023-01-12T17:23:45.389Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-01-12T17:23:45.657Z] ---> Running in 5907273050a1 [2023-01-12T17:23:45.924Z] Removing intermediate container a0dce3b86f18 [2023-01-12T17:23:45.924Z] ---> b6c96195a2ea [2023-01-12T17:23:45.924Z] 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-12T17:23:45.924Z] ---> Running in bc8213198b86 [2023-01-12T17:23:46.195Z] Removing intermediate container 5907273050a1 [2023-01-12T17:23:46.195Z] ---> 7b0590f402f4 [2023-01-12T17:23:46.195Z] 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-12T17:23:46.463Z] ---> Running in 2f625d251341 [2023-01-12T17:23:47.423Z] 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-12T17:23:47.423Z] 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-12T17:23:47.423Z] 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-12T17:23:49.368Z] Removing intermediate container bc8213198b86 [2023-01-12T17:23:49.368Z] ---> b3439d6dc504 [2023-01-12T17:23:49.368Z] Step 11/24 : WORKDIR /edgex-go [2023-01-12T17:23:49.636Z] ---> Running in 13177a53abf6 [2023-01-12T17:23:49.906Z] Removing intermediate container 2f625d251341 [2023-01-12T17:23:49.906Z] ---> 09531c7e915a [2023-01-12T17:23:49.906Z] Step 11/23 : WORKDIR /edgex-go [2023-01-12T17:23:49.906Z] ---> Running in bd2384dfa795 [2023-01-12T17:23:50.196Z] Removing intermediate container 13177a53abf6 [2023-01-12T17:23:50.196Z] ---> 35423877467b [2023-01-12T17:23:50.196Z] [2023-01-12T17:23:50.196Z] Step 12/24 : FROM alpine:3.15 [2023-01-12T17:23:50.196Z] 3.15: Pulling from library/alpine [2023-01-12T17:23:50.464Z] Removing intermediate container bd2384dfa795 [2023-01-12T17:23:50.464Z] ---> 2a9b36c33792 [2023-01-12T17:23:50.464Z] [2023-01-12T17:23:50.464Z] Step 12/23 : FROM alpine:3.15 [2023-01-12T17:23:50.732Z] 3.15: Pulling from library/alpine [2023-01-12T17:23:51.696Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-12T17:23:51.696Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-01-12T17:23:51.696Z] Status: Downloaded newer image for alpine:3.15 [2023-01-12T17:23:51.696Z] Status: Downloaded newer image for alpine:3.15 [2023-01-12T17:23:51.696Z] ---> 8aa73fd46299 [2023-01-12T17:23:51.696Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-12T17:23:51.696Z] ---> 8aa73fd46299 [2023-01-12T17:23:51.696Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-12T17:23:51.965Z] ---> Running in 67308e7c6b14 [2023-01-12T17:23:51.965Z] ---> Running in c58b63cfdbde [2023-01-12T17:23:52.552Z] Removing intermediate container 67308e7c6b14 [2023-01-12T17:23:52.552Z] ---> 9d8d3498de57 [2023-01-12T17:23:52.552Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-12T17:23:52.552Z] Removing intermediate container c58b63cfdbde [2023-01-12T17:23:52.552Z] ---> 9bac5fa4ff8e [2023-01-12T17:23:52.552Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-01-12T17:23:52.826Z] ---> Running in e95366a2b85f [2023-01-12T17:23:52.826Z] ---> Running in dce2db2d4209 [2023-01-12T17:23:55.408Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:23:55.408Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:23:55.676Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:23:55.676Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:23:57.081Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-12T17:23:57.081Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-12T17:23:57.081Z] OK: 15736 distinct packages available [2023-01-12T17:23:57.081Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-12T17:23:57.081Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-12T17:23:57.081Z] OK: 15736 distinct packages available [2023-01-12T17:23:57.081Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:23:57.081Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:23:57.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:23:57.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:23:58.616Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-01-12T17:23:58.616Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-01-12T17:23:58.616Z] (3/4) Installing libucontext (1.1-r0) [2023-01-12T17:23:58.616Z] (4/4) Installing gcompat (1.0.0-r4) [2023-01-12T17:23:58.616Z] Executing busybox-1.34.1-r7.trigger [2023-01-12T17:23:58.616Z] OK: 6 MiB in 18 packages [2023-01-12T17:23:58.881Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-12T17:23:58.881Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-12T17:23:58.881Z] (3/5) Installing libucontext (1.1-r0) [2023-01-12T17:23:58.881Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-12T17:23:58.881Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-12T17:23:58.881Z] Executing busybox-1.34.1-r7.trigger [2023-01-12T17:23:58.881Z] OK: 6 MiB in 19 packages [2023-01-12T17:24:00.287Z] Removing intermediate container dce2db2d4209 [2023-01-12T17:24:00.287Z] ---> 5d2629be4d41 [2023-01-12T17:24:00.287Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-12T17:24:00.871Z] Removing intermediate container e95366a2b85f [2023-01-12T17:24:00.871Z] ---> a8446af9a857 [2023-01-12T17:24:00.871Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-12T17:24:10.950Z] ---> 6355f99008ec [2023-01-12T17:24:10.950Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-01-12T17:24:10.950Z] ---> 0a796ce975b0 [2023-01-12T17:24:10.950Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-01-12T17:24:10.950Z] ---> 28904e3edca8 [2023-01-12T17:24:10.950Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-01-12T17:24:11.225Z] ---> a3158a99c766 [2023-01-12T17:24:11.225Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-01-12T17:24:11.225Z] ---> Running in 455dd4c08607 [2023-01-12T17:24:12.185Z] ---> ddd74f8dc405 [2023-01-12T17:24:12.185Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-01-12T17:24:12.185Z] Removing intermediate container 455dd4c08607 [2023-01-12T17:24:12.185Z] ---> 086e809f3e08 [2023-01-12T17:24:12.185Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-01-12T17:24:13.145Z] ---> 9448cfd1bb17 [2023-01-12T17:24:13.145Z] Step 19/24 : WORKDIR / [2023-01-12T17:24:13.145Z] ---> Running in 110751e94332 [2023-01-12T17:24:13.412Z] ---> cac736c45f48 [2023-01-12T17:24:13.412Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-12T17:24:13.678Z] ---> Running in b3469c960261 [2023-01-12T17:24:13.945Z] Removing intermediate container 110751e94332 [2023-01-12T17:24:13.945Z] ---> eb1c7c206636 [2023-01-12T17:24:13.945Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-12T17:24:13.945Z] ---> Running in bc71489b362c [2023-01-12T17:24:14.214Z] Removing intermediate container b3469c960261 [2023-01-12T17:24:14.214Z] ---> b402e93c5e8b [2023-01-12T17:24:14.214Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-12T17:24:14.481Z] ---> Running in 979e676886b2 [2023-01-12T17:24:14.748Z] Removing intermediate container bc71489b362c [2023-01-12T17:24:14.748Z] ---> e134537aafb2 [2023-01-12T17:24:14.748Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-12T17:24:14.748Z] ---> Running in c981813ed0ab [2023-01-12T17:24:15.013Z] Removing intermediate container 979e676886b2 [2023-01-12T17:24:15.013Z] ---> 153d2962c451 [2023-01-12T17:24:15.013Z] Step 21/23 : LABEL arch=arm64 [2023-01-12T17:24:15.288Z] ---> Running in 2529587d5684 [2023-01-12T17:24:15.564Z] Removing intermediate container c981813ed0ab [2023-01-12T17:24:15.564Z] ---> 0de985923c9d [2023-01-12T17:24:15.564Z] Step 22/24 : LABEL arch=arm64 [2023-01-12T17:24:15.564Z] ---> Running in 0982b61332e4 [2023-01-12T17:24:15.564Z] Removing intermediate container 2529587d5684 [2023-01-12T17:24:15.564Z] ---> 55e73ab5dbfe [2023-01-12T17:24:15.564Z] Step 22/23 : LABEL git_sha=7302432752287616b2a8ba38f6c7219079e7be99 [2023-01-12T17:24:15.832Z] ---> Running in 5f4af73bde43 [2023-01-12T17:24:16.410Z] Removing intermediate container 5f4af73bde43 [2023-01-12T17:24:16.410Z] Removing intermediate container 0982b61332e4 [2023-01-12T17:24:16.410Z] ---> 8c9086a6b5e6 [2023-01-12T17:24:16.410Z] Step 23/24 : LABEL git_sha=7302432752287616b2a8ba38f6c7219079e7be99 [2023-01-12T17:24:16.410Z] ---> f3d976fe5eab [2023-01-12T17:24:16.410Z] Step 23/23 : LABEL version=0.0.0 [2023-01-12T17:24:16.410Z] ---> Running in 14a593bd7e96 [2023-01-12T17:24:16.410Z] ---> Running in 955a29ddcbd1 [2023-01-12T17:24:16.993Z] Removing intermediate container 14a593bd7e96 [2023-01-12T17:24:16.993Z] ---> 5d50a9506d8c [2023-01-12T17:24:16.993Z] Step 24/24 : LABEL version=0.0.0 [2023-01-12T17:24:17.288Z] ---> Running in 57b9328d6e4b [2023-01-12T17:24:17.289Z] Removing intermediate container 955a29ddcbd1 [2023-01-12T17:24:17.289Z] ---> a0da7d52cecc [2023-01-12T17:24:17.289Z] [2023-01-12T17:24:17.866Z] Removing intermediate container 57b9328d6e4b [2023-01-12T17:24:17.866Z] ---> f8fa8692a4af [2023-01-12T17:24:17.867Z] [2023-01-12T17:24:17.867Z] Successfully built a0da7d52cecc [2023-01-12T17:24:17.867Z] Successfully tagged security-spire-server-arm64:latest [2023-01-12T17:24:17.867Z]  Building security-spire-server ... done Building security-proxy-setup [2023-01-12T17:24:18.132Z] Successfully built f8fa8692a4af [2023-01-12T17:24:18.132Z] Successfully tagged security-spire-config-arm64:latest [2023-01-12T17:24:18.132Z]  Building security-spire-config ... done Building core-data [2023-01-12T17:24:44.791Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:24:44.791Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:24:44.791Z] ---> 49703d6fac0b [2023-01-12T17:24:44.791Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-12T17:24:44.791Z] ---> Using cache [2023-01-12T17:24:44.791Z] ---> ba4d5c65d767 [2023-01-12T17:24:44.791Z] Step 4/22 : WORKDIR /edgex-go [2023-01-12T17:24:44.791Z] ---> Using cache [2023-01-12T17:24:44.791Z] ---> 92e70a868460 [2023-01-12T17:24:44.791Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-12T17:24:44.791Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:24:44.791Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:24:44.791Z] ---> 49703d6fac0b [2023-01-12T17:24:44.791Z] Step 3/21 : WORKDIR /edgex-go [2023-01-12T17:24:44.791Z] ---> Using cache [2023-01-12T17:24:44.791Z] ---> 42b9ad56af1f [2023-01-12T17:24:44.791Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-01-12T17:24:44.791Z] ---> Using cache [2023-01-12T17:24:44.791Z] ---> 699ba1dc6b02 [2023-01-12T17:24:44.791Z] Step 5/21 : COPY go.mod vendor* ./ [2023-01-12T17:24:44.791Z] ---> Using cache [2023-01-12T17:24:44.791Z] ---> 188b8bfd54da [2023-01-12T17:24:44.791Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:24:44.791Z] ---> Using cache [2023-01-12T17:24:44.791Z] ---> 1fd4f728c7d1 [2023-01-12T17:24:44.791Z] Step 7/21 : COPY . . [2023-01-12T17:24:44.791Z] ---> Using cache [2023-01-12T17:24:44.791Z] ---> 20abbfed64e3 [2023-01-12T17:24:44.791Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-01-12T17:24:44.791Z] ---> Running in 30503a881fea [2023-01-12T17:24:44.791Z] ---> Running in c8e2b79b03ba [2023-01-12T17:24:44.791Z] 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-12T17:24:44.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:24:45.057Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:24:46.461Z] OK: 221 MiB in 51 packages [2023-01-12T17:24:47.865Z] Removing intermediate container c8e2b79b03ba [2023-01-12T17:24:47.865Z] ---> 928a9d398f5c [2023-01-12T17:24:47.865Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-12T17:24:48.444Z] ---> 4611005b9398 [2023-01-12T17:24:48.711Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:24:48.711Z] ---> Running in 7e0e9823f522 [2023-01-12T17:26:25.344Z] Removing intermediate container 7e0e9823f522 [2023-01-12T17:26:25.344Z] ---> cddfbd5dba7d [2023-01-12T17:26:25.344Z] Step 8/22 : COPY . . [2023-01-12T17:26:25.344Z] ---> 736e0e9ebd6f [2023-01-12T17:26:25.344Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-01-12T17:26:25.344Z] ---> Running in 5b88800e8e54 [2023-01-12T17:26:26.299Z] 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-12T17:29:18.237Z] 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-12T17:29:36.437Z] Removing intermediate container 9827edbdd4de [2023-01-12T17:29:36.437Z] ---> fc9f17542f10 [2023-01-12T17:29:36.437Z] [2023-01-12T17:29:36.437Z] Step 9/24 : FROM alpine:3.16 [2023-01-12T17:29:36.437Z] 3.16: Pulling from library/alpine [2023-01-12T17:29:37.394Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-12T17:29:37.394Z] Status: Downloaded newer image for alpine:3.16 [2023-01-12T17:29:37.394Z] ---> 2b4661558fb8 [2023-01-12T17:29:37.394Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-01-12T17:29:37.660Z] ---> Running in 5b458b323816 [2023-01-12T17:29:39.616Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:29:39.886Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:29:41.290Z] (1/3) Installing ca-certificates (20220614-r0) [2023-01-12T17:29:41.290Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-01-12T17:29:41.290Z] (3/3) Installing su-exec (0.2-r1) [2023-01-12T17:29:41.290Z] Executing busybox-1.35.0-r17.trigger [2023-01-12T17:29:41.290Z] Executing ca-certificates-20220614-r0.trigger [2023-01-12T17:29:41.873Z] OK: 6 MiB in 17 packages [2023-01-12T17:29:43.816Z] Removing intermediate container 5b458b323816 [2023-01-12T17:29:43.816Z] ---> c820fa2ca75c [2023-01-12T17:29:43.816Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-12T17:29:43.816Z] ---> Running in 515dfb2e2a07 [2023-01-12T17:29:44.403Z] Removing intermediate container 515dfb2e2a07 [2023-01-12T17:29:44.403Z] ---> c3a7f2580ed8 [2023-01-12T17:29:44.403Z] Step 12/24 : WORKDIR / [2023-01-12T17:29:44.675Z] ---> Running in 086537c78a10 [2023-01-12T17:29:44.941Z] Removing intermediate container 086537c78a10 [2023-01-12T17:29:44.941Z] ---> 0be957b7c2a2 [2023-01-12T17:29:44.941Z] 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-12T17:29:47.511Z] ---> eba946ac7623 [2023-01-12T17:29:47.511Z] 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-12T17:29:48.914Z] ---> dabd355e7c9a [2023-01-12T17:29:48.914Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-01-12T17:29:50.320Z] ---> bfacc5fc23eb [2023-01-12T17:29:50.320Z] 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-12T17:29:51.729Z] ---> 1e88ac27c8e1 [2023-01-12T17:29:51.729Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-01-12T17:29:55.064Z] ---> 726dab0861e2 [2023-01-12T17:29:55.064Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-01-12T17:29:57.007Z] ---> 1c62c4031879 [2023-01-12T17:29:57.007Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-01-12T17:29:57.590Z] Removing intermediate container 136641917ff3 [2023-01-12T17:29:57.590Z] ---> c5801f6bab46 [2023-01-12T17:29:57.590Z] [2023-01-12T17:29:57.590Z] Step 10/23 : FROM alpine:3.16 [2023-01-12T17:29:57.858Z] ---> 2b4661558fb8 [2023-01-12T17:29:57.858Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-01-12T17:29:57.858Z] ---> Running in efd57fdaa696 [2023-01-12T17:29:58.439Z] ---> 48f5ae7156d6 [2023-01-12T17:29:58.439Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-12T17:29:58.707Z] ---> Running in 319443cf980d [2023-01-12T17:30:00.117Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:30:00.698Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:30:01.656Z] Removing intermediate container 319443cf980d [2023-01-12T17:30:01.656Z] ---> 80a5f6592931 [2023-01-12T17:30:01.656Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-01-12T17:30:01.922Z] ---> Running in ceeb8c8ad9a2 [2023-01-12T17:30:02.187Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-12T17:30:02.187Z] Executing busybox-1.35.0-r17.trigger [2023-01-12T17:30:02.187Z] OK: 5 MiB in 15 packages [2023-01-12T17:30:02.457Z] Removing intermediate container ceeb8c8ad9a2 [2023-01-12T17:30:02.457Z] ---> bb743a5a8701 [2023-01-12T17:30:02.457Z] Step 22/24 : LABEL arch=arm64 [2023-01-12T17:30:02.457Z] ---> Running in 148209458a8e [2023-01-12T17:30:03.418Z] Removing intermediate container 148209458a8e [2023-01-12T17:30:03.418Z] ---> 298b5fa4c6ed [2023-01-12T17:30:03.418Z] Step 23/24 : LABEL git_sha=7302432752287616b2a8ba38f6c7219079e7be99 [2023-01-12T17:30:03.685Z] ---> Running in 27aebd76d59c [2023-01-12T17:30:04.270Z] Removing intermediate container efd57fdaa696 [2023-01-12T17:30:04.270Z] ---> 2390185b97f7 [2023-01-12T17:30:04.270Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-12T17:30:04.270Z] Removing intermediate container 27aebd76d59c [2023-01-12T17:30:04.270Z] ---> b4d52666713d [2023-01-12T17:30:04.270Z] Step 24/24 : LABEL version=0.0.0 [2023-01-12T17:30:04.270Z] ---> Running in 698e86812b8a [2023-01-12T17:30:04.270Z] ---> Running in 167a2ad7469f [2023-01-12T17:30:04.854Z] Removing intermediate container 698e86812b8a [2023-01-12T17:30:04.854Z] ---> 3fe086cd2376 [2023-01-12T17:30:04.854Z] Step 13/23 : ENV APP_PORT=59882 [2023-01-12T17:30:04.854Z] Removing intermediate container 167a2ad7469f [2023-01-12T17:30:04.854Z] ---> 3fe17c8a53fa [2023-01-12T17:30:04.854Z] [2023-01-12T17:30:05.122Z] ---> Running in 9702b7590105 [2023-01-12T17:30:05.704Z] Successfully built 3fe17c8a53fa [2023-01-12T17:30:05.704Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-01-12T17:30:05.704Z] Building core-metadata [2023-01-12T17:30:05.704Z]  Building security-secretstore-setup ... done Removing intermediate container 9702b7590105 [2023-01-12T17:30:05.704Z] ---> 476dcf688f2c [2023-01-12T17:30:05.704Z] Step 14/23 : EXPOSE $APP_PORT [2023-01-12T17:30:05.704Z] ---> Running in 4936957fbf95 [2023-01-12T17:30:06.286Z] Removing intermediate container 4936957fbf95 [2023-01-12T17:30:06.286Z] ---> 82b1548295a1 [2023-01-12T17:30:06.286Z] Step 15/23 : WORKDIR / [2023-01-12T17:30:06.568Z] ---> Running in e26341ce0f37 [2023-01-12T17:30:07.165Z] Removing intermediate container e26341ce0f37 [2023-01-12T17:30:07.165Z] ---> 77c63e18a404 [2023-01-12T17:30:07.165Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-12T17:30:08.124Z] ---> 77e40db34814 [2023-01-12T17:30:08.124Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-01-12T17:30:10.063Z] ---> 222b2527cafb [2023-01-12T17:30:10.063Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-01-12T17:30:11.467Z] 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-12T17:30:12.871Z] ---> a4615aa2cc62 [2023-01-12T17:30:12.871Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-01-12T17:30:12.871Z] ---> Running in 0d2099f8bc91 [2023-01-12T17:30:13.455Z] Removing intermediate container 0d2099f8bc91 [2023-01-12T17:30:13.455Z] ---> 4b2242f61bc5 [2023-01-12T17:30:13.455Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-12T17:30:13.724Z] ---> Running in 07eaa3e2b90d [2023-01-12T17:30:14.686Z] Removing intermediate container 07eaa3e2b90d [2023-01-12T17:30:14.686Z] ---> af0b1bf48b05 [2023-01-12T17:30:14.686Z] Step 21/23 : LABEL arch=arm64 [2023-01-12T17:30:14.686Z] ---> Running in c6eb48da3142 [2023-01-12T17:30:15.275Z] Removing intermediate container c6eb48da3142 [2023-01-12T17:30:15.275Z] ---> 19338bc011ff [2023-01-12T17:30:15.275Z] Step 22/23 : LABEL git_sha=7302432752287616b2a8ba38f6c7219079e7be99 [2023-01-12T17:30:15.541Z] ---> Running in 1070ac9cb956 [2023-01-12T17:30:16.125Z] Removing intermediate container 1070ac9cb956 [2023-01-12T17:30:16.125Z] ---> 6eaf9e57fc49 [2023-01-12T17:30:16.125Z] Step 23/23 : LABEL version=0.0.0 [2023-01-12T17:30:16.396Z] ---> Running in 3b74c3772315 [2023-01-12T17:30:16.980Z] Removing intermediate container 3b74c3772315 [2023-01-12T17:30:16.980Z] ---> 9fe81e0f363e [2023-01-12T17:30:16.980Z] [2023-01-12T17:30:17.246Z] Successfully built 9fe81e0f363e [2023-01-12T17:30:17.246Z] Successfully tagged core-command-arm64:latest [2023-01-12T17:30:17.246Z]  Building core-command ... done Building security-spiffe-token-provider [2023-01-12T17:30:23.886Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:30:23.886Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:30:23.886Z] ---> 49703d6fac0b [2023-01-12T17:30:23.886Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-01-12T17:30:23.886Z] ---> Using cache [2023-01-12T17:30:23.886Z] ---> ba4d5c65d767 [2023-01-12T17:30:23.886Z] Step 4/24 : WORKDIR /edgex-go [2023-01-12T17:30:23.886Z] ---> Using cache [2023-01-12T17:30:23.886Z] ---> 92e70a868460 [2023-01-12T17:30:23.886Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-01-12T17:30:23.886Z] ---> Using cache [2023-01-12T17:30:23.886Z] ---> 928a9d398f5c [2023-01-12T17:30:23.886Z] Step 6/24 : COPY go.mod vendor* ./ [2023-01-12T17:30:23.886Z] ---> Using cache [2023-01-12T17:30:23.886Z] ---> 4611005b9398 [2023-01-12T17:30:23.886Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:30:23.886Z] ---> Using cache [2023-01-12T17:30:23.886Z] ---> cddfbd5dba7d [2023-01-12T17:30:23.886Z] Step 8/24 : COPY . . [2023-01-12T17:30:23.886Z] ---> Using cache [2023-01-12T17:30:23.886Z] ---> 736e0e9ebd6f [2023-01-12T17:30:23.886Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-01-12T17:30:24.470Z] ---> Running in 29f92e857f0e [2023-01-12T17:30:26.416Z] 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-12T17:30:38.738Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:30:38.738Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:30:38.738Z] ---> 49703d6fac0b [2023-01-12T17:30:38.738Z] Step 3/19 : WORKDIR /edgex-go [2023-01-12T17:30:38.738Z] ---> Using cache [2023-01-12T17:30:38.738Z] ---> 42b9ad56af1f [2023-01-12T17:30:38.738Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-01-12T17:30:38.738Z] ---> Running in fadd70b8e388 [2023-01-12T17:30:39.695Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:30:40.285Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:30:40.876Z] Removing intermediate container 30503a881fea [2023-01-12T17:30:40.876Z] ---> 333aa5f3005a [2023-01-12T17:30:40.876Z] [2023-01-12T17:30:40.876Z] Step 9/21 : FROM alpine:3.16 [2023-01-12T17:30:40.876Z] ---> 2b4661558fb8 [2023-01-12T17:30:40.876Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-01-12T17:30:40.876Z] ---> Running in ff37d49c01b5 [2023-01-12T17:30:42.292Z] v3.16.3-99-g1016b47723 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-01-12T17:30:42.292Z] v3.16.3-104-g68a75e0e6d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-01-12T17:30:42.292Z] OK: 16899 distinct packages available [2023-01-12T17:30:42.292Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:30:42.875Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:30:43.141Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:30:43.408Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:30:44.373Z] OK: 221 MiB in 51 packages [2023-01-12T17:30:44.640Z] (1/6) Installing ca-certificates (20220614-r0) [2023-01-12T17:30:44.906Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-01-12T17:30:44.906Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-01-12T17:30:44.906Z] (4/6) Installing libcurl (7.83.1-r5) [2023-01-12T17:30:44.906Z] (5/6) Installing curl (7.83.1-r5) [2023-01-12T17:30:44.906Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-01-12T17:30:44.906Z] Executing busybox-1.35.0-r17.trigger [2023-01-12T17:30:44.906Z] Executing ca-certificates-20220614-r0.trigger [2023-01-12T17:30:45.493Z] OK: 8 MiB in 20 packages [2023-01-12T17:30:45.760Z] Removing intermediate container fadd70b8e388 [2023-01-12T17:30:45.760Z] ---> 2765aab324c3 [2023-01-12T17:30:45.760Z] Step 5/19 : COPY go.mod vendor* ./ [2023-01-12T17:30:47.705Z] ---> df03915ed268 [2023-01-12T17:30:47.705Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:30:47.705Z] ---> Running in f93c03a3af2f [2023-01-12T17:30:48.298Z] Removing intermediate container ff37d49c01b5 [2023-01-12T17:30:48.298Z] ---> b10ac75c3f12 [2023-01-12T17:30:48.298Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-01-12T17:30:48.565Z] ---> Running in 6a52c501ce81 [2023-01-12T17:30:49.148Z] Removing intermediate container 6a52c501ce81 [2023-01-12T17:30:49.148Z] ---> de4b818cefaf [2023-01-12T17:30:49.148Z] Step 12/21 : WORKDIR /edgex [2023-01-12T17:30:49.414Z] ---> Running in cdbfda8696a5 [2023-01-12T17:30:49.993Z] Removing intermediate container cdbfda8696a5 [2023-01-12T17:30:49.993Z] ---> b0cc9eb2096a [2023-01-12T17:30:49.993Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-01-12T17:30:50.951Z] ---> 377fae750045 [2023-01-12T17:30:50.951Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-01-12T17:30:52.353Z] ---> dc234be62e12 [2023-01-12T17:30:52.353Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-01-12T17:30:53.754Z] ---> 40a644445c69 [2023-01-12T17:30:53.754Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-01-12T17:30:54.717Z] ---> dc43f30a7a46 [2023-01-12T17:30:54.717Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-01-12T17:30:54.717Z] ---> Running in c80fe7d339f7 [2023-01-12T17:30:58.056Z] Removing intermediate container c80fe7d339f7 [2023-01-12T17:30:58.056Z] ---> f8bd35f9aa77 [2023-01-12T17:30:58.056Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-01-12T17:30:58.056Z] ---> Running in 77e67d4d1cd4 [2023-01-12T17:30:58.638Z] Removing intermediate container 77e67d4d1cd4 [2023-01-12T17:30:58.638Z] ---> c18f1f373f76 [2023-01-12T17:30:58.638Z] Step 19/21 : LABEL arch=arm64 [2023-01-12T17:30:58.638Z] ---> Running in 79192eb2b46f [2023-01-12T17:30:59.222Z] Removing intermediate container 79192eb2b46f [2023-01-12T17:30:59.222Z] ---> 218d2906a58b [2023-01-12T17:30:59.222Z] Step 20/21 : LABEL git_sha=7302432752287616b2a8ba38f6c7219079e7be99 [2023-01-12T17:30:59.222Z] ---> Running in 9dc5639b1fe3 [2023-01-12T17:30:59.803Z] Removing intermediate container 9dc5639b1fe3 [2023-01-12T17:30:59.803Z] ---> 02ceb6f97872 [2023-01-12T17:30:59.803Z] Step 21/21 : LABEL version=0.0.0 [2023-01-12T17:30:59.803Z] ---> Running in 2530172df85e [2023-01-12T17:31:00.384Z] Removing intermediate container 2530172df85e [2023-01-12T17:31:00.384Z] ---> 08ff99bb0170 [2023-01-12T17:31:00.384Z] [2023-01-12T17:31:00.652Z] Successfully built 08ff99bb0170 [2023-01-12T17:31:00.652Z] Successfully tagged security-proxy-setup-arm64:latest [2023-01-12T17:31:00.919Z]  Building security-proxy-setup ... done Building support-scheduler [2023-01-12T17:31:15.918Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:31:15.918Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:31:15.918Z] ---> 49703d6fac0b [2023-01-12T17:31:15.918Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-01-12T17:31:15.918Z] ---> Using cache [2023-01-12T17:31:15.918Z] ---> ba4d5c65d767 [2023-01-12T17:31:15.918Z] Step 4/22 : WORKDIR /edgex-go [2023-01-12T17:31:15.918Z] ---> Using cache [2023-01-12T17:31:15.918Z] ---> 92e70a868460 [2023-01-12T17:31:15.918Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-01-12T17:31:15.918Z] ---> Using cache [2023-01-12T17:31:15.918Z] ---> 928a9d398f5c [2023-01-12T17:31:15.918Z] Step 6/22 : COPY go.mod vendor* ./ [2023-01-12T17:31:15.918Z] ---> Using cache [2023-01-12T17:31:15.918Z] ---> 4611005b9398 [2023-01-12T17:31:15.918Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:31:15.918Z] ---> Using cache [2023-01-12T17:31:15.918Z] ---> cddfbd5dba7d [2023-01-12T17:31:15.918Z] Step 8/22 : COPY . . [2023-01-12T17:31:15.918Z] ---> Using cache [2023-01-12T17:31:15.918Z] ---> 736e0e9ebd6f [2023-01-12T17:31:15.918Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-01-12T17:31:15.918Z] ---> Running in 907f0320df10 [2023-01-12T17:31:16.878Z] 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-12T17:32:38.484Z] Removing intermediate container f93c03a3af2f [2023-01-12T17:32:38.484Z] ---> cf60b63eb057 [2023-01-12T17:32:38.484Z] Step 7/19 : COPY . . [2023-01-12T17:32:43.823Z] ---> 80d6cebdfc7e [2023-01-12T17:32:43.823Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-01-12T17:32:43.823Z] ---> Running in 2c783bfbd83a [2023-01-12T17:32:45.237Z] 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-12T17:33:03.445Z] Removing intermediate container 88d403d9e18c [2023-01-12T17:33:03.445Z] ---> 65d5ba1f8a4b [2023-01-12T17:33:03.445Z] [2023-01-12T17:33:03.445Z] Step 10/22 : FROM alpine:3.16 [2023-01-12T17:33:03.445Z] ---> 2b4661558fb8 [2023-01-12T17:33:03.445Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-01-12T17:33:03.445Z] ---> Running in f6177b67ba4f [2023-01-12T17:33:05.388Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:33:05.972Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:33:07.536Z] (1/2) Installing ca-certificates (20220614-r0) [2023-01-12T17:33:07.536Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-01-12T17:33:07.536Z] Executing busybox-1.35.0-r17.trigger [2023-01-12T17:33:07.823Z] Executing ca-certificates-20220614-r0.trigger [2023-01-12T17:33:08.416Z] OK: 6 MiB in 16 packages [2023-01-12T17:33:11.947Z] Removing intermediate container f6177b67ba4f [2023-01-12T17:33:11.947Z] ---> 9fa4fca516d6 [2023-01-12T17:33:11.947Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-12T17:33:11.947Z] ---> Running in 907a305ebc7c [2023-01-12T17:33:12.529Z] Removing intermediate container 907a305ebc7c [2023-01-12T17:33:12.529Z] ---> 8fbdab97748c [2023-01-12T17:33:12.529Z] Step 13/22 : ENV APP_PORT=59860 [2023-01-12T17:33:12.796Z] ---> Running in 43a25173b24b [2023-01-12T17:33:13.752Z] Removing intermediate container 43a25173b24b [2023-01-12T17:33:13.753Z] ---> ccae57f01018 [2023-01-12T17:33:13.753Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-12T17:33:13.753Z] ---> Running in 895465acd6fc [2023-01-12T17:33:14.709Z] Removing intermediate container 895465acd6fc [2023-01-12T17:33:14.709Z] ---> ba3312462781 [2023-01-12T17:33:14.709Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-12T17:33:16.110Z] ---> f7bd0ada1ad5 [2023-01-12T17:33:16.110Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-01-12T17:33:17.511Z] Removing intermediate container 5b88800e8e54 [2023-01-12T17:33:17.511Z] ---> fe58bad3d12f [2023-01-12T17:33:17.511Z] [2023-01-12T17:33:17.511Z] Step 10/22 : FROM alpine:3.16 [2023-01-12T17:33:17.511Z] ---> 2b4661558fb8 [2023-01-12T17:33:17.511Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-01-12T17:33:17.776Z] ---> Running in 7cb544cdc704 [2023-01-12T17:33:21.113Z] Removing intermediate container 7cb544cdc704 [2023-01-12T17:33:21.113Z] ---> 5d59b7e41238 [2023-01-12T17:33:21.113Z] Step 12/22 : ENV APP_PORT=59880 [2023-01-12T17:33:21.113Z] ---> fafe4efd699d [2023-01-12T17:33:21.113Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-01-12T17:33:21.113Z] ---> Running in 05f797221fd3 [2023-01-12T17:33:21.692Z] Removing intermediate container 05f797221fd3 [2023-01-12T17:33:21.692Z] ---> 881f9dcb151f [2023-01-12T17:33:21.692Z] Step 13/22 : EXPOSE $APP_PORT [2023-01-12T17:33:21.959Z] ---> Running in ea2843c6373c [2023-01-12T17:33:21.959Z] ---> 6932e8a096b8 [2023-01-12T17:33:21.959Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-01-12T17:33:21.959Z] ---> Running in ecdc1ebe26c0 [2023-01-12T17:33:22.544Z] Removing intermediate container ea2843c6373c [2023-01-12T17:33:22.544Z] ---> 0b3ff0efb9ae [2023-01-12T17:33:22.544Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-01-12T17:33:22.544Z] Removing intermediate container ecdc1ebe26c0 [2023-01-12T17:33:22.544Z] ---> 2a31ae7091f5 [2023-01-12T17:33:22.544Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-12T17:33:22.813Z] ---> Running in 56efea1b3e7d [2023-01-12T17:33:22.813Z] ---> Running in 9c708fa766ad [2023-01-12T17:33:23.771Z] Removing intermediate container 9c708fa766ad [2023-01-12T17:33:23.771Z] ---> 3ce6c6bc383d [2023-01-12T17:33:23.771Z] Step 20/22 : LABEL arch=arm64 [2023-01-12T17:33:23.771Z] ---> Running in 04fd951a833c [2023-01-12T17:33:24.356Z] Removing intermediate container 04fd951a833c [2023-01-12T17:33:24.356Z] ---> 604255352c2a [2023-01-12T17:33:24.356Z] Step 21/22 : LABEL git_sha=7302432752287616b2a8ba38f6c7219079e7be99 [2023-01-12T17:33:24.623Z] ---> Running in d0b70f0c6a09 [2023-01-12T17:33:25.207Z] Removing intermediate container d0b70f0c6a09 [2023-01-12T17:33:25.207Z] ---> b4431bef1169 [2023-01-12T17:33:25.207Z] Step 22/22 : LABEL version=0.0.0 [2023-01-12T17:33:25.207Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:33:25.475Z] ---> Running in a4dc6f4d8594 [2023-01-12T17:33:25.741Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:33:25.741Z] Removing intermediate container a4dc6f4d8594 [2023-01-12T17:33:25.741Z] ---> 12d76f682560 [2023-01-12T17:33:25.741Z] [2023-01-12T17:33:26.008Z] Successfully built 12d76f682560 [2023-01-12T17:33:26.008Z] Successfully tagged support-notifications-arm64:latest [2023-01-12T17:33:26.008Z] Building security-bootstrapper [2023-01-12T17:33:27.411Z]  Building support-notifications ... done (1/1) Installing dumb-init (1.2.5-r1) [2023-01-12T17:33:27.411Z] Executing busybox-1.35.0-r17.trigger [2023-01-12T17:33:27.411Z] OK: 5 MiB in 15 packages [2023-01-12T17:33:28.820Z] Removing intermediate container 56efea1b3e7d [2023-01-12T17:33:28.820Z] ---> 35b2b304bf4d [2023-01-12T17:33:28.820Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-12T17:33:29.775Z] ---> 412473457940 [2023-01-12T17:33:29.775Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-01-12T17:33:31.712Z] ---> 06473f6997a8 [2023-01-12T17:33:31.712Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-01-12T17:33:32.668Z] ---> 314a79cc031f [2023-01-12T17:33:32.668Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-01-12T17:33:32.668Z] ---> Running in 14f0566e48c3 [2023-01-12T17:33:33.259Z] Removing intermediate container 14f0566e48c3 [2023-01-12T17:33:33.259Z] ---> 00e45c0c02df [2023-01-12T17:33:33.259Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-12T17:33:33.527Z] ---> Running in 6e2df326538e [2023-01-12T17:33:34.115Z] Removing intermediate container 6e2df326538e [2023-01-12T17:33:34.115Z] ---> de3a16f75ee6 [2023-01-12T17:33:34.115Z] Step 20/22 : LABEL arch=arm64 [2023-01-12T17:33:34.382Z] ---> Running in 21022d12550d [2023-01-12T17:33:34.969Z] Removing intermediate container 21022d12550d [2023-01-12T17:33:34.969Z] ---> 9506468828f3 [2023-01-12T17:33:34.969Z] Step 21/22 : LABEL git_sha=7302432752287616b2a8ba38f6c7219079e7be99 [2023-01-12T17:33:35.241Z] ---> Running in b1cf268ddd16 [2023-01-12T17:33:36.208Z] Removing intermediate container b1cf268ddd16 [2023-01-12T17:33:36.208Z] ---> e14710ac6844 [2023-01-12T17:33:36.208Z] Step 22/22 : LABEL version=0.0.0 [2023-01-12T17:33:36.208Z] ---> Running in 228ff1ae2917 [2023-01-12T17:33:36.792Z] Removing intermediate container 228ff1ae2917 [2023-01-12T17:33:36.793Z] ---> 533869927b9d [2023-01-12T17:33:36.793Z] [2023-01-12T17:33:37.059Z] Successfully built 533869927b9d [2023-01-12T17:33:37.059Z] Successfully tagged core-data-arm64:latest [2023-01-12T17:33:37.325Z] Building security-spire-agent [2023-01-12T17:33:47.393Z]  Building core-data ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:33:47.393Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:33:47.393Z] ---> 49703d6fac0b [2023-01-12T17:33:47.393Z] Step 3/32 : WORKDIR /edgex-go [2023-01-12T17:33:47.393Z] ---> Using cache [2023-01-12T17:33:47.393Z] ---> 42b9ad56af1f [2023-01-12T17:33:47.393Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-01-12T17:33:47.393Z] ---> Using cache [2023-01-12T17:33:47.393Z] ---> 699ba1dc6b02 [2023-01-12T17:33:47.393Z] Step 5/32 : COPY go.mod vendor* ./ [2023-01-12T17:33:47.393Z] ---> Using cache [2023-01-12T17:33:47.393Z] ---> 188b8bfd54da [2023-01-12T17:33:47.393Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:33:47.393Z] ---> Using cache [2023-01-12T17:33:47.393Z] ---> 1fd4f728c7d1 [2023-01-12T17:33:47.393Z] Step 7/32 : COPY . . [2023-01-12T17:33:47.393Z] ---> Using cache [2023-01-12T17:33:47.393Z] ---> 20abbfed64e3 [2023-01-12T17:33:47.393Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-01-12T17:33:47.393Z] ---> Running in 5070153e2040 [2023-01-12T17:33:48.803Z] 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-12T17:33:57.004Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-01-12T17:33:57.004Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-01-12T17:33:57.004Z] ---> 49703d6fac0b [2023-01-12T17:33:57.004Z] Step 3/24 : WORKDIR /edgex-go [2023-01-12T17:33:57.004Z] ---> Using cache [2023-01-12T17:33:57.004Z] ---> 42b9ad56af1f [2023-01-12T17:33:57.004Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-01-12T17:33:58.412Z] ---> Running in 17e063c52369 [2023-01-12T17:34:00.356Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:34:00.624Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:34:02.033Z] OK: 221 MiB in 51 packages [2023-01-12T17:34:03.448Z] Removing intermediate container 17e063c52369 [2023-01-12T17:34:03.448Z] ---> dab4acb0eda9 [2023-01-12T17:34:03.448Z] Step 5/24 : COPY go.mod vendor* ./ [2023-01-12T17:34:04.410Z] ---> 378fd0877f17 [2023-01-12T17:34:04.410Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-12T17:34:04.676Z] ---> Running in f3a17ea59bf1 [2023-01-12T17:35:41.296Z] Removing intermediate container f3a17ea59bf1 [2023-01-12T17:35:41.296Z] ---> 6aa30d11df72 [2023-01-12T17:35:41.296Z] Step 7/24 : COPY . . [2023-01-12T17:35:43.235Z] ---> 5173d158f0b7 [2023-01-12T17:35:43.235Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-01-12T17:35:43.235Z] ---> Running in c3c4c3fe31dc [2023-01-12T17:35:43.505Z] Removing intermediate container c3c4c3fe31dc [2023-01-12T17:35:43.505Z] ---> 661252b5bddc [2023-01-12T17:35:43.505Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-01-12T17:35:43.772Z] ---> Running in 32a4863e3bef [2023-01-12T17:35:44.376Z] Removing intermediate container 32a4863e3bef [2023-01-12T17:35:44.376Z] ---> 3a5ebf21ff8a [2023-01-12T17:35:44.376Z] 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-12T17:35:44.376Z] ---> Running in 414dd28b9166 [2023-01-12T17:35:47.740Z] Removing intermediate container 414dd28b9166 [2023-01-12T17:35:47.740Z] ---> d018c6ad60fd [2023-01-12T17:35:47.740Z] Step 11/24 : WORKDIR /edgex-go [2023-01-12T17:35:47.740Z] ---> Running in f1fc0e0066ce [2023-01-12T17:35:47.740Z] Removing intermediate container f1fc0e0066ce [2023-01-12T17:35:47.740Z] ---> c0fc697d5b29 [2023-01-12T17:35:47.740Z] [2023-01-12T17:35:47.740Z] Step 12/24 : FROM alpine:3.15 [2023-01-12T17:35:47.740Z] ---> 8aa73fd46299 [2023-01-12T17:35:47.740Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-12T17:35:47.740Z] ---> Using cache [2023-01-12T17:35:47.740Z] ---> 9bac5fa4ff8e [2023-01-12T17:35:47.740Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-01-12T17:35:48.013Z] ---> Running in 95d7fab44a92 [2023-01-12T17:35:49.416Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:35:49.995Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:35:51.393Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-12T17:35:51.393Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-12T17:35:51.393Z] OK: 15736 distinct packages available [2023-01-12T17:35:51.393Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:35:51.657Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:35:53.059Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-01-12T17:35:53.059Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-01-12T17:35:53.059Z] (3/5) Installing libucontext (1.1-r0) [2023-01-12T17:35:53.059Z] (4/5) Installing gcompat (1.0.0-r4) [2023-01-12T17:35:53.059Z] (5/5) Installing openssl (1.1.1s-r1) [2023-01-12T17:35:53.059Z] Executing busybox-1.34.1-r7.trigger [2023-01-12T17:35:53.059Z] OK: 6 MiB in 19 packages [2023-01-12T17:35:55.005Z] Removing intermediate container 95d7fab44a92 [2023-01-12T17:35:55.005Z] ---> 172de3e041fc [2023-01-12T17:35:55.005Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-01-12T17:35:58.341Z] ---> 6014a4479a60 [2023-01-12T17:35:58.341Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-01-12T17:36:03.707Z] ---> fafe4f5c965c [2023-01-12T17:36:03.707Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-01-12T17:36:04.292Z] ---> 9fd70ff02ff0 [2023-01-12T17:36:04.292Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-01-12T17:36:05.247Z] ---> f052c1a00e10 [2023-01-12T17:36:05.247Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-01-12T17:36:06.201Z] ---> ab29e6b9bf95 [2023-01-12T17:36:06.201Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-01-12T17:36:06.201Z] ---> Running in 84bcf93bdd95 [2023-01-12T17:36:06.474Z] Removing intermediate container 84bcf93bdd95 [2023-01-12T17:36:06.474Z] ---> 10107739b5e2 [2023-01-12T17:36:06.474Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-01-12T17:36:06.738Z] ---> Running in dbed24958895 [2023-01-12T17:36:07.004Z] Removing intermediate container dbed24958895 [2023-01-12T17:36:07.004Z] ---> 4c9bfc4835b1 [2023-01-12T17:36:07.004Z] Step 22/24 : LABEL arch=arm64 [2023-01-12T17:36:07.273Z] ---> Running in 05a0683ea732 [2023-01-12T17:36:07.538Z] Removing intermediate container 05a0683ea732 [2023-01-12T17:36:07.538Z] ---> 558003bfcf59 [2023-01-12T17:36:07.538Z] Step 23/24 : LABEL git_sha=7302432752287616b2a8ba38f6c7219079e7be99 [2023-01-12T17:36:07.538Z] ---> Running in 5cbe93ae336d [2023-01-12T17:36:08.119Z] Removing intermediate container 5cbe93ae336d [2023-01-12T17:36:08.119Z] ---> 0f70305413e0 [2023-01-12T17:36:08.119Z] Step 24/24 : LABEL version=0.0.0 [2023-01-12T17:36:08.119Z] ---> Running in 94f60f79ad12 [2023-01-12T17:36:08.699Z] Removing intermediate container 94f60f79ad12 [2023-01-12T17:36:08.699Z] ---> 7497982eeaec [2023-01-12T17:36:08.699Z] [2023-01-12T17:36:08.963Z] Successfully built 7497982eeaec [2023-01-12T17:36:08.963Z] Successfully tagged security-spire-agent-arm64:latest [2023-01-12T17:37:16.796Z]  Building security-spire-agent ... done Removing intermediate container 29f92e857f0e [2023-01-12T17:37:16.796Z] ---> 33d68133ec4e [2023-01-12T17:37:16.796Z] [2023-01-12T17:37:16.796Z] Step 10/24 : FROM alpine:3.16 [2023-01-12T17:37:16.796Z] ---> 2b4661558fb8 [2023-01-12T17:37:16.796Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-01-12T17:37:16.796Z] ---> Using cache [2023-01-12T17:37:16.796Z] ---> 2390185b97f7 [2023-01-12T17:37:16.796Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-12T17:37:16.796Z] ---> Using cache [2023-01-12T17:37:16.796Z] ---> 3fe086cd2376 [2023-01-12T17:37:16.796Z] Step 13/24 : ENV APP_PORT=59881 [2023-01-12T17:37:16.796Z] ---> Running in 7ea6ee799b7a [2023-01-12T17:37:17.060Z] Removing intermediate container 7ea6ee799b7a [2023-01-12T17:37:17.060Z] ---> 399ea53e9e0a [2023-01-12T17:37:17.061Z] Step 14/24 : EXPOSE $APP_PORT [2023-01-12T17:37:17.061Z] ---> Running in d78ecac3c52a [2023-01-12T17:37:17.640Z] Removing intermediate container d78ecac3c52a [2023-01-12T17:37:17.640Z] ---> a95d193ce563 [2023-01-12T17:37:17.640Z] Step 15/24 : WORKDIR / [2023-01-12T17:37:17.640Z] ---> Running in 9b345dd6a460 [2023-01-12T17:37:18.225Z] Removing intermediate container 9b345dd6a460 [2023-01-12T17:37:18.225Z] ---> 8695a52afb3e [2023-01-12T17:37:18.225Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-12T17:37:18.804Z] ---> 987e744b437c [2023-01-12T17:37:18.804Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-01-12T17:37:20.740Z] ---> 83fd1e407889 [2023-01-12T17:37:20.740Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-01-12T17:37:21.320Z] ---> 645cf191b9ed [2023-01-12T17:37:21.320Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-01-12T17:37:22.284Z] ---> f3db25401bb5 [2023-01-12T17:37:22.284Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-01-12T17:37:22.284Z] ---> Running in 4883cf367bc5 [2023-01-12T17:37:22.864Z] Removing intermediate container 4883cf367bc5 [2023-01-12T17:37:22.864Z] ---> a19938c728ce [2023-01-12T17:37:22.864Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-12T17:37:23.130Z] ---> Running in 4b10138dae79 [2023-01-12T17:37:23.708Z] Removing intermediate container 4b10138dae79 [2023-01-12T17:37:23.708Z] ---> 38331effe86e [2023-01-12T17:37:23.708Z] Step 22/24 : LABEL arch=arm64 [2023-01-12T17:37:23.708Z] ---> Running in b7308417a813 [2023-01-12T17:37:24.285Z] Removing intermediate container b7308417a813 [2023-01-12T17:37:24.285Z] ---> a973503407aa [2023-01-12T17:37:24.285Z] Step 23/24 : LABEL git_sha=7302432752287616b2a8ba38f6c7219079e7be99 [2023-01-12T17:37:24.285Z] ---> Running in 9b85b95c02f4 [2023-01-12T17:37:24.869Z] Removing intermediate container 9b85b95c02f4 [2023-01-12T17:37:24.869Z] ---> 1a3c6589b297 [2023-01-12T17:37:24.869Z] Step 24/24 : LABEL version=0.0.0 [2023-01-12T17:37:24.869Z] ---> Running in e8481562c11b [2023-01-12T17:37:25.451Z] Removing intermediate container e8481562c11b [2023-01-12T17:37:25.451Z] ---> dfbbd004241c [2023-01-12T17:37:25.451Z] [2023-01-12T17:37:25.715Z] Successfully built dfbbd004241c [2023-01-12T17:37:25.715Z] Successfully tagged core-metadata-arm64:latest [2023-01-12T17:39:02.476Z]  Building core-metadata ... done Removing intermediate container 5070153e2040 [2023-01-12T17:39:02.476Z] ---> eeca3a101b94 [2023-01-12T17:39:02.476Z] [2023-01-12T17:39:02.476Z] Step 9/32 : FROM alpine:3.16 [2023-01-12T17:39:02.476Z] ---> 2b4661558fb8 [2023-01-12T17:39:02.476Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-12T17:39:02.476Z] ---> Running in aac7d7dd0ca5 [2023-01-12T17:39:02.476Z] Removing intermediate container aac7d7dd0ca5 [2023-01-12T17:39:02.476Z] ---> 229a6900730e [2023-01-12T17:39:02.476Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-01-12T17:39:02.477Z] ---> Running in 662cc703b224 [2023-01-12T17:39:02.477Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:39:02.477Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:39:02.477Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-01-12T17:39:02.477Z] (2/2) Installing su-exec (0.2-r1) [2023-01-12T17:39:02.477Z] Executing busybox-1.35.0-r17.trigger [2023-01-12T17:39:02.477Z] OK: 5 MiB in 16 packages [2023-01-12T17:39:02.477Z] Removing intermediate container 662cc703b224 [2023-01-12T17:39:02.477Z] ---> 01f3debf9ad8 [2023-01-12T17:39:02.477Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-01-12T17:39:02.477Z] ---> Running in a1bf7254a416 [2023-01-12T17:39:02.477Z] Removing intermediate container a1bf7254a416 [2023-01-12T17:39:02.477Z] ---> 29fdd7769d71 [2023-01-12T17:39:02.477Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-01-12T17:39:02.477Z] ---> Running in 0b35aa42eb75 [2023-01-12T17:39:02.477Z] Removing intermediate container 0b35aa42eb75 [2023-01-12T17:39:02.477Z] ---> 54405771c30d [2023-01-12T17:39:02.477Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-01-12T17:39:02.477Z] ---> Running in 50d8743ca439 [2023-01-12T17:39:02.477Z] Removing intermediate container 50d8743ca439 [2023-01-12T17:39:02.477Z] ---> 04760489f7e8 [2023-01-12T17:39:02.477Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-01-12T17:39:02.477Z] ---> Running in d6297918eeef [2023-01-12T17:39:02.477Z] Removing intermediate container d6297918eeef [2023-01-12T17:39:02.477Z] ---> cd68bee1bcc1 [2023-01-12T17:39:02.477Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-01-12T17:39:02.477Z] ---> Running in f0aaa3d79125 [2023-01-12T17:39:02.477Z] Removing intermediate container f0aaa3d79125 [2023-01-12T17:39:02.477Z] ---> 89d598ee3d87 [2023-01-12T17:39:02.477Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-01-12T17:39:02.477Z] ---> Running in f38b7a507dd9 [2023-01-12T17:39:02.477Z] Removing intermediate container f38b7a507dd9 [2023-01-12T17:39:02.477Z] ---> 93d57c2b9bbd [2023-01-12T17:39:02.477Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-01-12T17:39:02.477Z] ---> 6b2d8daca801 [2023-01-12T17:39:02.477Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-01-12T17:39:02.477Z] ---> Running in 5cbbeefb0324 [2023-01-12T17:39:02.477Z] Removing intermediate container 5cbbeefb0324 [2023-01-12T17:39:02.477Z] ---> a69a36fab9da [2023-01-12T17:39:02.477Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-12T17:39:02.744Z] ---> d7ab97eb746d [2023-01-12T17:39:02.744Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-01-12T17:39:04.685Z] ---> 1532a9204da6 [2023-01-12T17:39:04.685Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-01-12T17:39:05.282Z] ---> 0ac334f13ded [2023-01-12T17:39:05.282Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-01-12T17:39:06.248Z] ---> f219a9e11dfb [2023-01-12T17:39:06.248Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-01-12T17:39:07.208Z] ---> b99c9be04995 [2023-01-12T17:39:07.208Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-01-12T17:39:08.178Z] ---> ba3414bdb87f [2023-01-12T17:39:08.178Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-01-12T17:39:09.133Z] ---> f08f633565c5 [2023-01-12T17:39:09.133Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-01-12T17:39:09.133Z] ---> Running in dc86028c9817 [2023-01-12T17:39:10.573Z] Removing intermediate container 907f0320df10 [2023-01-12T17:39:10.573Z] ---> 9a421c05e2cb [2023-01-12T17:39:10.573Z] [2023-01-12T17:39:10.573Z] Step 10/22 : FROM alpine:3.16 [2023-01-12T17:39:10.573Z] ---> 2b4661558fb8 [2023-01-12T17:39:10.573Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-01-12T17:39:10.573Z] ---> Using cache [2023-01-12T17:39:10.573Z] ---> 2390185b97f7 [2023-01-12T17:39:10.573Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-01-12T17:39:10.573Z] ---> Using cache [2023-01-12T17:39:10.573Z] ---> 3fe086cd2376 [2023-01-12T17:39:10.573Z] Step 13/22 : ENV APP_PORT=59861 [2023-01-12T17:39:11.153Z] ---> Running in 3697d0d88706 [2023-01-12T17:39:11.738Z] Removing intermediate container 3697d0d88706 [2023-01-12T17:39:11.738Z] ---> 475122e71404 [2023-01-12T17:39:11.738Z] Step 14/22 : EXPOSE $APP_PORT [2023-01-12T17:39:11.738Z] ---> Running in b163494066b3 [2023-01-12T17:39:12.016Z] Removing intermediate container 2c783bfbd83a [2023-01-12T17:39:12.016Z] ---> 03131075293b [2023-01-12T17:39:12.016Z] [2023-01-12T17:39:12.016Z] Step 9/19 : FROM alpine:3.15 [2023-01-12T17:39:12.016Z] ---> 8aa73fd46299 [2023-01-12T17:39:12.016Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-01-12T17:39:12.016Z] ---> Using cache [2023-01-12T17:39:12.016Z] ---> 9bac5fa4ff8e [2023-01-12T17:39:12.016Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-01-12T17:39:12.016Z] ---> Running in f14a31f3ee42 [2023-01-12T17:39:12.016Z] Removing intermediate container dc86028c9817 [2023-01-12T17:39:12.016Z] ---> 6209843765fa [2023-01-12T17:39:12.016Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-01-12T17:39:12.281Z] ---> Running in 1405494de9ef [2023-01-12T17:39:12.281Z] Removing intermediate container b163494066b3 [2023-01-12T17:39:12.281Z] ---> d67e7a0fdf09 [2023-01-12T17:39:12.281Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-12T17:39:12.864Z] Removing intermediate container 1405494de9ef [2023-01-12T17:39:12.864Z] ---> b0a59ca0d429 [2023-01-12T17:39:12.864Z] Step 29/32 : CMD ["gate"] [2023-01-12T17:39:12.864Z] ---> Running in 6aa5358eb670 [2023-01-12T17:39:13.134Z] ---> f2db454fc55a [2023-01-12T17:39:13.134Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-01-12T17:39:13.134Z] Removing intermediate container 6aa5358eb670 [2023-01-12T17:39:13.134Z] ---> 53249da607c2 [2023-01-12T17:39:13.134Z] Step 30/32 : LABEL arch=arm64 [2023-01-12T17:39:13.401Z] ---> Running in 07cd0b3328c1 [2023-01-12T17:39:13.401Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:39:13.667Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:39:13.933Z] Removing intermediate container 07cd0b3328c1 [2023-01-12T17:39:13.933Z] ---> b330ff037881 [2023-01-12T17:39:13.933Z] Step 31/32 : LABEL git_sha=7302432752287616b2a8ba38f6c7219079e7be99 [2023-01-12T17:39:13.933Z] ---> Running in 8534d41ab0df [2023-01-12T17:39:14.517Z] Removing intermediate container 8534d41ab0df [2023-01-12T17:39:14.517Z] ---> a5e355d737e6 [2023-01-12T17:39:14.517Z] Step 32/32 : LABEL version=0.0.0 [2023-01-12T17:39:14.517Z] ---> Running in 723d38fe462f [2023-01-12T17:39:14.783Z] v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-01-12T17:39:14.783Z] v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-01-12T17:39:14.783Z] OK: 15736 distinct packages available [2023-01-12T17:39:14.783Z] ---> 5073f5ea95fa [2023-01-12T17:39:14.783Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-01-12T17:39:15.053Z] Removing intermediate container 723d38fe462f [2023-01-12T17:39:15.053Z] ---> 5d09da0feefb [2023-01-12T17:39:15.053Z] [2023-01-12T17:39:15.053Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-01-12T17:39:15.319Z] Successfully built 5d09da0feefb [2023-01-12T17:39:15.319Z] Successfully tagged security-bootstrapper-arm64:latest [2023-01-12T17:39:15.319Z]  Building security-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-01-12T17:39:15.586Z] ---> f1f64f9e0072 [2023-01-12T17:39:15.586Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-01-12T17:39:15.586Z] ---> Running in d98ad61f56d2 [2023-01-12T17:39:15.858Z] Removing intermediate container d98ad61f56d2 [2023-01-12T17:39:15.858Z] ---> 031c70333748 [2023-01-12T17:39:15.858Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-12T17:39:15.858Z] ---> Running in b85d470724d8 [2023-01-12T17:39:16.126Z] (1/9) Installing ca-certificates (20220614-r0) [2023-01-12T17:39:16.392Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-01-12T17:39:16.392Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-01-12T17:39:16.392Z] (4/9) Installing libcurl (7.80.0-r5) [2023-01-12T17:39:16.392Z] Removing intermediate container b85d470724d8 [2023-01-12T17:39:16.392Z] ---> e7fb90255812 [2023-01-12T17:39:16.392Z] Step 20/22 : LABEL arch=arm64 [2023-01-12T17:39:16.392Z] (5/9) Installing curl (7.80.0-r5) [2023-01-12T17:39:16.392Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-01-12T17:39:16.392Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-01-12T17:39:16.392Z] (8/9) Installing libucontext (1.1-r0) [2023-01-12T17:39:16.392Z] (9/9) Installing gcompat (1.0.0-r4) [2023-01-12T17:39:16.392Z] Executing busybox-1.34.1-r7.trigger [2023-01-12T17:39:16.392Z] Executing ca-certificates-20220614-r0.trigger [2023-01-12T17:39:16.392Z] ---> Running in 6607f59e17ae [2023-01-12T17:39:16.664Z] OK: 8 MiB in 23 packages [2023-01-12T17:39:16.931Z] Removing intermediate container 6607f59e17ae [2023-01-12T17:39:16.931Z] ---> 482ae81f5fe1 [2023-01-12T17:39:16.931Z] Step 21/22 : LABEL git_sha=7302432752287616b2a8ba38f6c7219079e7be99 [2023-01-12T17:39:16.931Z] ---> Running in b250eb234b8c [2023-01-12T17:39:17.199Z] Removing intermediate container b250eb234b8c [2023-01-12T17:39:17.199Z] ---> d8e8aa2e1a30 [2023-01-12T17:39:17.199Z] Step 22/22 : LABEL version=0.0.0 [2023-01-12T17:39:17.467Z] ---> Running in 73d5f06add0a [2023-01-12T17:39:18.049Z] Removing intermediate container 73d5f06add0a [2023-01-12T17:39:18.049Z] ---> 05d7b687d901 [2023-01-12T17:39:18.049Z] [2023-01-12T17:39:18.049Z] Successfully built 05d7b687d901 [2023-01-12T17:39:18.049Z] Successfully tagged support-scheduler-arm64:latest [2023-01-12T17:39:18.315Z]  Building support-scheduler ... done Removing intermediate container f14a31f3ee42 [2023-01-12T17:39:18.315Z] ---> 058ac6d4700b [2023-01-12T17:39:18.315Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-01-12T17:39:18.897Z] ---> 6b5abbbb8283 [2023-01-12T17:39:18.897Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-01-12T17:39:19.858Z] ---> a26f3e809abb [2023-01-12T17:39:19.858Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-01-12T17:39:20.441Z] ---> 81a9fbd7c2cf [2023-01-12T17:39:20.441Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-01-12T17:39:20.441Z] ---> Running in 41c24e8624c2 [2023-01-12T17:39:20.713Z] Removing intermediate container 41c24e8624c2 [2023-01-12T17:39:20.713Z] ---> 1b569c15dc2c [2023-01-12T17:39:20.713Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-12T17:39:20.981Z] ---> Running in cb34a5da5509 [2023-01-12T17:39:21.247Z] Removing intermediate container cb34a5da5509 [2023-01-12T17:39:21.247Z] ---> 51e3aa8e775f [2023-01-12T17:39:21.247Z] Step 17/19 : LABEL arch=arm64 [2023-01-12T17:39:21.247Z] ---> Running in 4d5e45b9f256 [2023-01-12T17:39:21.513Z] Removing intermediate container 4d5e45b9f256 [2023-01-12T17:39:21.513Z] ---> f7d19a75dca4 [2023-01-12T17:39:21.513Z] Step 18/19 : LABEL git_sha=7302432752287616b2a8ba38f6c7219079e7be99 [2023-01-12T17:39:21.781Z] ---> Running in cce70b979552 [2023-01-12T17:39:22.051Z] Removing intermediate container cce70b979552 [2023-01-12T17:39:22.051Z] ---> c30d3746e322 [2023-01-12T17:39:22.051Z] Step 19/19 : LABEL version=0.0.0 [2023-01-12T17:39:22.051Z] ---> Running in c23697ef9a99 [2023-01-12T17:39:22.317Z] Removing intermediate container c23697ef9a99 [2023-01-12T17:39:22.317Z] ---> 7d846042dbe8 [2023-01-12T17:39:22.317Z] [2023-01-12T17:39:22.584Z] Successfully built 7d846042dbe8 [2023-01-12T17:39:22.584Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-01-12T17:39:22.859Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-01-12T17:39:22.878Z] $ docker stop --time=1 857a0fd571c9e6d1cd9fce4426641350c34dadf5baf403554889bc8a82465a6e [2023-01-12T17:39:24.538Z] $ docker rm -f --volumes 857a0fd571c9e6d1cd9fce4426641350c34dadf5baf403554889bc8a82465a6e [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-12T17:39:25.060Z] + docker images [2023-01-12T17:39:25.325Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-01-12T17:39:25.325Z] security-spiffe-token-provider-arm64 latest 7d846042dbe8 3 seconds ago 28.9MB [2023-01-12T17:39:25.325Z] support-scheduler-arm64 latest 05d7b687d901 8 seconds ago 29MB [2023-01-12T17:39:25.325Z] security-bootstrapper-arm64 latest 5d09da0feefb 11 seconds ago 19.5MB [2023-01-12T17:39:25.325Z] 03131075293b 15 seconds ago 1.53GB [2023-01-12T17:39:25.325Z] 9a421c05e2cb 16 seconds ago 1.56GB [2023-01-12T17:39:25.325Z] eeca3a101b94 39 seconds ago 1.49GB [2023-01-12T17:39:25.325Z] core-metadata-arm64 latest dfbbd004241c 2 minutes ago 17.8MB [2023-01-12T17:39:25.325Z] 33d68133ec4e 2 minutes ago 1.51GB [2023-01-12T17:39:25.325Z] security-spire-agent-arm64 latest 7497982eeaec 3 minutes ago 122MB [2023-01-12T17:39:25.325Z] c0fc697d5b29 3 minutes ago 1.37GB [2023-01-12T17:39:25.325Z] core-data-arm64 latest 533869927b9d 5 minutes ago 17.2MB [2023-01-12T17:39:25.325Z] support-notifications-arm64 latest 12d76f682560 6 minutes ago 29.6MB [2023-01-12T17:39:25.325Z] fe58bad3d12f 6 minutes ago 1.5GB [2023-01-12T17:39:25.325Z] 65d5ba1f8a4b 6 minutes ago 1.56GB [2023-01-12T17:39:25.325Z] security-proxy-setup-arm64 latest 08ff99bb0170 8 minutes ago 26.8MB [2023-01-12T17:39:25.325Z] 333aa5f3005a 8 minutes ago 1.49GB [2023-01-12T17:39:25.325Z] core-command-arm64 latest 9fe81e0f363e 9 minutes ago 17MB [2023-01-12T17:39:25.325Z] security-secretstore-setup-arm64 latest 3fe17c8a53fa 9 minutes ago 28.7MB [2023-01-12T17:39:25.325Z] c5801f6bab46 9 minutes ago 1.5GB [2023-01-12T17:39:25.325Z] fc9f17542f10 9 minutes ago 1.49GB [2023-01-12T17:39:25.325Z] security-spire-server-arm64 latest a0da7d52cecc 15 minutes ago 84.3MB [2023-01-12T17:39:25.325Z] security-spire-config-arm64 latest f8fa8692a4af 15 minutes ago 83.6MB [2023-01-12T17:39:25.325Z] 2a9b36c33792 15 minutes ago 1.37GB [2023-01-12T17:39:25.325Z] 35423877467b 15 minutes ago 1.37GB [2023-01-12T17:39:25.325Z] ci-base-image-arm64 latest 49703d6fac0b 27 minutes ago 905MB [2023-01-12T17:39:25.325Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-01-12T17:39:25.325Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-01-12T17:39:25.325Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB [2023-01-12T17:39:25.325Z] 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-12T17:39:26.099Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-12T17:39:26.099Z] [2023-01-12T17:39:26.099Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-12T17:39:26.509Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-12T17:39:26.777Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-12T17:39:26.777Z] 8998bd30e6a1: Pulling fs layer [2023-01-12T17:39:26.777Z] 04944245beec: Pulling fs layer [2023-01-12T17:39:26.777Z] 699f458cf7ca: Pulling fs layer [2023-01-12T17:39:26.777Z] 765212b225bb: Pulling fs layer [2023-01-12T17:39:26.777Z] f23df028b6ca: Pulling fs layer [2023-01-12T17:39:26.777Z] d65c8cfc05b1: Pulling fs layer [2023-01-12T17:39:26.777Z] 2437ff75d9bd: Pulling fs layer [2023-01-12T17:39:26.777Z] f23df028b6ca: Waiting [2023-01-12T17:39:26.777Z] d65c8cfc05b1: Waiting [2023-01-12T17:39:26.777Z] 2437ff75d9bd: Waiting [2023-01-12T17:39:26.777Z] 765212b225bb: Waiting [2023-01-12T17:39:26.777Z] 04944245beec: Verifying Checksum [2023-01-12T17:39:26.777Z] 04944245beec: Download complete [2023-01-12T17:39:26.777Z] 765212b225bb: Verifying Checksum [2023-01-12T17:39:26.777Z] 765212b225bb: Download complete [2023-01-12T17:39:26.777Z] f23df028b6ca: Verifying Checksum [2023-01-12T17:39:26.777Z] f23df028b6ca: Download complete [2023-01-12T17:39:27.043Z] d65c8cfc05b1: Verifying Checksum [2023-01-12T17:39:27.043Z] d65c8cfc05b1: Download complete [2023-01-12T17:39:27.043Z] 699f458cf7ca: Verifying Checksum [2023-01-12T17:39:27.043Z] 699f458cf7ca: Download complete [2023-01-12T17:39:27.309Z] 8998bd30e6a1: Verifying Checksum [2023-01-12T17:39:27.309Z] 8998bd30e6a1: Download complete [2023-01-12T17:39:29.888Z] 2437ff75d9bd: Verifying Checksum [2023-01-12T17:39:29.888Z] 2437ff75d9bd: Download complete [2023-01-12T17:39:31.294Z] 8998bd30e6a1: Pull complete [2023-01-12T17:39:31.876Z] 04944245beec: Pull complete [2023-01-12T17:39:33.281Z] 699f458cf7ca: Pull complete [2023-01-12T17:39:33.281Z] 765212b225bb: Pull complete [2023-01-12T17:39:36.618Z] f23df028b6ca: Pull complete [2023-01-12T17:39:36.618Z] d65c8cfc05b1: Pull complete [2023-01-12T17:39:51.607Z] 2437ff75d9bd: Pull complete [2023-01-12T17:39:51.607Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-12T17:39:51.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-12T17:39:51.607Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-12T17:39:51.903Z] prd-ubuntu20.04-docker-arm64-4c-16g-2100 does not seem to be running inside a container [2023-01-12T17:39:51.964Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-12T17:39:54.764Z] $ docker top 34e36008c093f31033e23dac7383ba066051ca997e2930859640c47fbd2f1ae1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-12T17:39:55.719Z] ---> job-cost.sh [2023-01-12T17:39:55.719Z] lf-activate-venv: SKIPPING [2023-01-12T17:39:55.719Z] INFO: No Stack... [2023-01-12T17:39:56.296Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-12T17:39:57.249Z] INFO: Archiving Costs [Pipeline] sh [2023-01-12T17:39:57.597Z] + + cut -d, -f6cat [2023-01-12T17:39:57.597Z] /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2023-01-12T17:39:57.652Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4277-1-stack-cost] [2023-01-12T17:39:57.657Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4277-1-stack-cost] did not exist. Created. [2023-01-12T17:39:57.657Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4277-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-12T17:39:58.065Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-12T17:39:58.241Z] Stashed 1 file(s) [Pipeline] } [2023-01-12T17:39:58.255Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4277-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-12T17:39:58.335Z] $ docker stop --time=1 34e36008c093f31033e23dac7383ba066051ca997e2930859640c47fbd2f1ae1 [2023-01-12T17:39:59.798Z] $ docker rm -f --volumes 34e36008c093f31033e23dac7383ba066051ca997e2930859640c47fbd2f1ae1 [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-12T17:40:00.770Z] provisioning config files... [2023-01-12T17:40:00.777Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3996903583552147527tmp [Pipeline] { [Pipeline] sh [2023-01-12T17:40:01.108Z] + set +x [2023-01-12T17:40:01.108Z] + bash -s -- [2023-01-12T17:40:01.108Z] + curl -s https://codecov.io/bash [2023-01-12T17:40:01.108Z] [2023-01-12T17:40:01.108Z] _____ _ [2023-01-12T17:40:01.108Z] / ____| | | [2023-01-12T17:40:01.108Z] | | ___ __| | ___ ___ _____ __ [2023-01-12T17:40:01.108Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-12T17:40:01.108Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-12T17:40:01.108Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-12T17:40:01.108Z] Bash-1.0.6 [2023-01-12T17:40:01.108Z] [2023-01-12T17:40:01.108Z] [2023-01-12T17:40:01.108Z] ==> git version 2.25.1 found [2023-01-12T17:40:01.108Z] ==> 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-12T17:40:01.108Z] Release-Date: 2020-01-08 [2023-01-12T17:40:01.108Z] 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-12T17:40:01.108Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-12T17:40:01.108Z] ==> Jenkins CI detected. [2023-01-12T17:40:01.108Z] current dir:  /w/workspace/edgex-go/1 [2023-01-12T17:40:01.108Z] project root: . [2023-01-12T17:40:01.108Z] --> token set from env [2023-01-12T17:40:01.108Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-12T17:40:01.108Z] ==> Running gcov in . (disable via -X gcov) [2023-01-12T17:40:01.108Z] ==> Python coveragepy not found [2023-01-12T17:40:01.108Z] ==> Searching for coverage reports in: [2023-01-12T17:40:01.108Z] + . [2023-01-12T17:40:01.367Z] -> Found 1 reports [2023-01-12T17:40:01.367Z] ==> Detecting git/mercurial file structure [2023-01-12T17:40:01.367Z] ==> Reading reports [2023-01-12T17:40:01.367Z] + ./coverage.out bytes=494838 [2023-01-12T17:40:01.367Z] ==> Appending adjustments [2023-01-12T17:40:01.367Z] https://docs.codecov.io/docs/fixing-reports [2023-01-12T17:40:02.739Z] + Found adjustments [2023-01-12T17:40:02.739Z] ==> Gzipping contents [2023-01-12T17:40:02.739Z] 64K /tmp/codecov.pIADIb.gz [2023-01-12T17:40:02.739Z] ==> Uploading reports [2023-01-12T17:40:02.739Z] url: https://codecov.io [2023-01-12T17:40:02.739Z] query: branch=PR-4277&commit=8e9155f9fc282e7db262bbe4e3a3453655b024a2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4277%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4277&job=&cmd_args= [2023-01-12T17:40:02.739Z] -> Pinging Codecov [2023-01-12T17:40:02.739Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4277&commit=8e9155f9fc282e7db262bbe4e3a3453655b024a2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4277%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4277&job=&cmd_args= [2023-01-12T17:40:02.739Z] -> Uploading to [2023-01-12T17:40:02.739Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-12/00271124DB129430A58F1EEE437C3FCB/8e9155f9fc282e7db262bbe4e3a3453655b024a2/750d7e20-d5c6-4ed9-b45d-279ee19a527b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230112T174002Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2658a226de6a8bcacf03c082451d523d8ad05d347ccaec86a0813f9282ffa63c [2023-01-12T17:40:02.739Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-12T17:40:02.739Z] Dload Upload Total Spent Left Speed [2023-01-12T17:40:03.304Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63658 0 0 100 63658 0 206k --:--:-- --:--:-- --:--:-- 206k [2023-01-12T17:40:03.304Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/8e9155f9fc282e7db262bbe4e3a3453655b024a2 [Pipeline] } [2023-01-12T17:40:03.334Z] 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-12T17:40:04.622Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-01-12T17:40:04.946Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-12T17:40:05.830Z] ---> package-listing.sh [2023-01-12T17:40:05.830Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-12T17:40:05.830Z] ++ facter osfamily [2023-01-12T17:40:06.089Z] + OS_FAMILY=debian [2023-01-12T17:40:06.089Z] + workspace=/w/workspace/edgex-go/1 [2023-01-12T17:40:06.089Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-12T17:40:06.089Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-12T17:40:06.089Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-12T17:40:06.089Z] + PACKAGES=/tmp/packages_start.txt [2023-01-12T17:40:06.089Z] + '[' /w/workspace/edgex-go/1 ']' [2023-01-12T17:40:06.089Z] + PACKAGES=/tmp/packages_end.txt [2023-01-12T17:40:06.089Z] + case "${OS_FAMILY}" in [2023-01-12T17:40:06.089Z] + dpkg -l [2023-01-12T17:40:06.089Z] + grep '^ii' [2023-01-12T17:40:06.089Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-12T17:40:06.089Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-12T17:40:06.089Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-12T17:40:06.089Z] + '[' /w/workspace/edgex-go/1 ']' [2023-01-12T17:40:06.089Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-01-12T17:40:06.089Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-01-12T17:40:06.120Z] 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-12T17:40:06.411Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-12T17:40:07.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-12T17:40:07.039Z] [2023-01-12T17:40:07.039Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-12T17:40:07.405Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-12T17:40:07.405Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-12T17:40:07.405Z] 5eb5b503b376: Pulling fs layer [2023-01-12T17:40:07.405Z] 5c69ac0246d0: Pulling fs layer [2023-01-12T17:40:07.405Z] ec43610c2a17: Pulling fs layer [2023-01-12T17:40:07.405Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-12T17:40:07.405Z] 33b1e0a273af: Pulling fs layer [2023-01-12T17:40:07.405Z] 5d3b04190fa2: Pulling fs layer [2023-01-12T17:40:07.405Z] 2f39f015ded8: Pulling fs layer [2023-01-12T17:40:07.405Z] 33b1e0a273af: Waiting [2023-01-12T17:40:07.405Z] 3a2ae6a8a46f: Waiting [2023-01-12T17:40:07.405Z] 5d3b04190fa2: Waiting [2023-01-12T17:40:07.405Z] 2f39f015ded8: Waiting [2023-01-12T17:40:07.405Z] 5c69ac0246d0: Verifying Checksum [2023-01-12T17:40:07.405Z] 5c69ac0246d0: Download complete [2023-01-12T17:40:07.405Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-12T17:40:07.405Z] 3a2ae6a8a46f: Download complete [2023-01-12T17:40:07.663Z] 33b1e0a273af: Verifying Checksum [2023-01-12T17:40:07.663Z] 33b1e0a273af: Download complete [2023-01-12T17:40:07.663Z] ec43610c2a17: Verifying Checksum [2023-01-12T17:40:07.663Z] ec43610c2a17: Download complete [2023-01-12T17:40:07.663Z] 5d3b04190fa2: Verifying Checksum [2023-01-12T17:40:07.663Z] 5d3b04190fa2: Download complete [2023-01-12T17:40:07.663Z] 5eb5b503b376: Verifying Checksum [2023-01-12T17:40:07.663Z] 5eb5b503b376: Download complete [2023-01-12T17:40:08.229Z] 2f39f015ded8: Verifying Checksum [2023-01-12T17:40:08.795Z] 5eb5b503b376: Pull complete [2023-01-12T17:40:09.054Z] 5c69ac0246d0: Pull complete [2023-01-12T17:40:09.314Z] ec43610c2a17: Pull complete [2023-01-12T17:40:09.314Z] 3a2ae6a8a46f: Pull complete [2023-01-12T17:40:09.574Z] 33b1e0a273af: Pull complete [2023-01-12T17:40:09.575Z] 5d3b04190fa2: Pull complete [2023-01-12T17:40:13.761Z] 2f39f015ded8: Pull complete [2023-01-12T17:40:13.761Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-12T17:40:13.761Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-12T17:40:13.761Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-12T17:40:13.972Z] prd-ubuntu20.04-docker-8c-8g-2099 does not seem to be running inside a container [2023-01-12T17:40:13.998Z] $ 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-12T17:40:16.198Z] $ docker top d5aab7bbc15f903f9b9a21371ac405ec2c7e239e5b8a1ea12890942734763e56 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-12T17:40:16.589Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-12T17:40:16.898Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-12T17:40:17.213Z] + ls /var/log/sa-host [2023-01-12T17:40:17.213Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-12T17:40:17.424Z] provisioning config files... [2023-01-12T17:40:17.433Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3678146410552223629tmp [Pipeline] { [Pipeline] echo [2023-01-12T17:40:17.480Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-12T17:40:17.800Z] ---> create-netrc.sh [Pipeline] } [2023-01-12T17:40:17.830Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-12T17:40:18.222Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-12T17:40:18.258Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-12T17:40:18.571Z] ---> sudo-logs.sh [2023-01-12T17:40:18.571Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-12T17:40:18.651Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-12T17:40:18.960Z] ---> job-cost.sh [2023-01-12T17:40:18.960Z] lf-activate-venv: SKIPPING [2023-01-12T17:40:18.960Z] DEBUG: total: 0.10999999940395355 [2023-01-12T17:40:18.960Z] INFO: Retrieving Stack Cost... [2023-01-12T17:40:19.219Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-12T17:40:19.785Z] INFO: Archiving Costs [Pipeline] echo [2023-01-12T17:40:19.819Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-12T17:40:20.134Z] ---> logs-deploy.sh [2023-01-12T17:40:20.134Z] lf-activate-venv: SKIPPING [2023-01-12T17:40:20.134Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4277/1 [2023-01-12T17:40:20.134Z] INFO: archiving workspace using pattern(s): [2023-01-12T17:40:21.068Z] Archives upload complete. [2023-01-12T17:40:21.068Z] INFO: archiving logs to Nexus