Pull request #4355 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from b594af2848531bb9465c05c18fae5d4d3041f37d+8d74a5096a4a44ccbcfe21975abab76d27106cec (6c1ddade09aeed557cfaab6959ae2fd6b9fdefc3) 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-ssh13710321526831676379.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-ssh4076885633378225306.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-4355/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-4355/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8756998279779873581.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-4355/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18271271050113423680.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-ssh4061754718988809103.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-4355/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-4355/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13152970991823926017.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5882 in /w/workspace/edgexfoundry_edgex-go_PR-4355 [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 Merging remotes/origin/main commit 8d74a5096a4a44ccbcfe21975abab76d27106cec into PR head commit b594af2848531bb9465c05c18fae5d4d3041f37d > 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/4355/head:refs/remotes/origin/PR-4355 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b594af2848531bb9465c05c18fae5d4d3041f37d # 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 8d74a5096a4a44ccbcfe21975abab76d27106cec # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing b594af2848531bb9465c05c18fae5d4d3041f37d Checking out Revision b594af2848531bb9465c05c18fae5d4d3041f37d (PR-4355) > git config core.sparsecheckout # timeout=10 > git checkout -f b594af2848531bb9465c05c18fae5d4d3041f37d # timeout=10 Commit message: "refactor: Tweaks to common device configuration" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-14T19:28:46.797Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-14T19:28:46.955Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-14T19:28:47.060Z] ========================================================= [2023-02-14T19:28:47.060Z] EdgeX Global Pipelines Version Info [2023-02-14T19:28:47.060Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-14T19:28:47.787Z] ------------------- [2023-02-14T19:28:47.787Z] stable info: [2023-02-14T19:28:47.787Z] ------------------- [2023-02-14T19:28:47.787Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-14T19:28:47.787Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-14T19:28:47.787Z] Message: update stable to v1.0.244 [2023-02-14T19:28:48.462Z] ------------------- [2023-02-14T19:28:48.462Z] experimental info: [2023-02-14T19:28:48.462Z] ------------------- [2023-02-14T19:28:48.462Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-14T19:28:48.462Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-14T19:28:48.462Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-14T19:28:48.804Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-14T19:28:48.848Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-14T19:28:48.888Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-14T19:28:48.925Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-14T19:28:48.961Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-14T19:28:49.000Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-14T19:28:49.047Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-14T19:28:49.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-14T19:28:49.125Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-14T19:28:49.163Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-14T19:28:49.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-14T19:28:49.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-14T19:28:49.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-14T19:28:49.322Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-14T19:28:49.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-14T19:28:49.396Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-14T19:28:49.430Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-14T19:28:49.467Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-14T19:28:49.508Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-14T19:28:49.550Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-02-14T19:28:49.593Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-14T19:28:49.637Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-14T19:28:49.677Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-14T19:28:49.717Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4355 [Pipeline] echo [2023-02-14T19:28:49.767Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4355 [Pipeline] echo [2023-02-14T19:28:49.809Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4355 [Pipeline] echo [2023-02-14T19:28:49.853Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b594af2848531bb9465c05c18fae5d4d3041f37d [Pipeline] echo [2023-02-14T19:28:49.894Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b594af2 [Pipeline] echo [2023-02-14T19:28:49.940Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-14T19:28:50.062Z] provisioning config files... [2023-02-14T19:28:50.080Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config187390021072445243tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T19:28:50.417Z] ---> docker-login.sh [2023-02-14T19:28:50.417Z] nexus3.edgexfoundry.org:10001 [2023-02-14T19:28:50.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T19:28:50.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T19:28:50.680Z] Configure a credential helper to remove this warning. See [2023-02-14T19:28:50.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T19:28:50.680Z] [2023-02-14T19:28:50.680Z] Login Succeeded [2023-02-14T19:28:50.680Z] nexus3.edgexfoundry.org:10002 [2023-02-14T19:28:50.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T19:28:50.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T19:28:50.680Z] Configure a credential helper to remove this warning. See [2023-02-14T19:28:50.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T19:28:50.680Z] [2023-02-14T19:28:50.680Z] Login Succeeded [2023-02-14T19:28:50.680Z] nexus3.edgexfoundry.org:10003 [2023-02-14T19:28:50.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T19:28:50.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T19:28:50.940Z] Configure a credential helper to remove this warning. See [2023-02-14T19:28:50.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T19:28:50.940Z] [2023-02-14T19:28:50.940Z] Login Succeeded [2023-02-14T19:28:50.940Z] nexus3.edgexfoundry.org:10004 [2023-02-14T19:28:50.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T19:28:50.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T19:28:50.940Z] Configure a credential helper to remove this warning. See [2023-02-14T19:28:50.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T19:28:50.940Z] [2023-02-14T19:28:50.940Z] Login Succeeded [2023-02-14T19:28:50.940Z] docker.io [2023-02-14T19:28:50.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T19:28:51.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T19:28:51.199Z] Configure a credential helper to remove this warning. See [2023-02-14T19:28:51.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T19:28:51.199Z] [2023-02-14T19:28:51.199Z] Login Succeeded [2023-02-14T19:28:51.199Z] ---> docker-login.sh ends [Pipeline] } [2023-02-14T19:28:51.227Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-14T19:28:51.655Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-02-14T19:28:51.655Z] + dirname cmd/core-command/Dockerfile [2023-02-14T19:28:51.655Z] + cut -d/ -f2 [2023-02-14T19:28:51.655Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-14T19:28:51.655Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-14T19:28:51.655Z] + cut -d/ -f2 [2023-02-14T19:28:51.655Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-14T19:28:51.655Z] + dirname cmd/core-data/Dockerfile [2023-02-14T19:28:51.655Z] + cut -d/ -f2 [2023-02-14T19:28:51.655Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-14T19:28:51.655Z] + dirname cmd/core-metadata/Dockerfile [2023-02-14T19:28:51.655Z] + cut -d/ -f2 [2023-02-14T19:28:51.655Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-14T19:28:51.655Z] + dirname cmd/security-bootstrapper/Dockerfile+ [2023-02-14T19:28:51.655Z] cut -d/ -f2 [2023-02-14T19:28:51.655Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-14T19:28:51.655Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-02-14T19:28:51.655Z] + cut -d/ -f2 [2023-02-14T19:28:51.655Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-14T19:28:51.655Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-14T19:28:51.655Z] + cut -d/ -f2 [2023-02-14T19:28:51.655Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-14T19:28:51.655Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-14T19:28:51.655Z] + cut -d/ -f2 [2023-02-14T19:28:51.655Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-14T19:28:51.655Z] + dirname cmd/security-spire-agent/Dockerfile [2023-02-14T19:28:51.655Z] + cut -d/ -f2 [2023-02-14T19:28:51.655Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-14T19:28:51.655Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-14T19:28:51.655Z] + cut -d/ -f2 [2023-02-14T19:28:51.655Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-14T19:28:51.655Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-14T19:28:51.655Z] + cut -d/ -f2 [2023-02-14T19:28:51.655Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-14T19:28:51.655Z] + dirname cmd/support-notifications/Dockerfile [2023-02-14T19:28:51.655Z] + cut -d/ -f2 [2023-02-14T19:28:51.655Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-14T19:28:51.655Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-14T19:28:51.655Z] + cut -d/ -f2 [2023-02-14T19:28:51.655Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-14T19:28:51.696Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-14T19:28:52.193Z] + git rev-list -1 --merges b594af2848531bb9465c05c18fae5d4d3041f37d~1..b594af2848531bb9465c05c18fae5d4d3041f37d [Pipeline] echo [2023-02-14T19:28:52.223Z] -----------> git rev-list -1 --merges b594af2848531bb9465c05c18fae5d4d3041f37d~1..b594af2848531bb9465c05c18fae5d4d3041f37d b594af2848531bb9465c05c18fae5d4d3041f37d [false] [Pipeline] sh [2023-02-14T19:28:52.529Z] + git log --format=format:%s -1 b594af2848531bb9465c05c18fae5d4d3041f37d [Pipeline] echo [2023-02-14T19:28:52.563Z] ========================================================= [2023-02-14T19:28:52.563Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-14T19:28:52.563Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-14T19:28:52.994Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-14T19:28:52.994Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-14T19:28:52.994Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-14T19:28:52.994Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-14T19:28:52.994Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-14T19:28:52.994Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-14T19:28:52.994Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T19:28:53.426Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T19:28:53.426Z] [2023-02-14T19:28:53.426Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T19:28:53.803Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T19:28:53.803Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-14T19:28:53.803Z] b85a868b505f: Pulling fs layer [2023-02-14T19:28:53.803Z] e2be974225ed: Pulling fs layer [2023-02-14T19:28:53.803Z] 339a4e72a1f5: Pulling fs layer [2023-02-14T19:28:53.803Z] 988bab9f4d93: Pulling fs layer [2023-02-14T19:28:53.803Z] 1469e6f7b9e6: Pulling fs layer [2023-02-14T19:28:53.803Z] eaf3925da568: Pulling fs layer [2023-02-14T19:28:53.803Z] bab4dde63d76: Pulling fs layer [2023-02-14T19:28:53.803Z] bde34c3a00c8: Pulling fs layer [2023-02-14T19:28:53.803Z] b352a97aabf1: Pulling fs layer [2023-02-14T19:28:53.803Z] 4872d77fe225: Pulling fs layer [2023-02-14T19:28:53.803Z] 5851b861e8e6: Pulling fs layer [2023-02-14T19:28:53.803Z] 1469e6f7b9e6: Waiting [2023-02-14T19:28:53.803Z] eaf3925da568: Waiting [2023-02-14T19:28:53.803Z] bab4dde63d76: Waiting [2023-02-14T19:28:53.803Z] 988bab9f4d93: Waiting [2023-02-14T19:28:53.803Z] b352a97aabf1: Waiting [2023-02-14T19:28:53.803Z] 4872d77fe225: Waiting [2023-02-14T19:28:53.803Z] 5851b861e8e6: Waiting [2023-02-14T19:28:53.803Z] bde34c3a00c8: Waiting [2023-02-14T19:28:53.803Z] e2be974225ed: Verifying Checksum [2023-02-14T19:28:53.803Z] e2be974225ed: Download complete [2023-02-14T19:28:53.803Z] 988bab9f4d93: Verifying Checksum [2023-02-14T19:28:53.803Z] 988bab9f4d93: Download complete [2023-02-14T19:28:54.077Z] 339a4e72a1f5: Verifying Checksum [2023-02-14T19:28:54.077Z] 339a4e72a1f5: Download complete [2023-02-14T19:28:54.077Z] eaf3925da568: Verifying Checksum [2023-02-14T19:28:54.077Z] eaf3925da568: Download complete [2023-02-14T19:28:54.077Z] 1469e6f7b9e6: Verifying Checksum [2023-02-14T19:28:54.077Z] 1469e6f7b9e6: Download complete [2023-02-14T19:28:54.077Z] bde34c3a00c8: Verifying Checksum [2023-02-14T19:28:54.077Z] bde34c3a00c8: Download complete [2023-02-14T19:28:54.343Z] b352a97aabf1: Verifying Checksum [2023-02-14T19:28:54.343Z] b352a97aabf1: Download complete [2023-02-14T19:28:54.343Z] 4872d77fe225: Verifying Checksum [2023-02-14T19:28:54.343Z] 4872d77fe225: Download complete [2023-02-14T19:28:54.343Z] 5851b861e8e6: Verifying Checksum [2023-02-14T19:28:54.343Z] 5851b861e8e6: Download complete [2023-02-14T19:28:54.343Z] b85a868b505f: Verifying Checksum [2023-02-14T19:28:54.343Z] b85a868b505f: Download complete [2023-02-14T19:28:54.600Z] bab4dde63d76: Verifying Checksum [2023-02-14T19:28:54.600Z] bab4dde63d76: Download complete [2023-02-14T19:28:55.535Z] b85a868b505f: Pull complete [2023-02-14T19:28:55.535Z] e2be974225ed: Pull complete [2023-02-14T19:28:55.794Z] 339a4e72a1f5: Pull complete [2023-02-14T19:28:56.052Z] 988bab9f4d93: Pull complete [2023-02-14T19:28:56.310Z] 1469e6f7b9e6: Pull complete [2023-02-14T19:28:56.310Z] eaf3925da568: Pull complete [2023-02-14T19:28:58.212Z] bab4dde63d76: Pull complete [2023-02-14T19:28:58.212Z] bde34c3a00c8: Pull complete [2023-02-14T19:28:58.212Z] b352a97aabf1: Pull complete [2023-02-14T19:28:58.212Z] 4872d77fe225: Pull complete [2023-02-14T19:28:58.212Z] 5851b861e8e6: Pull complete [2023-02-14T19:28:58.212Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-14T19:28:58.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T19:28:58.212Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T19:28:58.421Z] prd-ubuntu20.04-docker-8c-8g-5882 does not seem to be running inside a container [2023-02-14T19:28:58.452Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-14T19:29:00.490Z] $ docker top 200e7064349f5be270f2e9784abfd1ee3d4176857a30337a57e4938b9dc3463c -eo pid,comm [2023-02-14T19:29:00.540Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-14T19:29:00.540Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-14T19:29:00.659Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T19:29:00.659Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T19:29:00.763Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T19:29:00.768Z] $ docker exec 200e7064349f5be270f2e9784abfd1ee3d4176857a30337a57e4938b9dc3463c ssh-agent [2023-02-14T19:29:00.867Z] SSH_AUTH_SOCK=/tmp/ssh-yf7q85eV8ha2/agent.32 [2023-02-14T19:29:00.867Z] SSH_AGENT_PID=38 [2023-02-14T19:29:00.873Z] Running ssh-add (command line suppressed) [2023-02-14T19:29:00.965Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_14482756849243915689.key (/w/workspace/edgex-go/1@tmp/private_key_14482756849243915689.key) [2023-02-14T19:29:00.976Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T19:29:01.308Z] + git tag --points-at HEAD [Pipeline] } [2023-02-14T19:29:01.339Z] $ docker exec --env ******** --env ******** 200e7064349f5be270f2e9784abfd1ee3d4176857a30337a57e4938b9dc3463c ssh-agent -k [2023-02-14T19:29:01.434Z] unset SSH_AUTH_SOCK; [2023-02-14T19:29:01.434Z] unset SSH_AGENT_PID; [2023-02-14T19:29:01.434Z] echo Agent pid 38 killed; [2023-02-14T19:29:01.440Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-14T19:29:01.521Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T19:29:01.521Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T19:29:01.628Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T19:29:01.633Z] $ docker exec 200e7064349f5be270f2e9784abfd1ee3d4176857a30337a57e4938b9dc3463c ssh-agent [2023-02-14T19:29:01.738Z] SSH_AUTH_SOCK=/tmp/ssh-sXf8qDUacdUo/agent.71 [2023-02-14T19:29:01.738Z] SSH_AGENT_PID=77 [2023-02-14T19:29:01.743Z] Running ssh-add (command line suppressed) [2023-02-14T19:29:01.853Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3692526926597475669.key (/w/workspace/edgex-go/1@tmp/private_key_3692526926597475669.key) [2023-02-14T19:29:01.866Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T19:29:02.192Z] + git semver init [2023-02-14T19:29:02.451Z] 2023-02-14 19:29:02,370 [run_init] DEBUG init version:0.0.0 force:False [2023-02-14T19:29:02.451Z] 2023-02-14 19:29:02,372 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-02-14T19:29:02.451Z] 2023-02-14 19:29:02,372 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-02-14T19:29:02.451Z] 2023-02-14 19:29:02,372 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2023-02-14T19:29:07.734Z] 2023-02-14 19:29:07,616 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-02-14T19:29:07.734Z] 2023-02-14 19:29:07,616 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4355 with force:False [2023-02-14T19:29:07.734Z] 2023-02-14 19:29:07,616 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4355 [2023-02-14T19:29:07.734Z] 2023-02-14 19:29:07,621 [execute] INFO git cat-file --batch-check [2023-02-14T19:29:07.734Z] 2023-02-14 19:29:07,621 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-02-14T19:29:07.734Z] 2023-02-14 19:29:07,628 [execute] INFO git cat-file --batch [2023-02-14T19:29:07.734Z] 2023-02-14 19:29:07,628 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-02-14T19:29:07.734Z] 2023-02-14 19:29:07,634 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4355 [2023-02-14T19:29:07.734Z] 0.0.0 [Pipeline] } [2023-02-14T19:29:07.762Z] $ docker exec --env ******** --env ******** 200e7064349f5be270f2e9784abfd1ee3d4176857a30337a57e4938b9dc3463c ssh-agent -k [2023-02-14T19:29:07.857Z] unset SSH_AUTH_SOCK; [2023-02-14T19:29:07.857Z] unset SSH_AGENT_PID; [2023-02-14T19:29:07.857Z] echo Agent pid 77 killed; [2023-02-14T19:29:07.864Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-14T19:29:08.296Z] + git semver [Pipeline] } [2023-02-14T19:29:08.580Z] $ docker stop --time=1 200e7064349f5be270f2e9784abfd1ee3d4176857a30337a57e4938b9dc3463c [2023-02-14T19:29:09.923Z] $ docker rm -f --volumes 200e7064349f5be270f2e9784abfd1ee3d4176857a30337a57e4938b9dc3463c [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-14T19:29:10.314Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-14T19:29:10.595Z] Stashed 1 file(s) [Pipeline] echo [2023-02-14T19:29:10.611Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-14T19:29:11.361Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-02-14T19:29:11.398Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T19:29:11.434Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T19:29:11.467Z] ========================================================= [2023-02-14T19:29:11.467Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-14T19:29:11.467Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-14T19:29:11.810Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-14T19:29:11.810Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-14T19:29:11.810Z] 213ec9aee27d: Pulling fs layer [2023-02-14T19:29:11.810Z] 4583459ba037: Pulling fs layer [2023-02-14T19:29:11.810Z] 93c1e223e6f2: Pulling fs layer [2023-02-14T19:29:11.810Z] 53926ce57604: Pulling fs layer [2023-02-14T19:29:11.810Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-14T19:29:11.810Z] 22ff95d597cd: Pulling fs layer [2023-02-14T19:29:11.810Z] 12d6caf4c0d1: Pulling fs layer [2023-02-14T19:29:11.810Z] 96b7cbca73a9: Pulling fs layer [2023-02-14T19:29:11.810Z] a7acece74701: Pulling fs layer [2023-02-14T19:29:11.810Z] 12d6caf4c0d1: Waiting [2023-02-14T19:29:11.810Z] 22ff95d597cd: Waiting [2023-02-14T19:29:11.810Z] 96b7cbca73a9: Waiting [2023-02-14T19:29:11.810Z] a7acece74701: Waiting [2023-02-14T19:29:11.810Z] 53926ce57604: Waiting [2023-02-14T19:29:11.810Z] 21b2b0c7a3f4: Waiting [2023-02-14T19:29:11.810Z] 93c1e223e6f2: Verifying Checksum [2023-02-14T19:29:11.811Z] 93c1e223e6f2: Download complete [2023-02-14T19:29:11.811Z] 4583459ba037: Verifying Checksum [2023-02-14T19:29:11.811Z] 4583459ba037: Download complete [2023-02-14T19:29:11.811Z] 21b2b0c7a3f4: Download complete [2023-02-14T19:29:11.811Z] 22ff95d597cd: Verifying Checksum [2023-02-14T19:29:11.811Z] 22ff95d597cd: Download complete [2023-02-14T19:29:11.811Z] 213ec9aee27d: Verifying Checksum [2023-02-14T19:29:11.811Z] 213ec9aee27d: Download complete [2023-02-14T19:29:12.075Z] 12d6caf4c0d1: Verifying Checksum [2023-02-14T19:29:12.075Z] 12d6caf4c0d1: Download complete [2023-02-14T19:29:12.075Z] 213ec9aee27d: Pull complete [2023-02-14T19:29:12.348Z] 4583459ba037: Pull complete [2023-02-14T19:29:12.348Z] 93c1e223e6f2: Pull complete [2023-02-14T19:29:12.976Z] a7acece74701: Verifying Checksum [2023-02-14T19:29:12.976Z] a7acece74701: Download complete [2023-02-14T19:29:13.244Z] 96b7cbca73a9: Verifying Checksum [2023-02-14T19:29:13.244Z] 96b7cbca73a9: Download complete [2023-02-14T19:29:13.504Z] 53926ce57604: Verifying Checksum [2023-02-14T19:29:13.504Z] 53926ce57604: Download complete [2023-02-14T19:29:17.687Z] 53926ce57604: Pull complete [2023-02-14T19:29:17.687Z] 21b2b0c7a3f4: Pull complete [2023-02-14T19:29:17.687Z] 22ff95d597cd: Pull complete [2023-02-14T19:29:17.687Z] 12d6caf4c0d1: Pull complete [2023-02-14T19:29:19.585Z] 96b7cbca73a9: Pull complete [2023-02-14T19:29:20.151Z] a7acece74701: Pull complete [2023-02-14T19:29:20.151Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-14T19:29:20.151Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-14T19:29:20.151Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-14T19:29:20.510Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-14T19:29:20.511Z] WORKDIR /edgex [2023-02-14T19:29:20.511Z] COPY go.mod . [2023-02-14T19:29:20.511Z] RUN go mod download [2023-02-14T19:29:20.511Z] + docker build -t ci-base-image-x86_64 -f - . [2023-02-14T19:29:21.078Z] Sending build context to Docker daemon 170.2MB [2023-02-14T19:29:21.078Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-14T19:29:21.078Z] ---> db6d94c90886 [2023-02-14T19:29:21.078Z] Step 2/4 : WORKDIR /edgex [2023-02-14T19:29:25.264Z] ---> Running in de27d36889c5 [2023-02-14T19:29:25.264Z] Removing intermediate container de27d36889c5 [2023-02-14T19:29:25.264Z] ---> 2e3b0fa34cc0 [2023-02-14T19:29:25.264Z] Step 3/4 : COPY go.mod . [2023-02-14T19:29:25.264Z] ---> e680da257b31 [2023-02-14T19:29:25.264Z] Step 4/4 : RUN go mod download [2023-02-14T19:29:25.264Z] ---> Running in 4852761145ec [2023-02-14T19:29:25.906Z] Still waiting to schedule task [2023-02-14T19:29:25.906Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-02-14T19:29:37.468Z] Removing intermediate container 4852761145ec [2023-02-14T19:29:37.468Z] ---> dbe14e1a78e1 [2023-02-14T19:29:37.468Z] Successfully built dbe14e1a78e1 [2023-02-14T19:29:37.468Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T19:29:37.847Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-14T19:29:37.847Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T19:29:38.014Z] prd-ubuntu20.04-docker-8c-8g-5882 does not seem to be running inside a container [2023-02-14T19:29:38.042Z] $ 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-x86_64 cat [2023-02-14T19:29:38.425Z] $ docker top 92b06825eaf2765623290d8084d64f7909f0e02864c4bc7630a1e6ed55566471 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T19:29:38.812Z] + go version [2023-02-14T19:29:38.812Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-14T19:29:38.845Z] $ docker stop --time=1 92b06825eaf2765623290d8084d64f7909f0e02864c4bc7630a1e6ed55566471 [2023-02-14T19:29:40.141Z] $ docker rm -f --volumes 92b06825eaf2765623290d8084d64f7909f0e02864c4bc7630a1e6ed55566471 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T19:29:40.839Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-14T19:29:40.839Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T19:29:40.976Z] prd-ubuntu20.04-docker-8c-8g-5882 does not seem to be running inside a container [2023-02-14T19:29:41.003Z] $ 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-x86_64 cat [2023-02-14T19:29:41.325Z] $ docker top d75d4ea36bcdb6e2f359622e0b9b81528512b0ab642e78b1666cbe25e2883e6f -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-14T19:29:41.439Z] ========================================================= [2023-02-14T19:29:41.439Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-14T19:29:41.439Z] ========================================================= [Pipeline] sh [2023-02-14T19:29:41.724Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-14T19:29:42.073Z] + make test [2023-02-14T19:29:42.073Z] go test -race -coverprofile=coverage.out ./... [2023-02-14T19:29:48.630Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-14T19:30:00.822Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-14T19:30:00.822Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-14T19:30:00.822Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-14T19:30:00.822Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-14T19:30:00.822Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-14T19:30:00.822Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-14T19:30:00.822Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-14T19:30:00.822Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-14T19:30:00.822Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-14T19:30:00.822Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-14T19:30:00.822Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-14T19:30:00.822Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-14T19:30:00.822Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-14T19:30:00.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-14T19:30:01.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.077s coverage: 28.7% of statements [2023-02-14T19:30:01.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-14T19:30:01.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-14T19:30:01.338Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.111s coverage: 98.5% of statements [2023-02-14T19:30:05.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.139s coverage: 73.2% of statements [2023-02-14T19:30:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-14T19:30:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-14T19:30:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-14T19:30:05.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.083s coverage: 54.0% of statements [2023-02-14T19:30:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-14T19:30:05.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-14T19:30:05.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.762s coverage: 89.2% of statements [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-14T19:30:05.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.077s coverage: 3.9% of statements [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-14T19:30:05.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.504s coverage: 95.6% of statements [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-14T19:30:05.781Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.063s coverage: 72.2% of statements [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-14T19:30:05.781Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.103s coverage: 65.9% of statements [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-14T19:30:05.781Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.080s coverage: 0.9% of statements [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-14T19:30:05.781Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.063s coverage: 29.6% of statements [2023-02-14T19:30:05.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-14T19:30:05.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 47.1% of statements [2023-02-14T19:30:05.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.066s coverage: 82.9% of statements [2023-02-14T19:30:05.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements [2023-02-14T19:30:05.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements [2023-02-14T19:30:05.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements [2023-02-14T19:30:13.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements [2023-02-14T19:30:13.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.366s coverage: 79.9% of statements [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.047s coverage: 64.4% of statements [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.073s coverage: 86.9% of statements [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.069s coverage: 87.2% of statements [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.042s coverage: 20.0% of statements [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.072s coverage: 77.4% of statements [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.0% of statements [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.229s coverage: 91.2% of statements [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.230s coverage: 63.1% of statements [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.061s coverage: 89.4% of statements [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 65.3% of statements [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.158s coverage: 41.0% of statements [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.075s coverage: 89.5% of statements [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.078s coverage: 17.7% of statements [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.157s coverage: 92.3% of statements [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-14T19:30:28.782Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.107s coverage: 97.7% of statements [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-14T19:30:28.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-14T19:30:28.782Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-02-14T19:30:43.642Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-14T19:30:43.642Z] go vet ./... [2023-02-14T19:30:46.931Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-14T19:30:47.189Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-14T19:30:47.448Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-14T19:30:47.488Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-14T19:30:47.802Z] + ls -al . [2023-02-14T19:30:47.802Z] total 744 [2023-02-14T19:30:47.802Z] drwxrwxr-x 11 1001 1001 4096 Feb 14 19:29 . [2023-02-14T19:30:47.802Z] drwxr-xr-x 4 root root 4096 Feb 14 19:29 .. [2023-02-14T19:30:47.802Z] drwxrwxr-x 2 1001 1001 4096 Feb 14 19:28 .blubracket [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 16 Feb 14 19:28 .dockerignore [2023-02-14T19:30:47.802Z] drwxrwxr-x 8 1001 1001 4096 Feb 14 19:30 .git [2023-02-14T19:30:47.802Z] drwxrwxr-x 3 1001 1001 4096 Feb 14 19:28 .github [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 1024 Feb 14 19:28 .gitignore [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 42 Feb 14 19:28 .golangci.yml [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 87 Feb 14 19:28 .hadolint.yml [2023-02-14T19:30:47.802Z] drwxr-xr-x 3 1001 1001 4096 Feb 14 19:29 .semver [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 166 Feb 14 19:28 .sonarcloud.properties [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 1171 Feb 14 19:28 ADOPTERS.md [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 10825 Feb 14 19:28 Attribution.txt [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 73765 Feb 14 19:28 CHANGELOG.md [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 3804 Feb 14 19:28 CONTRIBUTING.md [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 677 Feb 14 19:28 GOVERNANCE.md [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 850 Feb 14 19:28 Jenkinsfile [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 10775 Feb 14 19:28 LICENSE [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 13375 Feb 14 19:28 Makefile [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 582 Feb 14 19:28 OWNERS.md [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 9403 Feb 14 19:28 README.md [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 6912 Feb 14 19:28 SECURITY.md [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 5 Feb 14 19:29 VERSION [2023-02-14T19:30:47.802Z] drwxrwxr-x 2 1001 1001 4096 Feb 14 19:28 bin [2023-02-14T19:30:47.802Z] drwxrwxr-x 17 1001 1001 4096 Feb 14 19:28 cmd [2023-02-14T19:30:47.802Z] -rw-r--r-- 1 root root 487233 Feb 14 19:30 coverage.out [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 3295 Feb 14 19:28 go.mod [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 33318 Feb 14 19:28 go.sum [2023-02-14T19:30:47.802Z] drwxrwxr-x 7 1001 1001 4096 Feb 14 19:28 internal [2023-02-14T19:30:47.802Z] drwxrwxr-x 3 1001 1001 4096 Feb 14 19:28 openapi [2023-02-14T19:30:47.802Z] drwxrwxr-x 4 1001 1001 4096 Feb 14 19:28 snap [2023-02-14T19:30:47.802Z] -rw-rw-r-- 1 1001 1001 204 Feb 14 19:28 version.go [Pipeline] sh [2023-02-14T19:30:48.115Z] + '[' -e coverage.out ] [2023-02-14T19:30:48.115Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-14T19:30:48.242Z] Stashed 1 file(s) [Pipeline] sh [2023-02-14T19:30:48.537Z] + make build [2023-02-14T19:30:48.537Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-14T19:31:00.734Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-14T19:31:01.306Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-14T19:31:02.240Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-14T19:31:03.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-02-14T19:31:09.759Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-14T19:31:11.141Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-14T19:31:12.078Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-14T19:31:13.452Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-14T19:31:14.023Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-14T19:31:14.959Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-14T19:31:17.510Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-14T19:31:18.469Z] $ docker stop --time=1 d75d4ea36bcdb6e2f359622e0b9b81528512b0ab642e78b1666cbe25e2883e6f [2023-02-14T19:31:21.858Z] $ docker rm -f --volumes d75d4ea36bcdb6e2f359622e0b9b81528512b0ab642e78b1666cbe25e2883e6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T19:31:22.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-14T19:31:22.921Z] [2023-02-14T19:31:22.921Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T19:31:23.307Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-14T19:31:23.307Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-14T19:31:23.307Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-14T19:31:23.307Z] ca9280d653b3: Pulling fs layer [2023-02-14T19:31:23.307Z] 7e9c9ca2126c: Pulling fs layer [2023-02-14T19:31:23.571Z] cbdbe7a5bc2a: Download complete [2023-02-14T19:31:23.571Z] cbdbe7a5bc2a: Pull complete [2023-02-14T19:31:23.831Z] ca9280d653b3: Download complete [2023-02-14T19:31:24.088Z] ca9280d653b3: Pull complete [2023-02-14T19:31:24.088Z] 7e9c9ca2126c: Download complete [2023-02-14T19:31:27.368Z] 7e9c9ca2126c: Pull complete [2023-02-14T19:31:27.368Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-14T19:31:27.368Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-14T19:31:27.368Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T19:31:27.573Z] prd-ubuntu20.04-docker-8c-8g-5882 does not seem to be running inside a container [2023-02-14T19:31:27.605Z] $ 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:latest cat [2023-02-14T19:31:29.886Z] $ docker top 922859cf28ed864c888e3b023fc407c5a7769e1fa10e6188b03f8483c689d879 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T19:31:30.276Z] + docker-compose build --help [2023-02-14T19:31:30.276Z] + grep parallel [2023-02-14T19:31:30.845Z] --parallel Build images in parallel. [Pipeline] } [2023-02-14T19:31:30.883Z] $ docker stop --time=1 922859cf28ed864c888e3b023fc407c5a7769e1fa10e6188b03f8483c689d879 [2023-02-14T19:31:32.148Z] $ docker rm -f --volumes 922859cf28ed864c888e3b023fc407c5a7769e1fa10e6188b03f8483c689d879 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T19:31:32.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-14T19:31:32.717Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T19:31:32.856Z] prd-ubuntu20.04-docker-8c-8g-5882 does not seem to be running inside a container [2023-02-14T19:31:32.888Z] $ 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:latest cat [2023-02-14T19:31:33.208Z] $ docker top b1a573373e67133652713e1c6b4fe1ea7df6c0c7f1042dc9aac63a2e4e6e3e11 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T19:31:33.589Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-14T19:31:34.156Z] Building core-command ... [2023-02-14T19:31:34.156Z] Building core-common-config-bootstrapper ... [2023-02-14T19:31:34.156Z] Building core-data ... [2023-02-14T19:31:34.156Z] Building core-metadata ... [2023-02-14T19:31:34.156Z] Building security-bootstrapper ... [2023-02-14T19:31:34.156Z] Building security-proxy-setup ... [2023-02-14T19:31:34.156Z] Building security-secretstore-setup ... [2023-02-14T19:31:34.156Z] Building security-spiffe-token-provider ... [2023-02-14T19:31:34.156Z] Building security-spire-agent ... [2023-02-14T19:31:34.156Z] Building security-spire-config ... [2023-02-14T19:31:34.156Z] Building security-spire-server ... [2023-02-14T19:31:34.156Z] Building support-notifications ... [2023-02-14T19:31:34.156Z] Building support-scheduler ... [2023-02-14T19:31:34.156Z] Building security-secretstore-setup [2023-02-14T19:31:34.156Z] Building security-spiffe-token-provider [2023-02-14T19:31:34.156Z] Building security-spire-agent [2023-02-14T19:31:34.156Z] Building support-scheduler [2023-02-14T19:31:34.156Z] Building core-command [2023-02-14T19:31:44.120Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:31:44.120Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:31:44.120Z] ---> dbe14e1a78e1 [2023-02-14T19:31:44.120Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-14T19:31:44.378Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:31:44.378Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:31:44.378Z] ---> dbe14e1a78e1 [2023-02-14T19:31:44.378Z] Step 3/24 : WORKDIR /edgex-go [2023-02-14T19:31:44.378Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:31:44.378Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:31:44.378Z] ---> dbe14e1a78e1 [2023-02-14T19:31:44.378Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-14T19:31:44.378Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:31:44.378Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:31:44.378Z] ---> dbe14e1a78e1 [2023-02-14T19:31:44.378Z] Step 3/24 : WORKDIR /edgex-go [2023-02-14T19:31:44.944Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:31:44.944Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:31:44.944Z] ---> dbe14e1a78e1 [2023-02-14T19:31:44.944Z] Step 3/19 : WORKDIR /edgex-go [2023-02-14T19:31:51.526Z] ---> Running in 9aa60d08a810 [2023-02-14T19:31:51.526Z] ---> Running in 74c6438f4606 [2023-02-14T19:31:51.526Z] ---> Running in 02a4b8c5b101 [2023-02-14T19:31:51.526Z] ---> Running in 0c220897410a [2023-02-14T19:31:51.526Z] ---> Running in 07d8e57827c7 [2023-02-14T19:31:51.526Z] Removing intermediate container 74c6438f4606 [2023-02-14T19:31:51.526Z] ---> bc81bc0b141c [2023-02-14T19:31:51.526Z] Step 4/23 : WORKDIR /edgex-go [2023-02-14T19:31:51.526Z] Removing intermediate container 02a4b8c5b101 [2023-02-14T19:31:51.526Z] Removing intermediate container 0c220897410a [2023-02-14T19:31:51.526Z] ---> c38cb02f89be [2023-02-14T19:31:51.526Z] ---> 7ef26d7c9bff [2023-02-14T19:31:51.526Z] Step 4/24 : RUN apk add --update --no-cache make gitStep 4/22 : WORKDIR /edgex-go [2023-02-14T19:31:51.526Z] [2023-02-14T19:31:51.526Z] Removing intermediate container 07d8e57827c7 [2023-02-14T19:31:51.526Z] ---> 78c0af48560b [2023-02-14T19:31:51.526Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-14T19:31:51.526Z] Removing intermediate container 9aa60d08a810 [2023-02-14T19:31:51.526Z] ---> 08481a66da7c [2023-02-14T19:31:51.526Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-14T19:31:51.526Z] ---> Running in 774f547d1b8f [2023-02-14T19:31:51.526Z] ---> Running in 022d7a4f0277 [2023-02-14T19:31:51.526Z] ---> Running in 3e67dcb75e9d [2023-02-14T19:31:51.526Z] ---> Running in cd6c5e2ac151 [2023-02-14T19:31:51.786Z] ---> Running in b04bf15e8279 [2023-02-14T19:31:51.786Z] Removing intermediate container 774f547d1b8f [2023-02-14T19:31:51.786Z] ---> 04a925a488b5 [2023-02-14T19:31:51.786Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-14T19:31:51.786Z] ---> Running in 066959bea812 [2023-02-14T19:31:51.786Z] Removing intermediate container 3e67dcb75e9d [2023-02-14T19:31:51.786Z] ---> d22525384f2c [2023-02-14T19:31:51.786Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-14T19:31:51.786Z] ---> Running in 89209385e5d3 [2023-02-14T19:31:52.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:31:52.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:31:52.301Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:31:52.301Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:31:52.301Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:31:52.301Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:31:52.301Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:31:52.301Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:31:52.558Z] OK: 211 MiB in 51 packages [2023-02-14T19:31:52.558Z] v3.16.4-3-g1cb3c48b147 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-14T19:31:52.558Z] v3.16.3-170-gb4524a0c7b8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-14T19:31:52.558Z] OK: 17046 distinct packages available [2023-02-14T19:31:52.558Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:31:52.558Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:31:52.558Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:31:52.558Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:31:52.558Z] OK: 211 MiB in 51 packages [2023-02-14T19:31:52.816Z] OK: 211 MiB in 51 packages [2023-02-14T19:31:52.817Z] OK: 211 MiB in 51 packages [2023-02-14T19:31:52.817Z] Removing intermediate container cd6c5e2ac151 [2023-02-14T19:31:52.817Z] ---> e09da584c7df [2023-02-14T19:31:52.817Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-14T19:31:52.817Z] OK: 211 MiB in 51 packages [2023-02-14T19:31:52.817Z] ---> b6aeceb128e4 [2023-02-14T19:31:52.817Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:31:53.074Z] ---> Running in c11b8438633e [2023-02-14T19:31:53.074Z] Removing intermediate container b04bf15e8279 [2023-02-14T19:31:53.074Z] ---> 1d03b86e8946 [2023-02-14T19:31:53.074Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-14T19:31:53.332Z] ---> ed882338907c [2023-02-14T19:31:53.332Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:31:53.332Z] ---> Running in d99d08888d70 [2023-02-14T19:31:53.332Z] Removing intermediate container 89209385e5d3 [2023-02-14T19:31:53.332Z] ---> 3e1ecf6ef934 [2023-02-14T19:31:53.332Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-14T19:31:53.332Z] Removing intermediate container 066959bea812 [2023-02-14T19:31:53.332Z] ---> bf3b022741a2 [2023-02-14T19:31:53.332Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-14T19:31:53.589Z] Removing intermediate container 022d7a4f0277 [2023-02-14T19:31:53.589Z] ---> d97a0d16d267 [2023-02-14T19:31:53.589Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-14T19:31:53.589Z] ---> 4b7035f1006f [2023-02-14T19:31:53.589Z] ---> 805e11c044b9 [2023-02-14T19:31:53.589Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:31:53.589Z] [2023-02-14T19:31:53.589Z] ---> Running in 9f939ba92a82 [2023-02-14T19:31:53.589Z] ---> Running in 9eb0f0efc0d9 [2023-02-14T19:31:53.847Z] ---> 41ac8d73bfae [2023-02-14T19:31:53.847Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:31:53.847Z] ---> Running in 4fb75ee164f3 [2023-02-14T19:32:29.545Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5884 in /w/workspace/edgexfoundry_edgex-go_PR-4355 [Pipeline] { [Pipeline] ws [2023-02-14T19:32:29.606Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-02-14T19:32:29.695Z] The recommended git tool is: git [2023-02-14T19:32:36.156Z] using credential edgex-jenkins-ssh [2023-02-14T19:32:36.173Z] Cloning the remote Git repository [2023-02-14T19:32:36.235Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-14T19:32:36.337Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-02-14T19:32:36.523Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-14T19:32:36.524Z] > git --version # timeout=10 [2023-02-14T19:32:36.551Z] > git --version # 'git version 2.25.1' [2023-02-14T19:32:36.554Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-14T19:32:36.629Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-14T19:32:50.409Z] Removing intermediate container c11b8438633e [2023-02-14T19:32:50.409Z] ---> bd8bee10d387 [2023-02-14T19:32:50.409Z] Step 7/24 : COPY . . [2023-02-14T19:32:50.409Z] Removing intermediate container 4fb75ee164f3 [2023-02-14T19:32:50.409Z] ---> a11028839ac5 [2023-02-14T19:32:50.409Z] Step 7/19 : COPY . . [2023-02-14T19:32:50.409Z] Removing intermediate container 9f939ba92a82 [2023-02-14T19:32:50.409Z] ---> 9895f3462039 [2023-02-14T19:32:50.409Z] Step 8/22 : COPY . . [2023-02-14T19:32:50.409Z] Removing intermediate container d99d08888d70 [2023-02-14T19:32:50.409Z] ---> 7cc0d5573ea9 [2023-02-14T19:32:50.409Z] Step 7/24 : COPY . . [2023-02-14T19:32:56.510Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-14T19:32:56.534Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-14T19:32:57.588Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-14T19:32:57.641Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-14T19:32:57.642Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-14T19:32:57.663Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4355/head:refs/remotes/origin/PR-4355 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-14T19:32:58.569Z] Merging remotes/origin/main commit 8d74a5096a4a44ccbcfe21975abab76d27106cec into PR head commit b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:32:58.577Z] ---> b9387cd9c3e3 [2023-02-14T19:32:58.577Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-14T19:32:58.577Z] ---> afc4416300d7 [2023-02-14T19:32:58.577Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-14T19:32:58.577Z] ---> 6710e8978383 [2023-02-14T19:32:58.577Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-14T19:32:58.577Z] ---> 3b9e32cbbabe [2023-02-14T19:32:58.577Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-14T19:32:58.577Z] ---> Running in fcdd6fd90622 [2023-02-14T19:32:58.577Z] ---> Running in 8b57abdb9da1 [2023-02-14T19:32:58.577Z] ---> Running in acc21e7edf89 [2023-02-14T19:32:58.577Z] ---> Running in dea2cd263ff7 [2023-02-14T19:32:58.577Z] Removing intermediate container fcdd6fd90622 [2023-02-14T19:32:58.577Z] ---> d92253ec5684 [2023-02-14T19:32:58.577Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-14T19:32:58.577Z] ---> Running in 7ce6afd49389 [2023-02-14T19:32:58.577Z] Removing intermediate container 7ce6afd49389 [2023-02-14T19:32:58.577Z] ---> 84d4796d2ea0 [2023-02-14T19:32:58.577Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-14T19:32:58.577Z] ---> Running in 4403b6845d6c [2023-02-14T19:32:58.577Z] Removing intermediate container 9eb0f0efc0d9 [2023-02-14T19:32:58.577Z] ---> 5e9ce7e99ba7 [2023-02-14T19:32:58.577Z] Step 8/23 : COPY . . [2023-02-14T19:32:58.577Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-14T19:32:58.577Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-14T19:32:58.577Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-14T19:32:59.013Z] Merge succeeded, producing b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:32:59.014Z] Checking out Revision b594af2848531bb9465c05c18fae5d4d3041f37d (PR-4355) [2023-02-14T19:32:58.590Z] > git config core.sparsecheckout # timeout=10 [2023-02-14T19:32:58.624Z] > git checkout -f b594af2848531bb9465c05c18fae5d4d3041f37d # timeout=10 [2023-02-14T19:32:58.897Z] > git remote # timeout=10 [2023-02-14T19:32:58.917Z] > git config --get remote.origin.url # timeout=10 [2023-02-14T19:32:58.939Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-14T19:32:58.955Z] > git merge 8d74a5096a4a44ccbcfe21975abab76d27106cec # timeout=10 [2023-02-14T19:32:58.988Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-14T19:32:59.024Z] > git config core.sparsecheckout # timeout=10 [2023-02-14T19:32:59.039Z] > git checkout -f b594af2848531bb9465c05c18fae5d4d3041f37d # timeout=10 [2023-02-14T19:33:02.756Z] Removing intermediate container 4403b6845d6c [2023-02-14T19:33:02.756Z] ---> 871b8262dd0e [2023-02-14T19:33:02.756Z] Step 11/24 : WORKDIR /edgex-go [2023-02-14T19:33:02.894Z] Commit message: "refactor: Tweaks to common device configuration" [2023-02-14T19:33:03.014Z] ---> Running in e900e181feda [2023-02-14T19:33:02.964Z] > git --version # timeout=10 [2023-02-14T19:33:02.981Z] > git --version # 'git version 2.25.1' [2023-02-14T19:33:03.015Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-14T19:33:03.271Z] ---> 9ef62e66415e [2023-02-14T19:33:03.271Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-14T19:33:03.271Z] ---> Running in a3cf7d9bcb22 [2023-02-14T19:33:03.271Z] Removing intermediate container e900e181feda [2023-02-14T19:33:03.271Z] ---> c556e7a0af45 [2023-02-14T19:33:03.271Z] [2023-02-14T19:33:03.271Z] Step 12/24 : FROM alpine:3.15 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2023-02-14T19:33:03.528Z] 3.15: Pulling from library/alpine [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-14T19:33:04.099Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-14T19:33:04.198Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-14T19:33:04.198Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-14T19:33:04.198Z] Dload Upload Total Spent Left Speed [2023-02-14T19:33:04.198Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 197k 0 --:--:-- --:--:-- --:--:-- 200k [2023-02-14T19:33:04.362Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-14T19:33:04.362Z] Status: Downloaded newer image for alpine:3.15 [2023-02-14T19:33:04.362Z] ---> 5ce65d7b0fde [2023-02-14T19:33:04.362Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [Pipeline] sh [2023-02-14T19:33:04.914Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [2023-02-14T19:33:04.935Z] ---> Running in 5bb33bacd1c5 [Pipeline] sh [2023-02-14T19:33:05.196Z] Removing intermediate container 5bb33bacd1c5 [2023-02-14T19:33:05.196Z] ---> 0423378c533c [2023-02-14T19:33:05.196Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-14T19:33:05.370Z] + sudo tee /etc/docker/daemon.new [2023-02-14T19:33:05.370Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-14T19:33:05.371Z] { [2023-02-14T19:33:05.371Z] "registry-mirrors": [ [2023-02-14T19:33:05.371Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-14T19:33:05.371Z] ], [2023-02-14T19:33:05.371Z] "bip": "10.250.0.254/24", [2023-02-14T19:33:05.371Z] "hosts": [ [2023-02-14T19:33:05.371Z] "tcp://0.0.0.0:5555", [2023-02-14T19:33:05.371Z] "unix:///var/run/docker.sock" [2023-02-14T19:33:05.371Z] ], [2023-02-14T19:33:05.371Z] "mtu": 1458, [2023-02-14T19:33:05.371Z] "selinux-enabled": true, [2023-02-14T19:33:05.371Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-14T19:33:05.371Z] } [Pipeline] sh [2023-02-14T19:33:05.453Z] ---> Running in 77a1d2719cf6 [2023-02-14T19:33:05.737Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-14T19:33:06.016Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:06.016Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:06.117Z] + sudo service docker restart [2023-02-14T19:33:06.273Z] v3.15.7-2-ga6d375921c3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-14T19:33:06.273Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-14T19:33:06.273Z] OK: 15857 distinct packages available [2023-02-14T19:33:06.273Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:06.532Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:06.789Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-14T19:33:06.789Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-14T19:33:06.789Z] (3/5) Installing libucontext (1.1-r0) [2023-02-14T19:33:06.789Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-14T19:33:06.789Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-14T19:33:06.789Z] Executing busybox-1.34.1-r7.trigger [2023-02-14T19:33:06.789Z] OK: 7 MiB in 19 packages [2023-02-14T19:33:09.320Z] Removing intermediate container 77a1d2719cf6 [2023-02-14T19:33:09.321Z] ---> 43df8d13cce2 [2023-02-14T19:33:09.321Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-14T19:33:13.499Z] ---> 80169e337ccf [2023-02-14T19:33:13.499Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-14T19:33:18.840Z] ---> 1a74dd0d602b [2023-02-14T19:33:18.840Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-14T19:33:20.211Z] ---> 86139356aa91 [2023-02-14T19:33:20.211Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-14T19:33:21.581Z] ---> 69eb7342420e [2023-02-14T19:33:21.581Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-14T19:33:21.839Z] ---> 0b604a752d70 [2023-02-14T19:33:21.839Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-14T19:33:22.096Z] ---> Running in 2ce1cbf08cdb [2023-02-14T19:33:22.353Z] Removing intermediate container 2ce1cbf08cdb [2023-02-14T19:33:22.353Z] ---> c9cc2ef46f0b [2023-02-14T19:33:22.353Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-14T19:33:22.648Z] ---> Running in 3c9924cb05de [2023-02-14T19:33:22.934Z] Removing intermediate container 3c9924cb05de [2023-02-14T19:33:22.934Z] ---> 4391cbf97c4f [2023-02-14T19:33:22.934Z] Step 22/24 : LABEL arch=x86_64 [2023-02-14T19:33:22.934Z] ---> Running in cda6ba7c4d7e [2023-02-14T19:33:23.191Z] Removing intermediate container cda6ba7c4d7e [2023-02-14T19:33:23.191Z] ---> b0a578c32321 [2023-02-14T19:33:23.191Z] Step 23/24 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:33:23.191Z] ---> Running in 6398ac766093 [2023-02-14T19:33:23.448Z] Removing intermediate container 6398ac766093 [2023-02-14T19:33:23.448Z] ---> 6810975c7345 [2023-02-14T19:33:23.448Z] Step 24/24 : LABEL version=0.0.0 [2023-02-14T19:33:23.448Z] ---> Running in d89d6b3b151b [2023-02-14T19:33:24.011Z] Removing intermediate container d89d6b3b151b [2023-02-14T19:33:24.011Z] ---> 00473999d22b [2023-02-14T19:33:24.011Z] [2023-02-14T19:33:24.011Z] Successfully built 00473999d22b [2023-02-14T19:33:24.011Z] Successfully tagged security-spire-agent:latest [2023-02-14T19:33:24.011Z] Building security-spire-config [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-14T19:33:24.520Z] provisioning config files... [2023-02-14T19:33:24.553Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config12514817416980888078tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T19:33:24.958Z] ---> docker-login.sh [2023-02-14T19:33:24.958Z] nexus3.edgexfoundry.org:10001 [2023-02-14T19:33:25.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T19:33:25.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T19:33:25.553Z] Configure a credential helper to remove this warning. See [2023-02-14T19:33:25.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T19:33:25.553Z] [2023-02-14T19:33:25.553Z] Login Succeeded [2023-02-14T19:33:25.553Z] nexus3.edgexfoundry.org:10002 [2023-02-14T19:33:25.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T19:33:26.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T19:33:26.094Z] Configure a credential helper to remove this warning. See [2023-02-14T19:33:26.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T19:33:26.094Z] [2023-02-14T19:33:26.094Z] Login Succeeded [2023-02-14T19:33:26.094Z] nexus3.edgexfoundry.org:10003 [2023-02-14T19:33:26.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T19:33:26.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T19:33:26.453Z] Configure a credential helper to remove this warning. See [2023-02-14T19:33:26.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T19:33:26.453Z] [2023-02-14T19:33:26.453Z] Login Succeeded [2023-02-14T19:33:26.453Z] nexus3.edgexfoundry.org:10004 [2023-02-14T19:33:26.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T19:33:26.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T19:33:26.734Z] Configure a credential helper to remove this warning. See [2023-02-14T19:33:26.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T19:33:26.734Z] [2023-02-14T19:33:26.734Z] Login Succeeded [2023-02-14T19:33:26.734Z] docker.io [2023-02-14T19:33:27.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T19:33:27.282Z]  Building security-spire-agent ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:33:27.282Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:33:27.282Z] ---> dbe14e1a78e1 [2023-02-14T19:33:27.282Z] Step 3/24 : WORKDIR /edgex-go [2023-02-14T19:33:27.282Z] ---> Using cache [2023-02-14T19:33:27.282Z] ---> 08481a66da7c [2023-02-14T19:33:27.282Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-14T19:33:27.282Z] ---> Using cache [2023-02-14T19:33:27.282Z] ---> 1d03b86e8946 [2023-02-14T19:33:27.282Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-14T19:33:27.282Z] ---> Using cache [2023-02-14T19:33:27.282Z] ---> ed882338907c [2023-02-14T19:33:27.282Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:33:27.282Z] ---> Using cache [2023-02-14T19:33:27.282Z] ---> 7cc0d5573ea9 [2023-02-14T19:33:27.282Z] Step 7/24 : COPY . . [2023-02-14T19:33:27.282Z] ---> Using cache [2023-02-14T19:33:27.282Z] ---> b9387cd9c3e3 [2023-02-14T19:33:27.282Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-14T19:33:27.282Z] ---> Using cache [2023-02-14T19:33:27.282Z] ---> d92253ec5684 [2023-02-14T19:33:27.282Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-14T19:33:27.282Z] ---> Using cache [2023-02-14T19:33:27.282Z] ---> 84d4796d2ea0 [2023-02-14T19:33:27.282Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-14T19:33:27.282Z] ---> Using cache [2023-02-14T19:33:27.282Z] ---> 871b8262dd0e [2023-02-14T19:33:27.282Z] Step 11/24 : WORKDIR /edgex-go [2023-02-14T19:33:27.282Z] ---> Using cache [2023-02-14T19:33:27.282Z] ---> c556e7a0af45 [2023-02-14T19:33:27.282Z] [2023-02-14T19:33:27.282Z] Step 12/24 : FROM alpine:3.15 [2023-02-14T19:33:27.282Z] ---> 5ce65d7b0fde [2023-02-14T19:33:27.282Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-14T19:33:27.282Z] ---> Using cache [2023-02-14T19:33:27.282Z] ---> 0423378c533c [2023-02-14T19:33:27.283Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-14T19:33:27.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T19:33:27.603Z] Configure a credential helper to remove this warning. See [2023-02-14T19:33:27.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T19:33:27.603Z] [2023-02-14T19:33:27.603Z] Login Succeeded [2023-02-14T19:33:27.603Z] ---> docker-login.sh ends [Pipeline] } [2023-02-14T19:33:27.631Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-02-14T19:33:28.366Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-02-14T19:33:28.403Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T19:33:28.438Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T19:33:28.469Z] ========================================================= [2023-02-14T19:33:28.469Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-14T19:33:28.469Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-14T19:33:28.850Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-14T19:33:29.123Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-14T19:33:29.123Z] 9b18e9b68314: Pulling fs layer [2023-02-14T19:33:29.123Z] 35d82f9e3411: Pulling fs layer [2023-02-14T19:33:29.123Z] e16973657156: Pulling fs layer [2023-02-14T19:33:29.123Z] fc693d55d65f: Pulling fs layer [2023-02-14T19:33:29.123Z] 7e9fc2657dce: Pulling fs layer [2023-02-14T19:33:29.123Z] dda99020689f: Pulling fs layer [2023-02-14T19:33:29.123Z] db1c61fa0a46: Pulling fs layer [2023-02-14T19:33:29.123Z] 891c053d2c06: Pulling fs layer [2023-02-14T19:33:29.123Z] dda99020689f: Waiting [2023-02-14T19:33:29.123Z] db1c61fa0a46: Waiting [2023-02-14T19:33:29.123Z] 891c053d2c06: Waiting [2023-02-14T19:33:29.123Z] 7e9fc2657dce: Waiting [2023-02-14T19:33:29.123Z] fc693d55d65f: Waiting [2023-02-14T19:33:29.123Z] e16973657156: Verifying Checksum [2023-02-14T19:33:29.123Z] e16973657156: Download complete [2023-02-14T19:33:29.123Z] 35d82f9e3411: Download complete [2023-02-14T19:33:29.123Z] 7e9fc2657dce: Verifying Checksum [2023-02-14T19:33:29.123Z] 7e9fc2657dce: Download complete [2023-02-14T19:33:29.123Z] dda99020689f: Verifying Checksum [2023-02-14T19:33:29.123Z] dda99020689f: Download complete [2023-02-14T19:33:29.123Z] 9b18e9b68314: Verifying Checksum [2023-02-14T19:33:29.123Z] 9b18e9b68314: Download complete [2023-02-14T19:33:29.804Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-14T19:33:30.116Z] 9b18e9b68314: Pull complete [2023-02-14T19:33:30.391Z] 891c053d2c06: Verifying Checksum [2023-02-14T19:33:30.391Z] 891c053d2c06: Download complete [2023-02-14T19:33:30.678Z] 35d82f9e3411: Pull complete [2023-02-14T19:33:30.948Z] e16973657156: Pull complete [2023-02-14T19:33:31.535Z] db1c61fa0a46: Verifying Checksum [2023-02-14T19:33:31.535Z] db1c61fa0a46: Download complete [2023-02-14T19:33:32.120Z] fc693d55d65f: Verifying Checksum [2023-02-14T19:33:32.120Z] fc693d55d65f: Download complete [2023-02-14T19:33:33.977Z] ---> Running in 6501fd795fb3 [2023-02-14T19:33:34.235Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:34.235Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:34.491Z] v3.15.7-2-ga6d375921c3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-14T19:33:34.491Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-14T19:33:34.491Z] OK: 15857 distinct packages available [2023-02-14T19:33:34.491Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:34.748Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:35.005Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-14T19:33:35.005Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-14T19:33:35.005Z] (3/4) Installing libucontext (1.1-r0) [2023-02-14T19:33:35.005Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-14T19:33:35.005Z] Executing busybox-1.34.1-r7.trigger [2023-02-14T19:33:35.005Z] OK: 6 MiB in 18 packages [2023-02-14T19:33:37.532Z] Removing intermediate container acc21e7edf89 [2023-02-14T19:33:37.532Z] ---> b1c5505cfd12 [2023-02-14T19:33:37.532Z] [2023-02-14T19:33:37.532Z] Step 9/24 : FROM alpine:3.16 [2023-02-14T19:33:37.532Z] Removing intermediate container 6501fd795fb3 [2023-02-14T19:33:37.532Z] ---> c547f2a8582e [2023-02-14T19:33:37.532Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-14T19:33:37.790Z] 3.16: Pulling from library/alpine [2023-02-14T19:33:40.318Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-14T19:33:40.576Z] Status: Downloaded newer image for alpine:3.16 [2023-02-14T19:33:40.576Z] ---> dfd21b5a31f5 [2023-02-14T19:33:40.576Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-14T19:33:41.143Z] ---> 65249d4914b0 [2023-02-14T19:33:41.143Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-14T19:33:41.143Z] ---> Running in c301f1132640 [2023-02-14T19:33:41.401Z] Removing intermediate container a3cf7d9bcb22 [2023-02-14T19:33:41.401Z] ---> d88960b8e9b5 [2023-02-14T19:33:41.401Z] [2023-02-14T19:33:41.401Z] Step 10/23 : FROM alpine:3.16 [2023-02-14T19:33:41.401Z] ---> dfd21b5a31f5 [2023-02-14T19:33:41.401Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-14T19:33:41.401Z] Removing intermediate container dea2cd263ff7 [2023-02-14T19:33:41.401Z] ---> 7b054ac53e04 [2023-02-14T19:33:41.401Z] [2023-02-14T19:33:41.401Z] Step 9/19 : FROM alpine:3.15 [2023-02-14T19:33:41.401Z] ---> 5ce65d7b0fde [2023-02-14T19:33:41.401Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-14T19:33:41.401Z] ---> Using cache [2023-02-14T19:33:41.401Z] ---> 0423378c533c [2023-02-14T19:33:41.401Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-14T19:33:41.776Z] ---> 71152671fc9c [2023-02-14T19:33:41.776Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-14T19:33:41.776Z] ---> Running in 559779f51133 [2023-02-14T19:33:41.776Z] ---> Running in 1e8dc37720f9 [2023-02-14T19:33:41.776Z] ---> Running in 1a5819ed939e [2023-02-14T19:33:41.776Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:42.036Z] Removing intermediate container 1a5819ed939e [2023-02-14T19:33:42.036Z] ---> 497c2e4e4781 [2023-02-14T19:33:42.036Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-14T19:33:42.036Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:42.036Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:42.036Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:42.313Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-14T19:33:42.313Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:42.313Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-14T19:33:42.313Z] (3/3) Installing su-exec (0.2-r1) [2023-02-14T19:33:42.313Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T19:33:42.579Z] Executing ca-certificates-20220614-r0.trigger [2023-02-14T19:33:42.579Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:42.579Z] ---> 87b530576b6e [2023-02-14T19:33:42.579Z] Step 19/24 : WORKDIR / [2023-02-14T19:33:42.579Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-14T19:33:42.579Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T19:33:42.579Z] OK: 6 MiB in 15 packages [2023-02-14T19:33:42.579Z] ---> Running in cc590d65cf33 [2023-02-14T19:33:42.579Z] OK: 6 MiB in 17 packages [2023-02-14T19:33:42.579Z] Removing intermediate container 8b57abdb9da1 [2023-02-14T19:33:42.579Z] ---> eb264133e5f7 [2023-02-14T19:33:42.579Z] [2023-02-14T19:33:42.579Z] Step 10/22 : FROM alpine:3.16 [2023-02-14T19:33:42.579Z] ---> dfd21b5a31f5 [2023-02-14T19:33:42.579Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-14T19:33:42.579Z] Removing intermediate container cc590d65cf33 [2023-02-14T19:33:42.579Z] ---> f97dfa37fd6e [2023-02-14T19:33:42.579Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-14T19:33:42.862Z] ---> Running in 831dbf7248bb [2023-02-14T19:33:42.862Z] ---> Running in 7357658c16fc [2023-02-14T19:33:42.862Z] Removing intermediate container 831dbf7248bb [2023-02-14T19:33:42.862Z] ---> 74632bbe8e6f [2023-02-14T19:33:42.862Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-14T19:33:42.862Z] v3.15.7-2-ga6d375921c3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-14T19:33:42.862Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-14T19:33:42.862Z] OK: 15857 distinct packages available [2023-02-14T19:33:42.862Z] ---> Running in a29961ac920f [2023-02-14T19:33:42.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:42.862Z] Removing intermediate container a29961ac920f [2023-02-14T19:33:42.862Z] ---> dc32613a5302 [2023-02-14T19:33:42.862Z] Step 22/24 : LABEL arch=x86_64 [2023-02-14T19:33:42.862Z] Removing intermediate container 559779f51133 [2023-02-14T19:33:42.862Z] ---> 82a80c809e1c [2023-02-14T19:33:42.863Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-14T19:33:42.863Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:42.863Z] ---> Running in c87bcbbc71a7 [2023-02-14T19:33:42.863Z] ---> Running in f8943d6d4230 [2023-02-14T19:33:43.131Z] Removing intermediate container f8943d6d4230 [2023-02-14T19:33:43.131Z] ---> 584857beebdf [2023-02-14T19:33:43.131Z] Step 23/24 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:33:43.131Z] Removing intermediate container c87bcbbc71a7 [2023-02-14T19:33:43.131Z] ---> ed3144a88025 [2023-02-14T19:33:43.131Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-14T19:33:43.131Z] ---> Running in b7fa1c738e36 [2023-02-14T19:33:43.131Z] ---> Running in e57fa757689c [2023-02-14T19:33:43.131Z] Removing intermediate container c301f1132640 [2023-02-14T19:33:43.131Z] ---> 7b7456015954 [2023-02-14T19:33:43.131Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-14T19:33:43.131Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-14T19:33:43.131Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-14T19:33:43.131Z] ---> Running in 4caf7a7eb6ed [2023-02-14T19:33:43.131Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-14T19:33:43.131Z] (4/9) Installing libcurl (7.80.0-r5) [2023-02-14T19:33:43.131Z] (5/9) Installing curl (7.80.0-r5) [2023-02-14T19:33:43.131Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-14T19:33:43.131Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-14T19:33:43.131Z] (8/9) Installing libucontext (1.1-r0) [2023-02-14T19:33:43.131Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-14T19:33:43.131Z] Executing busybox-1.34.1-r7.trigger [2023-02-14T19:33:43.131Z] Executing ca-certificates-20220614-r0.trigger [2023-02-14T19:33:43.429Z] Removing intermediate container e57fa757689c [2023-02-14T19:33:43.429Z] ---> c0a3b1b20e8a [2023-02-14T19:33:43.429Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-14T19:33:43.429Z] Removing intermediate container b7fa1c738e36 [2023-02-14T19:33:43.429Z] ---> f330729c0b07 [2023-02-14T19:33:43.429Z] Step 24/24 : LABEL version=0.0.0 [2023-02-14T19:33:43.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:43.429Z] Removing intermediate container 4caf7a7eb6ed [2023-02-14T19:33:43.429Z] ---> dea076e64538 [2023-02-14T19:33:43.429Z] Step 12/24 : WORKDIR / [2023-02-14T19:33:43.429Z] ---> Running in f3f01cb3a592 [2023-02-14T19:33:43.429Z] ---> Running in aeeb962181e9 [2023-02-14T19:33:43.429Z] OK: 8 MiB in 23 packages [2023-02-14T19:33:43.429Z] ---> Running in e910d839eb52 [2023-02-14T19:33:43.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:43.429Z] Removing intermediate container f3f01cb3a592 [2023-02-14T19:33:43.429Z] ---> 3239e2e2c120 [2023-02-14T19:33:43.429Z] Step 15/23 : WORKDIR / [2023-02-14T19:33:43.429Z] Removing intermediate container aeeb962181e9 [2023-02-14T19:33:43.429Z] ---> 831caec686b1 [2023-02-14T19:33:43.429Z] [2023-02-14T19:33:43.429Z] ---> Running in 7a943da13498 [2023-02-14T19:33:43.429Z] Removing intermediate container e910d839eb52 [2023-02-14T19:33:43.429Z] ---> 3e006d14e37a [2023-02-14T19:33:43.429Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-14T19:33:43.429Z] Successfully built 831caec686b1 [2023-02-14T19:33:43.429Z] Successfully tagged security-spire-config:latest [2023-02-14T19:33:43.429Z] Building security-bootstrapper [2023-02-14T19:33:43.709Z]  Building security-spire-config ... done Removing intermediate container 7a943da13498 [2023-02-14T19:33:43.709Z] ---> aff0fa7d67b5 [2023-02-14T19:33:43.709Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-14T19:33:43.709Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-14T19:33:43.709Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T19:33:43.709Z] OK: 6 MiB in 15 packages [2023-02-14T19:33:44.443Z] fc693d55d65f: Pull complete [2023-02-14T19:33:44.443Z] 7e9fc2657dce: Pull complete [2023-02-14T19:33:44.443Z] dda99020689f: Pull complete [2023-02-14T19:33:46.311Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:33:46.311Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:33:46.311Z] ---> dbe14e1a78e1 [2023-02-14T19:33:46.311Z] Step 3/32 : WORKDIR /edgex-go [2023-02-14T19:33:46.311Z] ---> Using cache [2023-02-14T19:33:46.311Z] ---> 08481a66da7c [2023-02-14T19:33:46.311Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-14T19:33:47.696Z] ---> f8faf4c17966 [2023-02-14T19:33:47.696Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-14T19:33:47.696Z] ---> Running in 8568afa801df [2023-02-14T19:33:47.696Z] ---> 5ccc91c7e4ef [2023-02-14T19:33:47.696Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-14T19:33:47.696Z] Removing intermediate container 1e8dc37720f9 [2023-02-14T19:33:47.696Z] ---> c9ae85cf2690 [2023-02-14T19:33:47.696Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-14T19:33:47.696Z] Removing intermediate container 7357658c16fc [2023-02-14T19:33:47.696Z] ---> 2b69217aed4e [2023-02-14T19:33:47.696Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-14T19:33:47.696Z] ---> Running in c8708cd13692 [2023-02-14T19:33:47.965Z] ---> ffcd34f5ff25 [2023-02-14T19:33:47.966Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-14T19:33:47.966Z] ---> 983fd3755361 [2023-02-14T19:33:47.966Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-14T19:33:47.966Z] Removing intermediate container c8708cd13692 [2023-02-14T19:33:47.966Z] ---> 6f25669b388a [2023-02-14T19:33:47.966Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-14T19:33:47.966Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:47.966Z] ---> Running in a6d1e5016752 [2023-02-14T19:33:47.966Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:48.243Z] OK: 211 MiB in 51 packages [2023-02-14T19:33:48.504Z] ---> a002ddbca321 [2023-02-14T19:33:48.504Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-14T19:33:48.504Z] ---> 58ae6a14f9c6 [2023-02-14T19:33:48.504Z] ---> 6411a70f5450 [2023-02-14T19:33:48.504Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-14T19:33:48.504Z] Removing intermediate container a6d1e5016752 [2023-02-14T19:33:48.504Z] ---> 70427284866c [2023-02-14T19:33:48.504Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-14T19:33:48.504Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-14T19:33:48.504Z] ---> Running in a99d0310d7d9 [2023-02-14T19:33:48.828Z] Removing intermediate container a99d0310d7d9 [2023-02-14T19:33:48.828Z] ---> c920dd05ac4e [2023-02-14T19:33:48.828Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-14T19:33:48.828Z] Removing intermediate container 8568afa801df [2023-02-14T19:33:48.828Z] ---> 2222b5c30ebc [2023-02-14T19:33:48.828Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-14T19:33:48.828Z] ---> d9d28589482d [2023-02-14T19:33:48.828Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-14T19:33:48.828Z] ---> b122ae5c989a [2023-02-14T19:33:48.828Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-14T19:33:48.828Z] ---> 0a0d69c519c2 [2023-02-14T19:33:48.828Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-14T19:33:48.828Z] ---> Running in 7adc06c667bd [2023-02-14T19:33:48.828Z] ---> Running in 2b52f466a509 [2023-02-14T19:33:48.828Z] ---> 3097d433dba4 [2023-02-14T19:33:48.828Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-14T19:33:48.828Z] ---> 82c75ea1750e [2023-02-14T19:33:48.828Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:33:49.149Z] ---> Running in 5b588d979fcd [2023-02-14T19:33:49.149Z] Removing intermediate container 2b52f466a509 [2023-02-14T19:33:49.149Z] ---> c6c754e50914 [2023-02-14T19:33:49.149Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-14T19:33:49.149Z] Removing intermediate container 7adc06c667bd [2023-02-14T19:33:49.149Z] ---> aa9606cbc5db [2023-02-14T19:33:49.149Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-14T19:33:49.410Z] ---> Running in a82d0b769f33 [2023-02-14T19:33:49.410Z] ---> Running in 95e61dc1befd [2023-02-14T19:33:49.410Z] ---> b2af98e014d3 [2023-02-14T19:33:49.410Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-14T19:33:49.410Z] ---> dcd8eb5c49ee [2023-02-14T19:33:49.410Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-14T19:33:49.684Z] Removing intermediate container a82d0b769f33 [2023-02-14T19:33:49.684Z] ---> ef6a571590ac [2023-02-14T19:33:49.684Z] Step 21/23 : LABEL arch=x86_64 [2023-02-14T19:33:49.684Z] Removing intermediate container 95e61dc1befd [2023-02-14T19:33:49.684Z] ---> 18079be3f763 [2023-02-14T19:33:49.684Z] Step 17/19 : LABEL arch=x86_64 [2023-02-14T19:33:49.684Z] ---> Running in 937ed48e34d4 [2023-02-14T19:33:49.684Z] ---> Running in 352a890b80af [2023-02-14T19:33:49.822Z] db1c61fa0a46: Pull complete [2023-02-14T19:33:49.989Z] ---> 6fbb209319f0 [2023-02-14T19:33:49.989Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-14T19:33:49.989Z] Removing intermediate container 937ed48e34d4 [2023-02-14T19:33:49.989Z] ---> f4f02a76c0b2 [2023-02-14T19:33:49.989Z] Step 22/23 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:33:49.989Z] ---> Running in 6498661d964a [2023-02-14T19:33:49.989Z] Removing intermediate container 352a890b80af [2023-02-14T19:33:49.989Z] ---> e14b52fe79db [2023-02-14T19:33:49.989Z] Step 18/19 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:33:49.989Z] ---> Running in 3270356310a7 [2023-02-14T19:33:49.989Z] ---> Running in 4bff0f2c9d0c [2023-02-14T19:33:50.255Z] ---> f7cdfd7aef4c [2023-02-14T19:33:50.255Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-14T19:33:50.255Z] Removing intermediate container 6498661d964a [2023-02-14T19:33:50.255Z] ---> 680973985314 [2023-02-14T19:33:50.255Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-14T19:33:50.255Z] ---> Running in 96ca574fd795 [2023-02-14T19:33:50.255Z] Removing intermediate container 3270356310a7 [2023-02-14T19:33:50.255Z] ---> 5a4ecb6e6e51 [2023-02-14T19:33:50.255Z] Step 23/23 : LABEL version=0.0.0 [2023-02-14T19:33:50.255Z] Removing intermediate container 4bff0f2c9d0c [2023-02-14T19:33:50.255Z] ---> d0e6159efef5 [2023-02-14T19:33:50.255Z] Step 19/19 : LABEL version=0.0.0 [2023-02-14T19:33:50.255Z] ---> Running in c54f3907dc60 [2023-02-14T19:33:50.255Z] ---> Running in 4b7c259bd906 [2023-02-14T19:33:50.255Z] Removing intermediate container 96ca574fd795 [2023-02-14T19:33:50.255Z] ---> 6c23abe715d2 [2023-02-14T19:33:50.255Z] Step 20/22 : LABEL arch=x86_64 [2023-02-14T19:33:50.255Z] ---> Running in bd708506be1d [2023-02-14T19:33:50.255Z] ---> aacdee34bca7 [2023-02-14T19:33:50.255Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-14T19:33:50.255Z] Removing intermediate container c54f3907dc60 [2023-02-14T19:33:50.255Z] ---> f828f2e9f5a3 [2023-02-14T19:33:50.255Z] [2023-02-14T19:33:50.255Z] ---> Running in 79b6c44f14b3 [2023-02-14T19:33:50.255Z] Removing intermediate container 4b7c259bd906 [2023-02-14T19:33:50.255Z] ---> 61555930f307 [2023-02-14T19:33:50.255Z] [2023-02-14T19:33:50.514Z] Removing intermediate container bd708506be1d [2023-02-14T19:33:50.514Z] ---> e0b57bf2d98d [2023-02-14T19:33:50.514Z] Step 21/22 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:33:50.514Z] ---> Running in 474069c49d9d [2023-02-14T19:33:50.514Z] Successfully built 61555930f307 [2023-02-14T19:33:50.514Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-14T19:33:50.514Z] Building support-notifications [2023-02-14T19:33:50.514Z]  Building security-spiffe-token-provider ... done Successfully built f828f2e9f5a3 [2023-02-14T19:33:50.514Z] Successfully tagged core-command:latest [2023-02-14T19:33:50.514Z] Building core-data [2023-02-14T19:33:50.514Z]  Building core-command ... done Removing intermediate container 474069c49d9d [2023-02-14T19:33:50.514Z] ---> 9da98ad1c21f [2023-02-14T19:33:50.514Z] Step 22/22 : LABEL version=0.0.0 [2023-02-14T19:33:50.514Z] ---> Running in 32b03a266254 [2023-02-14T19:33:50.514Z] Removing intermediate container 32b03a266254 [2023-02-14T19:33:50.514Z] ---> 7fb74310e183 [2023-02-14T19:33:50.514Z] [2023-02-14T19:33:50.772Z] Successfully built 7fb74310e183 [2023-02-14T19:33:50.772Z] Successfully tagged support-scheduler:latest [2023-02-14T19:33:50.772Z] Building core-metadata [2023-02-14T19:33:51.236Z] 891c053d2c06: Pull complete [2023-02-14T19:33:51.236Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-14T19:33:51.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-14T19:33:51.236Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-14T19:33:51.621Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-14T19:33:51.621Z] WORKDIR /edgex [2023-02-14T19:33:51.621Z] COPY go.mod . [2023-02-14T19:33:51.621Z] RUN go mod download -t [2023-02-14T19:33:51.621Z] ci-base-image-arm64 -f - . [2023-02-14T19:33:52.210Z] Sending build context to Docker daemon 3.1MB [2023-02-14T19:33:52.210Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-14T19:33:52.210Z] ---> f96f9c87975a [2023-02-14T19:33:52.210Z] Step 2/4 : WORKDIR /edgex [2023-02-14T19:33:54.163Z] ---> Running in 3082853ae273 [2023-02-14T19:33:54.432Z] Removing intermediate container 3082853ae273 [2023-02-14T19:33:54.432Z] ---> 9c9d7f904a35 [2023-02-14T19:33:54.432Z] Step 3/4 : COPY go.mod . [2023-02-14T19:33:55.018Z] ---> aa9742a53c83 [2023-02-14T19:33:55.019Z] Step 4/4 : RUN go mod download [2023-02-14T19:33:55.019Z] ---> Running in 95cbb6ec4e09 [2023-02-14T19:33:57.335Z]  Building support-scheduler ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:33:57.335Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:33:57.335Z] ---> dbe14e1a78e1 [2023-02-14T19:33:57.335Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-14T19:33:57.335Z] ---> Using cache [2023-02-14T19:33:57.335Z] ---> 7ef26d7c9bff [2023-02-14T19:33:57.335Z] Step 4/24 : WORKDIR /edgex-go [2023-02-14T19:33:57.335Z] ---> Using cache [2023-02-14T19:33:57.335Z] ---> d22525384f2c [2023-02-14T19:33:57.335Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-14T19:33:57.335Z] ---> Using cache [2023-02-14T19:33:57.335Z] ---> 3e1ecf6ef934 [2023-02-14T19:33:57.335Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-14T19:33:57.335Z] ---> Using cache [2023-02-14T19:33:57.335Z] ---> 4b7035f1006f [2023-02-14T19:33:57.335Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:33:57.335Z] ---> Using cache [2023-02-14T19:33:57.335Z] ---> 9895f3462039 [2023-02-14T19:33:57.335Z] Step 8/24 : COPY . . [2023-02-14T19:33:57.335Z] ---> Using cache [2023-02-14T19:33:57.335Z] ---> 3b9e32cbbabe [2023-02-14T19:33:57.335Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-14T19:33:57.594Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:33:57.594Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:33:57.594Z] ---> dbe14e1a78e1 [2023-02-14T19:33:57.594Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-14T19:33:57.594Z] ---> Using cache [2023-02-14T19:33:57.594Z] ---> 7ef26d7c9bff [2023-02-14T19:33:57.594Z] Step 4/22 : WORKDIR /edgex-go [2023-02-14T19:33:57.594Z] ---> Using cache [2023-02-14T19:33:57.594Z] ---> d22525384f2c [2023-02-14T19:33:57.594Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-14T19:33:57.594Z] ---> Using cache [2023-02-14T19:33:57.594Z] ---> 3e1ecf6ef934 [2023-02-14T19:33:57.594Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-14T19:33:57.594Z] ---> Using cache [2023-02-14T19:33:57.594Z] ---> 4b7035f1006f [2023-02-14T19:33:57.594Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:33:57.594Z] ---> Using cache [2023-02-14T19:33:57.594Z] ---> 9895f3462039 [2023-02-14T19:33:57.594Z] Step 8/22 : COPY . . [2023-02-14T19:33:57.594Z] ---> Using cache [2023-02-14T19:33:57.594Z] ---> 3b9e32cbbabe [2023-02-14T19:33:57.594Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-14T19:33:57.594Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:33:57.594Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:33:57.594Z] ---> dbe14e1a78e1 [2023-02-14T19:33:57.594Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-14T19:33:57.594Z] ---> Using cache [2023-02-14T19:33:57.594Z] ---> 7ef26d7c9bff [2023-02-14T19:33:57.594Z] Step 4/22 : WORKDIR /edgex-go [2023-02-14T19:33:57.594Z] ---> Using cache [2023-02-14T19:33:57.594Z] ---> d22525384f2c [2023-02-14T19:33:57.594Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-14T19:33:58.969Z] Removing intermediate container 79b6c44f14b3 [2023-02-14T19:33:58.969Z] ---> e2c8deb3f620 [2023-02-14T19:33:58.969Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-14T19:33:58.969Z] ---> Running in 4171eb6c74ea [2023-02-14T19:33:58.969Z] ---> Running in d64373a008e7 [2023-02-14T19:33:58.969Z] ---> Running in c3d0a298bc69 [2023-02-14T19:33:58.969Z] ---> Running in c9755350baba [2023-02-14T19:33:58.969Z] Removing intermediate container c9755350baba [2023-02-14T19:33:58.969Z] ---> 4eed340c7856 [2023-02-14T19:33:58.969Z] Step 22/24 : LABEL arch=x86_64 [2023-02-14T19:33:58.969Z] ---> Running in 997333090e9d [2023-02-14T19:33:58.969Z] Removing intermediate container 997333090e9d [2023-02-14T19:33:58.969Z] ---> 8c046de0f147 [2023-02-14T19:33:58.969Z] Step 23/24 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:33:58.969Z] ---> Running in cb94570223a8 [2023-02-14T19:33:59.227Z] Removing intermediate container cb94570223a8 [2023-02-14T19:33:59.227Z] ---> a728071f3b96 [2023-02-14T19:33:59.227Z] Step 24/24 : LABEL version=0.0.0 [2023-02-14T19:33:59.227Z] ---> Running in e966441b98ba [2023-02-14T19:33:59.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:59.227Z] Removing intermediate container e966441b98ba [2023-02-14T19:33:59.227Z] ---> f7e685b8691e [2023-02-14T19:33:59.227Z] [2023-02-14T19:33:59.227Z] Successfully built f7e685b8691e [2023-02-14T19:33:59.227Z] Successfully tagged security-secretstore-setup:latest [2023-02-14T19:33:59.227Z]  Building security-secretstore-setup ... done Building security-proxy-setup [2023-02-14T19:33:59.227Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-14T19:33:59.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:33:59.227Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-14T19:33:59.486Z] OK: 211 MiB in 51 packages [2023-02-14T19:34:02.802Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:34:02.802Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:34:02.802Z] ---> dbe14e1a78e1 [2023-02-14T19:34:02.802Z] Step 3/21 : WORKDIR /edgex-go [2023-02-14T19:34:02.802Z] ---> Using cache [2023-02-14T19:34:02.802Z] ---> 08481a66da7c [2023-02-14T19:34:02.802Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-14T19:34:02.802Z] ---> Using cache [2023-02-14T19:34:02.802Z] ---> 2222b5c30ebc [2023-02-14T19:34:02.802Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-14T19:34:02.802Z] ---> Using cache [2023-02-14T19:34:02.802Z] ---> 82c75ea1750e [2023-02-14T19:34:02.802Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:34:05.353Z] ---> Running in 3e9133a91174 [2023-02-14T19:34:05.353Z] Removing intermediate container d64373a008e7 [2023-02-14T19:34:05.353Z] ---> 2a605d65729f [2023-02-14T19:34:05.353Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-14T19:34:05.924Z] ---> 7213a5706243 [2023-02-14T19:34:05.924Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:34:05.924Z] ---> Running in 930975a578c7 [2023-02-14T19:34:32.490Z] Removing intermediate container c3d0a298bc69 [2023-02-14T19:34:32.490Z] ---> b20f9d212674 [2023-02-14T19:34:32.490Z] [2023-02-14T19:34:32.490Z] Step 10/22 : FROM alpine:3.16Removing intermediate container 4171eb6c74ea [2023-02-14T19:34:32.490Z] [2023-02-14T19:34:32.490Z] ---> 685227bf3db3 [2023-02-14T19:34:32.490Z] [2023-02-14T19:34:32.490Z] Step 10/24 : FROM alpine:3.16 [2023-02-14T19:34:32.490Z] ---> dfd21b5a31f5 [2023-02-14T19:34:32.490Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-14T19:34:32.490Z] ---> Using cache [2023-02-14T19:34:32.490Z] ---> 2b69217aed4e [2023-02-14T19:34:32.490Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-14T19:34:32.490Z] ---> dfd21b5a31f5 [2023-02-14T19:34:32.490Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-14T19:34:32.490Z] ---> Using cache [2023-02-14T19:34:32.490Z] ---> 6f25669b388a [2023-02-14T19:34:32.490Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-14T19:34:32.490Z] ---> Running in 2ab286164681 [2023-02-14T19:34:32.490Z] ---> Running in ec1133357729 [2023-02-14T19:34:32.490Z] Removing intermediate container 5b588d979fcd [2023-02-14T19:34:32.490Z] ---> d0e3a6c3f3ee [2023-02-14T19:34:32.490Z] Step 7/32 : COPY . . [2023-02-14T19:34:32.490Z] Removing intermediate container ec1133357729 [2023-02-14T19:34:32.490Z] Removing intermediate container 2ab286164681 [2023-02-14T19:34:32.490Z] ---> a7fb2f28d78f [2023-02-14T19:34:32.490Z] ---> 4bb854f41ae3 [2023-02-14T19:34:32.490Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-14T19:34:32.490Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-14T19:34:33.914Z] Removing intermediate container 95cbb6ec4e09 [2023-02-14T19:34:33.914Z] ---> 2d40d7bd24a0 [2023-02-14T19:34:33.914Z] Successfully built 2d40d7bd24a0 [2023-02-14T19:34:33.914Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T19:34:34.322Z] + docker inspect -f . ci-base-image-arm64 [2023-02-14T19:34:34.322Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T19:34:34.608Z] prd-ubuntu20.04-docker-arm64-4c-16g-5884 does not seem to be running inside a container [2023-02-14T19:34:34.699Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-14T19:34:36.090Z] $ docker top fd396542281a9e46b77daed494ecd1279c9a53a9a2b171e674af20fde79f04bd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T19:34:37.004Z] + go version [2023-02-14T19:34:37.004Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-14T19:34:37.040Z] $ docker stop --time=1 fd396542281a9e46b77daed494ecd1279c9a53a9a2b171e674af20fde79f04bd [2023-02-14T19:34:38.729Z] $ docker rm -f --volumes fd396542281a9e46b77daed494ecd1279c9a53a9a2b171e674af20fde79f04bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T19:34:39.614Z] + docker inspect -f . ci-base-image-arm64 [2023-02-14T19:34:39.614Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T19:34:39.878Z] prd-ubuntu20.04-docker-arm64-4c-16g-5884 does not seem to be running inside a container [2023-02-14T19:34:39.954Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-14T19:34:40.633Z] ---> Running in 30bd5ba8a0fa [2023-02-14T19:34:40.633Z] ---> Running in 9dc4d6159140 [2023-02-14T19:34:40.633Z] ---> bdf019de073e [2023-02-14T19:34:40.633Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-14T19:34:40.633Z] ---> Running in 17a58b49adf8 [2023-02-14T19:34:40.633Z] Removing intermediate container 9dc4d6159140 [2023-02-14T19:34:40.633Z] ---> dda3059499a5 [2023-02-14T19:34:40.633Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-14T19:34:40.633Z] Removing intermediate container 30bd5ba8a0fa [2023-02-14T19:34:40.633Z] ---> cfb3763a4492 [2023-02-14T19:34:40.633Z] Step 15/24 : WORKDIR / [2023-02-14T19:34:40.633Z] ---> Running in 406f0a58797e [2023-02-14T19:34:40.633Z] ---> Running in f468e3574dd9 [2023-02-14T19:34:40.633Z] Removing intermediate container 406f0a58797e [2023-02-14T19:34:40.633Z] ---> 6571ec9867cb [2023-02-14T19:34:40.633Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-14T19:34:40.633Z] Removing intermediate container f468e3574dd9 [2023-02-14T19:34:40.633Z] ---> 11b093ac7bd4 [2023-02-14T19:34:40.633Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-14T19:34:40.634Z] ---> Running in b4c1bcc3f433 [2023-02-14T19:34:40.634Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-14T19:34:40.634Z] ---> ddc8bab40b32 [2023-02-14T19:34:40.634Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-14T19:34:40.892Z] Removing intermediate container 3e9133a91174 [2023-02-14T19:34:40.892Z] ---> 3c3e0b2253ab [2023-02-14T19:34:40.892Z] Step 7/21 : COPY . . [2023-02-14T19:34:40.892Z] Removing intermediate container 930975a578c7 [2023-02-14T19:34:40.892Z] ---> 50ac11f2ec86 [2023-02-14T19:34:40.892Z] Step 8/22 : COPY . . [2023-02-14T19:34:40.892Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:34:41.150Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:34:41.178Z] $ docker top aa4bf0618f470bcd4cd717045458b050ea02692252d1732e0e2a573e31dfc53e -eo pid,comm [Pipeline] { [2023-02-14T19:34:41.407Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-14T19:34:41.407Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T19:34:41.407Z] OK: 6 MiB in 15 packages [Pipeline] echo [2023-02-14T19:34:41.503Z] ========================================================= [2023-02-14T19:34:41.503Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-14T19:34:41.503Z] ========================================================= [Pipeline] sh [2023-02-14T19:34:42.149Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-14T19:34:42.846Z] + make test [2023-02-14T19:34:42.846Z] go test -race -coverprofile=coverage.out ./... [2023-02-14T19:34:49.731Z] ---> 6bff4997526a [2023-02-14T19:34:49.731Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-14T19:34:49.731Z] ---> ad2cdb93c65c [2023-02-14T19:34:49.731Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-14T19:34:49.731Z] ---> 892ab14befe2 [2023-02-14T19:34:49.731Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-14T19:34:49.731Z] ---> Running in 8a23ebdaca70 [2023-02-14T19:34:49.731Z] ---> 3c3ce52d2bca [2023-02-14T19:34:49.731Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-14T19:34:49.731Z] Removing intermediate container b4c1bcc3f433 [2023-02-14T19:34:49.731Z] ---> 1e2ace2da7cd [2023-02-14T19:34:49.731Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-14T19:34:49.731Z] ---> Running in 3465859d7927 [2023-02-14T19:34:49.990Z] ---> 6032b5e4e8c7 [2023-02-14T19:34:49.990Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-14T19:34:49.990Z] ---> e0efd5a17b65 [2023-02-14T19:34:49.990Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-14T19:34:49.990Z] ---> Running in 95ba0fdedbbf [2023-02-14T19:34:49.990Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-14T19:34:49.990Z] Removing intermediate container 95ba0fdedbbf [2023-02-14T19:34:49.990Z] ---> 19e3f41e876f [2023-02-14T19:34:49.990Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-14T19:34:49.990Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-14T19:34:50.262Z] ---> Running in 16e1a6ac6015 [2023-02-14T19:34:50.523Z] Removing intermediate container 16e1a6ac6015 [2023-02-14T19:34:50.523Z] ---> ca299d739829 [2023-02-14T19:34:50.523Z] Step 22/24 : LABEL arch=x86_64 [2023-02-14T19:34:50.523Z] ---> 1e154e1b22a3 [2023-02-14T19:34:50.523Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-14T19:34:50.523Z] ---> Running in cc89c122edc4 [2023-02-14T19:34:50.523Z] Removing intermediate container cc89c122edc4 [2023-02-14T19:34:50.523Z] ---> b7436b0b910c [2023-02-14T19:34:50.523Z] Step 23/24 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:34:50.523Z] ---> 6cda405d5257 [2023-02-14T19:34:50.523Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-14T19:34:50.523Z] ---> Running in 7681784c280e [2023-02-14T19:34:50.780Z] ---> Running in dc77b87297a6 [2023-02-14T19:34:50.780Z] Removing intermediate container 7681784c280e [2023-02-14T19:34:50.780Z] ---> fa0e768bc752 [2023-02-14T19:34:50.780Z] Step 24/24 : LABEL version=0.0.0 [2023-02-14T19:34:50.780Z] Removing intermediate container dc77b87297a6 [2023-02-14T19:34:50.780Z] ---> d77b3be4da40 [2023-02-14T19:34:50.780Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-14T19:34:50.780Z] ---> Running in 65937a255a93 [2023-02-14T19:34:50.780Z] ---> Running in ecb7ac72d43b [2023-02-14T19:34:51.038Z] Removing intermediate container ecb7ac72d43b [2023-02-14T19:34:51.038Z] ---> 710c60d1365c [2023-02-14T19:34:51.038Z] Step 20/22 : LABEL arch=x86_64 [2023-02-14T19:34:51.038Z] Removing intermediate container 65937a255a93 [2023-02-14T19:34:51.038Z] ---> c9e5417da4f1 [2023-02-14T19:34:51.038Z] [2023-02-14T19:34:51.038Z] ---> Running in 3620621446f9 [2023-02-14T19:34:51.038Z] Successfully built c9e5417da4f1 [2023-02-14T19:34:51.038Z] Successfully tagged core-metadata:latest [2023-02-14T19:34:51.038Z]  Building core-metadata ... done Building core-common-config-bootstrapper [2023-02-14T19:34:51.038Z] Removing intermediate container 3620621446f9 [2023-02-14T19:34:51.038Z] ---> 84d277568787 [2023-02-14T19:34:51.038Z] Step 21/22 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:34:51.298Z] ---> Running in 2ead6011a09c [2023-02-14T19:34:53.279Z] Removing intermediate container 2ead6011a09c [2023-02-14T19:34:53.279Z] ---> 9b4449768594 [2023-02-14T19:34:53.279Z] Step 22/22 : LABEL version=0.0.0 [2023-02-14T19:34:55.275Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:34:55.275Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:34:55.275Z] ---> dbe14e1a78e1 [2023-02-14T19:34:55.275Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-14T19:34:55.275Z] ---> Using cache [2023-02-14T19:34:55.275Z] ---> 7ef26d7c9bff [2023-02-14T19:34:55.275Z] Step 4/22 : WORKDIR /edgex-go [2023-02-14T19:34:55.275Z] ---> Using cache [2023-02-14T19:34:55.275Z] ---> d22525384f2c [2023-02-14T19:34:55.275Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-14T19:34:55.275Z] ---> Using cache [2023-02-14T19:34:55.275Z] ---> 3e1ecf6ef934 [2023-02-14T19:34:55.275Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-14T19:34:55.275Z] ---> Using cache [2023-02-14T19:34:55.275Z] ---> 4b7035f1006f [2023-02-14T19:34:55.275Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:34:55.275Z] ---> Using cache [2023-02-14T19:34:55.275Z] ---> 9895f3462039 [2023-02-14T19:34:55.275Z] Step 8/22 : COPY . . [2023-02-14T19:34:55.275Z] ---> Using cache [2023-02-14T19:34:55.275Z] ---> 3b9e32cbbabe [2023-02-14T19:34:55.275Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-14T19:34:57.815Z] ---> Running in 8eaa6630e29b [2023-02-14T19:34:57.815Z] ---> Running in cbfa86123c67 [2023-02-14T19:34:58.384Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-14T19:34:58.643Z] Removing intermediate container 8eaa6630e29b [2023-02-14T19:34:58.643Z] ---> a6535255c288 [2023-02-14T19:34:58.643Z] [2023-02-14T19:34:58.643Z] Successfully built a6535255c288 [2023-02-14T19:34:58.643Z] Successfully tagged core-data:latest [2023-02-14T19:34:58.643Z]  Building core-data ... done Building security-spire-server [2023-02-14T19:35:05.233Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:35:05.233Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:35:05.233Z] ---> dbe14e1a78e1 [2023-02-14T19:35:05.233Z] Step 3/23 : WORKDIR /edgex-go [2023-02-14T19:35:05.233Z] ---> Using cache [2023-02-14T19:35:05.233Z] ---> 08481a66da7c [2023-02-14T19:35:05.233Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-14T19:35:05.233Z] ---> Using cache [2023-02-14T19:35:05.233Z] ---> 1d03b86e8946 [2023-02-14T19:35:05.233Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-14T19:35:05.233Z] ---> Using cache [2023-02-14T19:35:05.233Z] ---> ed882338907c [2023-02-14T19:35:05.233Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:35:05.233Z] ---> Using cache [2023-02-14T19:35:05.233Z] ---> 7cc0d5573ea9 [2023-02-14T19:35:05.233Z] Step 7/23 : COPY . . [2023-02-14T19:35:05.233Z] ---> Using cache [2023-02-14T19:35:05.233Z] ---> b9387cd9c3e3 [2023-02-14T19:35:05.233Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-14T19:35:05.233Z] ---> Using cache [2023-02-14T19:35:05.233Z] ---> d92253ec5684 [2023-02-14T19:35:05.233Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-14T19:35:05.233Z] ---> Using cache [2023-02-14T19:35:05.233Z] ---> 84d4796d2ea0 [2023-02-14T19:35:05.233Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-14T19:35:11.903Z] ---> Running in 566045d19652 [2023-02-14T19:35:15.239Z] Removing intermediate container 566045d19652 [2023-02-14T19:35:15.239Z] ---> 9e05f82e21a4 [2023-02-14T19:35:15.239Z] Step 11/23 : WORKDIR /edgex-go [2023-02-14T19:35:15.239Z] ---> Running in a5c6f31909b8 [2023-02-14T19:35:15.239Z] Removing intermediate container 17a58b49adf8 [2023-02-14T19:35:15.239Z] ---> 0335762a3a68 [2023-02-14T19:35:15.239Z] [2023-02-14T19:35:15.239Z] Step 9/32 : FROM alpine:3.16 [2023-02-14T19:35:15.239Z] ---> dfd21b5a31f5 [2023-02-14T19:35:15.239Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-14T19:35:15.239Z] ---> Running in 55bf9f39c652 [2023-02-14T19:35:15.498Z] Removing intermediate container a5c6f31909b8 [2023-02-14T19:35:15.498Z] ---> 44a146a6ab54 [2023-02-14T19:35:15.498Z] [2023-02-14T19:35:15.498Z] Step 12/23 : FROM alpine:3.15 [2023-02-14T19:35:15.498Z] ---> 5ce65d7b0fde [2023-02-14T19:35:15.498Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-14T19:35:15.498Z] ---> Using cache [2023-02-14T19:35:15.498Z] ---> 0423378c533c [2023-02-14T19:35:15.498Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-14T19:35:15.498Z] ---> Using cache [2023-02-14T19:35:15.498Z] ---> 43df8d13cce2 [2023-02-14T19:35:15.498Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-14T19:35:15.498Z] Removing intermediate container 55bf9f39c652 [2023-02-14T19:35:15.498Z] ---> d71ea04c1475 [2023-02-14T19:35:15.498Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-14T19:35:15.498Z] ---> Running in dd7687ba1c9b [2023-02-14T19:35:16.067Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:35:16.326Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:35:17.030Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-14T19:35:17.030Z] (2/2) Installing su-exec (0.2-r1) [2023-02-14T19:35:17.030Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T19:35:17.030Z] OK: 6 MiB in 16 packages [2023-02-14T19:35:18.064Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-14T19:35:18.323Z] ---> d64653653e2d [2023-02-14T19:35:18.323Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-14T19:35:18.894Z] ---> 2b7222dc62e2 [2023-02-14T19:35:18.894Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-14T19:35:18.894Z] Removing intermediate container dd7687ba1c9b [2023-02-14T19:35:18.894Z] ---> 841fd95ed1b6 [2023-02-14T19:35:18.894Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-14T19:35:18.894Z] ---> Running in 482ed9738046 [2023-02-14T19:35:19.157Z] Removing intermediate container 482ed9738046 [2023-02-14T19:35:19.157Z] ---> c8ea7577dd87 [2023-02-14T19:35:19.157Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-14T19:35:19.157Z] ---> 72d7d0898c27 [2023-02-14T19:35:19.418Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ ---> Running in be0339100461 [2023-02-14T19:35:19.419Z] [2023-02-14T19:35:19.419Z] Removing intermediate container be0339100461 [2023-02-14T19:35:19.419Z] ---> 0b76c8c9a021 [2023-02-14T19:35:19.419Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-14T19:35:19.419Z] ---> Running in c11ac4604aea [2023-02-14T19:35:19.676Z] Removing intermediate container c11ac4604aea [2023-02-14T19:35:19.676Z] ---> 0c5cd64d663f [2023-02-14T19:35:19.676Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-14T19:35:19.676Z] ---> cf2473d98764 [2023-02-14T19:35:19.676Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-14T19:35:19.676Z] ---> Running in 29aef0fbb04e [2023-02-14T19:35:19.676Z] ---> Running in bda69a339065 [2023-02-14T19:35:19.935Z] Removing intermediate container 29aef0fbb04e [2023-02-14T19:35:19.935Z] ---> ea85113f9afc [2023-02-14T19:35:19.935Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-14T19:35:20.193Z] ---> Running in e92f34157381 [2023-02-14T19:35:20.193Z] Removing intermediate container bda69a339065 [2023-02-14T19:35:20.193Z] ---> 16eace96f944 [2023-02-14T19:35:20.193Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-14T19:35:20.193Z] ---> Running in ae17c010913a [2023-02-14T19:35:20.451Z] Removing intermediate container ae17c010913a [2023-02-14T19:35:20.451Z] ---> 61017ee88cd4 [2023-02-14T19:35:20.451Z] Step 21/23 : LABEL arch=x86_64 [2023-02-14T19:35:20.451Z] ---> Running in c7c0b7c912a7 [2023-02-14T19:35:20.712Z] Removing intermediate container c7c0b7c912a7 [2023-02-14T19:35:20.712Z] ---> 42ff308b9f87 [2023-02-14T19:35:20.712Z] Step 22/23 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:35:20.987Z] ---> Running in 4e9a1551e32c [2023-02-14T19:35:21.256Z] Removing intermediate container 4e9a1551e32c [2023-02-14T19:35:21.256Z] ---> 3abbda18d9aa [2023-02-14T19:35:21.256Z] Step 23/23 : LABEL version=0.0.0 [2023-02-14T19:35:21.532Z] ---> Running in 9524a24f0b84 [2023-02-14T19:35:21.720Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-14T19:35:22.100Z] Removing intermediate container 9524a24f0b84 [2023-02-14T19:35:22.100Z] ---> 2e6d9f5ff527 [2023-02-14T19:35:22.100Z] [2023-02-14T19:35:22.100Z] Removing intermediate container e92f34157381 [2023-02-14T19:35:22.100Z] ---> 99190ae06e4d [2023-02-14T19:35:22.100Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-14T19:35:22.100Z] Successfully built 2e6d9f5ff527 [2023-02-14T19:35:22.390Z] Successfully tagged security-spire-server:latest [2023-02-14T19:35:22.390Z]  Building security-spire-server ... done  ---> Running in d1b9a2fb3291 [2023-02-14T19:35:22.390Z] Removing intermediate container 3465859d7927 [2023-02-14T19:35:22.390Z] ---> dd118a6cd220 [2023-02-14T19:35:22.390Z] [2023-02-14T19:35:22.390Z] Step 9/21 : FROM alpine:3.16 [2023-02-14T19:35:22.390Z] ---> dfd21b5a31f5 [2023-02-14T19:35:22.390Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-14T19:35:22.651Z] ---> Running in 3c92046a2f87 [2023-02-14T19:35:22.651Z] Removing intermediate container d1b9a2fb3291 [2023-02-14T19:35:22.651Z] ---> 3dae12bb2c54 [2023-02-14T19:35:22.651Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-14T19:35:22.908Z] ---> 61fa450ac3cc [2023-02-14T19:35:22.908Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-14T19:35:22.908Z] ---> Running in 38da2f431e9b [2023-02-14T19:35:23.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:35:23.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:35:23.423Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-14T19:35:23.423Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-14T19:35:23.423Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-14T19:35:23.423Z] (4/6) Installing libcurl (7.83.1-r5) [2023-02-14T19:35:23.423Z] (5/6) Installing curl (7.83.1-r5) [2023-02-14T19:35:23.423Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-14T19:35:23.423Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T19:35:23.423Z] Executing ca-certificates-20220614-r0.trigger [2023-02-14T19:35:23.423Z] OK: 8 MiB in 20 packages [2023-02-14T19:35:23.988Z] Removing intermediate container 38da2f431e9b [2023-02-14T19:35:23.988Z] ---> a82b0d21ea68 [2023-02-14T19:35:23.988Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-14T19:35:24.252Z] ---> 4cbf0fd07940 [2023-02-14T19:35:24.252Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-14T19:35:24.252Z] Removing intermediate container 3c92046a2f87 [2023-02-14T19:35:24.252Z] ---> 2596f035cb6f [2023-02-14T19:35:24.252Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-14T19:35:24.509Z] ---> Running in f1b55e986a39 [2023-02-14T19:35:25.121Z] Removing intermediate container f1b55e986a39 [2023-02-14T19:35:25.121Z] ---> 342b511c3711 [2023-02-14T19:35:25.121Z] Step 12/21 : WORKDIR /edgex [2023-02-14T19:35:25.743Z] ---> 841ff1e62b55 [2023-02-14T19:35:25.743Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-14T19:35:25.743Z] ---> Running in 2230ca8ba861 [2023-02-14T19:35:27.124Z] ---> b3ffd2ea55f3 [2023-02-14T19:35:27.124Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-14T19:35:27.124Z] Removing intermediate container 2230ca8ba861 [2023-02-14T19:35:27.124Z] ---> 9539fe6112b2 [2023-02-14T19:35:27.124Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-14T19:35:27.124Z] ---> 5f123f972627 [2023-02-14T19:35:27.124Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-14T19:35:27.384Z] ---> 9a9e4345b847 [2023-02-14T19:35:27.384Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-14T19:35:27.384Z] Removing intermediate container 8a23ebdaca70 [2023-02-14T19:35:27.384Z] ---> b45692c76a17 [2023-02-14T19:35:27.384Z] [2023-02-14T19:35:27.384Z] Step 10/22 : FROM alpine:3.16 [2023-02-14T19:35:27.384Z] ---> dfd21b5a31f5 [2023-02-14T19:35:27.384Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-14T19:35:27.384Z] ---> bbdeb71eae76 [2023-02-14T19:35:27.384Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-14T19:35:27.384Z] ---> Running in e35768779d0d [2023-02-14T19:35:27.660Z] Removing intermediate container cbfa86123c67 [2023-02-14T19:35:27.660Z] ---> d951aae5d82c [2023-02-14T19:35:27.660Z] [2023-02-14T19:35:27.660Z] Step 10/22 : FROM alpine:3.16 [2023-02-14T19:35:27.660Z] ---> dfd21b5a31f5 [2023-02-14T19:35:27.660Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-14T19:35:27.922Z] ---> Running in 76d2e31f707f [2023-02-14T19:35:27.922Z] ---> 11fbcebf5ff2 [2023-02-14T19:35:27.922Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-14T19:35:27.922Z] ---> ee3a7cdc656a [2023-02-14T19:35:27.922Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-14T19:35:27.922Z] Removing intermediate container 76d2e31f707f [2023-02-14T19:35:27.922Z] ---> 1ad09a851884 [2023-02-14T19:35:27.922Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-14T19:35:27.922Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:35:27.922Z] ---> Running in c0299034116a [2023-02-14T19:35:28.181Z] ---> 3debb0dd1f51 [2023-02-14T19:35:28.181Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-14T19:35:28.181Z] ---> Running in b34c09365a5f [2023-02-14T19:35:28.181Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:35:28.181Z] ---> 198643320d39 [2023-02-14T19:35:28.181Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-14T19:35:28.477Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T19:35:28.477Z] ---> 2674a115a36c [2023-02-14T19:35:28.477Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-14T19:35:28.477Z] ---> Running in a1248d4c200f [2023-02-14T19:35:28.477Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T19:35:28.477Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-14T19:35:28.477Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-14T19:35:28.477Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T19:35:28.477Z] Executing ca-certificates-20220614-r0.trigger [2023-02-14T19:35:28.477Z] OK: 6 MiB in 16 packages [2023-02-14T19:35:28.738Z] Removing intermediate container b34c09365a5f [2023-02-14T19:35:28.738Z] ---> 768c6fb915f9 [2023-02-14T19:35:28.738Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-14T19:35:28.738Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-14T19:35:28.738Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T19:35:28.738Z] OK: 6 MiB in 15 packages [2023-02-14T19:35:28.738Z] ---> Running in edd71e8a4950 [2023-02-14T19:35:28.738Z] Removing intermediate container edd71e8a4950 [2023-02-14T19:35:28.738Z] ---> 71a61ed1541e [2023-02-14T19:35:28.738Z] Step 29/32 : CMD ["gate"] [2023-02-14T19:35:28.738Z] ---> Running in c13b6aa103d2 [2023-02-14T19:35:29.006Z] Removing intermediate container c13b6aa103d2 [2023-02-14T19:35:29.006Z] ---> e585d70b145a [2023-02-14T19:35:29.006Z] Step 30/32 : LABEL arch=x86_64 [2023-02-14T19:35:29.006Z] ---> Running in d028bbe7b248 [2023-02-14T19:35:29.006Z] Removing intermediate container e35768779d0d [2023-02-14T19:35:29.006Z] ---> 4f4a4b108846 [2023-02-14T19:35:29.006Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-14T19:35:29.006Z] ---> Running in 06f69024a684 [2023-02-14T19:35:29.006Z] Removing intermediate container c0299034116a [2023-02-14T19:35:29.006Z] ---> f5776a49bab9 [2023-02-14T19:35:29.006Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-14T19:35:29.006Z] Removing intermediate container d028bbe7b248 [2023-02-14T19:35:29.006Z] ---> 94847767f64d [2023-02-14T19:35:29.006Z] Step 31/32 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:35:29.006Z] ---> Running in db925a2c346e [2023-02-14T19:35:29.266Z] Removing intermediate container 06f69024a684 [2023-02-14T19:35:29.266Z] ---> 10712793aec3 [2023-02-14T19:35:29.266Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-14T19:35:29.266Z] ---> e1d3b82df179 [2023-02-14T19:35:29.266Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-14T19:35:29.266Z] ---> Running in 28ef077d1c76 [2023-02-14T19:35:29.266Z] Removing intermediate container db925a2c346e [2023-02-14T19:35:29.266Z] ---> 1fef85848981 [2023-02-14T19:35:29.266Z] Step 32/32 : LABEL version=0.0.0 [2023-02-14T19:35:29.266Z] ---> Running in dd272a6e57ad [2023-02-14T19:35:29.266Z] Removing intermediate container a1248d4c200f [2023-02-14T19:35:29.266Z] ---> e6dc8e6d89be [2023-02-14T19:35:29.266Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-14T19:35:29.266Z] Removing intermediate container 28ef077d1c76 [2023-02-14T19:35:29.266Z] ---> c55c18c63b26 [2023-02-14T19:35:29.266Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-14T19:35:29.527Z] ---> Running in 3bf2f96369d1 [2023-02-14T19:35:29.527Z] ---> Running in ec801a376488 [2023-02-14T19:35:29.527Z] Removing intermediate container dd272a6e57ad [2023-02-14T19:35:29.527Z] ---> b41f8690ccea [2023-02-14T19:35:29.527Z] [2023-02-14T19:35:29.527Z] Successfully built b41f8690ccea [2023-02-14T19:35:29.527Z] Successfully tagged security-bootstrapper:latest [2023-02-14T19:35:29.788Z]  Building security-bootstrapper ... done  ---> 34404453dc9d [2023-02-14T19:35:29.788Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-14T19:35:29.788Z] Removing intermediate container 3bf2f96369d1 [2023-02-14T19:35:29.788Z] ---> cb06ca935a87 [2023-02-14T19:35:29.788Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-14T19:35:29.788Z] Removing intermediate container ec801a376488 [2023-02-14T19:35:29.788Z] ---> 88a9a015ea75 [2023-02-14T19:35:29.788Z] Step 19/21 : LABEL arch=x86_64 [2023-02-14T19:35:29.788Z] ---> Running in d58a9cbc1a12 [2023-02-14T19:35:29.788Z] ---> c47a52948579 [2023-02-14T19:35:29.788Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-14T19:35:29.788Z] Removing intermediate container d58a9cbc1a12 [2023-02-14T19:35:29.788Z] ---> cc66afbcd930 [2023-02-14T19:35:29.788Z] Step 20/21 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:35:29.788Z] ---> Running in 7265759d5bef [2023-02-14T19:35:29.788Z] ---> cd78e8b279ab [2023-02-14T19:35:29.788Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-14T19:35:29.788Z] Removing intermediate container 7265759d5bef [2023-02-14T19:35:29.788Z] ---> a4330d1a197a [2023-02-14T19:35:29.788Z] Step 21/21 : LABEL version=0.0.0 [2023-02-14T19:35:30.048Z] ---> Running in 575645a836e2 [2023-02-14T19:35:30.048Z] ---> d955cfbace8b [2023-02-14T19:35:30.048Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-14T19:35:30.048Z] ---> Running in bda51f1e9033 [2023-02-14T19:35:30.048Z] Removing intermediate container 575645a836e2 [2023-02-14T19:35:30.048Z] ---> 63216d893144 [2023-02-14T19:35:30.048Z] [2023-02-14T19:35:30.048Z] Successfully built 63216d893144 [2023-02-14T19:35:30.048Z] Successfully tagged security-proxy-setup:latest [2023-02-14T19:35:30.617Z]  Building security-proxy-setup ... done  ---> f515de0361a1 [2023-02-14T19:35:30.617Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-14T19:35:30.617Z] ---> 23ee64be9986 [2023-02-14T19:35:30.617Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-14T19:35:30.617Z] ---> Running in 45fd3a0cef04 [2023-02-14T19:35:30.617Z] Removing intermediate container bda51f1e9033 [2023-02-14T19:35:30.617Z] ---> 4d38ee4cda65 [2023-02-14T19:35:30.617Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-14T19:35:30.617Z] ---> Running in 6e27be1d8585 [2023-02-14T19:35:30.881Z] Removing intermediate container 45fd3a0cef04 [2023-02-14T19:35:30.881Z] ---> bd09f9a011fa [2023-02-14T19:35:30.881Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-14T19:35:30.881Z] ---> Running in 865ce95faf18 [2023-02-14T19:35:30.881Z] Removing intermediate container 6e27be1d8585 [2023-02-14T19:35:30.881Z] ---> 62e01fcf4be3 [2023-02-14T19:35:30.881Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-14T19:35:30.881Z] ---> Running in 6c17df33527f [2023-02-14T19:35:30.881Z] Removing intermediate container 865ce95faf18 [2023-02-14T19:35:30.881Z] ---> 74345f681da1 [2023-02-14T19:35:30.881Z] Step 20/22 : LABEL arch=x86_64 [2023-02-14T19:35:30.881Z] ---> Running in fb13741c3ce3 [2023-02-14T19:35:30.881Z] Removing intermediate container 6c17df33527f [2023-02-14T19:35:30.881Z] ---> 551376090728 [2023-02-14T19:35:30.881Z] Step 20/22 : LABEL arch=x86_64 [2023-02-14T19:35:30.881Z] ---> Running in ee06e816fba7 [2023-02-14T19:35:30.881Z] Removing intermediate container fb13741c3ce3 [2023-02-14T19:35:30.881Z] ---> a457d358fc08 [2023-02-14T19:35:30.881Z] Step 21/22 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:35:30.881Z] ---> Running in af0863b5f5d7 [2023-02-14T19:35:31.142Z] Removing intermediate container ee06e816fba7 [2023-02-14T19:35:31.142Z] ---> 2b46ef488052 [2023-02-14T19:35:31.142Z] Step 21/22 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:35:31.142Z] ---> Running in 64bc29249d1a [2023-02-14T19:35:31.142Z] Removing intermediate container af0863b5f5d7 [2023-02-14T19:35:31.142Z] ---> 8c4d01b986fc [2023-02-14T19:35:31.142Z] Step 22/22 : LABEL version=0.0.0 [2023-02-14T19:35:31.142Z] ---> Running in dad1cfb9444f [2023-02-14T19:35:31.142Z] Removing intermediate container 64bc29249d1a [2023-02-14T19:35:31.142Z] ---> e57f64660fc6 [2023-02-14T19:35:31.142Z] Step 22/22 : LABEL version=0.0.0 [2023-02-14T19:35:31.142Z] ---> Running in f88e0164184a [2023-02-14T19:35:31.142Z] Removing intermediate container dad1cfb9444f [2023-02-14T19:35:31.142Z] ---> ffa876867b85 [2023-02-14T19:35:31.142Z] [2023-02-14T19:35:31.142Z] Removing intermediate container f88e0164184a [2023-02-14T19:35:31.142Z] ---> 988c0329b89f [2023-02-14T19:35:31.142Z] [2023-02-14T19:35:31.402Z] Successfully built ffa876867b85 [2023-02-14T19:35:31.402Z] Successfully tagged support-notifications:latest [2023-02-14T19:35:31.402Z]  Building support-notifications ... done Successfully built 988c0329b89f [2023-02-14T19:35:31.402Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-14T19:35:31.409Z]  Building core-common-config-bootstrapper ... done  [Pipeline] } [2023-02-14T19:35:31.440Z] $ docker stop --time=1 b1a573373e67133652713e1c6b4fe1ea7df6c0c7f1042dc9aac63a2e4e6e3e11 [2023-02-14T19:35:32.706Z] $ docker rm -f --volumes b1a573373e67133652713e1c6b4fe1ea7df6c0c7f1042dc9aac63a2e4e6e3e11 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-14T19:35:33.096Z] + docker images [2023-02-14T19:35:33.096Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-14T19:35:33.096Z] core-common-config-bootstrapper latest 988c0329b89f 1 second ago 15.5MB [2023-02-14T19:35:33.096Z] support-notifications latest ffa876867b85 1 second ago 30.6MB [2023-02-14T19:35:33.096Z] security-bootstrapper latest b41f8690ccea 3 seconds ago 20.3MB [2023-02-14T19:35:33.096Z] security-proxy-setup latest 63216d893144 3 seconds ago 27.8MB [2023-02-14T19:35:33.096Z] d951aae5d82c 5 seconds ago 1.67GB [2023-02-14T19:35:33.096Z] b45692c76a17 6 seconds ago 1.74GB [2023-02-14T19:35:33.096Z] dd118a6cd220 10 seconds ago 1.67GB [2023-02-14T19:35:33.096Z] security-spire-server latest 2e6d9f5ff527 11 seconds ago 86.5MB [2023-02-14T19:35:33.096Z] 44a146a6ab54 17 seconds ago 1.55GB [2023-02-14T19:35:33.096Z] 0335762a3a68 18 seconds ago 1.67GB [2023-02-14T19:35:33.096Z] core-data latest a6535255c288 35 seconds ago 17.9MB [2023-02-14T19:35:33.096Z] core-metadata latest c9e5417da4f1 42 seconds ago 18.5MB [2023-02-14T19:35:33.096Z] 685227bf3db3 About a minute ago 1.68GB [2023-02-14T19:35:33.096Z] b20f9d212674 About a minute ago 1.68GB [2023-02-14T19:35:33.096Z] security-secretstore-setup latest f7e685b8691e About a minute ago 30MB [2023-02-14T19:35:33.096Z] core-command latest f828f2e9f5a3 About a minute ago 17.7MB [2023-02-14T19:35:33.096Z] security-spiffe-token-provider latest 61555930f307 About a minute ago 30MB [2023-02-14T19:35:33.096Z] support-scheduler latest 7fb74310e183 About a minute ago 30MB [2023-02-14T19:35:33.096Z] security-spire-config latest 831caec686b1 About a minute ago 85.8MB [2023-02-14T19:35:33.096Z] eb264133e5f7 About a minute ago 1.74GB [2023-02-14T19:35:33.096Z] 7b054ac53e04 About a minute ago 1.71GB [2023-02-14T19:35:33.096Z] d88960b8e9b5 About a minute ago 1.68GB [2023-02-14T19:35:33.096Z] b1c5505cfd12 About a minute ago 1.67GB [2023-02-14T19:35:33.096Z] security-spire-agent latest 00473999d22b 2 minutes ago 125MB [2023-02-14T19:35:33.096Z] c556e7a0af45 2 minutes ago 1.55GB [2023-02-14T19:35:33.096Z] ci-base-image-x86_64 latest dbe14e1a78e1 5 minutes ago 903MB [2023-02-14T19:35:33.096Z] alpine 3.15 5ce65d7b0fde 3 days ago 5.59MB [2023-02-14T19:35:33.096Z] alpine 3.16 dfd21b5a31f5 3 days ago 5.55MB [2023-02-14T19:35:33.096Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-14T19:35:33.096Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-14T19:35:33.096Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-14T19:37:28.459Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-14T19:37:28.459Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-14T19:37:28.460Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-14T19:37:28.460Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-14T19:37:28.460Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-14T19:37:43.516Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-14T19:37:43.516Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-14T19:37:43.516Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-14T19:37:43.516Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-14T19:37:43.516Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-14T19:37:43.516Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-14T19:37:43.516Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-14T19:37:43.516Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-14T19:37:43.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-14T19:37:51.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.256s coverage: 28.7% of statements [2023-02-14T19:37:51.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-14T19:37:51.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-14T19:37:58.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.463s coverage: 98.5% of statements [2023-02-14T19:38:06.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.911s coverage: 73.2% of statements [2023-02-14T19:38:06.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-14T19:38:06.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-14T19:38:06.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-14T19:38:06.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.552s coverage: 54.0% of statements [2023-02-14T19:38:06.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-14T19:38:06.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-14T19:38:21.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.944s coverage: 89.2% of statements [2023-02-14T19:38:21.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-14T19:38:21.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-14T19:38:21.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-14T19:38:21.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-14T19:38:21.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-14T19:38:21.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.420s coverage: 3.9% of statements [2023-02-14T19:38:21.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-14T19:38:21.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-14T19:38:22.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.100s coverage: 95.6% of statements [2023-02-14T19:38:22.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-14T19:38:22.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-14T19:38:22.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-14T19:38:22.284Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.342s coverage: 72.2% of statements [2023-02-14T19:38:22.284Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-14T19:38:22.284Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-14T19:38:22.284Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-14T19:38:22.284Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-14T19:38:22.284Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-14T19:38:22.284Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.432s coverage: 65.9% of statements [2023-02-14T19:38:22.284Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-14T19:38:22.284Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-14T19:38:22.284Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-14T19:38:22.554Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.389s coverage: 0.9% of statements [2023-02-14T19:38:22.554Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-14T19:38:22.554Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.507s coverage: 29.6% of statements [2023-02-14T19:38:22.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-14T19:38:22.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.296s coverage: 47.1% of statements [2023-02-14T19:38:23.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.260s coverage: 82.9% of statements [2023-02-14T19:38:24.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.256s coverage: 94.1% of statements [2023-02-14T19:38:25.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.314s coverage: 96.3% of statements [2023-02-14T19:38:28.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.247s coverage: 87.5% of statements [2023-02-14T19:38:40.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.240s coverage: 94.4% of statements [2023-02-14T19:38:40.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.240s coverage: 44.8% of statements [2023-02-14T19:38:58.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.478s coverage: 79.9% of statements [2023-02-14T19:38:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-14T19:38:58.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.307s coverage: 92.9% of statements [2023-02-14T19:38:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-14T19:38:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-14T19:38:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-14T19:38:58.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.074s coverage: 64.4% of statements [2023-02-14T19:38:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-14T19:38:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-14T19:38:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-14T19:38:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-14T19:38:58.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.266s coverage: 86.9% of statements [2023-02-14T19:38:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-14T19:38:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-14T19:38:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-14T19:38:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-14T19:38:58.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.237s coverage: 87.2% of statements [2023-02-14T19:38:58.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.199s coverage: 20.0% of statements [2023-02-14T19:38:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-14T19:38:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-14T19:38:58.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.208s coverage: 100.0% of statements [2023-02-14T19:38:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-14T19:38:58.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.301s coverage: 77.4% of statements [2023-02-14T19:38:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-14T19:38:58.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.293s coverage: 80.0% of statements [2023-02-14T19:38:58.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.251s coverage: 87.2% of statements [2023-02-14T19:38:58.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.894s coverage: 91.2% of statements [2023-02-14T19:38:58.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-14T19:39:01.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.483s coverage: 63.1% of statements [2023-02-14T19:39:01.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-14T19:39:01.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-14T19:39:01.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.233s coverage: 100.0% of statements [2023-02-14T19:39:01.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.136s coverage: 89.4% of statements [2023-02-14T19:39:01.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.132s coverage: 100.0% of statements [2023-02-14T19:39:01.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements [2023-02-14T19:39:01.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2023-02-14T19:39:07.910Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.449s coverage: 65.3% of statements [2023-02-14T19:39:07.910Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-14T19:39:07.910Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-14T19:39:07.910Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-14T19:39:10.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.230s coverage: 41.0% of statements [2023-02-14T19:39:10.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-14T19:39:10.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-14T19:39:10.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.317s coverage: 89.5% of statements [2023-02-14T19:39:10.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-14T19:39:10.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.257s coverage: 84.8% of statements [2023-02-14T19:39:10.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-14T19:39:10.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-14T19:39:10.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-14T19:39:10.062Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-14T19:39:20.281Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.329s coverage: 17.7% of statements [2023-02-14T19:39:20.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-14T19:39:20.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-14T19:39:20.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-14T19:39:20.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-14T19:39:20.281Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.825s coverage: 92.3% of statements [2023-02-14T19:39:20.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-14T19:39:20.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-14T19:39:20.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-14T19:39:20.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-14T19:39:20.281Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.314s coverage: 63.2% of statements [2023-02-14T19:39:20.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-14T19:39:20.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-14T19:39:20.281Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.514s coverage: 97.7% of statements [2023-02-14T19:39:20.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-14T19:39:20.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-14T19:39:20.548Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-02-14T19:39:20.548Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-14T19:39:20.548Z] go vet ./... [2023-02-14T19:41:12.258Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-14T19:41:12.258Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-14T19:41:12.258Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-14T19:41:12.886Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-14T19:41:13.548Z] + ls -al . [2023-02-14T19:41:13.548Z] total 740 [2023-02-14T19:41:13.548Z] drwxrwxr-x 10 1001 1001 4096 Feb 14 19:34 . [2023-02-14T19:41:13.548Z] drwxr-xr-x 4 root root 4096 Feb 14 19:34 .. [2023-02-14T19:41:13.548Z] drwxrwxr-x 2 1001 1001 4096 Feb 14 19:32 .blubracket [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 16 Feb 14 19:32 .dockerignore [2023-02-14T19:41:13.548Z] drwxrwxr-x 8 1001 1001 4096 Feb 14 19:32 .git [2023-02-14T19:41:13.548Z] drwxrwxr-x 3 1001 1001 4096 Feb 14 19:32 .github [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 1024 Feb 14 19:32 .gitignore [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 42 Feb 14 19:32 .golangci.yml [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 87 Feb 14 19:32 .hadolint.yml [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 166 Feb 14 19:32 .sonarcloud.properties [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 1171 Feb 14 19:32 ADOPTERS.md [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 10825 Feb 14 19:32 Attribution.txt [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 73765 Feb 14 19:32 CHANGELOG.md [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 3804 Feb 14 19:32 CONTRIBUTING.md [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 677 Feb 14 19:32 GOVERNANCE.md [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 850 Feb 14 19:32 Jenkinsfile [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 10775 Feb 14 19:32 LICENSE [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 13375 Feb 14 19:32 Makefile [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 582 Feb 14 19:32 OWNERS.md [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 9403 Feb 14 19:32 README.md [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 6912 Feb 14 19:32 SECURITY.md [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 5 Feb 14 19:29 VERSION [2023-02-14T19:41:13.548Z] drwxrwxr-x 2 1001 1001 4096 Feb 14 19:32 bin [2023-02-14T19:41:13.548Z] drwxrwxr-x 17 1001 1001 4096 Feb 14 19:32 cmd [2023-02-14T19:41:13.548Z] -rw-r--r-- 1 root root 487233 Feb 14 19:39 coverage.out [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 3295 Feb 14 19:32 go.mod [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 33318 Feb 14 19:32 go.sum [2023-02-14T19:41:13.548Z] drwxrwxr-x 7 1001 1001 4096 Feb 14 19:32 internal [2023-02-14T19:41:13.548Z] drwxrwxr-x 3 1001 1001 4096 Feb 14 19:32 openapi [2023-02-14T19:41:13.548Z] drwxrwxr-x 4 1001 1001 4096 Feb 14 19:32 snap [2023-02-14T19:41:13.548Z] -rw-rw-r-- 1 1001 1001 204 Feb 14 19:32 version.go [Pipeline] sh [2023-02-14T19:41:14.208Z] + '[' -e coverage.out ] [2023-02-14T19:41:14.208Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-14T19:41:14.239Z] Warning: overwriting stash ‘coverage-report’ [2023-02-14T19:41:15.142Z] Stashed 1 file(s) [Pipeline] sh [2023-02-14T19:41:15.786Z] + make build [2023-02-14T19:41:15.786Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-14T19:42:52.456Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-14T19:42:52.456Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-14T19:42:53.862Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-14T19:42:58.109Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-14T19:43:44.929Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-14T19:43:49.177Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-14T19:43:54.507Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-14T19:44:01.143Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-14T19:44:04.482Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-14T19:44:09.815Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-14T19:44:24.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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-14T19:44:31.487Z] $ docker stop --time=1 aa4bf0618f470bcd4cd717045458b050ea02692252d1732e0e2a573e31dfc53e [2023-02-14T19:44:33.544Z] $ docker rm -f --volumes aa4bf0618f470bcd4cd717045458b050ea02692252d1732e0e2a573e31dfc53e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T19:44:36.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-14T19:44:36.122Z] [2023-02-14T19:44:36.122Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T19:44:36.532Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-14T19:44:36.532Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-14T19:44:36.532Z] 29e5d40040c1: Pulling fs layer [2023-02-14T19:44:36.532Z] 1ce36da41761: Pulling fs layer [2023-02-14T19:44:36.532Z] 25b303627fd3: Pulling fs layer [2023-02-14T19:44:36.801Z] 29e5d40040c1: Verifying Checksum [2023-02-14T19:44:36.801Z] 29e5d40040c1: Download complete [2023-02-14T19:44:37.072Z] 1ce36da41761: Verifying Checksum [2023-02-14T19:44:37.072Z] 1ce36da41761: Download complete [2023-02-14T19:44:37.339Z] 29e5d40040c1: Pull complete [2023-02-14T19:44:38.750Z] 1ce36da41761: Pull complete [2023-02-14T19:44:38.750Z] 25b303627fd3: Verifying Checksum [2023-02-14T19:44:38.750Z] 25b303627fd3: Download complete [2023-02-14T19:44:48.811Z] 25b303627fd3: Pull complete [2023-02-14T19:44:48.811Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-14T19:44:48.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-14T19:44:48.811Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T19:44:49.125Z] prd-ubuntu20.04-docker-arm64-4c-16g-5884 does not seem to be running inside a container [2023-02-14T19:44:49.190Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-14T19:44:51.477Z] $ docker top 0c544d915bb8b1edb58a116c7920c7ac077a069c242878a9784381bb7d1fc39c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T19:44:52.343Z] + docker-compose build --help [2023-02-14T19:44:52.343Z] + grep parallel [2023-02-14T19:44:58.996Z] --parallel Build images in parallel. [Pipeline] } [2023-02-14T19:44:59.028Z] $ docker stop --time=1 0c544d915bb8b1edb58a116c7920c7ac077a069c242878a9784381bb7d1fc39c [2023-02-14T19:45:00.834Z] $ docker rm -f --volumes 0c544d915bb8b1edb58a116c7920c7ac077a069c242878a9784381bb7d1fc39c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T19:45:01.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-14T19:45:01.625Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T19:45:01.933Z] prd-ubuntu20.04-docker-arm64-4c-16g-5884 does not seem to be running inside a container [2023-02-14T19:45:02.028Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-14T19:45:03.392Z] $ docker top 526bb533f0bedbe306ee17f6be0662b26f9db5b8cf503279f708cf9d99aa825d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T19:45:04.309Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-14T19:45:12.521Z] Building core-command ... [2023-02-14T19:45:12.521Z] Building core-common-config-bootstrapper ... [2023-02-14T19:45:12.521Z] Building core-data ... [2023-02-14T19:45:12.521Z] Building core-metadata ... [2023-02-14T19:45:12.521Z] Building security-bootstrapper ... [2023-02-14T19:45:12.521Z] Building security-proxy-setup ... [2023-02-14T19:45:12.521Z] Building security-secretstore-setup ... [2023-02-14T19:45:12.521Z] Building security-spiffe-token-provider ... [2023-02-14T19:45:12.521Z] Building security-spire-agent ... [2023-02-14T19:45:12.521Z] Building security-spire-config ... [2023-02-14T19:45:12.521Z] Building security-spire-server ... [2023-02-14T19:45:12.521Z] Building support-notifications ... [2023-02-14T19:45:12.521Z] Building support-scheduler ... [2023-02-14T19:45:12.521Z] Building security-spire-server [2023-02-14T19:45:12.521Z] Building security-spire-config [2023-02-14T19:45:12.521Z] Building core-metadata [2023-02-14T19:45:12.521Z] Building security-proxy-setup [2023-02-14T19:45:12.521Z] Building security-spire-agent [2023-02-14T19:45:59.353Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:45:59.353Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:45:59.353Z] ---> 2d40d7bd24a0 [2023-02-14T19:45:59.353Z] Step 3/21 : WORKDIR /edgex-go [2023-02-14T19:45:59.353Z] ---> Running in ac4d4879d2b5 [2023-02-14T19:45:59.353Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:45:59.353Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:45:59.353Z] ---> 2d40d7bd24a0 [2023-02-14T19:45:59.353Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-14T19:45:59.353Z] ---> Running in 661a4dbb0b42 [2023-02-14T19:45:59.353Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:45:59.353Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:45:59.353Z] ---> 2d40d7bd24a0 [2023-02-14T19:45:59.353Z] Step 3/23 : WORKDIR /edgex-go [2023-02-14T19:45:59.353Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:45:59.353Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:45:59.353Z] ---> 2d40d7bd24a0 [2023-02-14T19:45:59.353Z] Step 3/24 : WORKDIR /edgex-go [2023-02-14T19:45:59.353Z] ---> Running in 76b1114ce843 [2023-02-14T19:45:59.353Z] ---> Running in eab3a6704c60 [2023-02-14T19:45:59.353Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:45:59.353Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:45:59.353Z] ---> 2d40d7bd24a0 [2023-02-14T19:45:59.353Z] Step 3/24 : WORKDIR /edgex-go [2023-02-14T19:45:59.353Z] ---> Running in f376d4d51b89 [2023-02-14T19:45:59.353Z] Removing intermediate container ac4d4879d2b5 [2023-02-14T19:45:59.353Z] ---> aed3e4bfc9da [2023-02-14T19:45:59.353Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-14T19:45:59.353Z] Removing intermediate container 661a4dbb0b42 [2023-02-14T19:45:59.353Z] ---> f959910c76af [2023-02-14T19:45:59.353Z] Step 4/24 : WORKDIR /edgex-go [2023-02-14T19:45:59.353Z] ---> Running in ccc3eb120c5d [2023-02-14T19:45:59.353Z] ---> Running in 95f9a3d54ecb [2023-02-14T19:45:59.353Z] Removing intermediate container eab3a6704c60 [2023-02-14T19:45:59.353Z] ---> eb59a6a9fcce [2023-02-14T19:45:59.353Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-14T19:45:59.353Z] Removing intermediate container 76b1114ce843 [2023-02-14T19:45:59.353Z] ---> a1e712178298 [2023-02-14T19:45:59.353Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-14T19:45:59.353Z] Removing intermediate container f376d4d51b89 [2023-02-14T19:45:59.353Z] ---> 49a0276cbf57 [2023-02-14T19:45:59.353Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-14T19:45:59.353Z] ---> Running in 3cbfffeeae13 [2023-02-14T19:45:59.353Z] ---> Running in 31404f71314e [2023-02-14T19:45:59.353Z] ---> Running in 900449983c4e [2023-02-14T19:45:59.353Z] Removing intermediate container ccc3eb120c5d [2023-02-14T19:45:59.353Z] ---> 20e38dd29244 [2023-02-14T19:45:59.353Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-14T19:45:59.353Z] ---> Running in 90b625735f5d [2023-02-14T19:45:59.933Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:46:00.516Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:46:00.782Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:46:00.782Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:46:01.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:46:01.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:46:01.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:46:01.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:46:01.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:46:01.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:46:01.907Z] OK: 221 MiB in 51 packages [2023-02-14T19:46:02.879Z] OK: 221 MiB in 51 packages [2023-02-14T19:46:02.879Z] OK: 221 MiB in 51 packages [2023-02-14T19:46:02.879Z] OK: 221 MiB in 51 packages [2023-02-14T19:46:03.146Z] OK: 221 MiB in 51 packages [2023-02-14T19:46:03.420Z] Removing intermediate container 95f9a3d54ecb [2023-02-14T19:46:03.420Z] ---> fcf1a2fa95b2 [2023-02-14T19:46:03.420Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-14T19:46:04.395Z] Removing intermediate container 900449983c4e [2023-02-14T19:46:04.395Z] ---> 3d9d701eeb9d [2023-02-14T19:46:04.395Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-14T19:46:04.668Z] Removing intermediate container 31404f71314e [2023-02-14T19:46:04.668Z] ---> 38b63cbdf97c [2023-02-14T19:46:04.668Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-14T19:46:04.668Z] ---> c4b52f317b6b [2023-02-14T19:46:04.668Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:46:04.668Z] Removing intermediate container 3cbfffeeae13 [2023-02-14T19:46:04.668Z] ---> e92042c74006 [2023-02-14T19:46:04.668Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-14T19:46:04.936Z] ---> Running in 26d69ba56f0d [2023-02-14T19:46:05.203Z] Removing intermediate container 90b625735f5d [2023-02-14T19:46:05.203Z] ---> c950b26998dd [2023-02-14T19:46:05.203Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-14T19:46:05.785Z] ---> a3db48df06a2 [2023-02-14T19:46:05.785Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:46:05.785Z] ---> Running in 5bde2bed4081 [2023-02-14T19:46:05.785Z] ---> e349168fa446 [2023-02-14T19:46:05.785Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:46:06.054Z] ---> Running in 0618b78b6e81 [2023-02-14T19:46:06.321Z] ---> e959895a9fa2 [2023-02-14T19:46:06.321Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:46:06.588Z] ---> 95a63dfc178d [2023-02-14T19:46:06.588Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:46:06.588Z] ---> Running in f2fea9956c6b [2023-02-14T19:46:06.856Z] ---> Running in 5713d08e5a44 [2023-02-14T19:48:13.519Z] Removing intermediate container 26d69ba56f0d [2023-02-14T19:48:13.519Z] ---> 86a1372298ca [2023-02-14T19:48:13.519Z] Step 7/21 : COPY . . [2023-02-14T19:48:13.519Z] Removing intermediate container 0618b78b6e81 [2023-02-14T19:48:13.519Z] ---> ea78d031ab8f [2023-02-14T19:48:13.519Z] Step 7/23 : COPY . . [2023-02-14T19:48:13.519Z] Removing intermediate container 5bde2bed4081 [2023-02-14T19:48:13.519Z] ---> 0db559235a93 [2023-02-14T19:48:13.519Z] Step 7/24 : COPY . . [2023-02-14T19:48:13.519Z] Removing intermediate container 5713d08e5a44 [2023-02-14T19:48:13.519Z] ---> e522e3119ad8 [2023-02-14T19:48:13.519Z] Step 8/24 : COPY . . [2023-02-14T19:48:13.519Z] Removing intermediate container f2fea9956c6b [2023-02-14T19:48:13.519Z] ---> 7c2626d28958 [2023-02-14T19:48:13.519Z] Step 7/24 : COPY . . [2023-02-14T19:48:17.784Z] ---> a13828b8687e [2023-02-14T19:48:17.784Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-14T19:48:17.784Z] ---> d7194622e153 [2023-02-14T19:48:17.784Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-14T19:48:17.784Z] ---> e4095de65bdb [2023-02-14T19:48:17.784Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-14T19:48:17.784Z] ---> daff83f40fa7 [2023-02-14T19:48:17.784Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-14T19:48:17.784Z] ---> Running in 1c809b66c3a7 [2023-02-14T19:48:17.784Z] ---> 83645e8c6bc5 [2023-02-14T19:48:17.784Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-14T19:48:17.784Z] ---> Running in b8696aca9c4a [2023-02-14T19:48:17.784Z] ---> Running in 2670dc669d6e [2023-02-14T19:48:17.784Z] ---> Running in a677f3277204 [2023-02-14T19:48:17.784Z] ---> Running in 649ac8c6b2df [2023-02-14T19:48:18.053Z] Removing intermediate container 1c809b66c3a7 [2023-02-14T19:48:18.053Z] ---> 992751b92772 [2023-02-14T19:48:18.053Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-14T19:48:18.647Z] ---> Running in 091265f08fc5 [2023-02-14T19:48:18.647Z] Removing intermediate container a677f3277204 [2023-02-14T19:48:18.647Z] ---> be8e1068e52e [2023-02-14T19:48:18.647Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-14T19:48:18.647Z] Removing intermediate container 649ac8c6b2df [2023-02-14T19:48:18.647Z] ---> 995f17182dde [2023-02-14T19:48:18.647Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-14T19:48:18.647Z] ---> Running in ecf3f3e77d8b [2023-02-14T19:48:18.915Z] ---> Running in 4557cb36528b [2023-02-14T19:48:19.184Z] Removing intermediate container 091265f08fc5 [2023-02-14T19:48:19.184Z] ---> d05fe33e5583 [2023-02-14T19:48:19.184Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-14T19:48:19.184Z] ---> Running in cf6ea1b2e507 [2023-02-14T19:48:19.453Z] Removing intermediate container 4557cb36528b [2023-02-14T19:48:19.453Z] ---> b69bcd3792a3 [2023-02-14T19:48:19.453Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-14T19:48:19.722Z] Removing intermediate container ecf3f3e77d8b [2023-02-14T19:48:19.722Z] ---> 8f3fa73ffae7 [2023-02-14T19:48:19.722Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-14T19:48:19.722Z] ---> Running in 35a722b1e0e3 [2023-02-14T19:48:19.722Z] ---> Running in e1787ccd9287 [2023-02-14T19:48:19.990Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-14T19:48:20.259Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-14T19:48:23.610Z] Removing intermediate container cf6ea1b2e507 [2023-02-14T19:48:23.610Z] ---> 4650ab7824f6 [2023-02-14T19:48:23.610Z] Step 11/23 : WORKDIR /edgex-go [2023-02-14T19:48:23.880Z] ---> Running in 6f0d0cfc6a26 [2023-02-14T19:48:24.466Z] Removing intermediate container e1787ccd9287 [2023-02-14T19:48:24.466Z] ---> e017fb5ddc63 [2023-02-14T19:48:24.466Z] Step 11/24 : WORKDIR /edgex-go [2023-02-14T19:48:24.734Z] Removing intermediate container 6f0d0cfc6a26 [2023-02-14T19:48:24.734Z] ---> a6755bacf4f3 [2023-02-14T19:48:24.734Z] [2023-02-14T19:48:24.734Z] Step 12/23 : FROM alpine:3.15 [2023-02-14T19:48:24.734Z] ---> Running in 1b470409f715 [2023-02-14T19:48:24.734Z] Removing intermediate container 35a722b1e0e3 [2023-02-14T19:48:24.734Z] ---> 9633787386f4 [2023-02-14T19:48:24.734Z] Step 11/24 : WORKDIR /edgex-go [2023-02-14T19:48:25.003Z] 3.15: Pulling from library/alpine [2023-02-14T19:48:25.003Z] ---> Running in 12ec8c3f9519 [2023-02-14T19:48:25.964Z] Removing intermediate container 1b470409f715 [2023-02-14T19:48:25.964Z] ---> 8b4ab7526e03 [2023-02-14T19:48:25.964Z] [2023-02-14T19:48:25.964Z] Step 12/24 : FROM alpine:3.15 [2023-02-14T19:48:25.964Z] 3.15: Pulling from library/alpine [2023-02-14T19:48:26.233Z] Removing intermediate container 12ec8c3f9519 [2023-02-14T19:48:26.233Z] ---> 3fd103191023 [2023-02-14T19:48:26.233Z] [2023-02-14T19:48:26.233Z] Step 12/24 : FROM alpine:3.15 [2023-02-14T19:48:26.233Z] 3.15: Pulling from library/alpine [2023-02-14T19:48:26.816Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-14T19:48:26.816Z] Status: Downloaded newer image for alpine:3.15 [2023-02-14T19:48:26.816Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-14T19:48:26.816Z] Status: Image is up to date for alpine:3.15 [2023-02-14T19:48:26.816Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-14T19:48:26.816Z] Status: Image is up to date for alpine:3.15 [2023-02-14T19:48:26.816Z] ---> 354640af7b1b [2023-02-14T19:48:26.816Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-14T19:48:26.816Z] ---> 354640af7b1b [2023-02-14T19:48:26.816Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-14T19:48:26.816Z] ---> 354640af7b1b [2023-02-14T19:48:26.816Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-14T19:48:26.816Z] ---> Running in 4a7bc9f0a403 [2023-02-14T19:48:26.816Z] ---> Running in ea344964997c [2023-02-14T19:48:26.816Z] ---> Running in e0dfa4ad25db [2023-02-14T19:48:27.786Z] Removing intermediate container 4a7bc9f0a403 [2023-02-14T19:48:27.786Z] ---> 04f664d6fd2d [2023-02-14T19:48:27.786Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-14T19:48:27.786Z] Removing intermediate container e0dfa4ad25db [2023-02-14T19:48:27.786Z] ---> f4d97e25a30b [2023-02-14T19:48:27.786Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-14T19:48:27.786Z] ---> Running in 806cd2a1c01b [2023-02-14T19:48:27.786Z] Removing intermediate container ea344964997c [2023-02-14T19:48:27.786Z] ---> c843f038f736 [2023-02-14T19:48:27.786Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-14T19:48:28.057Z] ---> Running in 0de61e081e32 [2023-02-14T19:48:28.057Z] ---> Running in fb6b57ed8f8b [2023-02-14T19:48:31.397Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:48:31.397Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:48:31.397Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:48:31.397Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:48:31.665Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:48:31.665Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:48:33.075Z] v3.15.7-2-ga6d375921c3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-14T19:48:33.075Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-14T19:48:33.075Z] OK: 15734 distinct packages available [2023-02-14T19:48:33.075Z] v3.15.7-2-ga6d375921c3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-14T19:48:33.075Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-14T19:48:33.075Z] OK: 15734 distinct packages available [2023-02-14T19:48:33.075Z] v3.15.7-2-ga6d375921c3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-14T19:48:33.075Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-14T19:48:33.075Z] OK: 15734 distinct packages available [2023-02-14T19:48:33.075Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:48:33.075Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:48:33.344Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:48:33.344Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:48:33.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:48:33.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:48:34.573Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-14T19:48:34.573Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-14T19:48:34.842Z] (3/5) Installing libucontext (1.1-r0) [2023-02-14T19:48:34.842Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-14T19:48:34.842Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-14T19:48:34.842Z] Executing busybox-1.34.1-r7.trigger [2023-02-14T19:48:34.842Z] OK: 6 MiB in 19 packages [2023-02-14T19:48:34.842Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-14T19:48:34.842Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-14T19:48:34.842Z] (3/4) Installing libucontext (1.1-r0) [2023-02-14T19:48:34.842Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-14T19:48:34.842Z] Executing busybox-1.34.1-r7.trigger [2023-02-14T19:48:35.115Z] OK: 6 MiB in 18 packages [2023-02-14T19:48:35.115Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-14T19:48:35.115Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-14T19:48:35.115Z] (3/5) Installing libucontext (1.1-r0) [2023-02-14T19:48:35.382Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-14T19:48:35.382Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-14T19:48:35.382Z] Executing busybox-1.34.1-r7.trigger [2023-02-14T19:48:35.382Z] OK: 6 MiB in 19 packages [2023-02-14T19:48:36.795Z] Removing intermediate container 806cd2a1c01b [2023-02-14T19:48:36.795Z] ---> 02578101d852 [2023-02-14T19:48:36.795Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-14T19:48:37.755Z] Removing intermediate container 0de61e081e32 [2023-02-14T19:48:37.755Z] ---> 19c160714c28 [2023-02-14T19:48:37.755Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-14T19:48:37.755Z] Removing intermediate container fb6b57ed8f8b [2023-02-14T19:48:37.755Z] ---> f82975afc892 [2023-02-14T19:48:37.755Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-14T19:48:44.404Z] ---> 2c323e9c0205 [2023-02-14T19:48:44.404Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-14T19:48:46.990Z] ---> c0e5025fb3bf [2023-02-14T19:48:46.990Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-14T19:48:48.929Z] ---> 9fc4594f08c6 [2023-02-14T19:48:48.929Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-14T19:48:49.195Z] ---> 55918594bc89 [2023-02-14T19:48:49.195Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-14T19:48:50.604Z] ---> 7ce56b15b849 [2023-02-14T19:48:50.604Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-14T19:48:50.604Z] ---> 261f274880a7 [2023-02-14T19:48:50.604Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-14T19:48:50.604Z] ---> Running in f61ee964ad43 [2023-02-14T19:48:51.190Z] Removing intermediate container f61ee964ad43 [2023-02-14T19:48:51.190Z] ---> 17666966db8d [2023-02-14T19:48:51.190Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-14T19:48:52.154Z] ---> 0beb4fa7c9dd [2023-02-14T19:48:52.154Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-14T19:48:52.424Z] ---> Running in ef6007dbcb3a [2023-02-14T19:48:52.692Z] ---> 08b40eb341cd [2023-02-14T19:48:52.692Z] Step 19/24 : WORKDIR / [2023-02-14T19:48:53.279Z] ---> Running in f919439a43a1 [2023-02-14T19:48:53.279Z] Removing intermediate container ef6007dbcb3a [2023-02-14T19:48:53.279Z] ---> 4b84f61d057e [2023-02-14T19:48:53.279Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-14T19:48:53.548Z] ---> Running in cd8cdc0dfe8a [2023-02-14T19:48:54.518Z] Removing intermediate container f919439a43a1 [2023-02-14T19:48:54.518Z] ---> 5f071235fb63 [2023-02-14T19:48:54.518Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-14T19:48:54.798Z] Removing intermediate container cd8cdc0dfe8a [2023-02-14T19:48:54.798Z] ---> 402ded3b10f3 [2023-02-14T19:48:54.798Z] Step 21/23 : LABEL arch=arm64 [2023-02-14T19:48:54.798Z] ---> Running in 87d7bb9b9760 [2023-02-14T19:48:54.798Z] ---> Running in 8bd58a2067cf [2023-02-14T19:48:55.770Z] ---> 422d6bee68e1 [2023-02-14T19:48:55.770Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-14T19:48:55.770Z] Removing intermediate container 87d7bb9b9760 [2023-02-14T19:48:55.770Z] ---> 21bc8cd523bd [2023-02-14T19:48:55.770Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-14T19:48:56.043Z] ---> Running in 2002b13ed592 [2023-02-14T19:48:56.043Z] Removing intermediate container 8bd58a2067cf [2023-02-14T19:48:56.043Z] ---> adeb2ed3e4e7 [2023-02-14T19:48:56.043Z] Step 22/23 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:48:56.310Z] ---> Running in 3eac7e0c0b0a [2023-02-14T19:48:56.579Z] Removing intermediate container 2002b13ed592 [2023-02-14T19:48:56.579Z] ---> 65a110407079 [2023-02-14T19:48:56.579Z] Step 22/24 : LABEL arch=arm64 [2023-02-14T19:48:56.848Z] ---> Running in bedf68d216f8 [2023-02-14T19:48:57.116Z] ---> 3d70247b4ae5 [2023-02-14T19:48:57.116Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-14T19:48:57.393Z] Removing intermediate container 3eac7e0c0b0a [2023-02-14T19:48:57.393Z] ---> b3a177f4d859 [2023-02-14T19:48:57.393Z] Step 23/23 : LABEL version=0.0.0 [2023-02-14T19:48:57.662Z] ---> Running in ec560d88367c [2023-02-14T19:48:57.931Z] Removing intermediate container bedf68d216f8 [2023-02-14T19:48:57.931Z] ---> c859bf0d23db [2023-02-14T19:48:57.931Z] Step 23/24 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:48:58.199Z] ---> Running in 48f28d670e67 [2023-02-14T19:48:58.468Z] Removing intermediate container ec560d88367c [2023-02-14T19:48:58.468Z] ---> 110ffec391ee [2023-02-14T19:48:58.468Z] [2023-02-14T19:48:58.736Z] ---> f2689bd12e3f [2023-02-14T19:48:58.736Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-14T19:49:00.475Z] Removing intermediate container 48f28d670e67 [2023-02-14T19:49:00.475Z] ---> 384c961c5d7b [2023-02-14T19:49:00.475Z] Step 24/24 : LABEL version=0.0.0 [2023-02-14T19:49:00.475Z] Successfully built 110ffec391ee [2023-02-14T19:49:00.475Z] Successfully tagged security-spire-server-arm64:latest [2023-02-14T19:49:00.475Z]  Building security-spire-server ... done Building security-bootstrapper [2023-02-14T19:49:00.475Z] ---> Running in c4d9f54ffd73 [2023-02-14T19:49:00.475Z] Removing intermediate container c4d9f54ffd73 [2023-02-14T19:49:00.475Z] ---> 783ea17d9da0 [2023-02-14T19:49:00.475Z] [2023-02-14T19:49:00.475Z] ---> d633e2470df9 [2023-02-14T19:49:00.475Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-14T19:49:00.475Z] ---> Running in c3f9346049f8 [2023-02-14T19:49:00.475Z] Successfully built 783ea17d9da0 [2023-02-14T19:49:00.475Z] Successfully tagged security-spire-config-arm64:latest [2023-02-14T19:49:00.475Z] Building core-common-config-bootstrapper [2023-02-14T19:49:00.744Z]  Building security-spire-config ... done Removing intermediate container c3f9346049f8 [2023-02-14T19:49:00.744Z] ---> 04140a27d2a7 [2023-02-14T19:49:00.744Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-14T19:49:01.018Z] ---> Running in 68c080fb974e [2023-02-14T19:49:01.602Z] Removing intermediate container 68c080fb974e [2023-02-14T19:49:01.602Z] ---> e2aa8d5885c2 [2023-02-14T19:49:01.602Z] Step 22/24 : LABEL arch=arm64 [2023-02-14T19:49:01.602Z] ---> Running in cb424a73582d [2023-02-14T19:49:02.185Z] Removing intermediate container cb424a73582d [2023-02-14T19:49:02.185Z] ---> 77673c54da13 [2023-02-14T19:49:02.185Z] Step 23/24 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:49:02.458Z] ---> Running in a6996d9ac24c [2023-02-14T19:49:03.040Z] Removing intermediate container a6996d9ac24c [2023-02-14T19:49:03.040Z] ---> 5c96505a5886 [2023-02-14T19:49:03.040Z] Step 24/24 : LABEL version=0.0.0 [2023-02-14T19:49:03.040Z] ---> Running in af121ebaec43 [2023-02-14T19:49:03.624Z] Removing intermediate container af121ebaec43 [2023-02-14T19:49:03.624Z] ---> d8998c9b2c71 [2023-02-14T19:49:03.624Z] [2023-02-14T19:49:03.890Z] Successfully built d8998c9b2c71 [2023-02-14T19:49:03.890Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-14T19:49:03.890Z] Building support-scheduler [2023-02-14T19:49:36.110Z]  Building security-spire-agent ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:49:36.110Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:49:36.110Z] ---> 2d40d7bd24a0 [2023-02-14T19:49:36.110Z] Step 3/32 : WORKDIR /edgex-go [2023-02-14T19:49:36.110Z] ---> Using cache [2023-02-14T19:49:36.110Z] ---> 49a0276cbf57 [2023-02-14T19:49:36.110Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-14T19:49:36.110Z] ---> Running in 4facc50a5457 [2023-02-14T19:49:36.699Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:49:36.699Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:49:36.699Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:49:36.699Z] ---> 2d40d7bd24a0 [2023-02-14T19:49:36.699Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-14T19:49:36.699Z] ---> Using cache [2023-02-14T19:49:36.699Z] ---> f959910c76af [2023-02-14T19:49:36.699Z] Step 4/22 : WORKDIR /edgex-go [2023-02-14T19:49:36.699Z] ---> Using cache [2023-02-14T19:49:36.699Z] ---> 20e38dd29244 [2023-02-14T19:49:36.969Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-14T19:49:36.969Z] ---> Using cache [2023-02-14T19:49:36.969Z] ---> c950b26998dd [2023-02-14T19:49:36.969Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-14T19:49:36.969Z] ---> Using cache [2023-02-14T19:49:36.969Z] ---> 95a63dfc178d [2023-02-14T19:49:36.969Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:49:36.969Z] ---> Using cache [2023-02-14T19:49:36.969Z] ---> e522e3119ad8 [2023-02-14T19:49:36.969Z] Step 8/22 : COPY . . [2023-02-14T19:49:36.969Z] ---> Using cache [2023-02-14T19:49:36.969Z] ---> daff83f40fa7 [2023-02-14T19:49:36.969Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-14T19:49:36.969Z] ---> Running in a398008c75be [2023-02-14T19:49:36.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:49:38.381Z] OK: 221 MiB in 51 packages [2023-02-14T19:49:38.965Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:49:38.965Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:49:38.965Z] ---> 2d40d7bd24a0 [2023-02-14T19:49:38.965Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-14T19:49:38.965Z] ---> Using cache [2023-02-14T19:49:38.965Z] ---> f959910c76af [2023-02-14T19:49:38.965Z] Step 4/22 : WORKDIR /edgex-go [2023-02-14T19:49:38.965Z] ---> Using cache [2023-02-14T19:49:38.965Z] ---> 20e38dd29244 [2023-02-14T19:49:38.965Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-14T19:49:38.965Z] ---> Using cache [2023-02-14T19:49:38.965Z] ---> c950b26998dd [2023-02-14T19:49:38.965Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-14T19:49:38.965Z] ---> Using cache [2023-02-14T19:49:38.965Z] ---> 95a63dfc178d [2023-02-14T19:49:38.965Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:49:38.965Z] ---> Using cache [2023-02-14T19:49:38.965Z] ---> e522e3119ad8 [2023-02-14T19:49:38.965Z] Step 8/22 : COPY . . [2023-02-14T19:49:38.965Z] ---> Using cache [2023-02-14T19:49:38.965Z] ---> daff83f40fa7 [2023-02-14T19:49:38.965Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-14T19:49:39.556Z] ---> Running in 74f80cf9a12a [2023-02-14T19:49:39.825Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-14T19:49:40.413Z] Removing intermediate container 4facc50a5457 [2023-02-14T19:49:40.413Z] ---> e93ff3f79d2c [2023-02-14T19:49:40.413Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-14T19:49:41.840Z] ---> d2db41511599 [2023-02-14T19:49:41.840Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:49:41.840Z] ---> Running in 0b47235fca03 [2023-02-14T19:49:42.108Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-14T19:51:33.762Z] Removing intermediate container 0b47235fca03 [2023-02-14T19:51:33.762Z] ---> abca25442600 [2023-02-14T19:51:33.762Z] Step 7/32 : COPY . . [2023-02-14T19:51:33.762Z] ---> 3c98291f980d [2023-02-14T19:51:33.762Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-14T19:51:33.762Z] ---> Running in 05488d96d2db [2023-02-14T19:51:34.717Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-14T19:53:56.475Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-14T19:54:14.814Z] Removing intermediate container 2670dc669d6e [2023-02-14T19:54:14.814Z] ---> e756896aea2b [2023-02-14T19:54:14.814Z] [2023-02-14T19:54:14.814Z] Step 9/21 : FROM alpine:3.16 [2023-02-14T19:54:14.814Z] 3.16: Pulling from library/alpine [2023-02-14T19:54:16.225Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-14T19:54:16.225Z] Status: Downloaded newer image for alpine:3.16 [2023-02-14T19:54:16.225Z] ---> 4c81e5bf8899 [2023-02-14T19:54:16.225Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-14T19:54:16.225Z] ---> Running in 27fea71b7e1f [2023-02-14T19:54:18.189Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:54:18.773Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:54:20.185Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-14T19:54:20.185Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-14T19:54:20.185Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-14T19:54:20.185Z] (4/6) Installing libcurl (7.83.1-r5) [2023-02-14T19:54:20.185Z] (5/6) Installing curl (7.83.1-r5) [2023-02-14T19:54:20.185Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-14T19:54:20.185Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T19:54:20.185Z] Executing ca-certificates-20220614-r0.trigger [2023-02-14T19:54:20.774Z] OK: 8 MiB in 20 packages [2023-02-14T19:54:22.732Z] Removing intermediate container 27fea71b7e1f [2023-02-14T19:54:22.732Z] ---> 01810c549d13 [2023-02-14T19:54:22.733Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-14T19:54:23.001Z] ---> Running in 1da7b2184a67 [2023-02-14T19:54:23.589Z] Removing intermediate container 1da7b2184a67 [2023-02-14T19:54:23.589Z] ---> 1ec1ea2f6c1a [2023-02-14T19:54:23.589Z] Step 12/21 : WORKDIR /edgex [2023-02-14T19:54:23.865Z] ---> Running in bdbad3ac6823 [2023-02-14T19:54:24.458Z] Removing intermediate container bdbad3ac6823 [2023-02-14T19:54:24.458Z] ---> e26d3e4b06c3 [2023-02-14T19:54:24.458Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-14T19:54:25.428Z] ---> 9b49e97c1373 [2023-02-14T19:54:25.428Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-14T19:54:26.858Z] ---> 5247ecfea528 [2023-02-14T19:54:26.858Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-14T19:54:28.273Z] ---> 0b2b238636c8 [2023-02-14T19:54:28.273Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-14T19:54:29.236Z] ---> e4e7ee15fccd [2023-02-14T19:54:29.236Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-14T19:54:29.510Z] ---> Running in d70f4a6fa1e2 [2023-02-14T19:54:32.867Z] Removing intermediate container d70f4a6fa1e2 [2023-02-14T19:54:32.867Z] ---> bfa7f1c24cfc [2023-02-14T19:54:32.867Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-14T19:54:32.867Z] ---> Running in 8b34a8bd9d6d [2023-02-14T19:54:33.145Z] Removing intermediate container 8b34a8bd9d6d [2023-02-14T19:54:33.145Z] ---> 7c2068e9e131 [2023-02-14T19:54:33.145Z] Step 19/21 : LABEL arch=arm64 [2023-02-14T19:54:33.145Z] ---> Running in 73db1463f32f [2023-02-14T19:54:33.727Z] Removing intermediate container 73db1463f32f [2023-02-14T19:54:33.727Z] ---> 5966d37f8c34 [2023-02-14T19:54:33.727Z] Step 20/21 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:54:33.727Z] ---> Running in 21dcb6b09a2c [2023-02-14T19:54:34.310Z] Removing intermediate container 21dcb6b09a2c [2023-02-14T19:54:34.310Z] ---> eb0a132b95f8 [2023-02-14T19:54:34.310Z] Step 21/21 : LABEL version=0.0.0 [2023-02-14T19:54:34.310Z] ---> Running in 1aa2ad581c82 [2023-02-14T19:54:34.891Z] Removing intermediate container 1aa2ad581c82 [2023-02-14T19:54:34.891Z] ---> 69959ada0414 [2023-02-14T19:54:34.891Z] [2023-02-14T19:54:35.156Z] Successfully built 69959ada0414 [2023-02-14T19:54:35.156Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-14T19:54:35.156Z]  Building security-proxy-setup ... done Building security-spiffe-token-provider [2023-02-14T19:54:53.360Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:54:53.360Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:54:53.360Z] ---> 2d40d7bd24a0 [2023-02-14T19:54:53.360Z] Step 3/19 : WORKDIR /edgex-go [2023-02-14T19:54:53.360Z] ---> Using cache [2023-02-14T19:54:53.360Z] ---> 49a0276cbf57 [2023-02-14T19:54:53.360Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-14T19:54:53.626Z] ---> Running in 213a50ca53f7 [2023-02-14T19:54:55.568Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:54:55.835Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:54:57.238Z] v3.16.4-3-g1cb3c48b147 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-14T19:54:57.238Z] v3.16.3-170-gb4524a0c7b8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-14T19:54:57.238Z] OK: 16903 distinct packages available [2023-02-14T19:54:57.526Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:54:57.792Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:54:59.192Z] OK: 221 MiB in 51 packages [2023-02-14T19:55:00.597Z] Removing intermediate container 213a50ca53f7 [2023-02-14T19:55:00.597Z] ---> 3df3070f87e8 [2023-02-14T19:55:00.597Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-14T19:55:01.555Z] ---> 258623ef2e0a [2023-02-14T19:55:01.555Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:55:01.555Z] ---> Running in 5f0630331165 [2023-02-14T19:55:19.759Z] Removing intermediate container b8696aca9c4a [2023-02-14T19:55:19.759Z] ---> 20bd2d4ec384 [2023-02-14T19:55:19.759Z] [2023-02-14T19:55:19.759Z] Step 10/24 : FROM alpine:3.16 [2023-02-14T19:55:19.759Z] ---> 4c81e5bf8899 [2023-02-14T19:55:19.759Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-14T19:55:19.759Z] ---> Running in 57f124c7a657 [2023-02-14T19:55:24.013Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:55:24.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:55:26.218Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-14T19:55:26.218Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T19:55:26.218Z] OK: 5 MiB in 15 packages [2023-02-14T19:55:27.624Z] Removing intermediate container 57f124c7a657 [2023-02-14T19:55:27.624Z] ---> 537714162efc [2023-02-14T19:55:27.624Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-14T19:55:27.893Z] ---> Running in a7f34fd188a0 [2023-02-14T19:55:28.475Z] Removing intermediate container a7f34fd188a0 [2023-02-14T19:55:28.475Z] ---> ed37db7ce87a [2023-02-14T19:55:28.475Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-14T19:55:28.475Z] ---> Running in 375cdcda7716 [2023-02-14T19:55:29.060Z] Removing intermediate container 375cdcda7716 [2023-02-14T19:55:29.060Z] ---> 5b9c62dc99a9 [2023-02-14T19:55:29.060Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-14T19:55:29.060Z] ---> Running in f3a358343eb7 [2023-02-14T19:55:29.643Z] Removing intermediate container f3a358343eb7 [2023-02-14T19:55:29.643Z] ---> 2497533eca70 [2023-02-14T19:55:29.643Z] Step 15/24 : WORKDIR / [2023-02-14T19:55:29.909Z] ---> Running in 70443997244f [2023-02-14T19:55:30.491Z] Removing intermediate container 70443997244f [2023-02-14T19:55:30.491Z] ---> 06b891414de2 [2023-02-14T19:55:30.491Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-14T19:55:31.448Z] ---> 50c2878eb8f0 [2023-02-14T19:55:31.448Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-14T19:55:33.388Z] ---> d5845c2ee47b [2023-02-14T19:55:33.388Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-14T19:55:33.974Z] ---> de8d0e101a44 [2023-02-14T19:55:33.974Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-14T19:55:36.552Z] ---> d9287e809976 [2023-02-14T19:55:36.552Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-14T19:55:36.552Z] ---> Running in 8448b306816c [2023-02-14T19:55:36.817Z] Removing intermediate container 8448b306816c [2023-02-14T19:55:36.817Z] ---> c45b0133509c [2023-02-14T19:55:36.817Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-14T19:55:37.084Z] ---> Running in 0145f4531b82 [2023-02-14T19:55:37.681Z] Removing intermediate container 0145f4531b82 [2023-02-14T19:55:37.681Z] ---> 8c05a0c53d19 [2023-02-14T19:55:37.681Z] Step 22/24 : LABEL arch=arm64 [2023-02-14T19:55:37.681Z] ---> Running in 609a2777de6a [2023-02-14T19:55:38.263Z] Removing intermediate container 609a2777de6a [2023-02-14T19:55:38.263Z] ---> 649aadc3960b [2023-02-14T19:55:38.263Z] Step 23/24 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:55:38.263Z] ---> Running in 65eb89f40f65 [2023-02-14T19:55:38.846Z] Removing intermediate container 65eb89f40f65 [2023-02-14T19:55:38.846Z] ---> c34466de08f4 [2023-02-14T19:55:38.846Z] Step 24/24 : LABEL version=0.0.0 [2023-02-14T19:55:38.846Z] ---> Running in 5ea22817311b [2023-02-14T19:55:39.427Z] Removing intermediate container 5ea22817311b [2023-02-14T19:55:39.427Z] ---> 38bc3e3793ce [2023-02-14T19:55:39.427Z] [2023-02-14T19:55:39.693Z] Successfully built 38bc3e3793ce [2023-02-14T19:55:39.693Z] Successfully tagged core-metadata-arm64:latest [2023-02-14T19:55:39.693Z]  Building core-metadata ... done Building core-command [2023-02-14T19:56:01.734Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:56:01.734Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:56:01.734Z] ---> 2d40d7bd24a0 [2023-02-14T19:56:01.734Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-14T19:56:01.734Z] ---> Using cache [2023-02-14T19:56:01.734Z] ---> f959910c76af [2023-02-14T19:56:01.734Z] Step 4/23 : WORKDIR /edgex-go [2023-02-14T19:56:01.734Z] ---> Using cache [2023-02-14T19:56:01.734Z] ---> 20e38dd29244 [2023-02-14T19:56:01.734Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-14T19:56:01.734Z] ---> Using cache [2023-02-14T19:56:01.734Z] ---> c950b26998dd [2023-02-14T19:56:01.734Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-14T19:56:01.734Z] ---> Using cache [2023-02-14T19:56:01.734Z] ---> 95a63dfc178d [2023-02-14T19:56:01.734Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:56:01.734Z] ---> Using cache [2023-02-14T19:56:01.734Z] ---> e522e3119ad8 [2023-02-14T19:56:01.734Z] Step 8/23 : COPY . . [2023-02-14T19:56:01.734Z] ---> Using cache [2023-02-14T19:56:01.734Z] ---> daff83f40fa7 [2023-02-14T19:56:01.734Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-14T19:56:01.734Z] ---> Running in 0ea128863a13 [2023-02-14T19:56:03.676Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-14T19:56:50.496Z] Removing intermediate container a398008c75be [2023-02-14T19:56:50.496Z] ---> ca77cdec1e92 [2023-02-14T19:56:50.496Z] [2023-02-14T19:56:50.496Z] Step 10/22 : FROM alpine:3.16 [2023-02-14T19:56:50.496Z] ---> 4c81e5bf8899 [2023-02-14T19:56:50.496Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-14T19:56:50.496Z] ---> Running in c3a5b97bdf10 [2023-02-14T19:56:50.496Z] Removing intermediate container c3a5b97bdf10 [2023-02-14T19:56:50.496Z] ---> 1df4d9e3028e [2023-02-14T19:56:50.496Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-14T19:56:50.496Z] ---> Running in d115ee4e948a [2023-02-14T19:56:50.496Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:56:50.496Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:56:50.496Z] Removing intermediate container 5f0630331165 [2023-02-14T19:56:50.496Z] ---> 3b5d1cb182d6 [2023-02-14T19:56:50.496Z] Step 7/19 : COPY . . [2023-02-14T19:56:50.496Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-14T19:56:50.496Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T19:56:50.496Z] OK: 5 MiB in 15 packages [2023-02-14T19:56:51.453Z] Removing intermediate container d115ee4e948a [2023-02-14T19:56:51.453Z] ---> 04c3736c7f8c [2023-02-14T19:56:51.453Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-14T19:56:53.400Z] ---> d777591030a9 [2023-02-14T19:56:53.400Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-14T19:56:55.982Z] ---> 4f28f544ee6d [2023-02-14T19:56:55.982Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-14T19:56:56.940Z] ---> 61d58f21cbd3 [2023-02-14T19:56:56.941Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-14T19:56:58.346Z] ---> f23aec44e901 [2023-02-14T19:56:58.346Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-14T19:56:58.619Z] ---> Running in 94f42ca93a9d [2023-02-14T19:57:02.863Z] Removing intermediate container 94f42ca93a9d [2023-02-14T19:57:02.863Z] ---> fd154400a0b8 [2023-02-14T19:57:02.863Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-14T19:57:03.129Z] ---> Running in 81fe6bf49334 [2023-02-14T19:57:04.115Z] Removing intermediate container 81fe6bf49334 [2023-02-14T19:57:04.115Z] ---> e5e13d08c60d [2023-02-14T19:57:04.115Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-14T19:57:04.115Z] ---> Running in c2318a2d2834 [2023-02-14T19:57:06.058Z] Removing intermediate container c2318a2d2834 [2023-02-14T19:57:06.058Z] ---> 2c450ad3e560 [2023-02-14T19:57:06.058Z] Step 20/22 : LABEL arch=arm64 [2023-02-14T19:57:06.324Z] ---> Running in b2b26efc632e [2023-02-14T19:57:06.906Z] Removing intermediate container b2b26efc632e [2023-02-14T19:57:06.906Z] ---> a21fc85ed1f5 [2023-02-14T19:57:06.906Z] Step 21/22 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:57:06.906Z] ---> Running in 9ad7c6056324 [2023-02-14T19:57:07.172Z] ---> 27380ab5febd [2023-02-14T19:57:07.172Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-14T19:57:07.438Z] ---> Running in 8d5f87990ee7 [2023-02-14T19:57:08.023Z] Removing intermediate container 9ad7c6056324 [2023-02-14T19:57:08.023Z] ---> 0fd5352093b7 [2023-02-14T19:57:08.023Z] Step 22/22 : LABEL version=0.0.0 [2023-02-14T19:57:08.023Z] ---> Running in 0d2a0168c9e6 [2023-02-14T19:57:08.984Z] Removing intermediate container 0d2a0168c9e6 [2023-02-14T19:57:08.984Z] ---> 6da8fcff2e9e [2023-02-14T19:57:08.984Z] [2023-02-14T19:57:09.251Z] Successfully built 6da8fcff2e9e [2023-02-14T19:57:09.251Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-14T19:57:09.251Z]  Building core-common-config-bootstrapper ... done Building security-secretstore-setup [2023-02-14T19:57:09.517Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-14T19:57:27.714Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:57:27.714Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:57:27.714Z] ---> 2d40d7bd24a0 [2023-02-14T19:57:27.714Z] Step 3/24 : WORKDIR /edgex-go [2023-02-14T19:57:27.714Z] ---> Using cache [2023-02-14T19:57:27.714Z] ---> 49a0276cbf57 [2023-02-14T19:57:27.714Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-14T19:57:27.714Z] ---> Using cache [2023-02-14T19:57:27.714Z] ---> e93ff3f79d2c [2023-02-14T19:57:27.714Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-14T19:57:27.714Z] ---> Using cache [2023-02-14T19:57:27.714Z] ---> d2db41511599 [2023-02-14T19:57:27.714Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:57:27.714Z] ---> Using cache [2023-02-14T19:57:27.714Z] ---> abca25442600 [2023-02-14T19:57:27.714Z] Step 7/24 : COPY . . [2023-02-14T19:57:27.714Z] ---> Using cache [2023-02-14T19:57:27.714Z] ---> 3c98291f980d [2023-02-14T19:57:27.714Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-14T19:57:27.714Z] ---> Running in c665ee5afc6a [2023-02-14T19:57:29.125Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-14T19:58:25.507Z] Removing intermediate container 05488d96d2db [2023-02-14T19:58:25.507Z] ---> 26c89389ea82 [2023-02-14T19:58:25.507Z] [2023-02-14T19:58:25.507Z] Step 9/32 : FROM alpine:3.16 [2023-02-14T19:58:25.507Z] ---> 4c81e5bf8899 [2023-02-14T19:58:25.507Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-14T19:58:25.507Z] ---> Running in dbbccc1c7419 [2023-02-14T19:58:25.507Z] Removing intermediate container dbbccc1c7419 [2023-02-14T19:58:25.507Z] ---> 88fd38911eda [2023-02-14T19:58:25.507Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-14T19:58:25.507Z] ---> Running in 53a9eb36e83b [2023-02-14T19:58:26.233Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:58:26.542Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:58:28.542Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-14T19:58:28.542Z] (2/2) Installing su-exec (0.2-r1) [2023-02-14T19:58:28.542Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T19:58:28.542Z] OK: 5 MiB in 16 packages [2023-02-14T19:58:30.066Z] Removing intermediate container 53a9eb36e83b [2023-02-14T19:58:30.066Z] ---> 87f5c6996dba [2023-02-14T19:58:30.066Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-14T19:58:30.066Z] ---> Running in 44e37fa28809 [2023-02-14T19:58:30.692Z] Removing intermediate container 44e37fa28809 [2023-02-14T19:58:30.692Z] ---> 1052467ae45e [2023-02-14T19:58:30.692Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-14T19:58:30.692Z] ---> Running in 993be1e291b9 [2023-02-14T19:58:31.298Z] Removing intermediate container 993be1e291b9 [2023-02-14T19:58:31.298Z] ---> 85848aa9228c [2023-02-14T19:58:31.298Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-14T19:58:31.564Z] ---> Running in cc071c26b8aa [2023-02-14T19:58:32.146Z] Removing intermediate container cc071c26b8aa [2023-02-14T19:58:32.146Z] ---> e0688df448d2 [2023-02-14T19:58:32.146Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-14T19:58:32.146Z] ---> Running in 4662e2b047dc [2023-02-14T19:58:32.417Z] Removing intermediate container 4662e2b047dc [2023-02-14T19:58:32.417Z] ---> 4565fc4ac9bf [2023-02-14T19:58:32.417Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-14T19:58:32.683Z] ---> Running in b6f93e8bc57c [2023-02-14T19:58:36.018Z] Removing intermediate container b6f93e8bc57c [2023-02-14T19:58:36.018Z] ---> 83fcbe552cd4 [2023-02-14T19:58:36.018Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-14T19:58:36.018Z] ---> Running in 48bd66b0ed74 [2023-02-14T19:58:36.599Z] Removing intermediate container 48bd66b0ed74 [2023-02-14T19:58:36.599Z] ---> f053f9f902fc [2023-02-14T19:58:36.599Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-14T19:58:37.562Z] ---> 9e1ca4fdecca [2023-02-14T19:58:37.562Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-14T19:58:37.832Z] ---> Running in 3366f3d2f5c5 [2023-02-14T19:58:41.170Z] Removing intermediate container 3366f3d2f5c5 [2023-02-14T19:58:41.170Z] ---> 7ef62f8ba3cf [2023-02-14T19:58:41.170Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-14T19:58:41.777Z] ---> c9febfefe263 [2023-02-14T19:58:41.777Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-14T19:58:43.716Z] ---> 42e275981d07 [2023-02-14T19:58:43.716Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-14T19:58:45.658Z] ---> d0bbcbc6699b [2023-02-14T19:58:45.658Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-14T19:58:46.624Z] ---> fc9bec8f7b0d [2023-02-14T19:58:46.624Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-14T19:58:47.584Z] ---> 012158eb755f [2023-02-14T19:58:47.584Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-14T19:58:48.549Z] ---> 83562d1043c5 [2023-02-14T19:58:48.549Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-14T19:58:49.508Z] ---> 04bab89dbbfa [2023-02-14T19:58:49.508Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-14T19:58:49.774Z] ---> Running in 388ce9363d3b [2023-02-14T19:58:53.116Z] Removing intermediate container 388ce9363d3b [2023-02-14T19:58:53.116Z] ---> c06e72ca7b77 [2023-02-14T19:58:53.116Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-14T19:58:53.116Z] ---> Running in 34b2b4dfc55d [2023-02-14T19:58:53.382Z] Removing intermediate container 34b2b4dfc55d [2023-02-14T19:58:53.382Z] ---> e2f0f1ab62e7 [2023-02-14T19:58:53.382Z] Step 29/32 : CMD ["gate"] [2023-02-14T19:58:53.382Z] ---> Running in 60e95d48942d [2023-02-14T19:58:53.964Z] Removing intermediate container 60e95d48942d [2023-02-14T19:58:53.964Z] ---> f3cd1be58f17 [2023-02-14T19:58:53.964Z] Step 30/32 : LABEL arch=arm64 [2023-02-14T19:58:53.964Z] ---> Running in 7f595598c0c0 [2023-02-14T19:58:54.545Z] Removing intermediate container 7f595598c0c0 [2023-02-14T19:58:54.545Z] ---> 9838d22ae925 [2023-02-14T19:58:54.545Z] Step 31/32 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T19:58:54.545Z] ---> Running in 23629add265b [2023-02-14T19:58:55.131Z] Removing intermediate container 23629add265b [2023-02-14T19:58:55.131Z] ---> cf9e2717bb7e [2023-02-14T19:58:55.131Z] Step 32/32 : LABEL version=0.0.0 [2023-02-14T19:58:55.131Z] ---> Running in f52142175bc7 [2023-02-14T19:58:55.713Z] Removing intermediate container f52142175bc7 [2023-02-14T19:58:55.713Z] ---> 7b47706aaeb1 [2023-02-14T19:58:55.713Z] [2023-02-14T19:58:55.980Z] Successfully built 7b47706aaeb1 [2023-02-14T19:58:55.980Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-14T19:58:55.980Z]  Building security-bootstrapper ... done Building support-notifications [2023-02-14T19:59:14.184Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T19:59:14.184Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-14T19:59:14.184Z] ---> 2d40d7bd24a0 [2023-02-14T19:59:14.184Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-14T19:59:14.184Z] ---> Using cache [2023-02-14T19:59:14.184Z] ---> f959910c76af [2023-02-14T19:59:14.184Z] Step 4/22 : WORKDIR /edgex-go [2023-02-14T19:59:14.184Z] ---> Using cache [2023-02-14T19:59:14.184Z] ---> 20e38dd29244 [2023-02-14T19:59:14.184Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-14T19:59:14.184Z] ---> Running in 2eb028ecd5cb [2023-02-14T19:59:14.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T19:59:15.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T19:59:16.443Z] OK: 221 MiB in 51 packages [2023-02-14T19:59:17.852Z] Removing intermediate container 2eb028ecd5cb [2023-02-14T19:59:17.852Z] ---> 620ec76b45d4 [2023-02-14T19:59:17.852Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-14T19:59:18.821Z] ---> 1f3dd3f7d2f6 [2023-02-14T19:59:18.821Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T19:59:18.821Z] ---> Running in 50f2b8ce0717 [2023-02-14T20:00:15.214Z] Removing intermediate container 74f80cf9a12a [2023-02-14T20:00:15.214Z] ---> 80a586788576 [2023-02-14T20:00:15.214Z] [2023-02-14T20:00:15.214Z] Step 10/22 : FROM alpine:3.16 [2023-02-14T20:00:15.214Z] ---> 4c81e5bf8899 [2023-02-14T20:00:15.214Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-14T20:00:15.214Z] ---> Using cache [2023-02-14T20:00:15.214Z] ---> 537714162efc [2023-02-14T20:00:15.214Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-14T20:00:15.214Z] ---> Using cache [2023-02-14T20:00:15.214Z] ---> ed37db7ce87a [2023-02-14T20:00:15.214Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-14T20:00:15.214Z] ---> Running in 33eaec73f6fb [2023-02-14T20:00:15.214Z] Removing intermediate container 33eaec73f6fb [2023-02-14T20:00:15.214Z] ---> 785bce65ce35 [2023-02-14T20:00:15.214Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-14T20:00:15.214Z] ---> Running in 06242393c7ec [2023-02-14T20:00:15.214Z] Removing intermediate container 06242393c7ec [2023-02-14T20:00:15.214Z] ---> 9f9c2d7b34fe [2023-02-14T20:00:15.214Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-14T20:00:15.214Z] ---> 23aaa785a218 [2023-02-14T20:00:15.214Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-14T20:00:17.152Z] ---> 70a0cbe07f7a [2023-02-14T20:00:17.152Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-14T20:00:17.752Z] ---> fb9228304e31 [2023-02-14T20:00:17.752Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-14T20:00:18.019Z] ---> Running in 9deca2da61fd [2023-02-14T20:00:18.606Z] Removing intermediate container 9deca2da61fd [2023-02-14T20:00:18.606Z] ---> 4259b65f7838 [2023-02-14T20:00:18.606Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-14T20:00:18.606Z] ---> Running in 1f4ae437eb84 [2023-02-14T20:00:19.225Z] Removing intermediate container 1f4ae437eb84 [2023-02-14T20:00:19.225Z] ---> 5a9222e227c4 [2023-02-14T20:00:19.225Z] Step 20/22 : LABEL arch=arm64 [2023-02-14T20:00:19.491Z] ---> Running in 8624939cc0dc [2023-02-14T20:00:20.074Z] Removing intermediate container 8624939cc0dc [2023-02-14T20:00:20.074Z] ---> f7638fec90af [2023-02-14T20:00:20.074Z] Step 21/22 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T20:00:20.074Z] ---> Running in d5a4109fd49f [2023-02-14T20:00:20.664Z] Removing intermediate container d5a4109fd49f [2023-02-14T20:00:20.664Z] ---> bd979485f653 [2023-02-14T20:00:20.664Z] Step 22/22 : LABEL version=0.0.0 [2023-02-14T20:00:20.932Z] ---> Running in 1367871262bd [2023-02-14T20:00:21.515Z] Removing intermediate container 1367871262bd [2023-02-14T20:00:21.515Z] ---> d4afe5db3328 [2023-02-14T20:00:21.515Z] [2023-02-14T20:00:21.781Z] Successfully built d4afe5db3328 [2023-02-14T20:00:21.781Z] Successfully tagged support-scheduler-arm64:latest [2023-02-14T20:00:21.781Z] Building core-data [2023-02-14T20:00:40.656Z]  Building support-scheduler ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-14T20:00:40.656Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-14T20:00:40.656Z] ---> 2d40d7bd24a0 [2023-02-14T20:00:40.656Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-14T20:00:40.656Z] ---> Using cache [2023-02-14T20:00:40.656Z] ---> f959910c76af [2023-02-14T20:00:40.656Z] Step 4/22 : WORKDIR /edgex-go [2023-02-14T20:00:40.656Z] ---> Using cache [2023-02-14T20:00:40.656Z] ---> 20e38dd29244 [2023-02-14T20:00:40.656Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-14T20:00:40.656Z] ---> Using cache [2023-02-14T20:00:40.656Z] ---> c950b26998dd [2023-02-14T20:00:40.656Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-14T20:00:40.656Z] ---> Using cache [2023-02-14T20:00:40.656Z] ---> 95a63dfc178d [2023-02-14T20:00:40.656Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T20:00:40.656Z] ---> Using cache [2023-02-14T20:00:40.656Z] ---> e522e3119ad8 [2023-02-14T20:00:40.656Z] Step 8/22 : COPY . . [2023-02-14T20:00:40.656Z] ---> Using cache [2023-02-14T20:00:40.656Z] ---> daff83f40fa7 [2023-02-14T20:00:40.656Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-14T20:00:42.638Z] ---> Running in 06dfc637a578 [2023-02-14T20:00:45.231Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-14T20:01:03.479Z] Removing intermediate container 50f2b8ce0717 [2023-02-14T20:01:03.479Z] ---> 01d256e1d1c4 [2023-02-14T20:01:03.479Z] Step 8/22 : COPY . . [2023-02-14T20:01:15.816Z] ---> 70c27223b4a1 [2023-02-14T20:01:15.816Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-14T20:01:15.816Z] ---> Running in d71ca49ca9a0 [2023-02-14T20:01:17.770Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-14T20:03:24.489Z] Removing intermediate container 0ea128863a13 [2023-02-14T20:03:24.489Z] ---> 901e0b213721 [2023-02-14T20:03:24.489Z] [2023-02-14T20:03:24.489Z] Step 10/23 : FROM alpine:3.16 [2023-02-14T20:03:24.489Z] ---> 4c81e5bf8899 [2023-02-14T20:03:24.489Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-14T20:03:24.489Z] ---> Using cache [2023-02-14T20:03:24.489Z] ---> 537714162efc [2023-02-14T20:03:24.489Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-14T20:03:24.489Z] ---> Using cache [2023-02-14T20:03:24.489Z] ---> ed37db7ce87a [2023-02-14T20:03:24.489Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-14T20:03:24.489Z] ---> Running in 84c736f445d0 [2023-02-14T20:03:24.489Z] Removing intermediate container 84c736f445d0 [2023-02-14T20:03:24.489Z] ---> 53a29628d3a0 [2023-02-14T20:03:24.489Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-14T20:03:24.489Z] ---> Running in 3b9bae8837e1 [2023-02-14T20:03:24.489Z] Removing intermediate container 3b9bae8837e1 [2023-02-14T20:03:24.489Z] ---> fd436ec19d8e [2023-02-14T20:03:24.489Z] Step 15/23 : WORKDIR / [2023-02-14T20:03:24.489Z] ---> Running in 7e74466e6d8c [2023-02-14T20:03:24.489Z] Removing intermediate container 7e74466e6d8c [2023-02-14T20:03:24.489Z] ---> c2483294a41c [2023-02-14T20:03:24.489Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-14T20:03:24.489Z] ---> 30f5ddae9710 [2023-02-14T20:03:24.489Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-14T20:03:24.489Z] ---> 2ade54f672ec [2023-02-14T20:03:24.489Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-14T20:03:24.489Z] ---> 6c8aa6d0c9b2 [2023-02-14T20:03:24.489Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-14T20:03:24.489Z] ---> Running in 39d509900836 [2023-02-14T20:03:24.761Z] Removing intermediate container 39d509900836 [2023-02-14T20:03:24.761Z] ---> 86bc33404d78 [2023-02-14T20:03:24.761Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-14T20:03:24.761Z] ---> Running in 7f17882d4905 [2023-02-14T20:03:25.353Z] Removing intermediate container 7f17882d4905 [2023-02-14T20:03:25.353Z] ---> c6ca2db607af [2023-02-14T20:03:25.353Z] Step 21/23 : LABEL arch=arm64 [2023-02-14T20:03:25.621Z] ---> Running in 68ad022fa91e [2023-02-14T20:03:26.214Z] Removing intermediate container 68ad022fa91e [2023-02-14T20:03:26.214Z] ---> 9b168f1a6ff3 [2023-02-14T20:03:26.214Z] Step 22/23 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T20:03:26.214Z] ---> Running in 64ea6c44e2c4 [2023-02-14T20:03:26.801Z] Removing intermediate container 64ea6c44e2c4 [2023-02-14T20:03:26.801Z] ---> 8326a636ed44 [2023-02-14T20:03:26.801Z] Step 23/23 : LABEL version=0.0.0 [2023-02-14T20:03:27.070Z] ---> Running in 924aecf57cf3 [2023-02-14T20:03:29.025Z] Removing intermediate container 924aecf57cf3 [2023-02-14T20:03:29.025Z] ---> b1907cf2b956 [2023-02-14T20:03:29.025Z] [2023-02-14T20:03:29.025Z] Successfully built b1907cf2b956 [2023-02-14T20:03:29.295Z] Successfully tagged core-command-arm64:latest [2023-02-14T20:03:51.376Z]  Building core-command ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-14T20:04:06.368Z] Removing intermediate container c665ee5afc6a [2023-02-14T20:04:06.368Z] ---> f4a36cf2f581 [2023-02-14T20:04:06.368Z] [2023-02-14T20:04:06.368Z] Step 9/24 : FROM alpine:3.16 [2023-02-14T20:04:06.368Z] ---> 4c81e5bf8899 [2023-02-14T20:04:06.368Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-14T20:04:06.368Z] ---> Running in 53c4b20b7c7a [2023-02-14T20:04:08.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T20:04:08.572Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T20:04:09.990Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-14T20:04:09.990Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-14T20:04:09.990Z] (3/3) Installing su-exec (0.2-r1) [2023-02-14T20:04:09.990Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T20:04:09.990Z] Executing ca-certificates-20220614-r0.trigger [2023-02-14T20:04:10.571Z] OK: 6 MiB in 17 packages [2023-02-14T20:04:12.511Z] Removing intermediate container 53c4b20b7c7a [2023-02-14T20:04:12.512Z] ---> 22fb1e741030 [2023-02-14T20:04:12.512Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-14T20:04:12.512Z] ---> Running in e60f4bb6678a [2023-02-14T20:04:13.098Z] Removing intermediate container e60f4bb6678a [2023-02-14T20:04:13.098Z] ---> 7d60e948c111 [2023-02-14T20:04:13.098Z] Step 12/24 : WORKDIR / [2023-02-14T20:04:13.098Z] ---> Running in 0600c72f4deb [2023-02-14T20:04:13.685Z] Removing intermediate container 0600c72f4deb [2023-02-14T20:04:13.685Z] ---> d05eca17d3f2 [2023-02-14T20:04:13.685Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-14T20:04:14.644Z] ---> 900b1b2a8090 [2023-02-14T20:04:14.644Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-14T20:04:15.610Z] ---> 58c20d8d30a2 [2023-02-14T20:04:15.610Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-14T20:04:16.572Z] ---> 6ee5d8f46203 [2023-02-14T20:04:16.572Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-14T20:04:17.534Z] ---> 9ff3060ada91 [2023-02-14T20:04:17.534Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-14T20:04:19.118Z] ---> ef033c602858 [2023-02-14T20:04:19.118Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-14T20:04:21.189Z] ---> 3286fb525c45 [2023-02-14T20:04:21.189Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-14T20:04:21.860Z] ---> 281e7f544749 [2023-02-14T20:04:21.860Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-14T20:04:21.860Z] ---> Running in 5f16b79b0e41 [2023-02-14T20:04:25.285Z] Removing intermediate container 5f16b79b0e41 [2023-02-14T20:04:25.285Z] ---> a9013ff2dd86 [2023-02-14T20:04:25.285Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-14T20:04:25.285Z] ---> Running in 50182cb8414d [2023-02-14T20:04:25.555Z] Removing intermediate container 50182cb8414d [2023-02-14T20:04:25.555Z] ---> d17deb8072ae [2023-02-14T20:04:25.555Z] Step 22/24 : LABEL arch=arm64 [2023-02-14T20:04:25.829Z] ---> Running in 224122aae266 [2023-02-14T20:04:26.416Z] Removing intermediate container 224122aae266 [2023-02-14T20:04:26.416Z] ---> 64e642bcfb33 [2023-02-14T20:04:26.416Z] Step 23/24 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T20:04:26.416Z] ---> Running in 5fc8670ff3da [2023-02-14T20:04:27.006Z] Removing intermediate container 5fc8670ff3da [2023-02-14T20:04:27.006Z] ---> 1c2c8bff9422 [2023-02-14T20:04:27.006Z] Step 24/24 : LABEL version=0.0.0 [2023-02-14T20:04:27.006Z] ---> Running in 866c004858a4 [2023-02-14T20:04:27.599Z] Removing intermediate container 866c004858a4 [2023-02-14T20:04:27.599Z] ---> 47f6a06652e7 [2023-02-14T20:04:27.599Z] [2023-02-14T20:04:27.867Z] Successfully built 47f6a06652e7 [2023-02-14T20:04:27.867Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-14T20:05:49.529Z]  Building security-secretstore-setup ... done Removing intermediate container 8d5f87990ee7 [2023-02-14T20:05:49.529Z] ---> 9c70af74f3d9 [2023-02-14T20:05:49.529Z] [2023-02-14T20:05:49.529Z] Step 9/19 : FROM alpine:3.15 [2023-02-14T20:05:49.529Z] ---> 354640af7b1b [2023-02-14T20:05:49.529Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-14T20:05:49.529Z] ---> Using cache [2023-02-14T20:05:49.529Z] ---> c843f038f736 [2023-02-14T20:05:49.529Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-14T20:05:49.529Z] ---> Running in 8f91beeda268 [2023-02-14T20:05:49.529Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-14T20:05:49.529Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-14T20:05:49.529Z] v3.15.7-2-ga6d375921c3 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-14T20:05:49.529Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-14T20:05:49.529Z] OK: 15734 distinct packages available [2023-02-14T20:05:49.529Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-14T20:05:49.529Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-14T20:05:49.529Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-14T20:05:49.529Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-14T20:05:49.529Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-14T20:05:49.529Z] (4/9) Installing libcurl (7.80.0-r5) [2023-02-14T20:05:49.529Z] (5/9) Installing curl (7.80.0-r5) [2023-02-14T20:05:49.529Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-14T20:05:49.529Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-14T20:05:49.529Z] (8/9) Installing libucontext (1.1-r0) [2023-02-14T20:05:49.529Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-14T20:05:49.529Z] Executing busybox-1.34.1-r7.trigger [2023-02-14T20:05:49.529Z] Executing ca-certificates-20220614-r0.trigger [2023-02-14T20:05:49.529Z] OK: 8 MiB in 23 packages [2023-02-14T20:05:49.529Z] Removing intermediate container 8f91beeda268 [2023-02-14T20:05:49.529Z] ---> bb83882a4aa3 [2023-02-14T20:05:49.529Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-14T20:05:49.529Z] ---> c295449facd1 [2023-02-14T20:05:49.529Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-14T20:05:49.529Z] ---> a215f0b4fa60 [2023-02-14T20:05:49.529Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-14T20:05:49.529Z] ---> 9ceeccbabb14 [2023-02-14T20:05:49.529Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-14T20:05:49.529Z] ---> Running in effc0d7f9483 [2023-02-14T20:05:49.529Z] Removing intermediate container effc0d7f9483 [2023-02-14T20:05:49.529Z] ---> 5f5f0921d823 [2023-02-14T20:05:49.529Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-14T20:05:49.529Z] ---> Running in fed9875b7ede [2023-02-14T20:05:50.117Z] Removing intermediate container fed9875b7ede [2023-02-14T20:05:50.117Z] ---> be54888be3b5 [2023-02-14T20:05:50.117Z] Step 17/19 : LABEL arch=arm64 [2023-02-14T20:05:50.386Z] ---> Running in 84c753f58449 [2023-02-14T20:05:50.974Z] Removing intermediate container 84c753f58449 [2023-02-14T20:05:50.974Z] ---> d34a43a44615 [2023-02-14T20:05:50.974Z] Step 18/19 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T20:05:50.974Z] ---> Running in 154ad6e624a8 [2023-02-14T20:05:51.566Z] Removing intermediate container 154ad6e624a8 [2023-02-14T20:05:51.566Z] ---> 41be4ff5419e [2023-02-14T20:05:51.566Z] Step 19/19 : LABEL version=0.0.0 [2023-02-14T20:05:51.836Z] ---> Running in fbb8fe7150cb [2023-02-14T20:05:52.423Z] Removing intermediate container fbb8fe7150cb [2023-02-14T20:05:52.423Z] ---> ca12aa4c43d4 [2023-02-14T20:05:52.423Z] [2023-02-14T20:05:52.692Z] Successfully built ca12aa4c43d4 [2023-02-14T20:05:52.692Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-14T20:06:24.909Z]  Building security-spiffe-token-provider ... done Removing intermediate container 06dfc637a578 [2023-02-14T20:06:24.909Z] ---> cf2aaf2cb210 [2023-02-14T20:06:24.909Z] [2023-02-14T20:06:24.909Z] Step 10/22 : FROM alpine:3.16 [2023-02-14T20:06:24.909Z] ---> 4c81e5bf8899 [2023-02-14T20:06:24.909Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-14T20:06:24.909Z] ---> Running in def7c7fecf41 [2023-02-14T20:06:24.909Z] Removing intermediate container def7c7fecf41 [2023-02-14T20:06:24.909Z] ---> ad5e16b0ba22 [2023-02-14T20:06:24.909Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-14T20:06:24.909Z] ---> Running in 9ef020f57b24 [2023-02-14T20:06:24.909Z] Removing intermediate container 9ef020f57b24 [2023-02-14T20:06:24.909Z] ---> f2be8d8c1c80 [2023-02-14T20:06:24.909Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-14T20:06:24.909Z] ---> Running in 9f4ae99f862f [2023-02-14T20:06:24.909Z] Removing intermediate container 9f4ae99f862f [2023-02-14T20:06:24.909Z] ---> 4fb7fe0d9d76 [2023-02-14T20:06:24.909Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-14T20:06:24.909Z] ---> Running in d7d1ab39239d [2023-02-14T20:06:25.176Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T20:06:25.441Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T20:06:26.842Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-14T20:06:26.842Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T20:06:26.842Z] OK: 5 MiB in 15 packages [2023-02-14T20:06:28.261Z] Removing intermediate container d7d1ab39239d [2023-02-14T20:06:28.261Z] ---> d13258103e82 [2023-02-14T20:06:28.261Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-14T20:06:28.840Z] ---> b3ac31421370 [2023-02-14T20:06:28.840Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-14T20:06:30.775Z] ---> bb4cf0349ba0 [2023-02-14T20:06:30.775Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-14T20:06:31.356Z] ---> 1d9ee39cd5fd [2023-02-14T20:06:31.356Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-14T20:06:31.630Z] ---> Running in 1d844f8d7a45 [2023-02-14T20:06:31.896Z] Removing intermediate container 1d844f8d7a45 [2023-02-14T20:06:31.896Z] ---> 276f4e4e7e2a [2023-02-14T20:06:31.896Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-14T20:06:32.167Z] ---> Running in c1e55d8b1b54 [2023-02-14T20:06:32.749Z] Removing intermediate container c1e55d8b1b54 [2023-02-14T20:06:32.750Z] ---> e7f6ecbba457 [2023-02-14T20:06:32.750Z] Step 20/22 : LABEL arch=arm64 [2023-02-14T20:06:32.750Z] ---> Running in 12cc46d993bf [2023-02-14T20:06:33.021Z] Removing intermediate container 12cc46d993bf [2023-02-14T20:06:33.022Z] ---> 34c6e817333e [2023-02-14T20:06:33.022Z] Step 21/22 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T20:06:33.022Z] ---> Running in e1567f73166f [2023-02-14T20:06:33.603Z] Removing intermediate container e1567f73166f [2023-02-14T20:06:33.603Z] ---> 75a3f72664d3 [2023-02-14T20:06:33.603Z] Step 22/22 : LABEL version=0.0.0 [2023-02-14T20:06:33.603Z] ---> Running in 2929f75426e7 [2023-02-14T20:06:34.183Z] Removing intermediate container 2929f75426e7 [2023-02-14T20:06:34.183Z] ---> 7769568fce46 [2023-02-14T20:06:34.183Z] [2023-02-14T20:06:34.448Z] Successfully built 7769568fce46 [2023-02-14T20:06:34.448Z] Successfully tagged core-data-arm64:latest [2023-02-14T20:07:06.658Z]  Building core-data ... done Removing intermediate container d71ca49ca9a0 [2023-02-14T20:07:06.659Z] ---> a216c2ceed11 [2023-02-14T20:07:06.659Z] [2023-02-14T20:07:06.659Z] Step 10/22 : FROM alpine:3.16 [2023-02-14T20:07:06.659Z] ---> 4c81e5bf8899 [2023-02-14T20:07:06.659Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-14T20:07:06.659Z] ---> Running in a3f7967df78b [2023-02-14T20:07:06.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T20:07:06.925Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T20:07:08.327Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-14T20:07:08.327Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-14T20:07:08.327Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T20:07:08.327Z] Executing ca-certificates-20220614-r0.trigger [2023-02-14T20:07:08.328Z] OK: 6 MiB in 16 packages [2023-02-14T20:07:09.737Z] Removing intermediate container a3f7967df78b [2023-02-14T20:07:09.737Z] ---> f125c1094c23 [2023-02-14T20:07:09.737Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-14T20:07:09.737Z] ---> Running in 37ac9930cefb [2023-02-14T20:07:10.004Z] Removing intermediate container 37ac9930cefb [2023-02-14T20:07:10.004Z] ---> e4a00665eaa6 [2023-02-14T20:07:10.004Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-14T20:07:10.004Z] ---> Running in 4b8cf035c822 [2023-02-14T20:07:10.592Z] Removing intermediate container 4b8cf035c822 [2023-02-14T20:07:10.592Z] ---> cdd026910040 [2023-02-14T20:07:10.592Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-14T20:07:10.592Z] ---> Running in 90c205fd6099 [2023-02-14T20:07:10.859Z] Removing intermediate container 90c205fd6099 [2023-02-14T20:07:10.859Z] ---> 5b978b32e61c [2023-02-14T20:07:10.859Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-14T20:07:11.443Z] ---> e576fac693cd [2023-02-14T20:07:11.443Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-14T20:07:12.851Z] ---> b74678f9df6b [2023-02-14T20:07:12.851Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-14T20:07:13.119Z] ---> 419693756629 [2023-02-14T20:07:13.387Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-14T20:07:13.387Z] ---> Running in 4900855ad66e [2023-02-14T20:07:13.655Z] Removing intermediate container 4900855ad66e [2023-02-14T20:07:13.655Z] ---> 5bf90da4e83f [2023-02-14T20:07:13.655Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-14T20:07:13.655Z] ---> Running in 8874aefc4a6f [2023-02-14T20:07:13.922Z] Removing intermediate container 8874aefc4a6f [2023-02-14T20:07:13.922Z] ---> 30077077b0b6 [2023-02-14T20:07:13.922Z] Step 20/22 : LABEL arch=arm64 [2023-02-14T20:07:14.190Z] ---> Running in cd57a5cd1a97 [2023-02-14T20:07:14.458Z] Removing intermediate container cd57a5cd1a97 [2023-02-14T20:07:14.458Z] ---> 2abec6b7fe86 [2023-02-14T20:07:14.458Z] Step 21/22 : LABEL git_sha=b594af2848531bb9465c05c18fae5d4d3041f37d [2023-02-14T20:07:14.458Z] ---> Running in 341e52989a58 [2023-02-14T20:07:14.736Z] Removing intermediate container 341e52989a58 [2023-02-14T20:07:14.736Z] ---> 09fd2a717ffb [2023-02-14T20:07:14.736Z] Step 22/22 : LABEL version=0.0.0 [2023-02-14T20:07:14.736Z] ---> Running in 26d6094dc818 [2023-02-14T20:07:15.326Z] Removing intermediate container 26d6094dc818 [2023-02-14T20:07:15.326Z] ---> 4e09cdc221c3 [2023-02-14T20:07:15.326Z] [2023-02-14T20:07:15.326Z] Successfully built 4e09cdc221c3 [2023-02-14T20:07:15.326Z] Successfully tagged support-notifications-arm64:latest [2023-02-14T20:07:15.929Z]  Building support-notifications ... done  [Pipeline] } [2023-02-14T20:07:15.940Z] $ docker stop --time=1 526bb533f0bedbe306ee17f6be0662b26f9db5b8cf503279f708cf9d99aa825d [2023-02-14T20:07:17.651Z] $ docker rm -f --volumes 526bb533f0bedbe306ee17f6be0662b26f9db5b8cf503279f708cf9d99aa825d [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-14T20:07:18.220Z] + docker images [2023-02-14T20:07:18.488Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-14T20:07:18.488Z] support-notifications-arm64 latest 4e09cdc221c3 4 seconds ago 29.7MB [2023-02-14T20:07:18.488Z] a216c2ceed11 14 seconds ago 1.57GB [2023-02-14T20:07:18.488Z] core-data-arm64 latest 7769568fce46 45 seconds ago 17.2MB [2023-02-14T20:07:18.488Z] cf2aaf2cb210 58 seconds ago 1.51GB [2023-02-14T20:07:18.488Z] security-spiffe-token-provider-arm64 latest ca12aa4c43d4 About a minute ago 29.1MB [2023-02-14T20:07:18.488Z] 9c70af74f3d9 About a minute ago 1.54GB [2023-02-14T20:07:18.488Z] security-secretstore-setup-arm64 latest 47f6a06652e7 2 minutes ago 29MB [2023-02-14T20:07:18.488Z] f4a36cf2f581 3 minutes ago 1.5GB [2023-02-14T20:07:18.488Z] core-command-arm64 latest b1907cf2b956 3 minutes ago 17MB [2023-02-14T20:07:18.488Z] 901e0b213721 4 minutes ago 1.51GB [2023-02-14T20:07:18.488Z] support-scheduler-arm64 latest d4afe5db3328 6 minutes ago 29MB [2023-02-14T20:07:18.488Z] 80a586788576 7 minutes ago 1.57GB [2023-02-14T20:07:18.488Z] security-bootstrapper-arm64 latest 7b47706aaeb1 8 minutes ago 19.6MB [2023-02-14T20:07:18.488Z] 26c89389ea82 8 minutes ago 1.49GB [2023-02-14T20:07:18.488Z] core-common-config-bootstrapper-arm64 latest 6da8fcff2e9e 10 minutes ago 14.9MB [2023-02-14T20:07:18.488Z] ca77cdec1e92 10 minutes ago 1.5GB [2023-02-14T20:07:18.488Z] core-metadata-arm64 latest 38bc3e3793ce 11 minutes ago 17.7MB [2023-02-14T20:07:18.488Z] 20bd2d4ec384 12 minutes ago 1.51GB [2023-02-14T20:07:18.488Z] security-proxy-setup-arm64 latest 69959ada0414 12 minutes ago 26.9MB [2023-02-14T20:07:18.488Z] e756896aea2b 13 minutes ago 1.5GB [2023-02-14T20:07:18.488Z] security-spire-agent-arm64 latest d8998c9b2c71 18 minutes ago 122MB [2023-02-14T20:07:18.488Z] security-spire-config-arm64 latest 783ea17d9da0 18 minutes ago 83.6MB [2023-02-14T20:07:18.488Z] security-spire-server-arm64 latest 110ffec391ee 18 minutes ago 84.3MB [2023-02-14T20:07:18.488Z] 3fd103191023 18 minutes ago 1.38GB [2023-02-14T20:07:18.488Z] 8b4ab7526e03 18 minutes ago 1.38GB [2023-02-14T20:07:18.488Z] a6755bacf4f3 18 minutes ago 1.38GB [2023-02-14T20:07:18.488Z] ci-base-image-arm64 latest 2d40d7bd24a0 32 minutes ago 905MB [2023-02-14T20:07:18.488Z] alpine 3.15 354640af7b1b 3 days ago 5.34MB [2023-02-14T20:07:18.488Z] alpine 3.16 4c81e5bf8899 3 days ago 5.3MB [2023-02-14T20:07:18.488Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-14T20:07:18.488Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T20:07:19.282Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-14T20:07:19.282Z] [2023-02-14T20:07:19.282Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T20:07:19.676Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-14T20:07:19.676Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-14T20:07:19.676Z] 8998bd30e6a1: Pulling fs layer [2023-02-14T20:07:19.676Z] 04944245beec: Pulling fs layer [2023-02-14T20:07:19.676Z] 699f458cf7ca: Pulling fs layer [2023-02-14T20:07:19.676Z] 765212b225bb: Pulling fs layer [2023-02-14T20:07:19.676Z] f23df028b6ca: Pulling fs layer [2023-02-14T20:07:19.676Z] d65c8cfc05b1: Pulling fs layer [2023-02-14T20:07:19.676Z] 2437ff75d9bd: Pulling fs layer [2023-02-14T20:07:19.676Z] f23df028b6ca: Waiting [2023-02-14T20:07:19.676Z] d65c8cfc05b1: Waiting [2023-02-14T20:07:19.676Z] 2437ff75d9bd: Waiting [2023-02-14T20:07:19.676Z] 765212b225bb: Waiting [2023-02-14T20:07:19.943Z] 04944245beec: Verifying Checksum [2023-02-14T20:07:19.943Z] 04944245beec: Download complete [2023-02-14T20:07:19.943Z] 765212b225bb: Verifying Checksum [2023-02-14T20:07:19.943Z] 765212b225bb: Download complete [2023-02-14T20:07:19.943Z] f23df028b6ca: Verifying Checksum [2023-02-14T20:07:19.943Z] f23df028b6ca: Download complete [2023-02-14T20:07:19.943Z] d65c8cfc05b1: Verifying Checksum [2023-02-14T20:07:19.943Z] d65c8cfc05b1: Download complete [2023-02-14T20:07:20.211Z] 699f458cf7ca: Verifying Checksum [2023-02-14T20:07:20.211Z] 699f458cf7ca: Download complete [2023-02-14T20:07:20.479Z] 8998bd30e6a1: Verifying Checksum [2023-02-14T20:07:20.479Z] 8998bd30e6a1: Download complete [2023-02-14T20:07:23.054Z] 2437ff75d9bd: Verifying Checksum [2023-02-14T20:07:23.054Z] 2437ff75d9bd: Download complete [2023-02-14T20:07:24.456Z] 8998bd30e6a1: Pull complete [2023-02-14T20:07:25.037Z] 04944245beec: Pull complete [2023-02-14T20:07:26.442Z] 699f458cf7ca: Pull complete [2023-02-14T20:07:26.442Z] 765212b225bb: Pull complete [2023-02-14T20:07:27.400Z] f23df028b6ca: Pull complete [2023-02-14T20:07:27.400Z] d65c8cfc05b1: Pull complete [2023-02-14T20:07:39.688Z] 2437ff75d9bd: Pull complete [2023-02-14T20:07:39.688Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-14T20:07:39.688Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-14T20:07:39.688Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T20:07:40.002Z] prd-ubuntu20.04-docker-arm64-4c-16g-5884 does not seem to be running inside a container [2023-02-14T20:07:40.053Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-14T20:07:44.530Z] $ docker top e68b2bb323904ef86853480eb401c9b88db737426876ba4fb00bc87bb83c4a77 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T20:07:45.138Z] ---> job-cost.sh [2023-02-14T20:07:45.402Z] lf-activate-venv: SKIPPING [2023-02-14T20:07:45.402Z] INFO: No Stack... [2023-02-14T20:07:45.981Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-14T20:07:46.932Z] INFO: Archiving Costs [Pipeline] sh [2023-02-14T20:07:47.272Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-02-14T20:07:47.272Z] + cut -d, -f6 [Pipeline] lock [2023-02-14T20:07:47.346Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4355-1-stack-cost] [2023-02-14T20:07:47.353Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4355-1-stack-cost] did not exist. Created. [2023-02-14T20:07:47.354Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4355-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-14T20:07:47.760Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-14T20:07:47.942Z] Stashed 1 file(s) [Pipeline] } [2023-02-14T20:07:47.961Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4355-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-14T20:07:48.033Z] $ docker stop --time=1 e68b2bb323904ef86853480eb401c9b88db737426876ba4fb00bc87bb83c4a77 [2023-02-14T20:07:49.492Z] $ docker rm -f --volumes e68b2bb323904ef86853480eb401c9b88db737426876ba4fb00bc87bb83c4a77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-14T20:07:50.491Z] provisioning config files... [2023-02-14T20:07:50.498Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config16811025447605807624tmp [Pipeline] { [Pipeline] sh [2023-02-14T20:07:50.830Z] + set +x [2023-02-14T20:07:50.830Z] + + curl -s https://codecov.io/bash [2023-02-14T20:07:50.830Z] bash -s -- [2023-02-14T20:07:50.830Z] [2023-02-14T20:07:50.830Z] _____ _ [2023-02-14T20:07:50.830Z] / ____| | | [2023-02-14T20:07:50.830Z] | | ___ __| | ___ ___ _____ __ [2023-02-14T20:07:50.830Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-14T20:07:50.830Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-14T20:07:50.830Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-14T20:07:50.830Z] Bash-1.0.6 [2023-02-14T20:07:50.830Z] [2023-02-14T20:07:50.830Z] [2023-02-14T20:07:50.830Z] ==> git version 2.25.1 found [2023-02-14T20:07:50.830Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-14T20:07:50.830Z] Release-Date: 2020-01-08 [2023-02-14T20:07:50.830Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-14T20:07:50.830Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-14T20:07:50.830Z] ==> Jenkins CI detected. [2023-02-14T20:07:50.830Z] current dir:  /w/workspace/edgex-go/1 [2023-02-14T20:07:50.830Z] project root: . [2023-02-14T20:07:50.830Z] --> token set from env [2023-02-14T20:07:50.830Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-14T20:07:50.830Z] ==> Running gcov in . (disable via -X gcov) [2023-02-14T20:07:50.830Z] ==> Python coveragepy not found [2023-02-14T20:07:50.830Z] ==> Searching for coverage reports in: [2023-02-14T20:07:50.830Z] + . [2023-02-14T20:07:51.089Z] -> Found 1 reports [2023-02-14T20:07:51.089Z] ==> Detecting git/mercurial file structure [2023-02-14T20:07:51.089Z] ==> Reading reports [2023-02-14T20:07:51.089Z] + ./coverage.out bytes=487233 [2023-02-14T20:07:51.089Z] ==> Appending adjustments [2023-02-14T20:07:51.089Z] https://docs.codecov.io/docs/fixing-reports [2023-02-14T20:07:52.023Z] + Found adjustments [2023-02-14T20:07:52.023Z] ==> Gzipping contents [2023-02-14T20:07:52.282Z] 64K /tmp/codecov.2DWeeU.gz [2023-02-14T20:07:52.282Z] ==> Uploading reports [2023-02-14T20:07:52.282Z] url: https://codecov.io [2023-02-14T20:07:52.282Z] query: branch=PR-4355&commit=b594af2848531bb9465c05c18fae5d4d3041f37d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4355%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4355&job=&cmd_args= [2023-02-14T20:07:52.282Z] -> Pinging Codecov [2023-02-14T20:07:52.282Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4355&commit=b594af2848531bb9465c05c18fae5d4d3041f37d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4355%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4355&job=&cmd_args= [2023-02-14T20:07:52.282Z] -> Uploading to [2023-02-14T20:07:52.282Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-14/00271124DB129430A58F1EEE437C3FCB/b594af2848531bb9465c05c18fae5d4d3041f37d/c85230dc-e12f-40a1-b3a8-07dbf71f17ba.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230214T200752Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=960a0527ac1de4b4d6ab2d4f66514417318536a0e1f9dfc5e266554ab2a72efb [2023-02-14T20:07:52.282Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-14T20:07:52.282Z] Dload Upload Total Spent Left Speed [2023-02-14T20:07:52.541Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62905 0 0 100 62905 0 215k --:--:-- --:--:-- --:--:-- 215k [2023-02-14T20:07:52.541Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b594af2848531bb9465c05c18fae5d4d3041f37d [Pipeline] } [2023-02-14T20:07:52.568Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-14T20:07:53.871Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-14T20:07:54.278Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T20:07:55.168Z] ---> package-listing.sh [2023-02-14T20:07:55.169Z] ++ facter osfamily [2023-02-14T20:07:55.169Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-14T20:07:55.428Z] + OS_FAMILY=debian [2023-02-14T20:07:55.428Z] + workspace=/w/workspace/edgex-go/1 [2023-02-14T20:07:55.428Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-14T20:07:55.428Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-14T20:07:55.428Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-14T20:07:55.428Z] + PACKAGES=/tmp/packages_start.txt [2023-02-14T20:07:55.428Z] + '[' /w/workspace/edgex-go/1 ']' [2023-02-14T20:07:55.428Z] + PACKAGES=/tmp/packages_end.txt [2023-02-14T20:07:55.428Z] + case "${OS_FAMILY}" in [2023-02-14T20:07:55.428Z] + dpkg -l [2023-02-14T20:07:55.428Z] + grep '^ii' [2023-02-14T20:07:55.428Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-14T20:07:55.428Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-14T20:07:55.428Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-14T20:07:55.428Z] + '[' /w/workspace/edgex-go/1 ']' [2023-02-14T20:07:55.428Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-02-14T20:07:55.428Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-02-14T20:07:55.470Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-14T20:07:55.762Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T20:07:56.604Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T20:07:56.604Z] [2023-02-14T20:07:56.604Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T20:07:56.974Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T20:07:56.974Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-14T20:07:56.974Z] 5eb5b503b376: Pulling fs layer [2023-02-14T20:07:56.974Z] 5c69ac0246d0: Pulling fs layer [2023-02-14T20:07:56.974Z] ec43610c2a17: Pulling fs layer [2023-02-14T20:07:56.974Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-14T20:07:56.975Z] 33b1e0a273af: Pulling fs layer [2023-02-14T20:07:56.975Z] 5d3b04190fa2: Pulling fs layer [2023-02-14T20:07:56.975Z] 2f39f015ded8: Pulling fs layer [2023-02-14T20:07:56.975Z] 3a2ae6a8a46f: Waiting [2023-02-14T20:07:56.975Z] 33b1e0a273af: Waiting [2023-02-14T20:07:56.975Z] 5d3b04190fa2: Waiting [2023-02-14T20:07:56.975Z] 2f39f015ded8: Waiting [2023-02-14T20:07:56.975Z] 5c69ac0246d0: Verifying Checksum [2023-02-14T20:07:56.975Z] 5c69ac0246d0: Download complete [2023-02-14T20:07:56.975Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-14T20:07:56.975Z] 3a2ae6a8a46f: Download complete [2023-02-14T20:07:57.234Z] 33b1e0a273af: Verifying Checksum [2023-02-14T20:07:57.234Z] 33b1e0a273af: Download complete [2023-02-14T20:07:57.234Z] ec43610c2a17: Verifying Checksum [2023-02-14T20:07:57.234Z] ec43610c2a17: Download complete [2023-02-14T20:07:57.234Z] 5d3b04190fa2: Verifying Checksum [2023-02-14T20:07:57.234Z] 5d3b04190fa2: Download complete [2023-02-14T20:07:57.493Z] 5eb5b503b376: Verifying Checksum [2023-02-14T20:07:57.493Z] 5eb5b503b376: Download complete [2023-02-14T20:07:58.058Z] 2f39f015ded8: Verifying Checksum [2023-02-14T20:07:58.058Z] 2f39f015ded8: Download complete [2023-02-14T20:07:58.624Z] 5eb5b503b376: Pull complete [2023-02-14T20:07:58.883Z] 5c69ac0246d0: Pull complete [2023-02-14T20:07:59.142Z] ec43610c2a17: Pull complete [2023-02-14T20:07:59.402Z] 3a2ae6a8a46f: Pull complete [2023-02-14T20:07:59.402Z] 33b1e0a273af: Pull complete [2023-02-14T20:07:59.402Z] 5d3b04190fa2: Pull complete [2023-02-14T20:08:03.585Z] 2f39f015ded8: Pull complete [2023-02-14T20:08:03.585Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-14T20:08:03.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T20:08:03.585Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T20:08:03.783Z] prd-ubuntu20.04-docker-8c-8g-5882 does not seem to be running inside a container [2023-02-14T20:08:03.810Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-14T20:08:07.355Z] $ docker top e2fe42869001a47d62391d2c67348c269481d8ab958d2018bb3c18b646c6a91f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T20:08:07.742Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-14T20:08:08.049Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-14T20:08:08.356Z] + ls /var/log/sa-host [2023-02-14T20:08:08.356Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-14T20:08:08.483Z] provisioning config files... [2023-02-14T20:08:08.491Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1057559703540995553tmp [Pipeline] { [Pipeline] echo [2023-02-14T20:08:08.535Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T20:08:08.850Z] ---> create-netrc.sh [Pipeline] } [2023-02-14T20:08:08.883Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-14T20:08:09.277Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-14T20:08:09.316Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T20:08:09.625Z] ---> sudo-logs.sh [2023-02-14T20:08:09.626Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-14T20:08:09.703Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T20:08:10.014Z] ---> job-cost.sh [2023-02-14T20:08:10.014Z] lf-activate-venv: SKIPPING [2023-02-14T20:08:10.014Z] DEBUG: total: 0.10999999940395355 [2023-02-14T20:08:10.014Z] INFO: Retrieving Stack Cost... [2023-02-14T20:08:10.584Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-14T20:08:11.151Z] INFO: Archiving Costs [Pipeline] echo [2023-02-14T20:08:11.182Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T20:08:11.491Z] ---> logs-deploy.sh [2023-02-14T20:08:11.491Z] lf-activate-venv: SKIPPING [2023-02-14T20:08:11.491Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4355/1 [2023-02-14T20:08:11.491Z] INFO: archiving workspace using pattern(s): [2023-02-14T20:08:12.425Z] Archives upload complete. [2023-02-14T20:08:12.425Z] INFO: archiving logs to Nexus