Pull request #4481 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1b24e6fd9d1f9bdca89faae1f1d658e64615562e+e88a8a8dd574b4a50323b7c8044c4b4e2517dc4b (582609a8e19a1dfe6cdc6c1a700021fbf4162c25) 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-ssh4850858729892259066.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh11941624509404594660.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-4481/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-4481/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2474740419771774516.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-4481/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18040787792464986054.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh14284274839150861159.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-4481/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-4481/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7254101924624429049.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 66200e8eedfc470904d6b329e562ec5b45423d6a Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6104 in /w/workspace/edgexfoundry_edgex-go_PR-4481 [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 e88a8a8dd574b4a50323b7c8044c4b4e2517dc4b into PR head commit 1b24e6fd9d1f9bdca89faae1f1d658e64615562e Merge succeeded, producing 1b24e6fd9d1f9bdca89faae1f1d658e64615562e Checking out Revision 1b24e6fd9d1f9bdca89faae1f1d658e64615562e (PR-4481) > 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/4481/head:refs/remotes/origin/PR-4481 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1b24e6fd9d1f9bdca89faae1f1d658e64615562e # 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 e88a8a8dd574b4a50323b7c8044c4b4e2517dc4b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1b24e6fd9d1f9bdca89faae1f1d658e64615562e # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-28T19:59:05.216Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-28T19:59:05.375Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-28T19:59:05.468Z] ========================================================= [2023-03-28T19:59:05.468Z] EdgeX Global Pipelines Version Info [2023-03-28T19:59:05.468Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-28T19:59:06.202Z] ------------------- [2023-03-28T19:59:06.203Z] stable info: [2023-03-28T19:59:06.203Z] ------------------- [2023-03-28T19:59:06.203Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-28T19:59:06.203Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-28T19:59:06.203Z] Message: update stable to v1.0.245 [2023-03-28T19:59:06.771Z] ------------------- [2023-03-28T19:59:06.771Z] experimental info: [2023-03-28T19:59:06.771Z] ------------------- [2023-03-28T19:59:06.771Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-28T19:59:06.771Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-03-28T19:59:06.771Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-28T19:59:07.057Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-28T19:59:07.092Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-28T19:59:07.131Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-28T19:59:07.173Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-28T19:59:07.212Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-28T19:59:07.249Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-28T19:59:07.288Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-28T19:59:07.326Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-28T19:59:07.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-28T19:59:07.402Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-28T19:59:07.445Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-28T19:59:07.484Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-28T19:59:07.523Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-28T19:59:07.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-28T19:59:07.595Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-28T19:59:07.632Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-28T19:59:07.670Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-28T19:59:07.713Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-28T19:59:07.758Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-28T19:59:07.795Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-28T19:59:07.832Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-28T19:59:07.873Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-28T19:59:07.908Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-28T19:59:07.949Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4481 [Pipeline] echo [2023-03-28T19:59:08.002Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4481 [Pipeline] echo [2023-03-28T19:59:08.044Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4481 [Pipeline] echo [2023-03-28T19:59:08.085Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1b24e6fd9d1f9bdca89faae1f1d658e64615562e [Pipeline] echo [2023-03-28T19:59:08.122Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1b24e6f [Pipeline] echo [2023-03-28T19:59:08.167Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-28T19:59:08.288Z] provisioning config files... [2023-03-28T19:59:08.302Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7420497330851606241tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-28T19:59:08.666Z] ---> docker-login.sh [2023-03-28T19:59:08.666Z] nexus3.edgexfoundry.org:10001 [2023-03-28T19:59:08.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T19:59:08.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T19:59:08.928Z] Configure a credential helper to remove this warning. See [2023-03-28T19:59:08.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T19:59:08.928Z] [2023-03-28T19:59:08.928Z] Login Succeeded [2023-03-28T19:59:08.928Z] nexus3.edgexfoundry.org:10002 [2023-03-28T19:59:08.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T19:59:08.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T19:59:08.928Z] Configure a credential helper to remove this warning. See [2023-03-28T19:59:08.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T19:59:08.928Z] [2023-03-28T19:59:08.928Z] Login Succeeded [2023-03-28T19:59:08.928Z] nexus3.edgexfoundry.org:10003 [2023-03-28T19:59:08.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T19:59:09.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T19:59:09.188Z] Configure a credential helper to remove this warning. See [2023-03-28T19:59:09.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T19:59:09.188Z] [2023-03-28T19:59:09.188Z] Login Succeeded [2023-03-28T19:59:09.188Z] nexus3.edgexfoundry.org:10004 [2023-03-28T19:59:09.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T19:59:09.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T19:59:09.188Z] Configure a credential helper to remove this warning. See [2023-03-28T19:59:09.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T19:59:09.188Z] [2023-03-28T19:59:09.188Z] Login Succeeded [2023-03-28T19:59:09.188Z] docker.io [2023-03-28T19:59:09.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T19:59:09.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T19:59:09.448Z] Configure a credential helper to remove this warning. See [2023-03-28T19:59:09.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T19:59:09.448Z] [2023-03-28T19:59:09.448Z] Login Succeeded [2023-03-28T19:59:09.448Z] ---> docker-login.sh ends [Pipeline] } [2023-03-28T19:59:09.475Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-28T19:59:09.885Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-03-28T19:59:09.885Z] + dirname cmd/core-command/Dockerfile [2023-03-28T19:59:09.885Z] + cut -d/ -f2 [2023-03-28T19:59:09.885Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-28T19:59:09.885Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-28T19:59:09.885Z] + cut -d/ -f2 [2023-03-28T19:59:09.885Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-28T19:59:09.885Z] + dirname cmd/core-data/Dockerfile [2023-03-28T19:59:09.885Z] + cut -d/ -f2 [2023-03-28T19:59:09.885Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-28T19:59:09.885Z] + dirname cmd/core-metadata/Dockerfile [2023-03-28T19:59:09.885Z] + cut -d/ -f2 [2023-03-28T19:59:09.885Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-28T19:59:09.885Z] + + dirname cmd/security-bootstrapper/Dockerfilecut [2023-03-28T19:59:09.885Z] -d/ -f2 [2023-03-28T19:59:09.885Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-28T19:59:09.885Z] + + dirname cmd/security-proxy-auth/Dockerfile [2023-03-28T19:59:09.885Z] cut -d/ -f2 [2023-03-28T19:59:09.885Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-28T19:59:09.885Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-28T19:59:09.885Z] + cut -d/ -f2 [2023-03-28T19:59:09.885Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-28T19:59:09.885Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-03-28T19:59:09.885Z] + cut -d/ -f2 [2023-03-28T19:59:09.885Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-28T19:59:09.885Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-03-28T19:59:09.885Z] + cut -d/ -f2 [2023-03-28T19:59:09.885Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-28T19:59:09.885Z] + dirname cmd/security-spire-agent/Dockerfile [2023-03-28T19:59:09.885Z] + cut -d/ -f2 [2023-03-28T19:59:09.885Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-28T19:59:09.885Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-28T19:59:09.885Z] + cut -d/ -f2 [2023-03-28T19:59:09.885Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-28T19:59:09.885Z] + dirname cmd/security-spire-server/Dockerfile [2023-03-28T19:59:09.885Z] + cut -d/ -f2 [2023-03-28T19:59:09.885Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-28T19:59:09.885Z] + dirname cmd/support-notifications/Dockerfile [2023-03-28T19:59:09.885Z] + cut -d/ -f2 [2023-03-28T19:59:09.885Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-28T19:59:09.885Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-28T19:59:09.885Z] + cut -d/ -f2 [2023-03-28T19:59:09.885Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-28T19:59:09.949Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-28T19:59:10.445Z] + git rev-list -1 --merges 1b24e6fd9d1f9bdca89faae1f1d658e64615562e~1..1b24e6fd9d1f9bdca89faae1f1d658e64615562e [Pipeline] echo [2023-03-28T19:59:10.495Z] -----------> git rev-list -1 --merges 1b24e6fd9d1f9bdca89faae1f1d658e64615562e~1..1b24e6fd9d1f9bdca89faae1f1d658e64615562e 1b24e6fd9d1f9bdca89faae1f1d658e64615562e [false] [Pipeline] sh [2023-03-28T19:59:10.801Z] + git log --format=format:%s -1 1b24e6fd9d1f9bdca89faae1f1d658e64615562e [Pipeline] echo [2023-03-28T19:59:10.837Z] ========================================================= [2023-03-28T19:59:10.837Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-28T19:59:10.837Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-28T19:59:11.279Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-28T19:59:11.279Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-28T19:59:11.279Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-28T19:59:11.279Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-28T19:59:11.279Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-28T19:59:11.279Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-28T19:59:11.279Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T19:59:11.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-28T19:59:11.768Z] [2023-03-28T19:59:11.768Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T19:59:12.153Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-28T19:59:12.153Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-28T19:59:12.153Z] b85a868b505f: Pulling fs layer [2023-03-28T19:59:12.153Z] e2be974225ed: Pulling fs layer [2023-03-28T19:59:12.153Z] 339a4e72a1f5: Pulling fs layer [2023-03-28T19:59:12.153Z] 988bab9f4d93: Pulling fs layer [2023-03-28T19:59:12.153Z] 1469e6f7b9e6: Pulling fs layer [2023-03-28T19:59:12.153Z] eaf3925da568: Pulling fs layer [2023-03-28T19:59:12.153Z] bab4dde63d76: Pulling fs layer [2023-03-28T19:59:12.153Z] bde34c3a00c8: Pulling fs layer [2023-03-28T19:59:12.153Z] b352a97aabf1: Pulling fs layer [2023-03-28T19:59:12.153Z] 4872d77fe225: Pulling fs layer [2023-03-28T19:59:12.153Z] 5851b861e8e6: Pulling fs layer [2023-03-28T19:59:12.153Z] bab4dde63d76: Waiting [2023-03-28T19:59:12.153Z] 1469e6f7b9e6: Waiting [2023-03-28T19:59:12.153Z] 988bab9f4d93: Waiting [2023-03-28T19:59:12.153Z] bde34c3a00c8: Waiting [2023-03-28T19:59:12.153Z] eaf3925da568: Waiting [2023-03-28T19:59:12.153Z] 5851b861e8e6: Waiting [2023-03-28T19:59:12.153Z] b352a97aabf1: Waiting [2023-03-28T19:59:12.153Z] 4872d77fe225: Waiting [2023-03-28T19:59:12.153Z] e2be974225ed: Verifying Checksum [2023-03-28T19:59:12.153Z] e2be974225ed: Download complete [2023-03-28T19:59:12.153Z] 988bab9f4d93: Download complete [2023-03-28T19:59:12.153Z] 1469e6f7b9e6: Verifying Checksum [2023-03-28T19:59:12.153Z] 1469e6f7b9e6: Download complete [2023-03-28T19:59:12.412Z] eaf3925da568: Download complete [2023-03-28T19:59:12.412Z] 339a4e72a1f5: Verifying Checksum [2023-03-28T19:59:12.412Z] 339a4e72a1f5: Download complete [2023-03-28T19:59:12.412Z] bde34c3a00c8: Verifying Checksum [2023-03-28T19:59:12.412Z] bde34c3a00c8: Download complete [2023-03-28T19:59:12.412Z] b352a97aabf1: Verifying Checksum [2023-03-28T19:59:12.412Z] b352a97aabf1: Download complete [2023-03-28T19:59:12.412Z] 4872d77fe225: Verifying Checksum [2023-03-28T19:59:12.412Z] 4872d77fe225: Download complete [2023-03-28T19:59:12.412Z] 5851b861e8e6: Verifying Checksum [2023-03-28T19:59:12.412Z] 5851b861e8e6: Download complete [2023-03-28T19:59:12.412Z] b85a868b505f: Verifying Checksum [2023-03-28T19:59:12.412Z] b85a868b505f: Download complete [2023-03-28T19:59:12.670Z] bab4dde63d76: Verifying Checksum [2023-03-28T19:59:12.670Z] bab4dde63d76: Download complete [2023-03-28T19:59:13.612Z] b85a868b505f: Pull complete [2023-03-28T19:59:13.612Z] e2be974225ed: Pull complete [2023-03-28T19:59:14.178Z] 339a4e72a1f5: Pull complete [2023-03-28T19:59:14.178Z] 988bab9f4d93: Pull complete [2023-03-28T19:59:14.436Z] 1469e6f7b9e6: Pull complete [2023-03-28T19:59:14.436Z] eaf3925da568: Pull complete [2023-03-28T19:59:15.812Z] bab4dde63d76: Pull complete [2023-03-28T19:59:16.073Z] bde34c3a00c8: Pull complete [2023-03-28T19:59:16.073Z] b352a97aabf1: Pull complete [2023-03-28T19:59:16.073Z] 4872d77fe225: Pull complete [2023-03-28T19:59:16.334Z] 5851b861e8e6: Pull complete [2023-03-28T19:59:16.334Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-28T19:59:16.334Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-28T19:59:16.334Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T19:59:16.554Z] prd-ubuntu20.04-docker-8c-8g-6104 does not seem to be running inside a container [2023-03-28T19:59:16.588Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-28T19:59:17.801Z] $ docker top e471584dbb634355d40d41ad6e21242102099538cf5918b1a49eae7833a22b24 -eo pid,comm [2023-03-28T19:59:17.847Z] 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-03-28T19:59:17.847Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-28T19:59:17.981Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-28T19:59:17.981Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-28T19:59:18.093Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-28T19:59:18.099Z] $ docker exec e471584dbb634355d40d41ad6e21242102099538cf5918b1a49eae7833a22b24 ssh-agent [2023-03-28T19:59:18.204Z] SSH_AUTH_SOCK=/tmp/ssh-yuf1tPpGLkUZ/agent.31 [2023-03-28T19:59:18.205Z] SSH_AGENT_PID=37 [2023-03-28T19:59:18.211Z] Running ssh-add (command line suppressed) [2023-03-28T19:59:18.302Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7021281477080376368.key (/w/workspace/edgex-go/1@tmp/private_key_7021281477080376368.key) [2023-03-28T19:59:18.313Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-28T19:59:18.678Z] + git tag --points-at HEAD [Pipeline] } [2023-03-28T19:59:18.707Z] $ docker exec --env ******** --env ******** e471584dbb634355d40d41ad6e21242102099538cf5918b1a49eae7833a22b24 ssh-agent -k [2023-03-28T19:59:18.807Z] unset SSH_AUTH_SOCK; [2023-03-28T19:59:18.807Z] unset SSH_AGENT_PID; [2023-03-28T19:59:18.807Z] echo Agent pid 37 killed; [2023-03-28T19:59:18.819Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-28T19:59:18.897Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-28T19:59:18.897Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-28T19:59:19.008Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-28T19:59:19.014Z] $ docker exec e471584dbb634355d40d41ad6e21242102099538cf5918b1a49eae7833a22b24 ssh-agent [2023-03-28T19:59:19.113Z] SSH_AUTH_SOCK=/tmp/ssh-6yjXTUiPm43M/agent.69 [2023-03-28T19:59:19.113Z] SSH_AGENT_PID=76 [2023-03-28T19:59:19.119Z] Running ssh-add (command line suppressed) [2023-03-28T19:59:19.211Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_13512016772493022730.key (/w/workspace/edgex-go/1@tmp/private_key_13512016772493022730.key) [2023-03-28T19:59:19.224Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-28T19:59:19.553Z] + git semver init [2023-03-28T19:59:19.813Z] 2023-03-28 19:59:19,728 [run_init] DEBUG init version:0.0.0 force:False [2023-03-28T19:59:19.813Z] 2023-03-28 19:59:19,730 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-03-28T19:59:19.813Z] 2023-03-28 19:59:19,731 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-03-28T19:59:19.813Z] 2023-03-28 19:59:19,731 [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-03-28T19:59:24.018Z] 2023-03-28 19:59:23,987 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-03-28T19:59:24.018Z] 2023-03-28 19:59:23,988 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4481 with force:False [2023-03-28T19:59:24.018Z] 2023-03-28 19:59:23,988 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4481 [2023-03-28T19:59:24.018Z] 2023-03-28 19:59:23,992 [execute] INFO git cat-file --batch-check [2023-03-28T19:59:24.018Z] 2023-03-28 19:59:23,993 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-03-28T19:59:24.018Z] 2023-03-28 19:59:23,998 [execute] INFO git cat-file --batch [2023-03-28T19:59:24.018Z] 2023-03-28 19:59:23,998 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-03-28T19:59:24.018Z] 2023-03-28 19:59:24,004 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4481 [2023-03-28T19:59:24.018Z] 0.0.0 [Pipeline] } [2023-03-28T19:59:24.296Z] $ docker exec --env ******** --env ******** e471584dbb634355d40d41ad6e21242102099538cf5918b1a49eae7833a22b24 ssh-agent -k [2023-03-28T19:59:24.393Z] unset SSH_AUTH_SOCK; [2023-03-28T19:59:24.394Z] unset SSH_AGENT_PID; [2023-03-28T19:59:24.394Z] echo Agent pid 76 killed; [2023-03-28T19:59:24.399Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-28T19:59:24.813Z] + git semver [Pipeline] } [2023-03-28T19:59:25.098Z] $ docker stop --time=1 e471584dbb634355d40d41ad6e21242102099538cf5918b1a49eae7833a22b24 [2023-03-28T19:59:26.445Z] $ docker rm -f --volumes e471584dbb634355d40d41ad6e21242102099538cf5918b1a49eae7833a22b24 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-28T19:59:26.842Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-28T19:59:27.119Z] Stashed 1 file(s) [Pipeline] echo [2023-03-28T19:59:27.138Z] [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-03-28T19:59:27.909Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-03-28T19:59:27.951Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-28T19:59:27.991Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-28T19:59:28.023Z] ========================================================= [2023-03-28T19:59:28.023Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-28T19:59:28.023Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-28T19:59:28.363Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-28T19:59:28.363Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-28T19:59:28.363Z] 63b65145d645: Pulling fs layer [2023-03-28T19:59:28.363Z] a2d21d5440eb: Pulling fs layer [2023-03-28T19:59:28.363Z] 935e6c44a52c: Pulling fs layer [2023-03-28T19:59:28.363Z] 94cc34f8dd06: Pulling fs layer [2023-03-28T19:59:28.363Z] 30dea6a524f1: Pulling fs layer [2023-03-28T19:59:28.363Z] a2aff8979fd8: Pulling fs layer [2023-03-28T19:59:28.363Z] 6808be2612f2: Pulling fs layer [2023-03-28T19:59:28.363Z] f25807f1079a: Pulling fs layer [2023-03-28T19:59:28.363Z] 94cc34f8dd06: Waiting [2023-03-28T19:59:28.363Z] 30dea6a524f1: Waiting [2023-03-28T19:59:28.363Z] a2aff8979fd8: Waiting [2023-03-28T19:59:28.363Z] f25807f1079a: Waiting [2023-03-28T19:59:28.363Z] 6808be2612f2: Waiting [2023-03-28T19:59:28.363Z] a2d21d5440eb: Download complete [2023-03-28T19:59:28.363Z] 94cc34f8dd06: Verifying Checksum [2023-03-28T19:59:28.363Z] 94cc34f8dd06: Download complete [2023-03-28T19:59:28.363Z] 30dea6a524f1: Verifying Checksum [2023-03-28T19:59:28.363Z] 30dea6a524f1: Download complete [2023-03-28T19:59:28.363Z] 63b65145d645: Verifying Checksum [2023-03-28T19:59:28.363Z] 63b65145d645: Download complete [2023-03-28T19:59:28.363Z] a2aff8979fd8: Verifying Checksum [2023-03-28T19:59:28.363Z] a2aff8979fd8: Download complete [2023-03-28T19:59:28.625Z] 63b65145d645: Pull complete [2023-03-28T19:59:28.625Z] a2d21d5440eb: Pull complete [2023-03-28T19:59:29.197Z] f25807f1079a: Verifying Checksum [2023-03-28T19:59:29.197Z] f25807f1079a: Download complete [2023-03-28T19:59:29.197Z] 935e6c44a52c: Verifying Checksum [2023-03-28T19:59:29.197Z] 935e6c44a52c: Download complete [2023-03-28T19:59:29.197Z] 6808be2612f2: Verifying Checksum [2023-03-28T19:59:29.197Z] 6808be2612f2: Download complete [2023-03-28T19:59:32.477Z] 935e6c44a52c: Pull complete [2023-03-28T19:59:32.477Z] 94cc34f8dd06: Pull complete [2023-03-28T19:59:32.477Z] 30dea6a524f1: Pull complete [2023-03-28T19:59:32.477Z] a2aff8979fd8: Pull complete [2023-03-28T19:59:34.375Z] 6808be2612f2: Pull complete [2023-03-28T19:59:35.308Z] f25807f1079a: Pull complete [2023-03-28T19:59:35.308Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-28T19:59:35.308Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-28T19:59:35.308Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-28T19:59:35.663Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-28T19:59:35.663Z] WORKDIR /edgex [2023-03-28T19:59:35.663Z] COPY go.mod . [2023-03-28T19:59:35.663Z] RUN go mod download [2023-03-28T19:59:35.663Z] + docker build -t ci-base-image-x86_64 -f - . [2023-03-28T19:59:36.230Z] Sending build context to Docker daemon 170.5MB [2023-03-28T19:59:36.231Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-28T19:59:36.231Z] ---> 3b553350e43f [2023-03-28T19:59:36.231Z] Step 2/4 : WORKDIR /edgex [2023-03-28T19:59:38.142Z] ---> Running in d1e95281406a [2023-03-28T19:59:38.142Z] Removing intermediate container d1e95281406a [2023-03-28T19:59:38.142Z] ---> 0d0e7fb08336 [2023-03-28T19:59:38.142Z] Step 3/4 : COPY go.mod . [2023-03-28T19:59:38.142Z] ---> 06abcdcb8938 [2023-03-28T19:59:38.142Z] Step 4/4 : RUN go mod download [2023-03-28T19:59:38.142Z] ---> Running in 7b7d5d88e465 [2023-03-28T19:59:42.446Z] Still waiting to schedule task [2023-03-28T19:59:42.446Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-28T19:59:48.120Z] Removing intermediate container 7b7d5d88e465 [2023-03-28T19:59:48.120Z] ---> 9e4ad797939c [2023-03-28T19:59:48.120Z] Successfully built 9e4ad797939c [2023-03-28T19:59:48.120Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T19:59:48.495Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-28T19:59:48.496Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T19:59:48.643Z] prd-ubuntu20.04-docker-8c-8g-6104 does not seem to be running inside a container [2023-03-28T19:59:48.674Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-28T19:59:49.040Z] $ docker top e03e8c396202f17aa74b239ee47a0c733c841d0aad83ad6ebbc41fdd40f6c0da -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-28T19:59:49.443Z] + go version [2023-03-28T19:59:49.443Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-28T19:59:49.484Z] $ docker stop --time=1 e03e8c396202f17aa74b239ee47a0c733c841d0aad83ad6ebbc41fdd40f6c0da [2023-03-28T19:59:50.808Z] $ docker rm -f --volumes e03e8c396202f17aa74b239ee47a0c733c841d0aad83ad6ebbc41fdd40f6c0da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T19:59:51.507Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-28T19:59:51.507Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T19:59:51.658Z] prd-ubuntu20.04-docker-8c-8g-6104 does not seem to be running inside a container [2023-03-28T19:59:51.692Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-28T19:59:52.008Z] $ docker top 71ab3d5ffb06fed93bb842eb27ad0a505cca752d4ce5e841981bbab315c23dda -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-28T19:59:52.114Z] ========================================================= [2023-03-28T19:59:52.114Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-28T19:59:52.114Z] ========================================================= [Pipeline] sh [2023-03-28T19:59:52.403Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-28T19:59:52.758Z] + make test [2023-03-28T19:59:52.758Z] go test -race -coverprofile=coverage.out ./... [2023-03-28T19:59:59.320Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-28T20:00:14.320Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-28T20:00:14.320Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-28T20:00:14.320Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-28T20:00:14.320Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-28T20:00:14.320Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-28T20:00:14.886Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-28T20:00:14.886Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-28T20:00:14.886Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-28T20:00:14.886Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-28T20:00:15.144Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-28T20:00:15.718Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-28T20:00:15.718Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-28T20:00:15.718Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-28T20:00:15.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-28T20:00:17.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-28T20:00:17.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-28T20:00:17.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.050s coverage: 28.7% of statements [2023-03-28T20:00:19.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.069s coverage: 98.5% of statements [2023-03-28T20:00:23.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.095s coverage: 71.3% of statements [2023-03-28T20:00:23.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-28T20:00:23.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-28T20:00:23.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-28T20:00:25.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-28T20:00:25.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-28T20:00:25.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.068s coverage: 54.0% of statements [2023-03-28T20:00:26.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-28T20:00:26.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-28T20:00:26.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-28T20:00:26.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-28T20:00:26.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-28T20:00:27.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-28T20:00:27.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-28T20:00:29.302Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.949s coverage: 88.5% of statements [2023-03-28T20:00:29.302Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.075s coverage: 3.9% of statements [2023-03-28T20:00:29.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-28T20:00:29.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-28T20:00:29.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-28T20:00:29.882Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.344s coverage: 95.6% of statements [2023-03-28T20:00:29.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-28T20:00:29.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-28T20:00:29.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-28T20:00:29.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-28T20:00:29.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-28T20:00:29.882Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.046s coverage: 72.2% of statements [2023-03-28T20:00:30.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-28T20:00:30.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-28T20:00:30.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-28T20:00:30.817Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.060s coverage: 65.9% of statements [2023-03-28T20:00:32.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-28T20:00:32.721Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-28T20:00:32.721Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.077s coverage: 0.9% of statements [2023-03-28T20:00:32.721Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.056s coverage: 29.0% of statements [2023-03-28T20:00:32.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 44.1% of statements [2023-03-28T20:00:32.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 82.9% of statements [2023-03-28T20:00:32.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2023-03-28T20:00:33.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.134s coverage: 96.3% of statements [2023-03-28T20:00:33.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements [2023-03-28T20:00:34.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-28T20:00:34.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-28T20:00:34.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-28T20:00:34.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-28T20:00:34.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-28T20:00:34.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-28T20:00:34.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-28T20:00:34.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-28T20:00:35.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-28T20:00:35.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-28T20:00:35.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-28T20:00:35.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-28T20:00:35.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-28T20:00:35.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-28T20:00:36.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-28T20:00:37.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-28T20:00:37.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-28T20:00:38.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-28T20:00:38.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-28T20:00:39.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-28T20:00:39.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-28T20:00:39.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-28T20:00:41.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-28T20:00:41.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-28T20:00:41.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-28T20:00:42.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-28T20:00:42.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-28T20:00:42.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-28T20:00:42.468Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-28T20:00:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-28T20:00:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-28T20:00:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-28T20:00:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-28T20:00:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-28T20:00:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-28T20:00:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-28T20:00:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-28T20:00:45.477Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.055s coverage: 94.4% of statements [2023-03-28T20:00:46.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-28T20:00:46.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-28T20:00:46.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-28T20:00:46.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-28T20:00:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.280s coverage: 79.9% of statements [2023-03-28T20:00:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.075s coverage: 92.9% of statements [2023-03-28T20:00:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.025s coverage: 64.4% of statements [2023-03-28T20:00:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.063s coverage: 62.3% of statements [2023-03-28T20:00:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements [2023-03-28T20:00:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.049s coverage: 20.0% of statements [2023-03-28T20:00:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2023-03-28T20:00:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.102s coverage: 81.2% of statements [2023-03-28T20:00:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 82.1% of statements [2023-03-28T20:00:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.057s coverage: 86.0% of statements [2023-03-28T20:00:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.1% of statements [2023-03-28T20:00:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2023-03-28T20:00:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 89.4% of statements [2023-03-28T20:00:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2023-03-28T20:00:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements [2023-03-28T20:00:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements [2023-03-28T20:00:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.171s coverage: 38.4% of statements [2023-03-28T20:00:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements [2023-03-28T20:00:58.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements [2023-03-28T20:00:58.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.069s coverage: 17.7% of statements [2023-03-28T20:00:58.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.134s coverage: 92.3% of statements [2023-03-28T20:00:58.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.059s coverage: 61.5% of statements [2023-03-28T20:00:58.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.093s coverage: 97.7% of statements [2023-03-28T20:00:58.873Z] 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-03-28T20:00:58.873Z] running golangci-lint [2023-03-28T20:00:58.873Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-03-28T20:00:58.873Z] go version go1.20.2 linux/amd64 [2023-03-28T20:00:58.873Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-03-28T20:00:58.873Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-03-28T20:01:13.733Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|name|types_sizes|deps|exports_file|imports) took 14.292206868s" [2023-03-28T20:01:13.733Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 51.918181ms" [2023-03-28T20:01:20.288Z] level=info msg="[linters_context/goanalysis] analyzers took 55.738795371s with top 10 stages: buildir: 30.48827724s, inspect: 2.019526795s, fact_deprecated: 1.909236736s, printf: 1.345295357s, ctrlflow: 1.196703091s, gosec: 1.192579325s, fact_purity: 732.330245ms, S1038: 711.947391ms, nilness: 711.347666ms, typedness: 510.872121ms" [2023-03-28T20:01:20.288Z] level=info msg="[runner] Issues before processing: 201, after processing: 0" [2023-03-28T20:01:20.288Z] level=info msg="[runner] Processors filtering stat (out/in): exclude-rules: 21/201, skip_files: 201/201, nolint: 0/21, path_prettifier: 201/201, skip_dirs: 201/201, filename_unadjuster: 201/201, autogenerated_exclude: 201/201, identifier_marker: 201/201, exclude: 201/201, cgo: 201/201" [2023-03-28T20:01:20.288Z] level=info msg="[runner] processing took 16.182233ms with stages: nolint: 7.322208ms, identifier_marker: 4.162533ms, autogenerated_exclude: 1.466456ms, path_prettifier: 1.312813ms, exclude-rules: 1.198871ms, skip_dirs: 673.101µs, cgo: 27.371µs, filename_unadjuster: 13.99µs, max_same_issues: 1.04µs, skip_files: 590ns, uniq_by_line: 520ns, source_code: 490ns, exclude: 390ns, severity-rules: 340ns, path_shortener: 340ns, diff: 310ns, sort_results: 290ns, max_from_linter: 250ns, max_per_file_from_linter: 170ns, path_prefixer: 160ns" [2023-03-28T20:01:20.288Z] level=info msg="[runner] linters took 7.255118116s with stages: goanalysis_metalinter: 7.238810041s" [2023-03-28T20:01:20.288Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-03-28T20:01:20.288Z] level=info msg="Memory: 218 samples, avg is 190.5MB, max is 814.9MB" [2023-03-28T20:01:20.288Z] level=info msg="Execution took 21.61251987s" [2023-03-28T20:01:20.288Z] go vet ./... [2023-03-28T20:01:23.571Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-28T20:01:23.829Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-28T20:01:23.829Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-28T20:01:24.116Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-28T20:01:24.422Z] + ls -al . [2023-03-28T20:01:24.422Z] total 704 [2023-03-28T20:01:24.422Z] drwxrwxr-x 11 1001 1001 4096 Mar 28 19:59 . [2023-03-28T20:01:24.422Z] drwxr-xr-x 4 root root 4096 Mar 28 19:59 .. [2023-03-28T20:01:24.422Z] drwxrwxr-x 2 1001 1001 4096 Mar 28 19:59 .blubracket [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 16 Mar 28 19:59 .dockerignore [2023-03-28T20:01:24.422Z] drwxrwxr-x 8 1001 1001 4096 Mar 28 19:59 .git [2023-03-28T20:01:24.422Z] drwxrwxr-x 3 1001 1001 4096 Mar 28 19:59 .github [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 1133 Mar 28 19:59 .gitignore [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 42 Mar 28 19:59 .golangci.yml [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 87 Mar 28 19:59 .hadolint.yml [2023-03-28T20:01:24.422Z] drwxr-xr-x 3 1001 1001 4096 Mar 28 19:59 .semver [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 166 Mar 28 19:59 .sonarcloud.properties [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 1171 Mar 28 19:59 ADOPTERS.md [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 10835 Mar 28 19:59 Attribution.txt [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 73765 Mar 28 19:59 CHANGELOG.md [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 3804 Mar 28 19:59 CONTRIBUTING.md [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 677 Mar 28 19:59 GOVERNANCE.md [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 883 Mar 28 19:59 Jenkinsfile [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 10775 Mar 28 19:59 LICENSE [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 14368 Mar 28 19:59 Makefile [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 582 Mar 28 19:59 OWNERS.md [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 9403 Mar 28 19:59 README.md [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 789 Mar 28 19:59 SECURITY.md [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 5 Mar 28 19:59 VERSION [2023-03-28T20:01:24.422Z] drwxrwxr-x 2 1001 1001 4096 Mar 28 19:59 bin [2023-03-28T20:01:24.422Z] drwxrwxr-x 18 1001 1001 4096 Mar 28 19:59 cmd [2023-03-28T20:01:24.422Z] -rw-r--r-- 1 root root 447380 Mar 28 20:00 coverage.out [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 3200 Mar 28 19:59 go.mod [2023-03-28T20:01:24.422Z] -rw-rw-r-- 1 1001 1001 31265 Mar 28 19:59 go.sum [2023-03-28T20:01:24.423Z] drwxrwxr-x 7 1001 1001 4096 Mar 28 19:59 internal [2023-03-28T20:01:24.423Z] drwxrwxr-x 3 1001 1001 4096 Mar 28 19:59 openapi [2023-03-28T20:01:24.423Z] -rw-rw-r-- 1 1001 1001 594 Mar 28 19:59 security.txt [2023-03-28T20:01:24.423Z] drwxrwxr-x 4 1001 1001 4096 Mar 28 19:59 snap [2023-03-28T20:01:24.423Z] -rw-rw-r-- 1 1001 1001 204 Mar 28 19:59 version.go [Pipeline] sh [2023-03-28T20:01:24.737Z] + '[' -e coverage.out ] [2023-03-28T20:01:24.737Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-28T20:01:24.861Z] Stashed 1 file(s) [Pipeline] sh [2023-03-28T20:01:25.152Z] + make build [2023-03-28T20:01:25.152Z] 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-03-28T20:01:37.347Z] 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-03-28T20:01:37.347Z] 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-03-28T20:01:38.282Z] 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-03-28T20:01:39.217Z] 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-03-28T20:01:45.792Z] 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-03-28T20:01:46.729Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-28T20:01:48.102Z] 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-03-28T20:01:49.037Z] 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-03-28T20:01:49.972Z] 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-03-28T20:01:50.906Z] 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-03-28T20:01:51.844Z] 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-03-28T20:01:53.246Z] $ docker stop --time=1 71ab3d5ffb06fed93bb842eb27ad0a505cca752d4ce5e841981bbab315c23dda [2023-03-28T20:01:55.693Z] $ docker rm -f --volumes 71ab3d5ffb06fed93bb842eb27ad0a505cca752d4ce5e841981bbab315c23dda [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T20:01:56.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-28T20:01:56.830Z] [2023-03-28T20:01:56.830Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T20:01:57.200Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-28T20:01:57.200Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-28T20:01:57.200Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-28T20:01:57.200Z] ca9280d653b3: Pulling fs layer [2023-03-28T20:01:57.200Z] 7e9c9ca2126c: Pulling fs layer [2023-03-28T20:01:57.200Z] cbdbe7a5bc2a: Download complete [2023-03-28T20:01:57.458Z] ca9280d653b3: Verifying Checksum [2023-03-28T20:01:57.458Z] ca9280d653b3: Download complete [2023-03-28T20:01:57.458Z] cbdbe7a5bc2a: Pull complete [2023-03-28T20:01:57.715Z] 7e9c9ca2126c: Download complete [2023-03-28T20:01:57.974Z] ca9280d653b3: Pull complete [2023-03-28T20:02:00.504Z] 7e9c9ca2126c: Pull complete [2023-03-28T20:02:00.504Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-28T20:02:00.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-28T20:02:00.504Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T20:02:00.715Z] prd-ubuntu20.04-docker-8c-8g-6104 does not seem to be running inside a container [2023-03-28T20:02:00.745Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-28T20:02:01.973Z] $ docker top 965c4aca00b2af90e659a856839f8df48c47ce71dcca4ed43ede62ce1dc235d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-28T20:02:02.349Z] + docker-compose build --help [2023-03-28T20:02:02.350Z] + grep parallel [2023-03-28T20:02:02.920Z] --parallel Build images in parallel. [Pipeline] } [2023-03-28T20:02:02.958Z] $ docker stop --time=1 965c4aca00b2af90e659a856839f8df48c47ce71dcca4ed43ede62ce1dc235d9 [2023-03-28T20:02:04.266Z] $ docker rm -f --volumes 965c4aca00b2af90e659a856839f8df48c47ce71dcca4ed43ede62ce1dc235d9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T20:02:04.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-28T20:02:04.850Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T20:02:05.003Z] prd-ubuntu20.04-docker-8c-8g-6104 does not seem to be running inside a container [2023-03-28T20:02:05.034Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-28T20:02:05.368Z] $ docker top 03c55df11a7a1d1f0709c4c3cd1d8718eca4b1994513c5e97c4bf9b6889f7403 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-28T20:02:05.747Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-28T20:02:06.315Z] Building core-command ... [2023-03-28T20:02:06.315Z] Building core-common-config-bootstrapper ... [2023-03-28T20:02:06.315Z] Building core-data ... [2023-03-28T20:02:06.315Z] Building core-metadata ... [2023-03-28T20:02:06.315Z] Building security-bootstrapper ... [2023-03-28T20:02:06.315Z] Building security-proxy-auth ... [2023-03-28T20:02:06.315Z] Building security-proxy-setup ... [2023-03-28T20:02:06.315Z] Building security-secretstore-setup ... [2023-03-28T20:02:06.315Z] Building security-spiffe-token-provider ... [2023-03-28T20:02:06.315Z] Building security-spire-agent ... [2023-03-28T20:02:06.315Z] Building security-spire-config ... [2023-03-28T20:02:06.315Z] Building security-spire-server ... [2023-03-28T20:02:06.315Z] Building support-notifications ... [2023-03-28T20:02:06.315Z] Building support-scheduler ... [2023-03-28T20:02:06.315Z] Building core-command [2023-03-28T20:02:06.315Z] Building core-common-config-bootstrapper [2023-03-28T20:02:06.315Z] Building security-spiffe-token-provider [2023-03-28T20:02:06.315Z] Building security-spire-agent [2023-03-28T20:02:06.315Z] Building core-metadata [2023-03-28T20:02:16.278Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:02:16.278Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:02:16.278Z] ---> 9e4ad797939c [2023-03-28T20:02:16.278Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-28T20:02:16.278Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:02:16.278Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:02:16.278Z] ---> 9e4ad797939c [2023-03-28T20:02:16.278Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-03-28T20:02:16.278Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:02:16.278Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:02:16.278Z] ---> 9e4ad797939c [2023-03-28T20:02:16.278Z] Step 3/27 : WORKDIR /edgex-go [2023-03-28T20:02:16.278Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:02:16.278Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:02:16.278Z] ---> 9e4ad797939c [2023-03-28T20:02:16.278Z] Step 3/20 : WORKDIR /edgex-go [2023-03-28T20:02:16.278Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:02:16.278Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:02:16.278Z] ---> 9e4ad797939c [2023-03-28T20:02:16.278Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-28T20:02:18.817Z] ---> Running in 6889d29ee770 [2023-03-28T20:02:18.817Z] ---> Running in d44f597c54da [2023-03-28T20:02:18.817Z] ---> Running in 11b827fdbb74 [2023-03-28T20:02:18.817Z] ---> Running in 519c289801e8 [2023-03-28T20:02:18.817Z] ---> Running in 7c9ff7638736 [2023-03-28T20:02:18.817Z] Removing intermediate container 6889d29ee770 [2023-03-28T20:02:18.817Z] ---> 8e0dc3c9f664 [2023-03-28T20:02:18.817Z] Step 4/23 : WORKDIR /edgex-go [2023-03-28T20:02:18.817Z] ---> Running in 1820e995532a [2023-03-28T20:02:18.817Z] Removing intermediate container 519c289801e8 [2023-03-28T20:02:18.817Z] ---> e329600a2a8a [2023-03-28T20:02:18.817Z] Step 4/24 : WORKDIR /edgex-go [2023-03-28T20:02:18.817Z] Removing intermediate container d44f597c54da [2023-03-28T20:02:18.817Z] ---> 60eea977805f [2023-03-28T20:02:18.817Z] Step 4/25 : WORKDIR /edgex-go [2023-03-28T20:02:18.817Z] Removing intermediate container 7c9ff7638736 [2023-03-28T20:02:18.817Z] ---> e79baf0c60e4 [2023-03-28T20:02:18.817Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-03-28T20:02:18.817Z] Removing intermediate container 11b827fdbb74 [2023-03-28T20:02:18.817Z] ---> 24257648877d [2023-03-28T20:02:18.817Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-03-28T20:02:19.079Z] ---> Running in 7bf573496ce2 [2023-03-28T20:02:19.079Z] ---> Running in 07812c9428e3 [2023-03-28T20:02:19.079Z] ---> Running in 7186000739ca [2023-03-28T20:02:19.079Z] ---> Running in a61421a2aa08 [2023-03-28T20:02:19.079Z] Removing intermediate container 1820e995532a [2023-03-28T20:02:19.079Z] ---> 31ac3fa88de4 [2023-03-28T20:02:19.079Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-28T20:02:19.079Z] ---> Running in d6560b5aeb21 [2023-03-28T20:02:19.079Z] Removing intermediate container 7bf573496ce2 [2023-03-28T20:02:19.079Z] ---> 838eece14ce5 [2023-03-28T20:02:19.079Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-28T20:02:19.079Z] Removing intermediate container 7186000739ca [2023-03-28T20:02:19.079Z] ---> 2bdb638853fd [2023-03-28T20:02:19.079Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-03-28T20:02:19.079Z] ---> Running in f7fb2904aab7 [2023-03-28T20:02:19.079Z] ---> Running in 4d216a98133a [2023-03-28T20:02:19.337Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:02:19.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:02:19.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:02:19.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:02:19.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:02:19.852Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:02:19.853Z] v3.17.2-295-g709985f93db [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-28T20:02:19.853Z] v3.17.2-296-g805ea7fc493 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-28T20:02:19.853Z] OK: 17823 distinct packages available [2023-03-28T20:02:19.853Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:02:19.853Z] OK: 265 MiB in 53 packages [2023-03-28T20:02:19.853Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:02:19.853Z] OK: 265 MiB in 53 packages [2023-03-28T20:02:19.853Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:02:20.112Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:02:20.112Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:02:20.112Z] OK: 265 MiB in 53 packages [2023-03-28T20:02:20.112Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:02:20.369Z] OK: 265 MiB in 53 packages [2023-03-28T20:02:20.369Z] OK: 265 MiB in 53 packages [2023-03-28T20:02:20.369Z] Removing intermediate container a61421a2aa08 [2023-03-28T20:02:20.369Z] ---> 6fff1e8a914e [2023-03-28T20:02:20.369Z] Step 5/27 : COPY go.mod vendor* ./ [2023-03-28T20:02:20.369Z] Removing intermediate container f7fb2904aab7 [2023-03-28T20:02:20.369Z] ---> 461a115ebc36 [2023-03-28T20:02:20.369Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-28T20:02:20.647Z] ---> ce84512dd007 [2023-03-28T20:02:20.647Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:02:20.647Z] ---> 42da4ffd02c7 [2023-03-28T20:02:20.647Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:02:20.647Z] ---> Running in 386c313a0a86 [2023-03-28T20:02:20.647Z] ---> Running in d11711933e0f [2023-03-28T20:02:20.647Z] Removing intermediate container 07812c9428e3 [2023-03-28T20:02:20.647Z] ---> d5bd4889eacd [2023-03-28T20:02:20.647Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-28T20:02:20.906Z] Removing intermediate container d6560b5aeb21 [2023-03-28T20:02:20.906Z] ---> 5f4a98f1402c [2023-03-28T20:02:20.906Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-28T20:02:20.906Z] Removing intermediate container 4d216a98133a [2023-03-28T20:02:20.906Z] ---> 2285ae443403 [2023-03-28T20:02:20.906Z] Step 6/25 : COPY go.mod vendor* ./ [2023-03-28T20:02:20.906Z] ---> 7c594d371e61 [2023-03-28T20:02:20.906Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:02:20.906Z] ---> 9e9ddb6b7108 [2023-03-28T20:02:20.906Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:02:20.906Z] ---> Running in 465f14d2192d [2023-03-28T20:02:21.165Z] ---> Running in 37e4e1885691 [2023-03-28T20:02:21.165Z] ---> d1380e067fea [2023-03-28T20:02:21.165Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:02:21.165Z] ---> Running in 5e61558e246c [2023-03-28T20:02:32.661Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6107 in /w/workspace/edgexfoundry_edgex-go_PR-4481 [Pipeline] { [Pipeline] ws [2023-03-28T20:02:32.720Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-03-28T20:02:32.799Z] The recommended git tool is: git [2023-03-28T20:02:39.289Z] using credential edgex-jenkins-ssh [2023-03-28T20:02:39.302Z] Cloning the remote Git repository [2023-03-28T20:02:39.353Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-28T20:02:39.451Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-03-28T20:02:39.600Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-28T20:02:39.601Z] > git --version # timeout=10 [2023-03-28T20:02:39.622Z] > git --version # 'git version 2.25.1' [2023-03-28T20:02:39.626Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-28T20:02:39.786Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-28T20:02:47.927Z] Removing intermediate container 37e4e1885691 [2023-03-28T20:02:47.927Z] ---> 663634258818 [2023-03-28T20:02:47.927Z] Step 8/23 : COPY . . [2023-03-28T20:02:47.927Z] Removing intermediate container d11711933e0f [2023-03-28T20:02:47.927Z] ---> f2f63024aa1a [2023-03-28T20:02:47.927Z] Step 8/24 : COPY . . [2023-03-28T20:02:47.927Z] Removing intermediate container 5e61558e246c [2023-03-28T20:02:47.927Z] ---> 971b8e573002 [2023-03-28T20:02:47.927Z] Step 8/25 : COPY . . [2023-03-28T20:02:47.927Z] Removing intermediate container 386c313a0a86 [2023-03-28T20:02:47.927Z] ---> 7ed035ae9005 [2023-03-28T20:02:47.927Z] Step 7/27 : COPY . . [2023-03-28T20:02:47.927Z] Removing intermediate container 465f14d2192d [2023-03-28T20:02:47.927Z] ---> ea2a4a7d6374 [2023-03-28T20:02:47.927Z] Step 7/20 : COPY . . [2023-03-28T20:02:54.488Z] ---> 10eb52f792f5 [2023-03-28T20:02:54.488Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-28T20:02:54.488Z] ---> b986bd694297 [2023-03-28T20:02:54.488Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-28T20:02:54.488Z] ---> 31431ec3b8f4 [2023-03-28T20:02:54.488Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-28T20:02:54.488Z] ---> Running in aeadc02de26e [2023-03-28T20:02:54.488Z] ---> d86daff34da2 [2023-03-28T20:02:54.488Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-03-28T20:02:54.488Z] ---> 7b3481e56ea0 [2023-03-28T20:02:54.488Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-28T20:02:54.488Z] ---> Running in a4c29f0d6631 [2023-03-28T20:02:54.488Z] ---> Running in d5364ac7ba5b [2023-03-28T20:02:54.488Z] ---> Running in bbc72e87bc55 [2023-03-28T20:02:54.488Z] ---> Running in 9ded0ad81eeb [2023-03-28T20:02:54.488Z] Removing intermediate container 9ded0ad81eeb [2023-03-28T20:02:54.488Z] ---> 836dc9692463 [2023-03-28T20:02:54.488Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-03-28T20:02:54.488Z] ---> Running in 69cc355b492e [2023-03-28T20:02:54.488Z] Removing intermediate container 69cc355b492e [2023-03-28T20:02:54.488Z] ---> baa6dbaa4b51 [2023-03-28T20:02:54.488Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-28T20:02:54.488Z] 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-03-28T20:02:54.488Z] ---> Running in 81b540d437c3 [2023-03-28T20:02:54.488Z] Removing intermediate container 81b540d437c3 [2023-03-28T20:02:54.488Z] ---> 4e295ec76448 [2023-03-28T20:02:54.488Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-28T20:02:54.488Z] ---> Running in 99575cb9f1f8 [2023-03-28T20:02:54.488Z] 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-03-28T20:02:54.488Z] 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-03-28T20:02:54.488Z] 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-03-28T20:02:55.417Z] Removing intermediate container 99575cb9f1f8 [2023-03-28T20:02:55.417Z] ---> 6398f79d207b [2023-03-28T20:02:55.417Z] Step 12/27 : WORKDIR /edgex-go [2023-03-28T20:02:55.417Z] ---> Running in 21c730c4ece2 [2023-03-28T20:02:55.675Z] Removing intermediate container 21c730c4ece2 [2023-03-28T20:02:55.675Z] ---> a238ebf2ad91 [2023-03-28T20:02:55.675Z] [2023-03-28T20:02:55.675Z] Step 13/27 : FROM alpine:3.17 [2023-03-28T20:02:55.675Z] 3.17: Pulling from library/alpine [2023-03-28T20:02:56.240Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-28T20:02:56.240Z] Status: Downloaded newer image for alpine:3.17 [2023-03-28T20:02:56.240Z] ---> b2aa39c304c2 [2023-03-28T20:02:56.240Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-28T20:02:56.240Z] ---> Running in c25608cde61c [2023-03-28T20:02:56.240Z] Removing intermediate container c25608cde61c [2023-03-28T20:02:56.240Z] ---> b2a9b92361ca [2023-03-28T20:02:56.240Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-28T20:02:56.240Z] ---> Running in eeb679b52b4a [2023-03-28T20:02:56.497Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:02:56.754Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:02:57.011Z] v3.17.2-295-g709985f93db [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-28T20:02:57.011Z] v3.17.2-296-g805ea7fc493 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-28T20:02:57.011Z] OK: 17820 distinct packages available [2023-03-28T20:02:57.011Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:02:57.011Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:02:56.860Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-28T20:02:56.884Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-28T20:02:57.267Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-03-28T20:02:57.267Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-28T20:02:57.267Z] (3/5) Installing libucontext (1.2-r0) [2023-03-28T20:02:57.267Z] (4/5) Installing gcompat (1.1.0-r0) [2023-03-28T20:02:57.267Z] (5/5) Installing openssl (3.0.8-r2) [2023-03-28T20:02:57.267Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:02:57.267Z] OK: 8 MiB in 20 packages [2023-03-28T20:02:57.829Z] Removing intermediate container eeb679b52b4a [2023-03-28T20:02:57.829Z] ---> 649830e37038 [2023-03-28T20:02:57.829Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:02:58.086Z] ---> 2173c9fa8e5a [2023-03-28T20:02:58.086Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:02:58.349Z] ---> 0b04455d5ba1 [2023-03-28T20:02:58.349Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-28T20:02:58.683Z] Merging remotes/origin/main commit e88a8a8dd574b4a50323b7c8044c4b4e2517dc4b into PR head commit 1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:02:59.148Z] Merge succeeded, producing 1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:02:59.148Z] Checking out Revision 1b24e6fd9d1f9bdca89faae1f1d658e64615562e (PR-4481) [2023-03-28T20:02:57.879Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-28T20:02:57.922Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-28T20:02:57.924Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-28T20:02:57.942Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4481/head:refs/remotes/origin/PR-4481 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-28T20:02:58.702Z] > git config core.sparsecheckout # timeout=10 [2023-03-28T20:02:58.783Z] > git checkout -f 1b24e6fd9d1f9bdca89faae1f1d658e64615562e # timeout=10 [2023-03-28T20:02:59.031Z] > git remote # timeout=10 [2023-03-28T20:02:59.052Z] > git config --get remote.origin.url # timeout=10 [2023-03-28T20:02:59.086Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-28T20:02:59.101Z] > git merge e88a8a8dd574b4a50323b7c8044c4b4e2517dc4b # timeout=10 [2023-03-28T20:02:59.130Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-28T20:02:59.156Z] > git config core.sparsecheckout # timeout=10 [2023-03-28T20:02:59.172Z] > git checkout -f 1b24e6fd9d1f9bdca89faae1f1d658e64615562e # timeout=10 [2023-03-28T20:02:59.815Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" [2023-03-28T20:02:59.876Z] > git --version # timeout=10 [2023-03-28T20:02:59.894Z] > git --version # 'git version 2.25.1' [2023-03-28T20:02:59.921Z] fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-28T20:03:00.251Z] ---> a5770fbcdfba [2023-03-28T20:03:00.251Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-28T20:03:01.031Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-28T20:03:01.031Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-28T20:03:01.031Z] Dload Upload Total Spent Left Speed [2023-03-28T20:03:01.031Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 91078 0 --:--:-- --:--:-- --:--:-- 91733 [Pipeline] sh [2023-03-28T20:03:01.665Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-28T20:03:02.033Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-28T20:03:02.033Z] + sudo tee /etc/docker/daemon.new [2023-03-28T20:03:02.033Z] { [2023-03-28T20:03:02.033Z] "registry-mirrors": [ [2023-03-28T20:03:02.033Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-28T20:03:02.033Z] ], [2023-03-28T20:03:02.033Z] "bip": "10.250.0.254/24", [2023-03-28T20:03:02.033Z] "hosts": [ [2023-03-28T20:03:02.033Z] "tcp://0.0.0.0:5555", [2023-03-28T20:03:02.033Z] "unix:///var/run/docker.sock" [2023-03-28T20:03:02.033Z] ], [2023-03-28T20:03:02.033Z] "mtu": 1458, [2023-03-28T20:03:02.033Z] "selinux-enabled": true, [2023-03-28T20:03:02.033Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-28T20:03:02.033Z] } [Pipeline] sh [2023-03-28T20:03:02.385Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-28T20:03:02.741Z] + sudo service docker restart [2023-03-28T20:03:02.784Z] ---> 40fe48dff97e [2023-03-28T20:03:02.784Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-28T20:03:03.041Z] ---> 57afd43898a3 [2023-03-28T20:03:03.041Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-28T20:03:03.975Z] ---> 16474f29c795 [2023-03-28T20:03:03.975Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-28T20:03:04.544Z] ---> c8d69513ebe5 [2023-03-28T20:03:04.544Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-28T20:03:04.544Z] ---> Running in 1ae9cc9d644c [2023-03-28T20:03:04.811Z] Removing intermediate container 1ae9cc9d644c [2023-03-28T20:03:04.811Z] ---> 81e96aabda4e [2023-03-28T20:03:04.811Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-28T20:03:05.070Z] ---> Running in 2462eaba7c0d [2023-03-28T20:03:05.327Z] Removing intermediate container 2462eaba7c0d [2023-03-28T20:03:05.327Z] ---> e03cf453a150 [2023-03-28T20:03:05.327Z] Step 25/27 : LABEL arch=x86_64 [2023-03-28T20:03:05.585Z] ---> Running in 9307ac1591d5 [2023-03-28T20:03:06.158Z] Removing intermediate container 9307ac1591d5 [2023-03-28T20:03:06.158Z] ---> e482157f38fb [2023-03-28T20:03:06.158Z] Step 26/27 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:03:06.158Z] ---> Running in 3cd47e7d86dc [2023-03-28T20:03:06.420Z] Removing intermediate container 3cd47e7d86dc [2023-03-28T20:03:06.420Z] ---> 391d3e891e9d [2023-03-28T20:03:06.420Z] Step 27/27 : LABEL version=0.0.0 [2023-03-28T20:03:06.678Z] ---> Running in d1cb1511f919 [2023-03-28T20:03:06.936Z] Removing intermediate container d1cb1511f919 [2023-03-28T20:03:06.936Z] ---> d820208e0aab [2023-03-28T20:03:06.936Z] [2023-03-28T20:03:07.194Z] Successfully built d820208e0aab [2023-03-28T20:03:07.194Z] Successfully tagged security-spire-agent:latest [2023-03-28T20:03:07.194Z] Building security-proxy-auth [2023-03-28T20:03:10.471Z]  Building security-spire-agent ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:03:10.471Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:03:10.471Z] ---> 9e4ad797939c [2023-03-28T20:03:10.471Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-28T20:03:10.471Z] ---> Using cache [2023-03-28T20:03:10.471Z] ---> 60eea977805f [2023-03-28T20:03:10.471Z] Step 4/23 : WORKDIR /edgex-go [2023-03-28T20:03:10.471Z] ---> Using cache [2023-03-28T20:03:10.471Z] ---> 2bdb638853fd [2023-03-28T20:03:10.471Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-28T20:03:10.471Z] ---> Using cache [2023-03-28T20:03:10.471Z] ---> 2285ae443403 [2023-03-28T20:03:10.471Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-28T20:03:10.471Z] ---> Using cache [2023-03-28T20:03:10.471Z] ---> d1380e067fea [2023-03-28T20:03:10.471Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:03:10.471Z] ---> Using cache [2023-03-28T20:03:10.471Z] ---> 971b8e573002 [2023-03-28T20:03:10.471Z] Step 8/23 : COPY . . [2023-03-28T20:03:10.471Z] ---> Using cache [2023-03-28T20:03:10.471Z] ---> 7b3481e56ea0 [2023-03-28T20:03:10.471Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-28T20:03:11.402Z] ---> Running in 2badb04d2203 [2023-03-28T20:03:11.997Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-28T20:03:21.083Z] provisioning config files... [2023-03-28T20:03:21.114Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16904481937406684493tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-28T20:03:21.516Z] ---> docker-login.sh [2023-03-28T20:03:21.516Z] nexus3.edgexfoundry.org:10001 [2023-03-28T20:03:22.108Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T20:03:22.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T20:03:22.108Z] Configure a credential helper to remove this warning. See [2023-03-28T20:03:22.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T20:03:22.108Z] [2023-03-28T20:03:22.108Z] Login Succeeded [2023-03-28T20:03:22.108Z] nexus3.edgexfoundry.org:10002 [2023-03-28T20:03:22.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T20:03:22.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T20:03:22.653Z] Configure a credential helper to remove this warning. See [2023-03-28T20:03:22.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T20:03:22.653Z] [2023-03-28T20:03:22.653Z] Login Succeeded [2023-03-28T20:03:22.653Z] nexus3.edgexfoundry.org:10003 [2023-03-28T20:03:22.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T20:03:22.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T20:03:22.928Z] Configure a credential helper to remove this warning. See [2023-03-28T20:03:22.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T20:03:22.928Z] [2023-03-28T20:03:22.928Z] Login Succeeded [2023-03-28T20:03:22.928Z] nexus3.edgexfoundry.org:10004 [2023-03-28T20:03:23.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T20:03:23.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T20:03:23.472Z] Configure a credential helper to remove this warning. See [2023-03-28T20:03:23.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T20:03:23.472Z] [2023-03-28T20:03:23.472Z] Login Succeeded [2023-03-28T20:03:23.472Z] docker.io [2023-03-28T20:03:23.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-28T20:03:24.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-28T20:03:24.017Z] Configure a credential helper to remove this warning. See [2023-03-28T20:03:24.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-28T20:03:24.017Z] [2023-03-28T20:03:24.017Z] Login Succeeded [2023-03-28T20:03:24.017Z] ---> docker-login.sh ends [Pipeline] } [2023-03-28T20:03:24.044Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-03-28T20:03:24.967Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-03-28T20:03:25.003Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-28T20:03:25.041Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-28T20:03:25.072Z] ========================================================= [2023-03-28T20:03:25.072Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-28T20:03:25.072Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-28T20:03:25.459Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-28T20:03:25.733Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-28T20:03:25.733Z] af6eaf76a39c: Pulling fs layer [2023-03-28T20:03:25.733Z] 55522c791124: Pulling fs layer [2023-03-28T20:03:25.733Z] ce5c4a1c91eb: Pulling fs layer [2023-03-28T20:03:25.733Z] 169dfbe0d373: Pulling fs layer [2023-03-28T20:03:25.733Z] e1ff8fa3b103: Pulling fs layer [2023-03-28T20:03:25.733Z] 52ebb69f0ebf: Pulling fs layer [2023-03-28T20:03:25.733Z] 5abe8eddf0d5: Pulling fs layer [2023-03-28T20:03:25.733Z] e1ff8fa3b103: Waiting [2023-03-28T20:03:25.733Z] 52ebb69f0ebf: Waiting [2023-03-28T20:03:25.733Z] 5abe8eddf0d5: Waiting [2023-03-28T20:03:25.733Z] 169dfbe0d373: Waiting [2023-03-28T20:03:25.733Z] 55522c791124: Verifying Checksum [2023-03-28T20:03:25.733Z] 55522c791124: Download complete [2023-03-28T20:03:25.733Z] 169dfbe0d373: Download complete [2023-03-28T20:03:25.733Z] e1ff8fa3b103: Verifying Checksum [2023-03-28T20:03:25.733Z] e1ff8fa3b103: Download complete [2023-03-28T20:03:25.733Z] af6eaf76a39c: Verifying Checksum [2023-03-28T20:03:25.733Z] af6eaf76a39c: Download complete [2023-03-28T20:03:26.862Z] Removing intermediate container d5364ac7ba5b [2023-03-28T20:03:26.862Z] ---> 3b0f223f6d20 [2023-03-28T20:03:26.862Z] [2023-03-28T20:03:26.862Z] Step 10/23 : FROM alpine:3.17 [2023-03-28T20:03:26.862Z] ---> b2aa39c304c2 [2023-03-28T20:03:26.862Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-28T20:03:26.862Z] Removing intermediate container bbc72e87bc55 [2023-03-28T20:03:26.862Z] ---> f9e7e2a8c50f [2023-03-28T20:03:26.862Z] [2023-03-28T20:03:26.862Z] Step 10/25 : FROM alpine:3.17 [2023-03-28T20:03:26.862Z] ---> b2aa39c304c2 [2023-03-28T20:03:26.862Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-03-28T20:03:26.862Z] Removing intermediate container a4c29f0d6631 [2023-03-28T20:03:26.862Z] ---> 754147cf9a7e [2023-03-28T20:03:26.862Z] [2023-03-28T20:03:26.862Z] Step 10/24 : FROM alpine:3.17 [2023-03-28T20:03:26.862Z] ---> b2aa39c304c2 [2023-03-28T20:03:26.862Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-28T20:03:26.862Z] ---> Running in 197f960beba7 [2023-03-28T20:03:26.862Z] ---> Running in a5db6abdd734 [2023-03-28T20:03:26.862Z] ---> Running in fa5eaa4c0a0c [2023-03-28T20:03:26.862Z] Removing intermediate container 197f960beba7 [2023-03-28T20:03:26.862Z] ---> 0d8a2e780279 [2023-03-28T20:03:26.862Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-28T20:03:26.862Z] ---> Running in 6862c7e0cbb4 [2023-03-28T20:03:26.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:03:26.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:03:26.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:03:26.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:03:26.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:03:26.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:03:26.862Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-28T20:03:26.862Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:03:26.862Z] OK: 7 MiB in 16 packages [2023-03-28T20:03:26.862Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-28T20:03:26.862Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:03:26.862Z] OK: 7 MiB in 16 packages [2023-03-28T20:03:26.862Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-28T20:03:26.862Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:03:26.862Z] OK: 7 MiB in 16 packages [2023-03-28T20:03:27.120Z] Removing intermediate container a5db6abdd734 [2023-03-28T20:03:27.120Z] ---> 3fc4cf3d60f9 [2023-03-28T20:03:27.120Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-28T20:03:27.167Z] 5abe8eddf0d5: Verifying Checksum [2023-03-28T20:03:27.167Z] 5abe8eddf0d5: Download complete [2023-03-28T20:03:27.167Z] af6eaf76a39c: Pull complete [2023-03-28T20:03:27.378Z] Removing intermediate container fa5eaa4c0a0c [2023-03-28T20:03:27.378Z] ---> e44cb8e16794 [2023-03-28T20:03:27.378Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-28T20:03:27.378Z] Removing intermediate container 6862c7e0cbb4 [2023-03-28T20:03:27.378Z] ---> 7695b01fe9c3 [2023-03-28T20:03:27.378Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:03:27.378Z] ---> Running in 2fd4eab5f9b3 [2023-03-28T20:03:27.378Z] ---> Running in 76d05a6cc2a5 [2023-03-28T20:03:27.645Z] Removing intermediate container 2fd4eab5f9b3 [2023-03-28T20:03:27.645Z] ---> b9e0242bb396 [2023-03-28T20:03:27.645Z] Step 13/25 : ENV APP_PORT=59881 [2023-03-28T20:03:27.645Z] Removing intermediate container 76d05a6cc2a5 [2023-03-28T20:03:27.645Z] ---> 651c960b48c0 [2023-03-28T20:03:27.645Z] Step 13/24 : ENV APP_PORT=59882 [2023-03-28T20:03:27.645Z] ---> e185963e5965 [2023-03-28T20:03:27.645Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:03:27.755Z] 55522c791124: Pull complete [2023-03-28T20:03:27.902Z] ---> Running in a59191eac0c2 [2023-03-28T20:03:27.902Z] ---> Running in d8d42f5233c6 [2023-03-28T20:03:27.902Z] Removing intermediate container aeadc02de26e [2023-03-28T20:03:27.902Z] ---> b965358860d0 [2023-03-28T20:03:27.902Z] [2023-03-28T20:03:27.902Z] Step 9/20 : FROM alpine:3.17 [2023-03-28T20:03:27.902Z] ---> b2aa39c304c2 [2023-03-28T20:03:27.902Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-03-28T20:03:27.902Z] Removing intermediate container a59191eac0c2 [2023-03-28T20:03:27.902Z] ---> 4d4742d52877 [2023-03-28T20:03:27.902Z] Step 14/25 : EXPOSE $APP_PORT [2023-03-28T20:03:27.902Z] ---> Running in 960561ea6f06 [2023-03-28T20:03:27.902Z] Removing intermediate container d8d42f5233c6 [2023-03-28T20:03:27.902Z] ---> 39c0b4cda72b [2023-03-28T20:03:28.160Z] ---> a81928cf45a3 [2023-03-28T20:03:28.160Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-28T20:03:28.160Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-28T20:03:28.160Z] ---> Running in f8afc25a46b4 [2023-03-28T20:03:28.160Z] ---> Running in f4f76f0b5e4d [2023-03-28T20:03:28.160Z] Removing intermediate container 960561ea6f06 [2023-03-28T20:03:28.160Z] ---> 9e5a56648317 [2023-03-28T20:03:28.160Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-28T20:03:28.160Z] ---> Running in 169aea6567a5 [2023-03-28T20:03:28.160Z] Removing intermediate container f8afc25a46b4 [2023-03-28T20:03:28.160Z] ---> d3b9021e2638 [2023-03-28T20:03:28.160Z] Step 15/25 : WORKDIR / [2023-03-28T20:03:28.350Z] 52ebb69f0ebf: Verifying Checksum [2023-03-28T20:03:28.350Z] 52ebb69f0ebf: Download complete [2023-03-28T20:03:28.417Z] Removing intermediate container f4f76f0b5e4d [2023-03-28T20:03:28.417Z] ---> 0266701509b0 [2023-03-28T20:03:28.417Z] Step 15/24 : WORKDIR / [2023-03-28T20:03:28.417Z] ---> Running in b64fe97fc4cd [2023-03-28T20:03:28.417Z] ---> Running in 27180979a7fd [2023-03-28T20:03:28.417Z] ---> ae7d5b99c7aa [2023-03-28T20:03:28.417Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-28T20:03:28.417Z] Removing intermediate container b64fe97fc4cd [2023-03-28T20:03:28.417Z] ---> 6d2a2aff4c5f [2023-03-28T20:03:28.417Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:03:28.417Z] Removing intermediate container 27180979a7fd [2023-03-28T20:03:28.417Z] ---> 09b84c45e974 [2023-03-28T20:03:28.417Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:03:28.618Z] ce5c4a1c91eb: Verifying Checksum [2023-03-28T20:03:28.618Z] ce5c4a1c91eb: Download complete [2023-03-28T20:03:28.674Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:03:28.675Z] ---> f1d5b792600b [2023-03-28T20:03:28.675Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-28T20:03:28.675Z] ---> 4ef712a2450f [2023-03-28T20:03:28.675Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:03:28.675Z] ---> 5d83498507a7 [2023-03-28T20:03:28.675Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:03:28.931Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:03:28.931Z] ---> b8b5430b72ac [2023-03-28T20:03:28.931Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-28T20:03:28.931Z] ---> Running in 83546c379e65 [2023-03-28T20:03:28.931Z] ---> c44067dc3b44 [2023-03-28T20:03:28.931Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-28T20:03:28.931Z] ---> 31b2bc44f9b9 [2023-03-28T20:03:28.931Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-28T20:03:28.931Z] v3.17.2-295-g709985f93db [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-28T20:03:28.931Z] v3.17.2-296-g805ea7fc493 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-28T20:03:28.931Z] OK: 17820 distinct packages available [2023-03-28T20:03:29.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:03:29.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:03:29.445Z] (1/9) Installing ca-certificates (20220614-r4) [2023-03-28T20:03:29.445Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-03-28T20:03:29.445Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-03-28T20:03:29.445Z] (4/9) Installing libcurl (7.88.1-r1) [2023-03-28T20:03:29.445Z] (5/9) Installing curl (7.88.1-r1) [2023-03-28T20:03:29.445Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-03-28T20:03:29.445Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-28T20:03:29.446Z] (8/9) Installing libucontext (1.2-r0) [2023-03-28T20:03:29.446Z] ---> 259f9d37b094 [2023-03-28T20:03:29.446Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-03-28T20:03:29.446Z] (9/9) Installing gcompat (1.1.0-r0) [2023-03-28T20:03:29.446Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:03:29.446Z] Executing ca-certificates-20220614-r4.trigger [2023-03-28T20:03:29.446Z] ---> d60374ef1d15 [2023-03-28T20:03:29.446Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-03-28T20:03:29.446Z] OK: 10 MiB in 24 packages [2023-03-28T20:03:29.710Z] ---> a3228807621d [2023-03-28T20:03:29.710Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-03-28T20:03:29.710Z] ---> 9f1ea63c23c4 [2023-03-28T20:03:29.710Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-03-28T20:03:29.710Z] ---> Running in e257c1f8d893 [2023-03-28T20:03:29.710Z] Removing intermediate container 83546c379e65 [2023-03-28T20:03:29.710Z] ---> cafadcd5ae3f [2023-03-28T20:03:29.710Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-28T20:03:29.710Z] ---> Running in 570039b4bfff [2023-03-28T20:03:29.970Z] ---> 0f19a0fa954c [2023-03-28T20:03:29.970Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-03-28T20:03:29.970Z] ---> Running in 865d7f8e93d1 [2023-03-28T20:03:29.970Z] Removing intermediate container 570039b4bfff [2023-03-28T20:03:29.970Z] ---> 4fe41385114d [2023-03-28T20:03:29.970Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-28T20:03:29.970Z] Removing intermediate container e257c1f8d893 [2023-03-28T20:03:29.970Z] ---> ed6e5796c68a [2023-03-28T20:03:29.970Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-28T20:03:29.970Z] ---> Running in 289687a461cf [2023-03-28T20:03:29.970Z] ---> Running in 342f562cb1c5 [2023-03-28T20:03:30.228Z] Removing intermediate container 865d7f8e93d1 [2023-03-28T20:03:30.228Z] ---> 824ec9586a40 [2023-03-28T20:03:30.228Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-28T20:03:30.228Z] Removing intermediate container 342f562cb1c5 [2023-03-28T20:03:30.228Z] ---> 46bebef3d028 [2023-03-28T20:03:30.228Z] Step 21/23 : LABEL arch=x86_64 [2023-03-28T20:03:30.228Z] Removing intermediate container 169aea6567a5 [2023-03-28T20:03:30.228Z] ---> 968a0a773053 [2023-03-28T20:03:30.228Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:03:30.228Z] Removing intermediate container 289687a461cf [2023-03-28T20:03:30.228Z] ---> 8a0c2ecab42f [2023-03-28T20:03:30.228Z] Step 22/24 : LABEL arch=x86_64 [2023-03-28T20:03:30.228Z] ---> Running in 82a07a611d0b [2023-03-28T20:03:30.486Z] ---> Running in 9b30a2bd1fe4 [2023-03-28T20:03:30.486Z] ---> Running in 5dbe32d4866e [2023-03-28T20:03:30.486Z] ---> 3831066ff084 [2023-03-28T20:03:30.486Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:03:30.743Z] Removing intermediate container 9b30a2bd1fe4 [2023-03-28T20:03:30.743Z] ---> eefb2463fcb3 [2023-03-28T20:03:30.743Z] Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:03:30.743Z] Removing intermediate container 5dbe32d4866e [2023-03-28T20:03:30.743Z] ---> afb13dba6ab9 [2023-03-28T20:03:30.743Z] Step 23/24 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:03:30.743Z] Removing intermediate container 82a07a611d0b [2023-03-28T20:03:30.743Z] ---> 19d0652a690d [2023-03-28T20:03:30.743Z] Step 23/25 : LABEL arch=x86_64 [2023-03-28T20:03:30.743Z] ---> Running in efe89f4147e4 [2023-03-28T20:03:30.743Z] ---> Running in 2930a0c3cb5a [2023-03-28T20:03:30.743Z] ---> Running in 8c4108f5edbb [2023-03-28T20:03:30.743Z] ---> 409546c7bbf6 [2023-03-28T20:03:30.743Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-28T20:03:30.743Z] Removing intermediate container efe89f4147e4 [2023-03-28T20:03:30.743Z] ---> 7f10b28229f3 [2023-03-28T20:03:30.743Z] Step 23/23 : LABEL version=0.0.0 [2023-03-28T20:03:31.000Z] Removing intermediate container 8c4108f5edbb [2023-03-28T20:03:31.000Z] ---> 25809f081f9e [2023-03-28T20:03:31.000Z] Step 24/25 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:03:31.000Z] ---> Running in 5b8fda090364 [2023-03-28T20:03:31.000Z] Removing intermediate container 2930a0c3cb5a [2023-03-28T20:03:31.000Z] ---> 52450275e998 [2023-03-28T20:03:31.000Z] Step 24/24 : LABEL version=0.0.0 [2023-03-28T20:03:31.000Z] ---> Running in 8755507810d8 [2023-03-28T20:03:31.257Z] Removing intermediate container 5b8fda090364 [2023-03-28T20:03:31.257Z] ---> 8929ae6a640c [2023-03-28T20:03:31.257Z] [2023-03-28T20:03:31.257Z] ---> Running in 1ef8db46aa4a [2023-03-28T20:03:31.257Z] Removing intermediate container 8755507810d8 [2023-03-28T20:03:31.257Z] ---> 17d0192f87c2 [2023-03-28T20:03:31.257Z] Step 25/25 : LABEL version=0.0.0 [2023-03-28T20:03:31.257Z] Successfully built 8929ae6a640c [2023-03-28T20:03:31.257Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-28T20:03:31.257Z]  Building core-common-config-bootstrapper ... done Building core-data [2023-03-28T20:03:31.257Z] ---> Running in c194fec25683 [2023-03-28T20:03:31.257Z] Removing intermediate container 1ef8db46aa4a [2023-03-28T20:03:31.257Z] ---> d17b441236ca [2023-03-28T20:03:31.257Z] [2023-03-28T20:03:31.257Z] ---> d2f9d2815422 [2023-03-28T20:03:31.257Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-03-28T20:03:31.514Z] Successfully built d17b441236ca [2023-03-28T20:03:31.514Z] Successfully tagged core-command:latest [2023-03-28T20:03:31.514Z]  Building core-command ... done Building support-scheduler [2023-03-28T20:03:31.514Z] Removing intermediate container c194fec25683 [2023-03-28T20:03:31.514Z] ---> 37f314476fd2 [2023-03-28T20:03:31.514Z] [2023-03-28T20:03:31.792Z] Successfully built 37f314476fd2 [2023-03-28T20:03:32.050Z] Successfully tagged core-metadata:latest [2023-03-28T20:03:32.050Z]  Building core-metadata ... done Building support-notifications [2023-03-28T20:03:32.658Z] ---> eb1e7881ec17 [2023-03-28T20:03:32.658Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-28T20:03:33.223Z] Removing intermediate container 2badb04d2203 [2023-03-28T20:03:33.223Z] ---> f8a260ccd416 [2023-03-28T20:03:33.223Z] [2023-03-28T20:03:33.223Z] Step 10/23 : FROM alpine:3.17 [2023-03-28T20:03:33.223Z] ---> b2aa39c304c2 [2023-03-28T20:03:33.223Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-28T20:03:33.223Z] ---> Using cache [2023-03-28T20:03:33.223Z] ---> 0d8a2e780279 [2023-03-28T20:03:33.223Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-28T20:03:33.223Z] ---> Using cache [2023-03-28T20:03:33.223Z] ---> 7695b01fe9c3 [2023-03-28T20:03:33.223Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:03:33.223Z] ---> Using cache [2023-03-28T20:03:33.855Z] ---> e185963e5965 [2023-03-28T20:03:33.855Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:03:33.855Z] ---> Using cache [2023-03-28T20:03:33.855Z] ---> Running in 0ad5a3751b52 [2023-03-28T20:03:33.855Z] ---> 39c0b4cda72b [2023-03-28T20:03:33.855Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-28T20:03:33.855Z] Removing intermediate container 0ad5a3751b52 [2023-03-28T20:03:33.855Z] ---> 33b6e7a91df9 [2023-03-28T20:03:33.855Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-28T20:03:33.855Z] ---> Running in 99cd5f350f63 [2023-03-28T20:03:34.114Z] Removing intermediate container 99cd5f350f63 [2023-03-28T20:03:34.114Z] ---> f81cbe869cb8 [2023-03-28T20:03:34.114Z] Step 18/20 : LABEL arch=x86_64 [2023-03-28T20:03:34.114Z] ---> Running in fb7f9b1ead80 [2023-03-28T20:03:34.376Z] ---> f046570b9a35 [2023-03-28T20:03:34.376Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-03-28T20:03:34.376Z] Removing intermediate container fb7f9b1ead80 [2023-03-28T20:03:34.376Z] ---> d3e925425912 [2023-03-28T20:03:34.376Z] Step 19/20 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:03:34.376Z] ---> Running in 6bdb2a29ea97 [2023-03-28T20:03:34.376Z] ---> 3c5d2921a1af [2023-03-28T20:03:34.376Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-28T20:03:34.648Z] Removing intermediate container 6bdb2a29ea97 [2023-03-28T20:03:34.648Z] ---> 5fdf09670914 [2023-03-28T20:03:34.648Z] Step 20/20 : LABEL version=0.0.0 [2023-03-28T20:03:34.648Z] ---> Running in 89038e784c3e [2023-03-28T20:03:34.907Z] ---> 2c8a757824b7 [2023-03-28T20:03:34.907Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-28T20:03:34.907Z] Removing intermediate container 89038e784c3e [2023-03-28T20:03:34.907Z] ---> 6f9ddeb902e6 [2023-03-28T20:03:34.907Z] [2023-03-28T20:03:34.907Z] ---> Running in d1854366b2f0 [2023-03-28T20:03:34.907Z] Successfully built 6f9ddeb902e6 [2023-03-28T20:03:34.907Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-28T20:03:34.907Z] Building security-secretstore-setup [2023-03-28T20:03:36.278Z]  Building security-spiffe-token-provider ... done Removing intermediate container d1854366b2f0 [2023-03-28T20:03:36.278Z] ---> 694da59f0222 [2023-03-28T20:03:36.278Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-28T20:03:36.534Z] ---> Running in 9c9dd8d5e3e3 [2023-03-28T20:03:36.794Z] Removing intermediate container 9c9dd8d5e3e3 [2023-03-28T20:03:36.794Z] ---> 9357321cb93d [2023-03-28T20:03:36.794Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-28T20:03:37.070Z] ---> Running in a0361624ac35 [2023-03-28T20:03:37.070Z] Removing intermediate container a0361624ac35 [2023-03-28T20:03:37.070Z] ---> b75852e52c26 [2023-03-28T20:03:37.070Z] Step 21/23 : LABEL arch=x86_64 [2023-03-28T20:03:37.328Z] ---> Running in 4148587e41d8 [2023-03-28T20:03:37.328Z] Removing intermediate container 4148587e41d8 [2023-03-28T20:03:37.328Z] ---> 32b7bca753f2 [2023-03-28T20:03:37.328Z] Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:03:37.584Z] ---> Running in 75c17f4dbdd4 [2023-03-28T20:03:37.584Z] Removing intermediate container 75c17f4dbdd4 [2023-03-28T20:03:37.584Z] ---> 8e38239ca301 [2023-03-28T20:03:37.584Z] Step 23/23 : LABEL version=0.0.0 [2023-03-28T20:03:37.840Z] ---> Running in 7583a819db93 [2023-03-28T20:03:37.840Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:03:37.840Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:03:37.840Z] ---> 9e4ad797939c [2023-03-28T20:03:37.840Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-28T20:03:37.840Z] ---> Using cache [2023-03-28T20:03:37.840Z] ---> 60eea977805f [2023-03-28T20:03:37.840Z] Step 4/23 : WORKDIR /edgex-go [2023-03-28T20:03:37.840Z] ---> Using cache [2023-03-28T20:03:37.840Z] ---> 2bdb638853fd [2023-03-28T20:03:37.840Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-28T20:03:37.840Z] ---> Using cache [2023-03-28T20:03:37.840Z] ---> 2285ae443403 [2023-03-28T20:03:37.840Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-28T20:03:37.840Z] ---> Using cache [2023-03-28T20:03:37.840Z] ---> d1380e067fea [2023-03-28T20:03:37.840Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:03:37.840Z] ---> Using cache [2023-03-28T20:03:37.840Z] ---> 971b8e573002 [2023-03-28T20:03:37.840Z] Step 8/23 : COPY . . [2023-03-28T20:03:37.840Z] ---> Using cache [2023-03-28T20:03:37.840Z] ---> 7b3481e56ea0 [2023-03-28T20:03:37.840Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-03-28T20:03:38.116Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:03:38.116Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:03:38.116Z] ---> 9e4ad797939c [2023-03-28T20:03:38.116Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-28T20:03:38.116Z] ---> Using cache [2023-03-28T20:03:38.116Z] ---> 60eea977805f [2023-03-28T20:03:38.116Z] Step 4/23 : WORKDIR /edgex-go [2023-03-28T20:03:38.116Z] ---> Using cache [2023-03-28T20:03:38.116Z] ---> 2bdb638853fd [2023-03-28T20:03:38.116Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-28T20:03:38.116Z] ---> Using cache [2023-03-28T20:03:38.116Z] ---> 2285ae443403 [2023-03-28T20:03:38.116Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-28T20:03:38.116Z] ---> Using cache [2023-03-28T20:03:38.116Z] ---> d1380e067fea [2023-03-28T20:03:38.116Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:03:38.116Z] ---> Using cache [2023-03-28T20:03:38.116Z] ---> 971b8e573002 [2023-03-28T20:03:38.116Z] Step 8/23 : COPY . . [2023-03-28T20:03:38.116Z] ---> Using cache [2023-03-28T20:03:38.116Z] ---> 7b3481e56ea0 [2023-03-28T20:03:38.116Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-28T20:03:38.375Z] ---> Running in 16b525d9fda3 [2023-03-28T20:03:38.375Z] Removing intermediate container 7583a819db93 [2023-03-28T20:03:38.375Z] ---> 54c70796d587 [2023-03-28T20:03:38.375Z] [2023-03-28T20:03:38.375Z] ---> Running in 57ae63f5594b [2023-03-28T20:03:38.375Z] Successfully built 54c70796d587 [2023-03-28T20:03:38.375Z] Successfully tagged security-proxy-auth:latest [2023-03-28T20:03:38.375Z] Building security-spire-config [2023-03-28T20:03:38.632Z]  Building security-proxy-auth ... done 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-03-28T20:03:38.632Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:03:38.632Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:03:38.632Z] ---> 9e4ad797939c [2023-03-28T20:03:38.632Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-28T20:03:38.632Z] ---> Using cache [2023-03-28T20:03:38.632Z] ---> 60eea977805f [2023-03-28T20:03:38.632Z] Step 4/23 : WORKDIR /edgex-go [2023-03-28T20:03:38.632Z] ---> Using cache [2023-03-28T20:03:38.632Z] ---> 2bdb638853fd [2023-03-28T20:03:38.632Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-28T20:03:38.891Z] 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-03-28T20:03:40.291Z] ---> Running in 991116e8981c [2023-03-28T20:03:40.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:03:40.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:03:40.808Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:03:40.808Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:03:40.808Z] ---> 9e4ad797939c [2023-03-28T20:03:40.808Z] Step 3/25 : WORKDIR /edgex-go [2023-03-28T20:03:40.808Z] ---> Using cache [2023-03-28T20:03:40.808Z] ---> 24257648877d [2023-03-28T20:03:40.808Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-03-28T20:03:40.808Z] OK: 265 MiB in 53 packages [2023-03-28T20:03:40.963Z] ce5c4a1c91eb: Pull complete [2023-03-28T20:03:40.964Z] 169dfbe0d373: Pull complete [2023-03-28T20:03:40.964Z] e1ff8fa3b103: Pull complete [2023-03-28T20:03:41.434Z] ---> Running in 2d08a18bbd13 [2023-03-28T20:03:41.696Z] Removing intermediate container 991116e8981c [2023-03-28T20:03:41.696Z] ---> 98eca8c2ec93 [2023-03-28T20:03:41.696Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-28T20:03:42.260Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:03:42.260Z] ---> 69060a856d28 [2023-03-28T20:03:42.260Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:03:42.260Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:03:42.260Z] ---> Running in eca66e305b0e [2023-03-28T20:03:42.519Z] OK: 265 MiB in 53 packages [2023-03-28T20:03:42.519Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:03:42.519Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:03:42.519Z] ---> 9e4ad797939c [2023-03-28T20:03:42.519Z] Step 3/27 : WORKDIR /edgex-go [2023-03-28T20:03:42.519Z] ---> Using cache [2023-03-28T20:03:42.519Z] ---> 24257648877d [2023-03-28T20:03:42.519Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-03-28T20:03:42.519Z] ---> Using cache [2023-03-28T20:03:42.519Z] ---> 6fff1e8a914e [2023-03-28T20:03:42.519Z] Step 5/27 : COPY go.mod vendor* ./ [2023-03-28T20:03:42.519Z] ---> Using cache [2023-03-28T20:03:42.519Z] ---> ce84512dd007 [2023-03-28T20:03:42.519Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:03:42.519Z] ---> Using cache [2023-03-28T20:03:42.519Z] ---> 7ed035ae9005 [2023-03-28T20:03:42.519Z] Step 7/27 : COPY . . [2023-03-28T20:03:42.519Z] ---> Using cache [2023-03-28T20:03:42.519Z] ---> d86daff34da2 [2023-03-28T20:03:42.519Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-03-28T20:03:42.519Z] ---> Using cache [2023-03-28T20:03:42.519Z] ---> 836dc9692463 [2023-03-28T20:03:42.519Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-03-28T20:03:42.519Z] ---> Using cache [2023-03-28T20:03:42.519Z] ---> baa6dbaa4b51 [2023-03-28T20:03:42.519Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-28T20:03:42.519Z] ---> Using cache [2023-03-28T20:03:42.519Z] ---> 4e295ec76448 [2023-03-28T20:03:42.519Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-28T20:03:42.519Z] ---> Using cache [2023-03-28T20:03:42.519Z] ---> 6398f79d207b [2023-03-28T20:03:42.519Z] Step 12/27 : WORKDIR /edgex-go [2023-03-28T20:03:42.519Z] ---> Using cache [2023-03-28T20:03:42.519Z] ---> a238ebf2ad91 [2023-03-28T20:03:42.519Z] [2023-03-28T20:03:42.519Z] Step 13/27 : FROM alpine:3.17 [2023-03-28T20:03:42.519Z] ---> b2aa39c304c2 [2023-03-28T20:03:42.519Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-28T20:03:42.519Z] ---> Using cache [2023-03-28T20:03:42.519Z] ---> b2a9b92361ca [2023-03-28T20:03:42.519Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-28T20:03:42.519Z] ---> Running in 41ebf75f44ed [2023-03-28T20:03:43.084Z] Removing intermediate container 2d08a18bbd13 [2023-03-28T20:03:43.084Z] ---> cb9f0746a0a9 [2023-03-28T20:03:43.084Z] Step 5/25 : COPY go.mod vendor* ./ [2023-03-28T20:03:43.343Z] ---> 5b4bea3c0288 [2023-03-28T20:03:43.343Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:03:43.343Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:03:43.603Z] ---> Running in 1e5749f9fc22 [2023-03-28T20:03:43.603Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:03:43.859Z] v3.17.2-295-g709985f93db [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-28T20:03:43.859Z] v3.17.2-296-g805ea7fc493 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-28T20:03:43.859Z] OK: 17820 distinct packages available [2023-03-28T20:03:43.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:03:44.116Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:03:44.373Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-03-28T20:03:44.373Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-28T20:03:44.373Z] (3/4) Installing libucontext (1.2-r0) [2023-03-28T20:03:44.373Z] (4/4) Installing gcompat (1.1.0-r0) [2023-03-28T20:03:44.373Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:03:44.373Z] OK: 7 MiB in 19 packages [2023-03-28T20:03:45.304Z] Removing intermediate container 41ebf75f44ed [2023-03-28T20:03:45.304Z] ---> 2c2f4d86e54b [2023-03-28T20:03:45.304Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:03:45.561Z] ---> 47367d63062f [2023-03-28T20:03:45.561Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:03:46.130Z] ---> ef6e6c6b65bc [2023-03-28T20:03:46.130Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-28T20:03:47.532Z] ---> cc6ab0b21bd9 [2023-03-28T20:03:47.532Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-28T20:03:47.636Z] 52ebb69f0ebf: Pull complete [2023-03-28T20:03:48.100Z] ---> ae93a10c0bd0 [2023-03-28T20:03:48.100Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-28T20:03:48.100Z] ---> Running in 8fc738848dc6 [2023-03-28T20:03:48.219Z] 5abe8eddf0d5: Pull complete [2023-03-28T20:03:48.219Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-28T20:03:48.219Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-28T20:03:48.219Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-28T20:03:48.663Z] Removing intermediate container 8fc738848dc6 [2023-03-28T20:03:48.663Z] ---> 4704a738eef0 [2023-03-28T20:03:48.663Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-28T20:03:48.873Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-28T20:03:48.873Z] WORKDIR /edgex [2023-03-28T20:03:48.873Z] COPY go.mod . [2023-03-28T20:03:48.873Z] RUN go mod download [2023-03-28T20:03:48.873Z] + docker build -t ci-base-image-arm64 -f - . [2023-03-28T20:03:49.466Z] Sending build context to Docker daemon 2.934MB [2023-03-28T20:03:49.466Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-28T20:03:49.466Z] ---> 6cb57ee374ae [2023-03-28T20:03:49.466Z] Step 2/4 : WORKDIR /edgex [2023-03-28T20:03:49.623Z] ---> 1530a527140c [2023-03-28T20:03:49.623Z] Step 22/27 : WORKDIR / [2023-03-28T20:03:49.881Z] ---> Running in b943c5a4ab1c [2023-03-28T20:03:50.817Z] Removing intermediate container b943c5a4ab1c [2023-03-28T20:03:50.817Z] ---> e109d10b242b [2023-03-28T20:03:50.817Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-28T20:03:51.389Z] ---> Running in 12ace74c08b8 [2023-03-28T20:03:51.411Z] ---> Running in 063be5cc55b9 [2023-03-28T20:03:51.646Z] Removing intermediate container 12ace74c08b8 [2023-03-28T20:03:51.646Z] ---> 44a9782b1050 [2023-03-28T20:03:51.646Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-28T20:03:51.680Z] Removing intermediate container 063be5cc55b9 [2023-03-28T20:03:51.680Z] ---> 42e3f66cdebb [2023-03-28T20:03:51.680Z] Step 3/4 : COPY go.mod . [2023-03-28T20:03:51.904Z] ---> Running in b0f410e1efc4 [2023-03-28T20:03:51.950Z] ---> 0a066013d091 [2023-03-28T20:03:51.950Z] Step 4/4 : RUN go mod download [2023-03-28T20:03:52.165Z] Removing intermediate container b0f410e1efc4 [2023-03-28T20:03:52.165Z] ---> b454e4b2f6ad [2023-03-28T20:03:52.165Z] Step 25/27 : LABEL arch=x86_64 [2023-03-28T20:03:52.219Z] ---> Running in b7fe73cbcf1f [2023-03-28T20:03:52.424Z] ---> Running in c8d9c52aadb2 [2023-03-28T20:03:52.987Z] Removing intermediate container c8d9c52aadb2 [2023-03-28T20:03:52.988Z] ---> 2680650554bc [2023-03-28T20:03:52.988Z] Step 26/27 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:03:52.988Z] ---> Running in 5ae7bb7525e8 [2023-03-28T20:03:53.554Z] Removing intermediate container 5ae7bb7525e8 [2023-03-28T20:03:53.554Z] ---> 3b48ac6ed5bf [2023-03-28T20:03:53.554Z] Step 27/27 : LABEL version=0.0.0 [2023-03-28T20:03:53.554Z] ---> Running in d80c4563dbd8 [2023-03-28T20:03:54.121Z] Removing intermediate container d80c4563dbd8 [2023-03-28T20:03:54.121Z] ---> 300acaeb8c0c [2023-03-28T20:03:54.121Z] [2023-03-28T20:03:54.121Z] Successfully built 300acaeb8c0c [2023-03-28T20:03:54.121Z] Successfully tagged security-spire-config:latest [2023-03-28T20:03:54.121Z] Building security-proxy-setup [2023-03-28T20:03:59.418Z]  Building security-spire-config ... done Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:03:59.418Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:03:59.418Z] ---> 9e4ad797939c [2023-03-28T20:03:59.418Z] Step 3/22 : WORKDIR /edgex-go [2023-03-28T20:03:59.418Z] ---> Using cache [2023-03-28T20:03:59.418Z] ---> 24257648877d [2023-03-28T20:03:59.418Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-03-28T20:03:59.418Z] ---> Using cache [2023-03-28T20:03:59.418Z] ---> cb9f0746a0a9 [2023-03-28T20:03:59.418Z] Step 5/22 : COPY go.mod vendor* ./ [2023-03-28T20:03:59.418Z] ---> Using cache [2023-03-28T20:03:59.418Z] ---> 5b4bea3c0288 [2023-03-28T20:03:59.418Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:04:01.954Z] ---> Running in 6c6d47c753c8 [2023-03-28T20:04:02.211Z] Removing intermediate container eca66e305b0e [2023-03-28T20:04:02.211Z] ---> ed4b5b7342e5 [2023-03-28T20:04:02.211Z] Step 8/23 : COPY . . [2023-03-28T20:04:06.393Z] Removing intermediate container 57ae63f5594b [2023-03-28T20:04:06.393Z] ---> 9510ebd0a111 [2023-03-28T20:04:06.393Z] [2023-03-28T20:04:06.393Z] Step 10/23 : FROM alpine:3.17 [2023-03-28T20:04:06.393Z] ---> b2aa39c304c2 [2023-03-28T20:04:06.393Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-28T20:04:06.393Z] Removing intermediate container 16b525d9fda3 [2023-03-28T20:04:06.393Z] ---> d9e074e77b0a [2023-03-28T20:04:06.393Z] [2023-03-28T20:04:06.393Z] Step 10/23 : FROM alpine:3.17 [2023-03-28T20:04:06.393Z] ---> b2aa39c304c2 [2023-03-28T20:04:06.393Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-28T20:04:06.393Z] ---> Using cache [2023-03-28T20:04:06.393Z] ---> e44cb8e16794 [2023-03-28T20:04:06.393Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-28T20:04:06.393Z] ---> Using cache [2023-03-28T20:04:06.393Z] ---> 651c960b48c0 [2023-03-28T20:04:06.393Z] Step 13/23 : ENV APP_PORT=59861 [2023-03-28T20:04:06.393Z] ---> 79fe36df94ad [2023-03-28T20:04:06.393Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-03-28T20:04:06.393Z] ---> Running in 2ae09dfcfe4c [2023-03-28T20:04:06.393Z] ---> Running in 68139ecae36c [2023-03-28T20:04:06.393Z] ---> Running in 9f36b7a0f11e [2023-03-28T20:04:06.393Z] Removing intermediate container 2ae09dfcfe4c [2023-03-28T20:04:06.393Z] ---> 141ec2bb6a45 [2023-03-28T20:04:06.393Z] Step 12/23 : ENV APP_PORT=59880 [2023-03-28T20:04:06.393Z] ---> Running in 1fb8cb14d14d [2023-03-28T20:04:06.393Z] Removing intermediate container 9f36b7a0f11e [2023-03-28T20:04:06.393Z] ---> 3eed5618f62b [2023-03-28T20:04:06.393Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-28T20:04:06.393Z] ---> Running in 4f170b039ccc [2023-03-28T20:04:06.393Z] Removing intermediate container 1fb8cb14d14d [2023-03-28T20:04:06.393Z] ---> 2db558852213 [2023-03-28T20:04:06.393Z] Step 13/23 : EXPOSE $APP_PORT [2023-03-28T20:04:06.393Z] 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-03-28T20:04:06.393Z] ---> Running in d6f5af5f90ed [2023-03-28T20:04:06.393Z] Removing intermediate container 4f170b039ccc [2023-03-28T20:04:06.393Z] ---> e0e8aa9fa607 [2023-03-28T20:04:06.393Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:04:06.651Z] Removing intermediate container d6f5af5f90ed [2023-03-28T20:04:06.651Z] ---> eda2f712ab09 [2023-03-28T20:04:06.651Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-03-28T20:04:06.651Z] Removing intermediate container 1e5749f9fc22 [2023-03-28T20:04:06.651Z] ---> 83e08547d301 [2023-03-28T20:04:06.651Z] Step 7/25 : COPY . . [2023-03-28T20:04:06.651Z] ---> Running in 1a7c5817a9ec [2023-03-28T20:04:06.651Z] ---> c54753639e7f [2023-03-28T20:04:06.651Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:04:07.215Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:04:07.215Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:04:07.472Z] ---> 81ac9cdd77ec [2023-03-28T20:04:07.472Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-28T20:04:07.472Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-28T20:04:07.472Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:04:07.472Z] OK: 7 MiB in 16 packages [2023-03-28T20:04:09.369Z] ---> 506254a75b24 [2023-03-28T20:04:09.369Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-03-28T20:04:09.369Z] Removing intermediate container 1a7c5817a9ec [2023-03-28T20:04:09.369Z] ---> 66569aa2913f [2023-03-28T20:04:09.369Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:04:10.302Z] ---> 862fa25a80e7 [2023-03-28T20:04:10.302Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-03-28T20:04:10.302Z] ---> a696b0480950 [2023-03-28T20:04:10.302Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:04:10.558Z] ---> Running in edc7756dd20f [2023-03-28T20:04:10.829Z] Removing intermediate container edc7756dd20f [2023-03-28T20:04:10.829Z] ---> e8436de6d0d4 [2023-03-28T20:04:10.829Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-28T20:04:10.829Z] ---> 622b3820b0d6 [2023-03-28T20:04:10.829Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-28T20:04:11.087Z] ---> Running in 7e45d5535aae [2023-03-28T20:04:11.347Z] Removing intermediate container 7e45d5535aae [2023-03-28T20:04:11.347Z] ---> 4f8c81e7dd1f [2023-03-28T20:04:11.347Z] Step 21/23 : LABEL arch=x86_64 [2023-03-28T20:04:11.621Z] ---> Running in 6cd0fe72012b [2023-03-28T20:04:11.621Z] ---> fe6352c84a48 [2023-03-28T20:04:11.621Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-03-28T20:04:11.621Z] Removing intermediate container 6cd0fe72012b [2023-03-28T20:04:11.621Z] ---> e75556b28b54 [2023-03-28T20:04:11.621Z] Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:04:11.893Z] ---> Running in 02557796ddbc [2023-03-28T20:04:12.457Z] Removing intermediate container 02557796ddbc [2023-03-28T20:04:12.457Z] ---> 8a0b0e1c3a71 [2023-03-28T20:04:12.457Z] Step 23/23 : LABEL version=0.0.0 [2023-03-28T20:04:12.457Z] ---> fc1cd5da1b6c [2023-03-28T20:04:12.457Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-03-28T20:04:12.457Z] ---> Running in 8a27d59d2859 [2023-03-28T20:04:12.716Z] ---> Running in a3f0bf283e89 [2023-03-28T20:04:12.716Z] Removing intermediate container 8a27d59d2859 [2023-03-28T20:04:12.716Z] ---> 3d4fea96d1ff [2023-03-28T20:04:12.716Z] [2023-03-28T20:04:12.716Z] ---> 052105cd95aa [2023-03-28T20:04:12.716Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-28T20:04:12.716Z] Successfully built 3d4fea96d1ff [2023-03-28T20:04:12.716Z] Successfully tagged support-scheduler:latest [2023-03-28T20:04:12.716Z]  Building support-scheduler ... done Building security-bootstrapper [2023-03-28T20:04:12.977Z] ---> Running in 8ec202656d40 [2023-03-28T20:04:14.356Z] Removing intermediate container a3f0bf283e89 [2023-03-28T20:04:14.356Z] ---> 67f55b3f078c [2023-03-28T20:04:14.356Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-28T20:04:14.356Z] 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-03-28T20:04:14.356Z] ---> Running in 1104f29cd258 [2023-03-28T20:04:14.615Z] Removing intermediate container 1104f29cd258 [2023-03-28T20:04:14.615Z] ---> 6ca9387d0d93 [2023-03-28T20:04:14.615Z] Step 21/23 : LABEL arch=x86_64 [2023-03-28T20:04:14.872Z] ---> Running in 8fb9a273c4c8 [2023-03-28T20:04:15.436Z] Removing intermediate container 8fb9a273c4c8 [2023-03-28T20:04:15.436Z] ---> 60f1da6e1a44 [2023-03-28T20:04:15.436Z] Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:04:15.694Z] ---> Running in 440263e067ad [2023-03-28T20:04:16.261Z] Removing intermediate container 440263e067ad [2023-03-28T20:04:16.261Z] ---> ff3c76711046 [2023-03-28T20:04:16.261Z] Step 23/23 : LABEL version=0.0.0 [2023-03-28T20:04:16.261Z] ---> Running in 0b33d661ae3c [2023-03-28T20:04:16.842Z] Removing intermediate container 0b33d661ae3c [2023-03-28T20:04:16.842Z] ---> 96dfa15c28d4 [2023-03-28T20:04:16.842Z] [2023-03-28T20:04:16.842Z] Successfully built 96dfa15c28d4 [2023-03-28T20:04:16.842Z] Successfully tagged core-data:latest [2023-03-28T20:04:16.842Z]  Building core-data ... done Building security-spire-server [2023-03-28T20:04:18.779Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:04:18.779Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:04:18.779Z] ---> 9e4ad797939c [2023-03-28T20:04:18.779Z] Step 3/33 : WORKDIR /edgex-go [2023-03-28T20:04:18.779Z] ---> Using cache [2023-03-28T20:04:18.779Z] ---> 24257648877d [2023-03-28T20:04:18.779Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-03-28T20:04:18.779Z] ---> Using cache [2023-03-28T20:04:18.779Z] ---> cb9f0746a0a9 [2023-03-28T20:04:18.779Z] Step 5/33 : COPY go.mod vendor* ./ [2023-03-28T20:04:18.779Z] ---> Using cache [2023-03-28T20:04:18.779Z] ---> 5b4bea3c0288 [2023-03-28T20:04:18.779Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:04:18.779Z] ---> Using cache [2023-03-28T20:04:18.779Z] ---> 83e08547d301 [2023-03-28T20:04:18.779Z] Step 7/33 : COPY . . [2023-03-28T20:04:18.779Z] ---> Using cache [2023-03-28T20:04:18.779Z] ---> 052105cd95aa [2023-03-28T20:04:18.779Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-28T20:04:20.686Z] ---> Running in 8d6766d25556 [2023-03-28T20:04:21.250Z] Removing intermediate container 6c6d47c753c8 [2023-03-28T20:04:21.250Z] ---> 0112e24c50c1 [2023-03-28T20:04:21.250Z] Step 7/22 : COPY . . [2023-03-28T20:04:21.509Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-28T20:04:22.886Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:04:22.886Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:04:22.886Z] ---> 9e4ad797939c [2023-03-28T20:04:22.886Z] Step 3/26 : WORKDIR /edgex-go [2023-03-28T20:04:22.886Z] ---> Using cache [2023-03-28T20:04:22.886Z] ---> 24257648877d [2023-03-28T20:04:22.886Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-03-28T20:04:22.886Z] ---> Using cache [2023-03-28T20:04:22.886Z] ---> 6fff1e8a914e [2023-03-28T20:04:22.886Z] Step 5/26 : COPY go.mod vendor* ./ [2023-03-28T20:04:22.886Z] ---> Using cache [2023-03-28T20:04:22.886Z] ---> ce84512dd007 [2023-03-28T20:04:22.886Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:04:22.886Z] ---> Using cache [2023-03-28T20:04:22.886Z] ---> 7ed035ae9005 [2023-03-28T20:04:22.886Z] Step 7/26 : COPY . . [2023-03-28T20:04:22.886Z] ---> Using cache [2023-03-28T20:04:22.886Z] ---> d86daff34da2 [2023-03-28T20:04:22.886Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-03-28T20:04:22.886Z] ---> Using cache [2023-03-28T20:04:22.886Z] ---> 836dc9692463 [2023-03-28T20:04:22.886Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-03-28T20:04:22.886Z] ---> Using cache [2023-03-28T20:04:22.886Z] ---> baa6dbaa4b51 [2023-03-28T20:04:22.886Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-28T20:04:22.886Z] ---> Using cache [2023-03-28T20:04:22.886Z] ---> 4e295ec76448 [2023-03-28T20:04:22.886Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-28T20:04:24.460Z] Removing intermediate container b7fe73cbcf1f [2023-03-28T20:04:24.460Z] ---> 77a750aa3953 [2023-03-28T20:04:24.460Z] Successfully built 77a750aa3953 [2023-03-28T20:04:24.460Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T20:04:24.779Z] ---> Running in 968d70dcb9d9 [2023-03-28T20:04:24.855Z] + docker inspect -f . ci-base-image-arm64 [2023-03-28T20:04:24.855Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T20:04:25.141Z] prd-ubuntu20.04-docker-arm64-4c-16g-6107 does not seem to be running inside a container [2023-03-28T20:04:25.202Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-28T20:04:26.475Z] $ docker top 610d66f233e639d8368a9a062cdb9c1f9fb8cdaf7aa8038760d43e4b76455c05 -eo pid,comm [Pipeline] { [2023-03-28T20:04:26.695Z] Removing intermediate container 968d70dcb9d9 [2023-03-28T20:04:26.695Z] ---> 2bcdc4bf5c32 [2023-03-28T20:04:26.695Z] Step 12/26 : WORKDIR /edgex-go [2023-03-28T20:04:26.695Z] ---> Running in 026c9bbcace7 [2023-03-28T20:04:26.695Z] Removing intermediate container 026c9bbcace7 [2023-03-28T20:04:26.695Z] ---> ef1ed0536e1e [2023-03-28T20:04:26.695Z] [2023-03-28T20:04:26.695Z] Step 13/26 : FROM alpine:3.17 [2023-03-28T20:04:26.695Z] ---> b2aa39c304c2 [2023-03-28T20:04:26.695Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-28T20:04:26.695Z] ---> Using cache [2023-03-28T20:04:26.695Z] ---> b2a9b92361ca [2023-03-28T20:04:26.695Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-28T20:04:26.695Z] ---> Using cache [2023-03-28T20:04:26.695Z] ---> 649830e37038 [2023-03-28T20:04:26.695Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:04:26.695Z] ---> Using cache [2023-03-28T20:04:26.695Z] ---> 2173c9fa8e5a [2023-03-28T20:04:26.695Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:04:26.695Z] ---> Using cache [2023-03-28T20:04:26.695Z] ---> 75c55e987bfc [2023-03-28T20:04:26.695Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-03-28T20:04:26.695Z] ---> 0b04455d5ba1 [2023-03-28T20:04:26.695Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [Pipeline] sh [2023-03-28T20:04:26.953Z] ---> Running in 958acc86841a [2023-03-28T20:04:27.385Z] + go version [2023-03-28T20:04:27.385Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-28T20:04:27.421Z] $ docker stop --time=1 610d66f233e639d8368a9a062cdb9c1f9fb8cdaf7aa8038760d43e4b76455c05 [2023-03-28T20:04:27.890Z] 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-03-28T20:04:28.823Z] ---> 6b449f7b87de [2023-03-28T20:04:28.824Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-28T20:04:29.061Z] $ docker rm -f --volumes 610d66f233e639d8368a9a062cdb9c1f9fb8cdaf7aa8038760d43e4b76455c05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2023-03-28T20:04:29.395Z] ---> 93cfcdbbc522 [2023-03-28T20:04:29.395Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T20:04:29.957Z] + docker inspect -f . ci-base-image-arm64 [2023-03-28T20:04:29.957Z] . [2023-03-28T20:04:29.960Z] ---> cf030f7134da [2023-03-28T20:04:29.960Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T20:04:30.241Z] prd-ubuntu20.04-docker-arm64-4c-16g-6107 does not seem to be running inside a container [2023-03-28T20:04:30.310Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-28T20:04:30.897Z] ---> 3aae59866be1 [2023-03-28T20:04:30.897Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-28T20:04:30.897Z] ---> Running in 43ace9ea1a4b [2023-03-28T20:04:31.155Z] Removing intermediate container 43ace9ea1a4b [2023-03-28T20:04:31.155Z] ---> 9a0ac18d9805 [2023-03-28T20:04:31.155Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-28T20:04:31.155Z] ---> Running in fd6c4386c017 [2023-03-28T20:04:31.488Z] $ docker top cfa4443e849a468ee2e43a4608ec54accd8f90690f852d977b4a90489bdb1441 -eo pid,comm [Pipeline] { [2023-03-28T20:04:31.720Z] Removing intermediate container fd6c4386c017 [2023-03-28T20:04:31.720Z] ---> 352d0ae35177 [2023-03-28T20:04:31.720Z] Step 24/26 : LABEL arch=x86_64 [2023-03-28T20:04:31.720Z] ---> Running in 7f2bbe4408be [Pipeline] echo [2023-03-28T20:04:31.808Z] ========================================================= [2023-03-28T20:04:31.808Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-28T20:04:31.808Z] ========================================================= [Pipeline] sh [2023-03-28T20:04:31.981Z] Removing intermediate container 7f2bbe4408be [2023-03-28T20:04:31.981Z] ---> bfa306e231f7 [2023-03-28T20:04:31.981Z] Step 25/26 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:04:32.239Z] ---> Running in e6f9a1125d15 [2023-03-28T20:04:32.448Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [2023-03-28T20:04:32.497Z] Removing intermediate container e6f9a1125d15 [2023-03-28T20:04:32.497Z] ---> b3d7b03abd6b [2023-03-28T20:04:32.497Z] Step 26/26 : LABEL version=0.0.0 [2023-03-28T20:04:32.497Z] ---> Running in 0a36a3f80280 [Pipeline] sh [2023-03-28T20:04:33.063Z] Removing intermediate container 0a36a3f80280 [2023-03-28T20:04:33.063Z] ---> 61810f84a91c [2023-03-28T20:04:33.063Z] [2023-03-28T20:04:33.063Z] Successfully built 61810f84a91c [2023-03-28T20:04:33.063Z] Successfully tagged security-spire-server:latest [2023-03-28T20:04:33.063Z]  Building security-spire-server ... done Removing intermediate container 68139ecae36c [2023-03-28T20:04:33.063Z] ---> 0741b9c60602 [2023-03-28T20:04:33.063Z] [2023-03-28T20:04:33.063Z] Step 10/23 : FROM alpine:3.17 [2023-03-28T20:04:33.063Z] ---> b2aa39c304c2 [2023-03-28T20:04:33.063Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-28T20:04:33.178Z] + make test [2023-03-28T20:04:33.178Z] go test -race -coverprofile=coverage.out ./... [2023-03-28T20:04:33.321Z] ---> Running in 417b107e803f [2023-03-28T20:04:33.885Z] 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-03-28T20:04:33.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:04:33.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:04:34.142Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-28T20:04:34.142Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-28T20:04:34.142Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:04:34.142Z] Executing ca-certificates-20220614-r4.trigger [2023-03-28T20:04:34.401Z] OK: 8 MiB in 17 packages [2023-03-28T20:04:35.338Z] Removing intermediate container 417b107e803f [2023-03-28T20:04:35.338Z] ---> 8954f89f0f73 [2023-03-28T20:04:35.338Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-28T20:04:35.338Z] ---> Running in f7f86c2d8a7d [2023-03-28T20:04:35.595Z] Removing intermediate container f7f86c2d8a7d [2023-03-28T20:04:35.595Z] ---> 149878bfdcd7 [2023-03-28T20:04:35.595Z] Step 13/23 : ENV APP_PORT=59860 [2023-03-28T20:04:35.595Z] ---> Running in b62ed6d41d17 [2023-03-28T20:04:35.852Z] Removing intermediate container b62ed6d41d17 [2023-03-28T20:04:35.852Z] ---> dbef33766156 [2023-03-28T20:04:35.852Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-28T20:04:35.852Z] ---> Running in c6de11afc316 [2023-03-28T20:04:36.113Z] Removing intermediate container c6de11afc316 [2023-03-28T20:04:36.113Z] ---> f7dd5b5fde00 [2023-03-28T20:04:36.113Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:04:36.678Z] ---> d245d5a87b5a [2023-03-28T20:04:36.678Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:04:37.608Z] ---> dc5d08069c65 [2023-03-28T20:04:37.608Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-28T20:04:37.875Z] ---> a60c55978b6a [2023-03-28T20:04:37.875Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-03-28T20:04:37.875Z] Removing intermediate container 8ec202656d40 [2023-03-28T20:04:37.875Z] ---> 6530f0aafaf6 [2023-03-28T20:04:37.875Z] [2023-03-28T20:04:37.875Z] Step 9/25 : FROM alpine:3.17 [2023-03-28T20:04:37.875Z] ---> b2aa39c304c2 [2023-03-28T20:04:37.875Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-28T20:04:38.133Z] ---> Running in 228c70f6c418 [2023-03-28T20:04:38.133Z] ---> 9c3d731fb240 [2023-03-28T20:04:38.133Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-03-28T20:04:38.397Z] ---> Running in 8105c15263f8 [2023-03-28T20:04:38.654Z] Removing intermediate container 8105c15263f8 [2023-03-28T20:04:38.654Z] ---> f1e92cbdc288 [2023-03-28T20:04:38.654Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-28T20:04:38.654Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:04:38.654Z] ---> Running in 0f0edc6b6b43 [2023-03-28T20:04:38.654Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:04:38.654Z] Removing intermediate container 0f0edc6b6b43 [2023-03-28T20:04:38.654Z] ---> a974047f1e8b [2023-03-28T20:04:38.654Z] Step 21/23 : LABEL arch=x86_64 [2023-03-28T20:04:38.654Z] ---> Running in 16cdd3b1bdb6 [2023-03-28T20:04:38.911Z] Removing intermediate container 16cdd3b1bdb6 [2023-03-28T20:04:38.911Z] ---> 1e043ecefe35 [2023-03-28T20:04:38.911Z] Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:04:38.911Z] ---> Running in f09d3b199c4c [2023-03-28T20:04:38.911Z] (1/3) Installing ca-certificates (20220614-r4) [2023-03-28T20:04:39.168Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-03-28T20:04:39.168Z] (3/3) Installing su-exec (0.2-r2) [2023-03-28T20:04:39.168Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:04:39.168Z] Executing ca-certificates-20220614-r4.trigger [2023-03-28T20:04:39.168Z] Removing intermediate container f09d3b199c4c [2023-03-28T20:04:39.168Z] ---> fdf378acff60 [2023-03-28T20:04:39.168Z] Step 23/23 : LABEL version=0.0.0 [2023-03-28T20:04:39.168Z] ---> Running in 2f5b480610f0 [2023-03-28T20:04:39.168Z] OK: 8 MiB in 18 packages [2023-03-28T20:04:39.168Z] Removing intermediate container 2f5b480610f0 [2023-03-28T20:04:39.168Z] ---> afc95eddb439 [2023-03-28T20:04:39.168Z] [2023-03-28T20:04:39.425Z] Successfully built afc95eddb439 [2023-03-28T20:04:39.425Z] Successfully tagged support-notifications:latest [2023-03-28T20:04:39.682Z]  Building support-notifications ... done Removing intermediate container 228c70f6c418 [2023-03-28T20:04:39.682Z] ---> 06c9cca25aee [2023-03-28T20:04:39.682Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-28T20:04:39.682Z] ---> Running in 8e36c69dd09e [2023-03-28T20:04:39.939Z] Removing intermediate container 8e36c69dd09e [2023-03-28T20:04:39.939Z] ---> f226faab17fa [2023-03-28T20:04:39.939Z] Step 12/25 : WORKDIR / [2023-03-28T20:04:39.939Z] ---> Running in be0982bd6362 [2023-03-28T20:04:40.197Z] Removing intermediate container be0982bd6362 [2023-03-28T20:04:40.197Z] ---> 5f03f758b876 [2023-03-28T20:04:40.197Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:04:40.455Z] ---> 609559b1c33b [2023-03-28T20:04:40.455Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:04:40.712Z] ---> 4b06e2a4c617 [2023-03-28T20:04:40.712Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-28T20:04:40.970Z] ---> 22b3d3e01f7a [2023-03-28T20:04:40.970Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-03-28T20:04:41.536Z] ---> bbf96c0e2d5d [2023-03-28T20:04:41.536Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-03-28T20:04:41.536Z] Removing intermediate container 8d6766d25556 [2023-03-28T20:04:41.536Z] ---> 360e83aedf3a [2023-03-28T20:04:41.536Z] [2023-03-28T20:04:41.536Z] Step 9/33 : FROM alpine:3.17 [2023-03-28T20:04:41.536Z] ---> b2aa39c304c2 [2023-03-28T20:04:41.536Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-03-28T20:04:41.536Z] ---> Using cache [2023-03-28T20:04:41.536Z] ---> 9e5a56648317 [2023-03-28T20:04:41.536Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-28T20:04:41.536Z] ---> Running in e074265dd5eb [2023-03-28T20:04:41.536Z] ---> e9735f534e2f [2023-03-28T20:04:41.536Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-28T20:04:41.794Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:04:42.052Z] ---> b405c4aa3296 [2023-03-28T20:04:42.052Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-28T20:04:42.052Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:04:42.310Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-28T20:04:42.310Z] (2/2) Installing su-exec (0.2-r2) [2023-03-28T20:04:42.310Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:04:42.310Z] OK: 7 MiB in 17 packages [2023-03-28T20:04:42.310Z] ---> c0380c3d376a [2023-03-28T20:04:42.310Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-28T20:04:42.568Z] ---> 39e9257c08e1 [2023-03-28T20:04:42.568Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-28T20:04:42.568Z] ---> Running in 8ba1cd157126 [2023-03-28T20:04:42.826Z] Removing intermediate container e074265dd5eb [2023-03-28T20:04:42.826Z] ---> 155ce944441f [2023-03-28T20:04:42.826Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-28T20:04:42.826Z] ---> Running in 1120ad2b4312 [2023-03-28T20:04:42.826Z] Removing intermediate container 1120ad2b4312 [2023-03-28T20:04:42.826Z] ---> 446492ff9490 [2023-03-28T20:04:42.826Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-28T20:04:42.826Z] ---> Running in c184ac6f6f12 [2023-03-28T20:04:42.826Z] Removing intermediate container c184ac6f6f12 [2023-03-28T20:04:42.826Z] ---> 418342558297 [2023-03-28T20:04:42.826Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-28T20:04:43.100Z] ---> Running in d541fd2cddc5 [2023-03-28T20:04:43.100Z] Removing intermediate container d541fd2cddc5 [2023-03-28T20:04:43.100Z] ---> 561a463edc51 [2023-03-28T20:04:43.100Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-28T20:04:43.100Z] ---> Running in 96165a8ca4b1 [2023-03-28T20:04:43.359Z] Removing intermediate container 96165a8ca4b1 [2023-03-28T20:04:43.359Z] ---> 32ecd0336d23 [2023-03-28T20:04:43.359Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-28T20:04:43.359Z] ---> Running in e82c588305d8 [2023-03-28T20:04:43.359Z] Removing intermediate container 8ba1cd157126 [2023-03-28T20:04:43.359Z] ---> 436d6ab8d099 [2023-03-28T20:04:43.359Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-03-28T20:04:43.359Z] ---> Running in ebe898100cc6 [2023-03-28T20:04:43.619Z] Removing intermediate container ebe898100cc6 [2023-03-28T20:04:43.619Z] ---> e779dfbc2c3b [2023-03-28T20:04:43.619Z] Step 23/25 : LABEL arch=x86_64 [2023-03-28T20:04:43.619Z] ---> Running in 386cd0190498 [2023-03-28T20:04:43.619Z] Removing intermediate container 386cd0190498 [2023-03-28T20:04:43.619Z] ---> 9e2e562d213d [2023-03-28T20:04:43.619Z] Step 24/25 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:04:43.619Z] ---> Running in 001d14987977 [2023-03-28T20:04:43.879Z] Removing intermediate container 001d14987977 [2023-03-28T20:04:43.879Z] ---> 82ac34cf9782 [2023-03-28T20:04:43.879Z] Step 25/25 : LABEL version=0.0.0 [2023-03-28T20:04:43.879Z] ---> Running in 24d3edb3fbf2 [2023-03-28T20:04:44.137Z] Removing intermediate container 24d3edb3fbf2 [2023-03-28T20:04:44.137Z] ---> 9ddb374cd94f [2023-03-28T20:04:44.137Z] [2023-03-28T20:04:44.137Z] Removing intermediate container e82c588305d8 [2023-03-28T20:04:44.137Z] ---> 0ca90751fff5 [2023-03-28T20:04:44.137Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-28T20:04:44.137Z] ---> Running in 596b4e0e2863 [2023-03-28T20:04:44.137Z] Successfully built 9ddb374cd94f [2023-03-28T20:04:44.137Z] Successfully tagged security-secretstore-setup:latest [2023-03-28T20:04:44.396Z]  Building security-secretstore-setup ... done Removing intermediate container 596b4e0e2863 [2023-03-28T20:04:44.396Z] ---> cb8800e04906 [2023-03-28T20:04:44.396Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-28T20:04:44.654Z] ---> a5a682f55e62 [2023-03-28T20:04:44.654Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-28T20:04:44.654Z] ---> Running in f6766ec3b433 [2023-03-28T20:04:45.587Z] Removing intermediate container f6766ec3b433 [2023-03-28T20:04:45.587Z] ---> 67a90d6b957c [2023-03-28T20:04:45.587Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:04:45.587Z] Removing intermediate container 958acc86841a [2023-03-28T20:04:45.587Z] ---> 5a90fa01ebc0 [2023-03-28T20:04:45.587Z] [2023-03-28T20:04:45.587Z] Step 9/22 : FROM alpine:3.17 [2023-03-28T20:04:45.587Z] ---> b2aa39c304c2 [2023-03-28T20:04:45.587Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-03-28T20:04:45.587Z] ---> Running in cc39ddb4a094 [2023-03-28T20:04:45.587Z] ---> 009d4a4bde3d [2023-03-28T20:04:45.587Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:04:45.587Z] ---> 50b9846ce6a6 [2023-03-28T20:04:45.587Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-28T20:04:45.845Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-28T20:04:45.845Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-28T20:04:46.104Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-28T20:04:46.104Z] (2/2) Installing openssl (3.0.8-r2) [2023-03-28T20:04:46.104Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:04:46.104Z] ---> a326e6e21af4 [2023-03-28T20:04:46.104Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-03-28T20:04:46.104Z] OK: 8 MiB in 17 packages [2023-03-28T20:04:46.104Z] ---> d008d5cc671e [2023-03-28T20:04:46.104Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-28T20:04:46.362Z] ---> be2f53175202 [2023-03-28T20:04:46.362Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-28T20:04:46.362Z] Removing intermediate container cc39ddb4a094 [2023-03-28T20:04:46.362Z] ---> c40c450c3e9e [2023-03-28T20:04:46.362Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-28T20:04:46.628Z] ---> Running in 926865e24b4b [2023-03-28T20:04:46.628Z] ---> 27b8bd515e9b [2023-03-28T20:04:46.628Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-28T20:04:46.628Z] Removing intermediate container 926865e24b4b [2023-03-28T20:04:46.628Z] ---> 569269f476a0 [2023-03-28T20:04:46.628Z] Step 12/22 : WORKDIR /edgex [2023-03-28T20:04:46.628Z] ---> Running in be2a7f020300 [2023-03-28T20:04:46.628Z] ---> 19381265e9fe [2023-03-28T20:04:46.628Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-28T20:04:46.628Z] Removing intermediate container be2a7f020300 [2023-03-28T20:04:46.628Z] ---> a1ad791cb336 [2023-03-28T20:04:46.628Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:04:46.889Z] ---> 80fd51e03339 [2023-03-28T20:04:46.889Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-03-28T20:04:46.889Z] ---> Running in f68f9cbc498f [2023-03-28T20:04:46.889Z] ---> 8cab959f8c02 [2023-03-28T20:04:46.889Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:04:47.151Z] ---> e342fba638e9 [2023-03-28T20:04:47.151Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-03-28T20:04:47.151Z] ---> ea7ef689c51a [2023-03-28T20:04:47.151Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-28T20:04:47.409Z] ---> 85b649b09d39 [2023-03-28T20:04:47.409Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-28T20:04:47.410Z] Removing intermediate container f68f9cbc498f [2023-03-28T20:04:47.410Z] ---> 65a6865d3db5 [2023-03-28T20:04:47.410Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-28T20:04:47.410Z] ---> Running in 089620981cdb [2023-03-28T20:04:47.669Z] Removing intermediate container 089620981cdb [2023-03-28T20:04:47.669Z] ---> c7ea91bae2c4 [2023-03-28T20:04:47.669Z] Step 30/33 : CMD ["gate"] [2023-03-28T20:04:47.669Z] ---> 1a3baff068e8 [2023-03-28T20:04:47.669Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-28T20:04:47.669Z] ---> Running in 593aa38bf2ce [2023-03-28T20:04:47.669Z] ---> Running in c23f6b946c29 [2023-03-28T20:04:47.669Z] Removing intermediate container 593aa38bf2ce [2023-03-28T20:04:47.669Z] ---> 30a391abb166 [2023-03-28T20:04:47.669Z] Step 31/33 : LABEL arch=x86_64 [2023-03-28T20:04:47.669Z] ---> Running in 9feab91bb0ec [2023-03-28T20:04:47.927Z] Removing intermediate container 9feab91bb0ec [2023-03-28T20:04:47.927Z] ---> efa155d8c2fa [2023-03-28T20:04:47.927Z] Step 32/33 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:04:47.927Z] ---> Running in 283627cd2aa3 [2023-03-28T20:04:47.927Z] Removing intermediate container 283627cd2aa3 [2023-03-28T20:04:47.927Z] ---> 84ff8201e20a [2023-03-28T20:04:47.927Z] Step 33/33 : LABEL version=0.0.0 [2023-03-28T20:04:47.927Z] ---> Running in 2e1b5aa3cd6d [2023-03-28T20:04:48.189Z] Removing intermediate container 2e1b5aa3cd6d [2023-03-28T20:04:48.189Z] ---> 6c600672cb86 [2023-03-28T20:04:48.189Z] [2023-03-28T20:04:48.189Z] Successfully built 6c600672cb86 [2023-03-28T20:04:48.189Z] Successfully tagged security-bootstrapper:latest [2023-03-28T20:04:48.189Z]  Building security-bootstrapper ... done Removing intermediate container c23f6b946c29 [2023-03-28T20:04:48.189Z] ---> 9ad5d593cf97 [2023-03-28T20:04:48.189Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-28T20:04:48.189Z] ---> Running in 7ad4c7dede77 [2023-03-28T20:04:48.449Z] Removing intermediate container 7ad4c7dede77 [2023-03-28T20:04:48.449Z] ---> b4e1fe1da8da [2023-03-28T20:04:48.449Z] Step 20/22 : LABEL arch=x86_64 [2023-03-28T20:04:48.449Z] ---> Running in fcbd37e90541 [2023-03-28T20:04:48.449Z] Removing intermediate container fcbd37e90541 [2023-03-28T20:04:48.449Z] ---> 50028109c325 [2023-03-28T20:04:48.449Z] Step 21/22 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:04:48.449Z] ---> Running in 21123789116e [2023-03-28T20:04:48.709Z] Removing intermediate container 21123789116e [2023-03-28T20:04:48.709Z] ---> 1498351563e2 [2023-03-28T20:04:48.709Z] Step 22/22 : LABEL version=0.0.0 [2023-03-28T20:04:48.709Z] ---> Running in 6ed610f9ae55 [2023-03-28T20:04:48.709Z] Removing intermediate container 6ed610f9ae55 [2023-03-28T20:04:48.709Z] ---> 3ea1b06dee32 [2023-03-28T20:04:48.709Z] [2023-03-28T20:04:48.709Z] Successfully built 3ea1b06dee32 [2023-03-28T20:04:48.709Z] Successfully tagged security-proxy-setup:latest [2023-03-28T20:04:48.716Z]  Building security-proxy-setup ... done  [Pipeline] } [2023-03-28T20:04:48.753Z] $ docker stop --time=1 03c55df11a7a1d1f0709c4c3cd1d8718eca4b1994513c5e97c4bf9b6889f7403 [2023-03-28T20:04:50.069Z] $ docker rm -f --volumes 03c55df11a7a1d1f0709c4c3cd1d8718eca4b1994513c5e97c4bf9b6889f7403 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-28T20:04:50.459Z] + docker images [2023-03-28T20:04:50.459Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-28T20:04:50.459Z] security-proxy-setup latest 3ea1b06dee32 2 seconds ago 18.7MB [2023-03-28T20:04:50.459Z] security-bootstrapper latest 6c600672cb86 3 seconds ago 22.2MB [2023-03-28T20:04:50.459Z] 5a90fa01ebc0 5 seconds ago 1.67GB [2023-03-28T20:04:50.459Z] security-secretstore-setup latest 9ddb374cd94f 7 seconds ago 32.8MB [2023-03-28T20:04:50.459Z] 360e83aedf3a 9 seconds ago 1.67GB [2023-03-28T20:04:50.459Z] support-notifications latest afc95eddb439 11 seconds ago 32.7MB [2023-03-28T20:04:50.459Z] 6530f0aafaf6 13 seconds ago 1.68GB [2023-03-28T20:04:50.459Z] 0741b9c60602 18 seconds ago 1.75GB [2023-03-28T20:04:50.459Z] security-spire-server latest 61810f84a91c 18 seconds ago 89.8MB [2023-03-28T20:04:50.459Z] ef1ed0536e1e 24 seconds ago 1.54GB [2023-03-28T20:04:50.459Z] core-data latest 96dfa15c28d4 34 seconds ago 20MB [2023-03-28T20:04:50.459Z] support-scheduler latest 3d4fea96d1ff 38 seconds ago 32.1MB [2023-03-28T20:04:50.459Z] d9e074e77b0a 46 seconds ago 1.75GB [2023-03-28T20:04:50.459Z] 9510ebd0a111 48 seconds ago 1.69GB [2023-03-28T20:04:50.459Z] security-spire-config latest 300acaeb8c0c 57 seconds ago 88.9MB [2023-03-28T20:04:50.459Z] security-proxy-auth latest 54c70796d587 About a minute ago 18.3MB [2023-03-28T20:04:50.459Z] security-spiffe-token-provider latest 6f9ddeb902e6 About a minute ago 32.8MB [2023-03-28T20:04:50.459Z] f8a260ccd416 About a minute ago 1.66GB [2023-03-28T20:04:50.459Z] core-metadata latest 37f314476fd2 About a minute ago 20.4MB [2023-03-28T20:04:50.459Z] core-command latest d17b441236ca About a minute ago 19.8MB [2023-03-28T20:04:50.459Z] core-common-config-bootstrapper latest 8929ae6a640c About a minute ago 17.2MB [2023-03-28T20:04:50.459Z] b965358860d0 About a minute ago 1.73GB [2023-03-28T20:04:50.459Z] 754147cf9a7e About a minute ago 1.69GB [2023-03-28T20:04:50.459Z] f9e7e2a8c50f About a minute ago 1.69GB [2023-03-28T20:04:50.459Z] 3b0f223f6d20 About a minute ago 1.68GB [2023-03-28T20:04:50.459Z] security-spire-agent latest d820208e0aab About a minute ago 129MB [2023-03-28T20:04:50.459Z] a238ebf2ad91 About a minute ago 1.54GB [2023-03-28T20:04:50.459Z] ci-base-image-x86_64 latest 9e4ad797939c 5 minutes ago 881MB [2023-03-28T20:04:50.459Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 2 weeks ago 664MB [2023-03-28T20:04:50.459Z] alpine 3.17 b2aa39c304c2 6 weeks ago 7.05MB [2023-03-28T20:04:50.459Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB [2023-03-28T20:04:50.459Z] 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-03-28T20:05:20.040Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-28T20:07:26.761Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-28T20:07:26.761Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-28T20:07:28.703Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-28T20:07:29.662Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-28T20:07:29.662Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-28T20:07:31.614Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-28T20:07:32.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-28T20:07:32.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-28T20:07:32.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-28T20:07:33.638Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-28T20:07:36.987Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-28T20:07:36.987Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-28T20:07:36.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-28T20:07:36.987Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-28T20:07:55.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-28T20:07:55.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-28T20:07:55.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.298s coverage: 28.7% of statements [2023-03-28T20:08:05.333Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.314s coverage: 98.5% of statements [2023-03-28T20:08:10.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-28T20:08:10.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-28T20:08:10.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-28T20:08:14.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.451s coverage: 71.3% of statements [2023-03-28T20:08:16.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-28T20:08:16.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-28T20:08:17.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.379s coverage: 54.0% of statements [2023-03-28T20:08:22.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-28T20:08:22.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-28T20:08:22.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-28T20:08:22.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-28T20:08:22.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-28T20:08:29.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-28T20:08:29.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-28T20:08:44.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.133s coverage: 88.5% of statements [2023-03-28T20:08:44.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.483s coverage: 3.9% of statements [2023-03-28T20:08:46.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-28T20:08:46.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-28T20:08:46.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-28T20:08:48.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.755s coverage: 95.6% of statements [2023-03-28T20:08:48.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-28T20:08:48.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-28T20:08:48.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-28T20:08:48.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-28T20:08:48.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-28T20:08:48.495Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.219s coverage: 72.2% of statements [2023-03-28T20:08:55.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-28T20:08:55.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-28T20:08:55.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-28T20:08:55.148Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.243s coverage: 65.9% of statements [2023-03-28T20:09:07.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-28T20:09:07.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-28T20:09:07.465Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.409s coverage: 0.9% of statements [2023-03-28T20:09:07.465Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.253s coverage: 29.0% of statements [2023-03-28T20:09:10.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.293s coverage: 44.1% of statements [2023-03-28T20:09:11.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.237s coverage: 82.9% of statements [2023-03-28T20:09:11.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.232s coverage: 94.1% of statements [2023-03-28T20:09:11.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.277s coverage: 96.3% of statements [2023-03-28T20:09:14.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.209s coverage: 87.5% of statements [2023-03-28T20:09:17.013Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-28T20:09:17.280Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-28T20:09:17.280Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-28T20:09:17.280Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-28T20:09:19.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-28T20:09:19.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-28T20:09:19.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-28T20:09:19.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-28T20:09:26.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.223s coverage: 94.4% of statements [2023-03-28T20:09:26.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-28T20:09:26.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-28T20:09:26.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-28T20:09:26.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-28T20:09:31.968Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-28T20:09:31.968Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-28T20:09:33.931Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-28T20:09:42.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.987s coverage: 79.9% of statements [2023-03-28T20:09:42.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-28T20:09:42.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 25.282s coverage: 92.9% of statements [2023-03-28T20:09:42.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.084s coverage: 64.4% of statements [2023-03-28T20:09:42.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.244s coverage: 62.3% of statements [2023-03-28T20:09:42.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.237s coverage: 87.2% of statements [2023-03-28T20:09:42.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.205s coverage: 20.0% of statements [2023-03-28T20:09:42.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.192s coverage: 100.0% of statements [2023-03-28T20:09:42.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.494s coverage: 81.2% of statements [2023-03-28T20:09:42.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.499s coverage: 82.1% of statements [2023-03-28T20:09:43.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-28T20:09:43.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.226s coverage: 86.0% of statements [2023-03-28T20:09:50.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-28T20:09:50.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-28T20:09:50.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.084s coverage: 63.1% of statements [2023-03-28T20:09:50.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.250s coverage: 100.0% of statements [2023-03-28T20:09:52.370Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.124s coverage: 89.4% of statements [2023-03-28T20:09:52.370Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.086s coverage: 100.0% of statements [2023-03-28T20:09:52.370Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.093s coverage: 73.7% of statements [2023-03-28T20:09:52.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-28T20:09:52.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-28T20:09:52.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-28T20:09:52.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements [2023-03-28T20:10:01.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-28T20:10:01.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-28T20:10:01.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-28T20:10:02.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.017s coverage: 38.4% of statements [2023-03-28T20:10:02.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.235s coverage: 89.5% of statements [2023-03-28T20:10:07.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-28T20:10:07.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-28T20:10:07.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-28T20:10:07.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-28T20:10:07.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.244s coverage: 84.8% of statements [2023-03-28T20:10:14.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-28T20:10:14.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-28T20:10:14.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-28T20:10:14.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-28T20:10:20.751Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.303s coverage: 17.7% of statements [2023-03-28T20:10:20.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-28T20:10:20.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-28T20:10:20.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-28T20:10:20.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-28T20:10:21.336Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.580s coverage: 92.3% of statements [2023-03-28T20:10:25.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-28T20:10:25.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-28T20:10:25.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.293s coverage: 61.5% of statements [2023-03-28T20:10:27.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-28T20:10:27.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-28T20:10:28.106Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.435s coverage: 97.7% of statements [2023-03-28T20:10:29.063Z] 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-03-28T20:10:29.063Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-28T20:10:29.063Z] go vet ./... [2023-03-28T20:13:20.788Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-28T20:13:20.788Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-28T20:13:20.788Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-28T20:13:20.824Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-28T20:13:21.484Z] + ls -al . [2023-03-28T20:13:21.484Z] total 700 [2023-03-28T20:13:21.484Z] drwxrwxr-x 10 1001 1001 4096 Mar 28 20:04 . [2023-03-28T20:13:21.484Z] drwxr-xr-x 4 root root 4096 Mar 28 20:04 .. [2023-03-28T20:13:21.484Z] drwxrwxr-x 2 1001 1001 4096 Mar 28 20:02 .blubracket [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 16 Mar 28 20:02 .dockerignore [2023-03-28T20:13:21.484Z] drwxrwxr-x 8 1001 1001 4096 Mar 28 20:02 .git [2023-03-28T20:13:21.484Z] drwxrwxr-x 3 1001 1001 4096 Mar 28 20:02 .github [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 1133 Mar 28 20:02 .gitignore [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 42 Mar 28 20:02 .golangci.yml [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 87 Mar 28 20:02 .hadolint.yml [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 166 Mar 28 20:02 .sonarcloud.properties [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 1171 Mar 28 20:02 ADOPTERS.md [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 10835 Mar 28 20:02 Attribution.txt [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 73765 Mar 28 20:02 CHANGELOG.md [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 3804 Mar 28 20:02 CONTRIBUTING.md [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 677 Mar 28 20:02 GOVERNANCE.md [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 883 Mar 28 20:02 Jenkinsfile [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 10775 Mar 28 20:02 LICENSE [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 14368 Mar 28 20:02 Makefile [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 582 Mar 28 20:02 OWNERS.md [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 9403 Mar 28 20:02 README.md [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 789 Mar 28 20:02 SECURITY.md [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 5 Mar 28 19:59 VERSION [2023-03-28T20:13:21.484Z] drwxrwxr-x 2 1001 1001 4096 Mar 28 20:02 bin [2023-03-28T20:13:21.484Z] drwxrwxr-x 18 1001 1001 4096 Mar 28 20:02 cmd [2023-03-28T20:13:21.484Z] -rw-r--r-- 1 root root 447380 Mar 28 20:10 coverage.out [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 3200 Mar 28 20:02 go.mod [2023-03-28T20:13:21.484Z] -rw-rw-r-- 1 1001 1001 31265 Mar 28 20:02 go.sum [2023-03-28T20:13:21.484Z] drwxrwxr-x 7 1001 1001 4096 Mar 28 20:02 internal [2023-03-28T20:13:21.484Z] drwxrwxr-x 3 1001 1001 4096 Mar 28 20:02 openapi [2023-03-28T20:13:21.485Z] -rw-rw-r-- 1 1001 1001 594 Mar 28 20:02 security.txt [2023-03-28T20:13:21.485Z] drwxrwxr-x 4 1001 1001 4096 Mar 28 20:02 snap [2023-03-28T20:13:21.485Z] -rw-rw-r-- 1 1001 1001 204 Mar 28 20:02 version.go [Pipeline] sh [2023-03-28T20:13:22.149Z] + '[' -e coverage.out ] [2023-03-28T20:13:22.149Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-28T20:13:22.185Z] Warning: overwriting stash ‘coverage-report’ [2023-03-28T20:13:23.104Z] Stashed 1 file(s) [Pipeline] sh [2023-03-28T20:13:23.753Z] + make build [2023-03-28T20:13:23.753Z] 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-03-28T20:15:15.426Z] 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-03-28T20:15:15.426Z] 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-03-28T20:15:15.426Z] 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-03-28T20:15:18.895Z] 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-03-28T20:16:05.756Z] 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-03-28T20:16:12.409Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-28T20:16:17.756Z] 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-03-28T20:16:24.413Z] 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-03-28T20:16:28.672Z] 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-03-28T20:16:32.929Z] 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-03-28T20:16:39.574Z] 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-03-28T20:16:46.247Z] $ docker stop --time=1 cfa4443e849a468ee2e43a4608ec54accd8f90690f852d977b4a90489bdb1441 [2023-03-28T20:16:48.349Z] $ docker rm -f --volumes cfa4443e849a468ee2e43a4608ec54accd8f90690f852d977b4a90489bdb1441 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T20:16:51.064Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-28T20:16:51.064Z] [2023-03-28T20:16:51.064Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T20:16:51.467Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-28T20:16:51.735Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-28T20:16:51.735Z] 29e5d40040c1: Pulling fs layer [2023-03-28T20:16:51.735Z] 1ce36da41761: Pulling fs layer [2023-03-28T20:16:51.735Z] 25b303627fd3: Pulling fs layer [2023-03-28T20:16:51.735Z] 29e5d40040c1: Verifying Checksum [2023-03-28T20:16:51.735Z] 29e5d40040c1: Download complete [2023-03-28T20:16:52.003Z] 1ce36da41761: Verifying Checksum [2023-03-28T20:16:52.003Z] 1ce36da41761: Download complete [2023-03-28T20:16:52.270Z] 29e5d40040c1: Pull complete [2023-03-28T20:16:53.676Z] 1ce36da41761: Pull complete [2023-03-28T20:16:53.676Z] 25b303627fd3: Verifying Checksum [2023-03-28T20:16:53.676Z] 25b303627fd3: Download complete [2023-03-28T20:17:03.763Z] 25b303627fd3: Pull complete [2023-03-28T20:17:03.763Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-28T20:17:03.763Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-28T20:17:03.763Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T20:17:04.102Z] prd-ubuntu20.04-docker-arm64-4c-16g-6107 does not seem to be running inside a container [2023-03-28T20:17:04.174Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-28T20:17:06.536Z] $ docker top 5f973e7e10a669464564b96e12a8cfc576285f829912eee8191623cf999f473b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-28T20:17:07.420Z] + docker-compose build --help [2023-03-28T20:17:07.420Z] + grep parallel [2023-03-28T20:17:12.776Z] --parallel Build images in parallel. [Pipeline] } [2023-03-28T20:17:12.813Z] $ docker stop --time=1 5f973e7e10a669464564b96e12a8cfc576285f829912eee8191623cf999f473b [2023-03-28T20:17:14.527Z] $ docker rm -f --volumes 5f973e7e10a669464564b96e12a8cfc576285f829912eee8191623cf999f473b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T20:17:15.286Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-28T20:17:15.286Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T20:17:15.534Z] prd-ubuntu20.04-docker-arm64-4c-16g-6107 does not seem to be running inside a container [2023-03-28T20:17:15.592Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-28T20:17:16.801Z] $ docker top 14ff9f3f28e7bd29d2a7ff710b5bf9715d7d6fb881261c1f8c12659cf26f2c37 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-28T20:17:17.707Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-28T20:17:24.353Z] Building core-command ... [2023-03-28T20:17:24.353Z] Building core-common-config-bootstrapper ... [2023-03-28T20:17:24.353Z] Building core-data ... [2023-03-28T20:17:24.353Z] Building core-metadata ... [2023-03-28T20:17:24.353Z] Building security-bootstrapper ... [2023-03-28T20:17:24.353Z] Building security-proxy-auth ... [2023-03-28T20:17:24.353Z] Building security-proxy-setup ... [2023-03-28T20:17:24.353Z] Building security-secretstore-setup ... [2023-03-28T20:17:24.353Z] Building security-spiffe-token-provider ... [2023-03-28T20:17:24.353Z] Building security-spire-agent ... [2023-03-28T20:17:24.353Z] Building security-spire-config ... [2023-03-28T20:17:24.353Z] Building security-spire-server ... [2023-03-28T20:17:24.353Z] Building support-notifications ... [2023-03-28T20:17:24.353Z] Building support-scheduler ... [2023-03-28T20:17:24.353Z] Building core-command [2023-03-28T20:17:24.353Z] Building security-proxy-auth [2023-03-28T20:17:24.353Z] Building security-spire-agent [2023-03-28T20:17:24.353Z] Building security-spiffe-token-provider [2023-03-28T20:17:24.353Z] Building security-spire-config [2023-03-28T20:18:14.600Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:18:14.600Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:18:14.600Z] ---> 77a750aa3953 [2023-03-28T20:18:14.600Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-28T20:18:14.600Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:18:14.600Z] Step 2/27 : FROM ${BUILDER_BASE} AS builderStep 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:18:14.600Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:18:14.600Z] [2023-03-28T20:18:14.600Z] ---> 77a750aa3953 [2023-03-28T20:18:14.600Z] ---> 77a750aa3953 [2023-03-28T20:18:14.600Z] Step 3/27 : WORKDIR /edgex-go [2023-03-28T20:18:14.600Z] Step 3/27 : WORKDIR /edgex-go [2023-03-28T20:18:14.600Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:18:14.600Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:18:14.600Z] ---> 77a750aa3953 [2023-03-28T20:18:14.600Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-28T20:18:14.600Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:18:14.600Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:18:14.600Z] ---> 77a750aa3953 [2023-03-28T20:18:14.600Z] Step 3/20 : WORKDIR /edgex-go [2023-03-28T20:18:14.600Z] ---> Running in e527d4e7e3d6 [2023-03-28T20:18:14.600Z] ---> Running in 8300e0a5472d [2023-03-28T20:18:14.600Z] ---> Running in 0499969f869c [2023-03-28T20:18:14.600Z] ---> Running in 7f5bf22c96ec [2023-03-28T20:18:14.600Z] ---> Running in f5d13ab56382 [2023-03-28T20:18:14.600Z] Removing intermediate container e527d4e7e3d6 [2023-03-28T20:18:14.600Z] ---> ee80d62a0066 [2023-03-28T20:18:14.600Z] Step 4/23 : WORKDIR /edgex-go [2023-03-28T20:18:14.600Z] Removing intermediate container f5d13ab56382 [2023-03-28T20:18:14.600Z] ---> ef143ea674ae [2023-03-28T20:18:14.600Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-03-28T20:18:14.601Z] Removing intermediate container 0499969f869c [2023-03-28T20:18:14.601Z] ---> 1cae9df011f8 [2023-03-28T20:18:14.601Z] Step 4/24 : WORKDIR /edgex-go [2023-03-28T20:18:14.601Z] ---> Running in c1d99204930b [2023-03-28T20:18:14.601Z] Removing intermediate container 7f5bf22c96ec [2023-03-28T20:18:14.601Z] ---> 436ae1eb5dbd [2023-03-28T20:18:14.601Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-03-28T20:18:14.601Z] Removing intermediate container 8300e0a5472d [2023-03-28T20:18:14.601Z] ---> 403ebb34375a [2023-03-28T20:18:14.601Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-03-28T20:18:14.601Z] ---> Running in 6ca8edd1510c [2023-03-28T20:18:14.601Z] ---> Running in 94a93e9b6bce [2023-03-28T20:18:14.601Z] ---> Running in 333e1d00d86c [2023-03-28T20:18:14.601Z] ---> Running in df687f9904e2 [2023-03-28T20:18:14.601Z] Removing intermediate container c1d99204930b [2023-03-28T20:18:14.601Z] ---> fd3849edee52 [2023-03-28T20:18:14.601Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-28T20:18:14.601Z] ---> Running in fd72d95deb86 [2023-03-28T20:18:14.601Z] Removing intermediate container 94a93e9b6bce [2023-03-28T20:18:14.601Z] ---> 9b71cc05df32 [2023-03-28T20:18:14.601Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-28T20:18:14.601Z] ---> Running in e70caf3b220f [2023-03-28T20:18:14.869Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:18:15.137Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:18:15.405Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:18:15.405Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:18:15.405Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:18:15.674Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:18:15.946Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:18:16.216Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:18:16.216Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:18:16.483Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:18:17.069Z] OK: 263 MiB in 53 packages [2023-03-28T20:18:17.338Z] OK: 263 MiB in 53 packages [2023-03-28T20:18:17.929Z] v3.17.2-295-g709985f93db [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-28T20:18:17.929Z] v3.17.2-296-g805ea7fc493 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-28T20:18:17.929Z] OK: 17694 distinct packages available [2023-03-28T20:18:17.929Z] OK: 263 MiB in 53 packages [2023-03-28T20:18:18.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:18:18.204Z] OK: 263 MiB in 53 packages [2023-03-28T20:18:18.816Z] Removing intermediate container 6ca8edd1510c [2023-03-28T20:18:18.816Z] ---> 9d5f10e0eefe [2023-03-28T20:18:18.816Z] Step 5/27 : COPY go.mod vendor* ./ [2023-03-28T20:18:19.103Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:18:19.703Z] Removing intermediate container fd72d95deb86 [2023-03-28T20:18:19.703Z] ---> bb771d246d20 [2023-03-28T20:18:19.703Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-28T20:18:19.976Z] Removing intermediate container e70caf3b220f [2023-03-28T20:18:19.976Z] ---> 19b232abcfe5 [2023-03-28T20:18:19.976Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-28T20:18:19.976Z] Removing intermediate container 333e1d00d86c [2023-03-28T20:18:19.976Z] ---> 99e3c926eb3d [2023-03-28T20:18:19.976Z] Step 5/27 : COPY go.mod vendor* ./ [2023-03-28T20:18:20.245Z] OK: 263 MiB in 53 packages [2023-03-28T20:18:20.245Z] ---> 3c1d16ffff91 [2023-03-28T20:18:20.245Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:18:20.514Z] ---> Running in aec11becb8ff [2023-03-28T20:18:21.483Z] ---> db73635798b6 [2023-03-28T20:18:21.483Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:18:21.483Z] ---> Running in 85ab8a5548e2 [2023-03-28T20:18:21.752Z] ---> d586d7fb46e7 [2023-03-28T20:18:21.752Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:18:22.022Z] ---> f10d53a7527f [2023-03-28T20:18:22.022Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:18:22.022Z] Removing intermediate container df687f9904e2 [2023-03-28T20:18:22.022Z] ---> a56c56d70812 [2023-03-28T20:18:22.022Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-28T20:18:22.022Z] ---> Running in c74870ddfdaa [2023-03-28T20:18:22.289Z] ---> Running in b5ca7f1d6c42 [2023-03-28T20:18:23.692Z] ---> 2f954da913b8 [2023-03-28T20:18:23.692Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:18:23.692Z] ---> Running in 2cce8c7852d9 [2023-03-28T20:20:15.548Z] Removing intermediate container aec11becb8ff [2023-03-28T20:20:15.548Z] ---> a0d54507f984 [2023-03-28T20:20:15.548Z] Step 7/27 : COPY . . [2023-03-28T20:20:15.548Z] Removing intermediate container 85ab8a5548e2 [2023-03-28T20:20:15.548Z] ---> d6d6b2e07170 [2023-03-28T20:20:15.548Z] Step 8/23 : COPY . . [2023-03-28T20:20:15.548Z] Removing intermediate container c74870ddfdaa [2023-03-28T20:20:15.548Z] ---> 86e8089aac32 [2023-03-28T20:20:15.548Z] Step 7/27 : COPY . . [2023-03-28T20:20:15.548Z] Removing intermediate container b5ca7f1d6c42 [2023-03-28T20:20:15.548Z] ---> b6fae8c39d66 [2023-03-28T20:20:15.548Z] Step 8/24 : COPY . . [2023-03-28T20:20:15.548Z] Removing intermediate container 2cce8c7852d9 [2023-03-28T20:20:15.548Z] ---> 3a312cf2b0ab [2023-03-28T20:20:15.548Z] Step 7/20 : COPY . . [2023-03-28T20:20:37.624Z] ---> c02e7427e8fc [2023-03-28T20:20:37.624Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-28T20:20:37.624Z] ---> bf2957f522a5 [2023-03-28T20:20:37.624Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-03-28T20:20:37.624Z] ---> b2d253c88981 [2023-03-28T20:20:37.624Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-03-28T20:20:37.624Z] ---> Running in 58ab44d5d70c [2023-03-28T20:20:37.624Z] ---> Running in b91c4d6e3bc5 [2023-03-28T20:20:37.624Z] ---> 372a040b4439 [2023-03-28T20:20:37.624Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-28T20:20:37.624Z] ---> Running in 14c1c292a651 [2023-03-28T20:20:37.624Z] ---> e23571c6103f [2023-03-28T20:20:37.624Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-28T20:20:37.624Z] ---> Running in b8b46a5b967e [2023-03-28T20:20:37.624Z] ---> Running in 2a5ac502cebb [2023-03-28T20:20:37.624Z] Removing intermediate container 58ab44d5d70c [2023-03-28T20:20:37.624Z] ---> 41d1d7394cfe [2023-03-28T20:20:37.624Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-03-28T20:20:37.624Z] ---> Running in 37891deff32c [2023-03-28T20:20:37.624Z] Removing intermediate container 14c1c292a651 [2023-03-28T20:20:37.624Z] ---> 1fcbc76e7c4e [2023-03-28T20:20:37.624Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-03-28T20:20:37.624Z] ---> Running in 6b5de08ac67d [2023-03-28T20:20:37.624Z] Removing intermediate container 37891deff32c [2023-03-28T20:20:37.624Z] ---> 573009d02e3e [2023-03-28T20:20:37.624Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-28T20:20:37.624Z] ---> Running in cf9e1aac96e1 [2023-03-28T20:20:37.624Z] Removing intermediate container 6b5de08ac67d [2023-03-28T20:20:37.624Z] ---> 7d0e04c9a4dc [2023-03-28T20:20:37.624Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-28T20:20:37.624Z] ---> Running in d626e1aad9f9 [2023-03-28T20:20:37.624Z] 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-03-28T20:20:38.217Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-28T20:20:38.217Z] Removing intermediate container cf9e1aac96e1 [2023-03-28T20:20:38.217Z] ---> b4909de19b0c [2023-03-28T20:20:38.217Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-28T20:20:38.217Z] Removing intermediate container d626e1aad9f9 [2023-03-28T20:20:38.217Z] ---> 8e66dddbea6a [2023-03-28T20:20:38.217Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-28T20:20:38.217Z] 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-03-28T20:20:38.217Z] ---> Running in 3591d11fd0bf [2023-03-28T20:20:38.486Z] ---> Running in 2014e8f85200 [2023-03-28T20:20:42.742Z] Removing intermediate container 2014e8f85200 [2023-03-28T20:20:42.742Z] ---> 5e79d2067af1 [2023-03-28T20:20:42.742Z] Step 12/27 : WORKDIR /edgex-go [2023-03-28T20:20:42.742Z] ---> Running in 801d7c0b4176 [2023-03-28T20:20:43.010Z] Removing intermediate container 3591d11fd0bf [2023-03-28T20:20:43.010Z] ---> 2e4d6d2e3975 [2023-03-28T20:20:43.010Z] Step 12/27 : WORKDIR /edgex-go [2023-03-28T20:20:43.278Z] ---> Running in 3cb3f48fd999 [2023-03-28T20:20:43.555Z] Removing intermediate container 801d7c0b4176 [2023-03-28T20:20:43.555Z] ---> 086e192f7eaf [2023-03-28T20:20:43.555Z] [2023-03-28T20:20:43.555Z] Step 13/27 : FROM alpine:3.17 [2023-03-28T20:20:43.823Z] 3.17: Pulling from library/alpine [2023-03-28T20:20:44.118Z] Removing intermediate container 3cb3f48fd999 [2023-03-28T20:20:44.118Z] ---> 832e1dce7796 [2023-03-28T20:20:44.118Z] [2023-03-28T20:20:44.118Z] Step 13/27 : FROM alpine:3.17 [2023-03-28T20:20:44.118Z] 3.17: Pulling from library/alpine [2023-03-28T20:20:44.395Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-28T20:20:44.395Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-28T20:20:44.395Z] Status: Downloaded newer image for alpine:3.17 [2023-03-28T20:20:44.395Z] Status: Downloaded newer image for alpine:3.17 [2023-03-28T20:20:44.395Z] ---> d74e625d9115 [2023-03-28T20:20:44.395Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-28T20:20:44.395Z] ---> d74e625d9115 [2023-03-28T20:20:44.395Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-28T20:20:44.665Z] ---> Running in a55f52a9b2fc [2023-03-28T20:20:44.665Z] ---> Running in 4f1f02492706 [2023-03-28T20:20:45.265Z] Removing intermediate container a55f52a9b2fc [2023-03-28T20:20:45.265Z] Removing intermediate container 4f1f02492706 [2023-03-28T20:20:45.265Z] ---> 8753b79e289e [2023-03-28T20:20:45.265Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-28T20:20:45.265Z] ---> 857b451900bd [2023-03-28T20:20:45.265Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-28T20:20:45.534Z] ---> Running in 17f19afa42a4 [2023-03-28T20:20:45.534Z] ---> Running in c09a654aec81 [2023-03-28T20:20:48.121Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:20:48.121Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:20:49.083Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:20:49.083Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:20:51.286Z] v3.17.2-295-g709985f93db [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-28T20:20:51.286Z] v3.17.2-296-g805ea7fc493 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-28T20:20:51.286Z] OK: 17691 distinct packages available [2023-03-28T20:20:51.286Z] v3.17.2-295-g709985f93db [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-28T20:20:51.286Z] v3.17.2-296-g805ea7fc493 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-28T20:20:51.286Z] OK: 17691 distinct packages available [2023-03-28T20:20:51.286Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:20:51.286Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:20:52.301Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:20:52.609Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:20:54.639Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-03-28T20:20:54.639Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-28T20:20:54.639Z] (3/4) Installing libucontext (1.2-r0) [2023-03-28T20:20:54.639Z] (4/4) Installing gcompat (1.1.0-r0) [2023-03-28T20:20:54.639Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:20:54.639Z] OK: 8 MiB in 19 packages [2023-03-28T20:20:54.639Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-03-28T20:20:54.639Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-28T20:20:54.639Z] (3/5) Installing libucontext (1.2-r0) [2023-03-28T20:20:54.639Z] (4/5) Installing gcompat (1.1.0-r0) [2023-03-28T20:20:54.639Z] (5/5) Installing openssl (3.0.8-r2) [2023-03-28T20:20:54.912Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:20:54.912Z] OK: 9 MiB in 20 packages [2023-03-28T20:20:56.864Z] Removing intermediate container c09a654aec81 [2023-03-28T20:20:56.864Z] ---> c5f040cc5129 [2023-03-28T20:20:56.864Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:20:57.486Z] Removing intermediate container 17f19afa42a4 [2023-03-28T20:20:57.486Z] ---> 0955883f568c [2023-03-28T20:20:57.486Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:20:58.455Z] ---> e0b83aad98aa [2023-03-28T20:20:58.455Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:20:58.724Z] ---> ffcf0756267a [2023-03-28T20:20:58.724Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:20:59.687Z] ---> 86bf471d8434 [2023-03-28T20:20:59.687Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-28T20:21:00.278Z] ---> b94b9cc38dc9 [2023-03-28T20:21:00.278Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-28T20:21:05.631Z] ---> 95f55f949cd9 [2023-03-28T20:21:05.631Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-28T20:21:07.580Z] ---> bf0c3c5d5227 [2023-03-28T20:21:07.580Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-28T20:21:09.532Z] ---> 638748142f7d [2023-03-28T20:21:09.532Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-28T20:21:09.532Z] ---> Running in ff45af16c4d9 [2023-03-28T20:21:10.119Z] Removing intermediate container ff45af16c4d9 [2023-03-28T20:21:10.119Z] ---> 03396d29ee73 [2023-03-28T20:21:10.119Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-28T20:21:13.470Z] ---> 202ea83cdfae [2023-03-28T20:21:13.470Z] Step 22/27 : WORKDIR / [2023-03-28T20:21:13.470Z] ---> 1de71da5c217 [2023-03-28T20:21:13.470Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-28T20:21:13.470Z] ---> Running in 878c7cf2787d [2023-03-28T20:21:14.061Z] Removing intermediate container 878c7cf2787d [2023-03-28T20:21:14.061Z] ---> 5a74ed05ce9a [2023-03-28T20:21:14.061Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-28T20:21:14.338Z] ---> Running in 41e6320bb4f6 [2023-03-28T20:21:14.609Z] ---> 82f991b060d2 [2023-03-28T20:21:14.609Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-28T20:21:15.198Z] Removing intermediate container 41e6320bb4f6 [2023-03-28T20:21:15.198Z] ---> 884614c191cf [2023-03-28T20:21:15.198Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-28T20:21:15.198Z] ---> Running in 75395ca24c96 [2023-03-28T20:21:15.784Z] ---> d51ce05f65b2 [2023-03-28T20:21:15.784Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-28T20:21:15.784Z] Removing intermediate container 75395ca24c96 [2023-03-28T20:21:15.784Z] ---> f4e3b1e2ea54 [2023-03-28T20:21:15.784Z] Step 25/27 : LABEL arch=arm64 [2023-03-28T20:21:16.056Z] ---> Running in 3cd45a49bd0b [2023-03-28T20:21:16.642Z] Removing intermediate container 3cd45a49bd0b [2023-03-28T20:21:16.642Z] ---> ff773aeac9a4 [2023-03-28T20:21:16.642Z] Step 26/27 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:21:16.642Z] ---> Running in c92bf164862c [2023-03-28T20:21:17.230Z] ---> 26713b4262e2 [2023-03-28T20:21:17.230Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-28T20:21:17.230Z] ---> Running in 99b3d2e87e2f [2023-03-28T20:21:17.508Z] Removing intermediate container c92bf164862c [2023-03-28T20:21:17.508Z] ---> 3c85181cf9ee [2023-03-28T20:21:17.508Z] Step 27/27 : LABEL version=0.0.0 [2023-03-28T20:21:17.787Z] ---> Running in 7901a40392c0 [2023-03-28T20:21:18.063Z] Removing intermediate container 99b3d2e87e2f [2023-03-28T20:21:18.063Z] ---> 6274beceec69 [2023-03-28T20:21:18.063Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-28T20:21:18.339Z] ---> Running in dda93e8fc2fb [2023-03-28T20:21:18.339Z] Removing intermediate container 7901a40392c0 [2023-03-28T20:21:18.339Z] ---> 01323f855dd0 [2023-03-28T20:21:18.339Z] [2023-03-28T20:21:18.928Z] Removing intermediate container dda93e8fc2fb [2023-03-28T20:21:18.928Z] ---> cfe916b64a89 [2023-03-28T20:21:18.928Z] Step 25/27 : LABEL arch=arm64 [2023-03-28T20:21:18.928Z] Successfully built 01323f855dd0 [2023-03-28T20:21:18.928Z] Successfully tagged security-spire-config-arm64:latest [2023-03-28T20:21:18.928Z] Building support-scheduler [2023-03-28T20:21:19.196Z]  Building security-spire-config ... done  ---> Running in 09168a851645 [2023-03-28T20:21:19.475Z] Removing intermediate container 09168a851645 [2023-03-28T20:21:19.475Z] ---> 872c3810ac64 [2023-03-28T20:21:19.475Z] Step 26/27 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:21:19.475Z] ---> Running in 15466d80fa57 [2023-03-28T20:21:20.067Z] Removing intermediate container 15466d80fa57 [2023-03-28T20:21:20.067Z] ---> 7bd01abdf121 [2023-03-28T20:21:20.067Z] Step 27/27 : LABEL version=0.0.0 [2023-03-28T20:21:20.335Z] ---> Running in 8e05024f4872 [2023-03-28T20:21:20.920Z] Removing intermediate container 8e05024f4872 [2023-03-28T20:21:20.920Z] ---> bd777de63f8e [2023-03-28T20:21:20.920Z] [2023-03-28T20:21:21.187Z] Successfully built bd777de63f8e [2023-03-28T20:21:21.187Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-28T20:21:21.187Z]  Building security-spire-agent ... done Building core-metadata [2023-03-28T20:21:47.872Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:21:47.872Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:21:47.872Z] ---> 77a750aa3953 [2023-03-28T20:21:47.872Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-28T20:21:47.872Z] ---> Using cache [2023-03-28T20:21:47.872Z] ---> 1cae9df011f8 [2023-03-28T20:21:47.872Z] Step 4/23 : WORKDIR /edgex-go [2023-03-28T20:21:47.872Z] ---> Using cache [2023-03-28T20:21:47.872Z] ---> 9b71cc05df32 [2023-03-28T20:21:47.872Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-28T20:21:47.872Z] ---> Using cache [2023-03-28T20:21:47.872Z] ---> 19b232abcfe5 [2023-03-28T20:21:47.872Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-28T20:21:47.872Z] ---> Using cache [2023-03-28T20:21:47.872Z] ---> f10d53a7527f [2023-03-28T20:21:47.872Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:21:47.872Z] ---> Using cache [2023-03-28T20:21:47.872Z] ---> b6fae8c39d66 [2023-03-28T20:21:47.872Z] Step 8/23 : COPY . . [2023-03-28T20:21:47.872Z] ---> Using cache [2023-03-28T20:21:47.872Z] ---> c02e7427e8fc [2023-03-28T20:21:47.872Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-03-28T20:21:47.872Z] ---> Running in ebf0ae88752f [2023-03-28T20:21:49.817Z] 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-03-28T20:21:50.409Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:21:50.409Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:21:50.409Z] ---> 77a750aa3953 [2023-03-28T20:21:50.409Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-03-28T20:21:50.409Z] ---> Using cache [2023-03-28T20:21:50.409Z] ---> 1cae9df011f8 [2023-03-28T20:21:50.409Z] Step 4/25 : WORKDIR /edgex-go [2023-03-28T20:21:50.409Z] ---> Using cache [2023-03-28T20:21:50.409Z] ---> 9b71cc05df32 [2023-03-28T20:21:50.409Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-03-28T20:21:50.409Z] ---> Using cache [2023-03-28T20:21:50.409Z] ---> 19b232abcfe5 [2023-03-28T20:21:50.409Z] Step 6/25 : COPY go.mod vendor* ./ [2023-03-28T20:21:50.409Z] ---> Using cache [2023-03-28T20:21:50.409Z] ---> f10d53a7527f [2023-03-28T20:21:50.409Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:21:50.409Z] ---> Using cache [2023-03-28T20:21:50.409Z] ---> b6fae8c39d66 [2023-03-28T20:21:50.409Z] Step 8/25 : COPY . . [2023-03-28T20:21:50.409Z] ---> Using cache [2023-03-28T20:21:50.409Z] ---> c02e7427e8fc [2023-03-28T20:21:50.409Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-28T20:21:50.409Z] ---> Running in c2c1dfbe9159 [2023-03-28T20:21:53.008Z] 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-03-28T20:28:15.025Z] Removing intermediate container b8b46a5b967e [2023-03-28T20:28:15.025Z] ---> ded8bfdaae2a [2023-03-28T20:28:15.025Z] [2023-03-28T20:28:15.025Z] Step 10/23 : FROM alpine:3.17 [2023-03-28T20:28:15.025Z] ---> d74e625d9115 [2023-03-28T20:28:15.025Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-28T20:28:15.025Z] ---> Running in 9d8b56928561 [2023-03-28T20:28:15.025Z] Removing intermediate container 9d8b56928561 [2023-03-28T20:28:15.025Z] ---> fe057e68da5d [2023-03-28T20:28:15.025Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-28T20:28:15.025Z] ---> Running in ce70764aba15 [2023-03-28T20:28:15.025Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:28:15.025Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:28:15.025Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-28T20:28:15.025Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:28:15.025Z] OK: 8 MiB in 16 packages [2023-03-28T20:28:15.025Z] Removing intermediate container ce70764aba15 [2023-03-28T20:28:15.025Z] ---> e903d03f2f31 [2023-03-28T20:28:15.025Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:28:15.025Z] ---> cc04b32cfd88 [2023-03-28T20:28:15.025Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:28:15.025Z] ---> 922ccfc167f8 [2023-03-28T20:28:15.026Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-28T20:28:15.026Z] ---> 5562cdaff2f9 [2023-03-28T20:28:15.026Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-03-28T20:28:15.026Z] ---> c97596b30666 [2023-03-28T20:28:15.026Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-28T20:28:15.349Z] ---> 9e9b07ac9874 [2023-03-28T20:28:15.349Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-28T20:28:15.621Z] ---> Running in 5762c647c0ec [2023-03-28T20:28:18.983Z] Removing intermediate container 5762c647c0ec [2023-03-28T20:28:18.983Z] ---> e46178356f2b [2023-03-28T20:28:18.983Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-28T20:28:18.983Z] ---> Running in d0d0d1d1de04 [2023-03-28T20:28:19.956Z] Removing intermediate container d0d0d1d1de04 [2023-03-28T20:28:19.956Z] ---> 89f68a6452d1 [2023-03-28T20:28:19.956Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-28T20:28:19.956Z] ---> Running in 25feeebc72fa [2023-03-28T20:28:20.546Z] Removing intermediate container 25feeebc72fa [2023-03-28T20:28:20.546Z] ---> 09cfaa498bd0 [2023-03-28T20:28:20.546Z] Step 21/23 : LABEL arch=arm64 [2023-03-28T20:28:20.546Z] ---> Running in a462819c7c31 [2023-03-28T20:28:21.139Z] Removing intermediate container a462819c7c31 [2023-03-28T20:28:21.139Z] ---> 46b8d0a7a26a [2023-03-28T20:28:21.139Z] Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:28:21.408Z] ---> Running in cdf02f6de2f6 [2023-03-28T20:28:21.994Z] Removing intermediate container cdf02f6de2f6 [2023-03-28T20:28:21.994Z] ---> 812e89a27150 [2023-03-28T20:28:21.994Z] Step 23/23 : LABEL version=0.0.0 [2023-03-28T20:28:21.994Z] ---> Running in 070194995c51 [2023-03-28T20:28:22.589Z] Removing intermediate container 070194995c51 [2023-03-28T20:28:22.589Z] ---> f3656118119c [2023-03-28T20:28:22.589Z] [2023-03-28T20:28:22.860Z] Successfully built f3656118119c [2023-03-28T20:28:23.129Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-28T20:28:23.129Z] Building core-data [2023-03-28T20:28:41.364Z]  Building security-proxy-auth ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:28:41.364Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:28:41.364Z] ---> 77a750aa3953 [2023-03-28T20:28:41.364Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-28T20:28:41.364Z] ---> Using cache [2023-03-28T20:28:41.364Z] ---> 1cae9df011f8 [2023-03-28T20:28:41.364Z] Step 4/23 : WORKDIR /edgex-go [2023-03-28T20:28:41.364Z] ---> Using cache [2023-03-28T20:28:41.364Z] ---> 9b71cc05df32 [2023-03-28T20:28:41.364Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-28T20:28:41.364Z] ---> Using cache [2023-03-28T20:28:41.364Z] ---> 19b232abcfe5 [2023-03-28T20:28:41.364Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-28T20:28:41.364Z] ---> Using cache [2023-03-28T20:28:41.364Z] ---> f10d53a7527f [2023-03-28T20:28:41.364Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:28:41.364Z] ---> Using cache [2023-03-28T20:28:41.364Z] ---> b6fae8c39d66 [2023-03-28T20:28:41.364Z] Step 8/23 : COPY . . [2023-03-28T20:28:41.364Z] ---> Using cache [2023-03-28T20:28:41.364Z] ---> c02e7427e8fc [2023-03-28T20:28:41.364Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-28T20:28:41.364Z] ---> Running in 4d167cd853c1 [2023-03-28T20:28:43.970Z] 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-03-28T20:29:10.683Z] Removing intermediate container b91c4d6e3bc5 [2023-03-28T20:29:10.683Z] ---> df126f3b5df9 [2023-03-28T20:29:10.683Z] [2023-03-28T20:29:10.683Z] Step 10/24 : FROM alpine:3.17 [2023-03-28T20:29:10.683Z] ---> d74e625d9115 [2023-03-28T20:29:10.683Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-28T20:29:10.683Z] ---> Running in 9bd31b699192 [2023-03-28T20:29:10.683Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:29:10.683Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:29:12.642Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-28T20:29:12.643Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:29:12.643Z] OK: 8 MiB in 16 packages [2023-03-28T20:29:14.597Z] Removing intermediate container 9bd31b699192 [2023-03-28T20:29:14.598Z] ---> af169dd1bae8 [2023-03-28T20:29:14.598Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-28T20:29:14.598Z] ---> Running in 9805dfe388c4 [2023-03-28T20:29:15.189Z] Removing intermediate container 9805dfe388c4 [2023-03-28T20:29:15.189Z] ---> 45a430afd323 [2023-03-28T20:29:15.189Z] Step 13/24 : ENV APP_PORT=59882 [2023-03-28T20:29:15.189Z] ---> Running in 4459e72a6e6d [2023-03-28T20:29:15.779Z] Removing intermediate container 4459e72a6e6d [2023-03-28T20:29:15.779Z] ---> 84a06c44fc2a [2023-03-28T20:29:15.779Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-28T20:29:15.779Z] ---> Running in 0133d897b6a2 [2023-03-28T20:29:16.372Z] Removing intermediate container 0133d897b6a2 [2023-03-28T20:29:16.372Z] ---> 42cb6096d78c [2023-03-28T20:29:16.372Z] Step 15/24 : WORKDIR / [2023-03-28T20:29:16.643Z] ---> Running in 41362fb47b7a [2023-03-28T20:29:17.244Z] Removing intermediate container 41362fb47b7a [2023-03-28T20:29:17.244Z] ---> 446fde7bbf7a [2023-03-28T20:29:17.244Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:29:18.213Z] ---> bac26d558541 [2023-03-28T20:29:18.213Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:29:19.178Z] ---> 701a1f55a7b2 [2023-03-28T20:29:19.178Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-28T20:29:21.137Z] ---> cea249900148 [2023-03-28T20:29:21.137Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-03-28T20:29:22.104Z] ---> 8be62f5a489d [2023-03-28T20:29:22.104Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-03-28T20:29:22.373Z] ---> Running in 80cbaf690e34 [2023-03-28T20:29:22.960Z] Removing intermediate container 80cbaf690e34 [2023-03-28T20:29:22.960Z] ---> 77b73b354840 [2023-03-28T20:29:22.960Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-28T20:29:22.960Z] ---> Running in 8f2e871be111 [2023-03-28T20:29:23.548Z] Removing intermediate container 8f2e871be111 [2023-03-28T20:29:23.548Z] ---> 5990f1bae4b9 [2023-03-28T20:29:23.548Z] Step 22/24 : LABEL arch=arm64 [2023-03-28T20:29:23.816Z] ---> Running in d1566aa4ea42 [2023-03-28T20:29:24.405Z] Removing intermediate container d1566aa4ea42 [2023-03-28T20:29:24.405Z] ---> c5a5acf0b109 [2023-03-28T20:29:24.405Z] Step 23/24 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:29:24.406Z] ---> Running in 0272e70057f7 [2023-03-28T20:29:24.995Z] Removing intermediate container 0272e70057f7 [2023-03-28T20:29:24.995Z] ---> ee5f8e8ffaa6 [2023-03-28T20:29:24.995Z] Step 24/24 : LABEL version=0.0.0 [2023-03-28T20:29:25.265Z] ---> Running in 82a9dc1b4b33 [2023-03-28T20:29:25.860Z] Removing intermediate container 82a9dc1b4b33 [2023-03-28T20:29:25.860Z] ---> af4af7de39c9 [2023-03-28T20:29:25.860Z] [2023-03-28T20:29:26.128Z] Successfully built af4af7de39c9 [2023-03-28T20:29:26.128Z] Successfully tagged core-command-arm64:latest [2023-03-28T20:29:26.128Z]  Building core-command ... done Building core-common-config-bootstrapper [2023-03-28T20:29:48.205Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:29:48.205Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:29:48.205Z] ---> 77a750aa3953 [2023-03-28T20:29:48.205Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-28T20:29:48.205Z] ---> Using cache [2023-03-28T20:29:48.205Z] ---> 1cae9df011f8 [2023-03-28T20:29:48.205Z] Step 4/23 : WORKDIR /edgex-go [2023-03-28T20:29:48.205Z] ---> Using cache [2023-03-28T20:29:48.205Z] ---> 9b71cc05df32 [2023-03-28T20:29:48.205Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-28T20:29:48.205Z] ---> Using cache [2023-03-28T20:29:48.205Z] ---> 19b232abcfe5 [2023-03-28T20:29:48.205Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-28T20:29:48.205Z] ---> Using cache [2023-03-28T20:29:48.205Z] ---> f10d53a7527f [2023-03-28T20:29:48.205Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:29:48.205Z] ---> Using cache [2023-03-28T20:29:48.205Z] ---> b6fae8c39d66 [2023-03-28T20:29:48.205Z] Step 8/23 : COPY . . [2023-03-28T20:29:48.205Z] ---> Using cache [2023-03-28T20:29:48.205Z] ---> c02e7427e8fc [2023-03-28T20:29:48.205Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-28T20:29:48.205Z] ---> Running in f3e364afd81f [2023-03-28T20:29:48.205Z] 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-03-28T20:31:09.860Z] Removing intermediate container c2c1dfbe9159 [2023-03-28T20:31:09.860Z] ---> 1c77d1a9891c [2023-03-28T20:31:09.860Z] [2023-03-28T20:31:09.860Z] Step 10/25 : FROM alpine:3.17 [2023-03-28T20:31:09.860Z] ---> d74e625d9115 [2023-03-28T20:31:09.860Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-03-28T20:31:09.860Z] ---> Using cache [2023-03-28T20:31:09.860Z] ---> af169dd1bae8 [2023-03-28T20:31:09.860Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-28T20:31:09.860Z] ---> Using cache [2023-03-28T20:31:09.860Z] ---> 45a430afd323 [2023-03-28T20:31:09.860Z] Step 13/25 : ENV APP_PORT=59881 [2023-03-28T20:31:09.860Z] ---> Running in 8f73f7328763 [2023-03-28T20:31:09.860Z] Removing intermediate container 8f73f7328763 [2023-03-28T20:31:09.861Z] ---> 8960e045ba9b [2023-03-28T20:31:09.861Z] Step 14/25 : EXPOSE $APP_PORT [2023-03-28T20:31:09.861Z] ---> Running in 87e9c1e790c3 [2023-03-28T20:31:09.861Z] Removing intermediate container 87e9c1e790c3 [2023-03-28T20:31:09.861Z] ---> 58da47d33b4d [2023-03-28T20:31:09.861Z] Step 15/25 : WORKDIR / [2023-03-28T20:31:09.861Z] ---> Running in 7258600990bc [2023-03-28T20:31:09.861Z] Removing intermediate container 7258600990bc [2023-03-28T20:31:09.861Z] ---> 991ed69c0118 [2023-03-28T20:31:09.861Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:31:09.861Z] ---> adda67c844ba [2023-03-28T20:31:09.861Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:31:09.861Z] ---> a332a6c1f0bc [2023-03-28T20:31:09.861Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-28T20:31:09.861Z] ---> b536d3d20835 [2023-03-28T20:31:09.861Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-03-28T20:31:09.861Z] ---> 372b8f1f77c5 [2023-03-28T20:31:09.861Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-03-28T20:31:09.861Z] ---> b017ba887a44 [2023-03-28T20:31:09.861Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-03-28T20:31:09.861Z] ---> Running in 0a73ad360144 [2023-03-28T20:31:09.861Z] Removing intermediate container 0a73ad360144 [2023-03-28T20:31:09.861Z] ---> 1365223b14d1 [2023-03-28T20:31:09.861Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-28T20:31:09.861Z] ---> Running in 1f1935e9da3f [2023-03-28T20:31:09.861Z] Removing intermediate container 1f1935e9da3f [2023-03-28T20:31:09.861Z] ---> 45b47bf66a42 [2023-03-28T20:31:09.861Z] Step 23/25 : LABEL arch=arm64 [2023-03-28T20:31:09.861Z] ---> Running in 699ff65db628 [2023-03-28T20:31:09.861Z] Removing intermediate container 699ff65db628 [2023-03-28T20:31:09.861Z] ---> 31760682f783 [2023-03-28T20:31:09.861Z] Step 24/25 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:31:09.861Z] ---> Running in c72974b80f19 [2023-03-28T20:31:10.446Z] Removing intermediate container c72974b80f19 [2023-03-28T20:31:10.447Z] ---> eb5a9ee33ddb [2023-03-28T20:31:10.447Z] Step 25/25 : LABEL version=0.0.0 [2023-03-28T20:31:10.447Z] ---> Running in 8b45ad769acc [2023-03-28T20:31:11.423Z] Removing intermediate container 8b45ad769acc [2023-03-28T20:31:11.423Z] ---> 3d838e048493 [2023-03-28T20:31:11.423Z] [2023-03-28T20:31:11.423Z] Successfully built 3d838e048493 [2023-03-28T20:31:11.423Z] Successfully tagged core-metadata-arm64:latest [2023-03-28T20:31:11.423Z]  Building core-metadata ... done Building security-bootstrapper [2023-03-28T20:31:33.906Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:31:33.906Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:31:33.906Z] ---> 77a750aa3953 [2023-03-28T20:31:33.906Z] Step 3/33 : WORKDIR /edgex-go [2023-03-28T20:31:33.906Z] ---> Using cache [2023-03-28T20:31:33.906Z] ---> 403ebb34375a [2023-03-28T20:31:33.906Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-03-28T20:31:33.906Z] ---> Running in c2fcc09f0485 [2023-03-28T20:31:34.881Z] Removing intermediate container 2a5ac502cebb [2023-03-28T20:31:34.881Z] ---> e38851a74f67 [2023-03-28T20:31:34.881Z] [2023-03-28T20:31:34.881Z] Step 9/20 : FROM alpine:3.17 [2023-03-28T20:31:34.881Z] ---> d74e625d9115 [2023-03-28T20:31:34.881Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-03-28T20:31:34.881Z] ---> Running in c747a43b0b36 [2023-03-28T20:31:35.862Z] Removing intermediate container c747a43b0b36 [2023-03-28T20:31:35.862Z] ---> 476a61a6e06f [2023-03-28T20:31:35.862Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-28T20:31:35.862Z] ---> Running in be2758fd4d8f [2023-03-28T20:31:36.132Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:31:37.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:31:38.159Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:31:39.133Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:31:39.403Z] OK: 263 MiB in 53 packages [2023-03-28T20:31:41.355Z] Removing intermediate container c2fcc09f0485 [2023-03-28T20:31:41.355Z] ---> 556b1d144995 [2023-03-28T20:31:41.355Z] Step 5/33 : COPY go.mod vendor* ./ [2023-03-28T20:31:41.355Z] v3.17.2-295-g709985f93db [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-28T20:31:41.355Z] v3.17.2-296-g805ea7fc493 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-28T20:31:41.355Z] OK: 17691 distinct packages available [2023-03-28T20:31:41.624Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:31:42.214Z] ---> 64f83869bdf0 [2023-03-28T20:31:42.214Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:31:42.214Z] ---> Running in 3acf57368483 [2023-03-28T20:31:42.806Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:31:44.761Z] (1/9) Installing ca-certificates (20220614-r4) [2023-03-28T20:31:45.028Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-03-28T20:31:45.028Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-03-28T20:31:45.029Z] (4/9) Installing libcurl (7.88.1-r1) [2023-03-28T20:31:45.029Z] (5/9) Installing curl (7.88.1-r1) [2023-03-28T20:31:45.029Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-03-28T20:31:45.029Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-28T20:31:45.029Z] (8/9) Installing libucontext (1.2-r0) [2023-03-28T20:31:45.029Z] (9/9) Installing gcompat (1.1.0-r0) [2023-03-28T20:31:45.029Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:31:45.029Z] Executing ca-certificates-20220614-r4.trigger [2023-03-28T20:31:46.001Z] OK: 11 MiB in 24 packages [2023-03-28T20:31:48.593Z] Removing intermediate container be2758fd4d8f [2023-03-28T20:31:48.593Z] ---> 70538b7b62e0 [2023-03-28T20:31:48.593Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:31:49.559Z] ---> bba16d4e58cc [2023-03-28T20:31:49.559Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:31:50.525Z] ---> 435b94f89cd8 [2023-03-28T20:31:50.525Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-28T20:31:53.119Z] ---> a5ccc4f8df9d [2023-03-28T20:31:53.119Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-03-28T20:31:54.085Z] ---> db3e8b99d038 [2023-03-28T20:31:54.085Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-28T20:31:54.355Z] ---> Running in ab3b08b746c0 [2023-03-28T20:31:54.954Z] Removing intermediate container ab3b08b746c0 [2023-03-28T20:31:54.954Z] ---> a57bce04189c [2023-03-28T20:31:54.954Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-28T20:31:55.223Z] ---> Running in ae0691a0147f [2023-03-28T20:31:55.813Z] Removing intermediate container ae0691a0147f [2023-03-28T20:31:55.813Z] ---> a600bc465d77 [2023-03-28T20:31:55.813Z] Step 18/20 : LABEL arch=arm64 [2023-03-28T20:31:55.813Z] ---> Running in 08b2b82791ac [2023-03-28T20:31:56.397Z] Removing intermediate container 08b2b82791ac [2023-03-28T20:31:56.398Z] ---> 785300a3e99f [2023-03-28T20:31:56.398Z] Step 19/20 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:31:56.668Z] ---> Running in 3b389ec55c82 [2023-03-28T20:31:57.256Z] Removing intermediate container 3b389ec55c82 [2023-03-28T20:31:57.256Z] ---> 14977fe74fab [2023-03-28T20:31:57.256Z] Step 20/20 : LABEL version=0.0.0 [2023-03-28T20:31:57.528Z] ---> Running in 75a76d5405e9 [2023-03-28T20:31:58.116Z] Removing intermediate container 75a76d5405e9 [2023-03-28T20:31:58.116Z] ---> 20d0d3d3d2e0 [2023-03-28T20:31:58.116Z] [2023-03-28T20:31:58.702Z] Successfully built 20d0d3d3d2e0 [2023-03-28T20:31:58.702Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-28T20:31:58.702Z]  Building security-spiffe-token-provider ... done Building security-secretstore-setup [2023-03-28T20:32:16.944Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:32:16.944Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:32:16.944Z] ---> 77a750aa3953 [2023-03-28T20:32:16.944Z] Step 3/25 : WORKDIR /edgex-go [2023-03-28T20:32:16.944Z] ---> Using cache [2023-03-28T20:32:16.944Z] ---> 403ebb34375a [2023-03-28T20:32:16.944Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-03-28T20:32:16.944Z] ---> Using cache [2023-03-28T20:32:16.944Z] ---> 556b1d144995 [2023-03-28T20:32:16.944Z] Step 5/25 : COPY go.mod vendor* ./ [2023-03-28T20:32:16.944Z] ---> Using cache [2023-03-28T20:32:16.944Z] ---> 64f83869bdf0 [2023-03-28T20:32:16.944Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:32:21.218Z] ---> Running in 98f3c725a713 [2023-03-28T20:33:42.896Z] Removing intermediate container 3acf57368483 [2023-03-28T20:33:42.896Z] ---> fce0453e4237 [2023-03-28T20:33:42.896Z] Step 7/33 : COPY . . [2023-03-28T20:34:09.621Z] ---> 52297d3492ad [2023-03-28T20:34:09.621Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-28T20:34:09.621Z] ---> Running in ea65814cd833 [2023-03-28T20:34:10.585Z] 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-03-28T20:34:28.805Z] Removing intermediate container ebf0ae88752f [2023-03-28T20:34:28.805Z] ---> 75e3e9f8e6a7 [2023-03-28T20:34:28.805Z] [2023-03-28T20:34:28.805Z] Step 10/23 : FROM alpine:3.17 [2023-03-28T20:34:28.805Z] ---> d74e625d9115 [2023-03-28T20:34:28.805Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-28T20:34:28.805Z] ---> Using cache [2023-03-28T20:34:28.805Z] ---> af169dd1bae8 [2023-03-28T20:34:28.805Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-28T20:34:28.805Z] ---> Using cache [2023-03-28T20:34:28.805Z] ---> 45a430afd323 [2023-03-28T20:34:28.805Z] Step 13/23 : ENV APP_PORT=59861 [2023-03-28T20:34:29.073Z] ---> Running in 1846f68ee283 [2023-03-28T20:34:30.051Z] Removing intermediate container 1846f68ee283 [2023-03-28T20:34:30.051Z] ---> b2d520884e14 [2023-03-28T20:34:30.051Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-28T20:34:30.051Z] ---> Running in b9cd07159502 [2023-03-28T20:34:31.011Z] Removing intermediate container b9cd07159502 [2023-03-28T20:34:31.011Z] ---> 45b15969701e [2023-03-28T20:34:31.011Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:34:31.596Z] Removing intermediate container 98f3c725a713 [2023-03-28T20:34:31.596Z] ---> fe51f92ebbe0 [2023-03-28T20:34:31.596Z] Step 7/25 : COPY . . [2023-03-28T20:34:32.560Z] ---> 41a908fb7fe6 [2023-03-28T20:34:32.560Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:34:33.996Z] ---> 7b294d1c73da [2023-03-28T20:34:33.996Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-28T20:34:38.248Z] ---> 855eb3f01cd1 [2023-03-28T20:34:38.248Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-03-28T20:34:39.216Z] ---> 4768a50f155a [2023-03-28T20:34:39.216Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-03-28T20:34:39.216Z] ---> Running in 63ac247434d4 [2023-03-28T20:34:39.800Z] Removing intermediate container 63ac247434d4 [2023-03-28T20:34:39.800Z] ---> eac97966ee45 [2023-03-28T20:34:39.800Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-28T20:34:40.067Z] ---> Running in 471e3e5b87af [2023-03-28T20:34:41.035Z] Removing intermediate container 471e3e5b87af [2023-03-28T20:34:41.035Z] ---> 6f5eb5c11d45 [2023-03-28T20:34:41.035Z] Step 21/23 : LABEL arch=arm64 [2023-03-28T20:34:41.035Z] ---> Running in fc8e2178d8eb [2023-03-28T20:34:43.617Z] Removing intermediate container fc8e2178d8eb [2023-03-28T20:34:43.617Z] ---> e29495e5232c [2023-03-28T20:34:43.617Z] Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:34:43.617Z] ---> Running in a2ee96a0d2f0 [2023-03-28T20:34:44.585Z] Removing intermediate container a2ee96a0d2f0 [2023-03-28T20:34:44.585Z] ---> a1862804ba72 [2023-03-28T20:34:44.585Z] Step 23/23 : LABEL version=0.0.0 [2023-03-28T20:34:44.853Z] ---> Running in 871e6189c1ac [2023-03-28T20:34:45.438Z] Removing intermediate container 871e6189c1ac [2023-03-28T20:34:45.438Z] ---> dfe995831b3b [2023-03-28T20:34:45.438Z] [2023-03-28T20:34:46.026Z] Successfully built dfe995831b3b [2023-03-28T20:34:46.026Z] Successfully tagged support-scheduler-arm64:latest [2023-03-28T20:34:46.026Z] Building security-proxy-setup [2023-03-28T20:34:49.372Z]  Building support-scheduler ... done  ---> f00b80c21295 [2023-03-28T20:34:49.372Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-28T20:34:49.372Z] ---> Running in 286f439d7084 [2023-03-28T20:34:51.964Z] 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-03-28T20:35:06.960Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:35:06.961Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:35:06.961Z] ---> 77a750aa3953 [2023-03-28T20:35:06.961Z] Step 3/22 : WORKDIR /edgex-go [2023-03-28T20:35:06.961Z] ---> Using cache [2023-03-28T20:35:06.961Z] ---> 403ebb34375a [2023-03-28T20:35:06.961Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-03-28T20:35:06.961Z] ---> Using cache [2023-03-28T20:35:06.961Z] ---> 556b1d144995 [2023-03-28T20:35:06.961Z] Step 5/22 : COPY go.mod vendor* ./ [2023-03-28T20:35:06.961Z] ---> Using cache [2023-03-28T20:35:06.961Z] ---> 64f83869bdf0 [2023-03-28T20:35:06.961Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:35:06.961Z] ---> Using cache [2023-03-28T20:35:06.961Z] ---> fe51f92ebbe0 [2023-03-28T20:35:06.961Z] Step 7/22 : COPY . . [2023-03-28T20:35:06.961Z] ---> Using cache [2023-03-28T20:35:06.961Z] ---> f00b80c21295 [2023-03-28T20:35:06.961Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-03-28T20:35:06.961Z] ---> Running in 9d820b7a9397 [2023-03-28T20:35:08.914Z] 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-03-28T20:38:00.658Z] Removing intermediate container 4d167cd853c1 [2023-03-28T20:38:00.658Z] ---> 8fc69b520948 [2023-03-28T20:38:00.658Z] [2023-03-28T20:38:00.658Z] Step 10/23 : FROM alpine:3.17 [2023-03-28T20:38:00.658Z] ---> d74e625d9115 [2023-03-28T20:38:00.658Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-28T20:38:00.658Z] ---> Running in 3ec98edea1aa [2023-03-28T20:38:00.658Z] Removing intermediate container 3ec98edea1aa [2023-03-28T20:38:00.658Z] ---> ba993e6944e5 [2023-03-28T20:38:00.658Z] Step 12/23 : ENV APP_PORT=59880 [2023-03-28T20:38:00.658Z] ---> Running in 91c792360808 [2023-03-28T20:38:00.658Z] Removing intermediate container 91c792360808 [2023-03-28T20:38:00.658Z] ---> 1454ea32b908 [2023-03-28T20:38:00.658Z] Step 13/23 : EXPOSE $APP_PORT [2023-03-28T20:38:00.658Z] ---> Running in c6987a4beee1 [2023-03-28T20:38:00.658Z] Removing intermediate container c6987a4beee1 [2023-03-28T20:38:00.658Z] ---> f2dc00f322ff [2023-03-28T20:38:00.658Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-03-28T20:38:00.658Z] ---> Running in 648ff289b0ad [2023-03-28T20:38:00.658Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:38:00.658Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:38:00.658Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-28T20:38:00.658Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:38:00.658Z] OK: 8 MiB in 16 packages [2023-03-28T20:38:00.658Z] Removing intermediate container 648ff289b0ad [2023-03-28T20:38:00.658Z] ---> fd2a3ee000c5 [2023-03-28T20:38:00.658Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:38:00.658Z] ---> 5d8af7f8e1b0 [2023-03-28T20:38:00.658Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:38:00.658Z] ---> 8cc90c29a9e3 [2023-03-28T20:38:00.658Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-28T20:38:01.624Z] Removing intermediate container f3e364afd81f [2023-03-28T20:38:01.624Z] ---> 909bfd3ecbf6 [2023-03-28T20:38:01.624Z] [2023-03-28T20:38:01.624Z] Step 10/23 : FROM alpine:3.17 [2023-03-28T20:38:01.624Z] ---> d74e625d9115 [2023-03-28T20:38:01.624Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-28T20:38:01.624Z] ---> Using cache [2023-03-28T20:38:01.624Z] ---> fe057e68da5d [2023-03-28T20:38:01.624Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-28T20:38:01.624Z] ---> Using cache [2023-03-28T20:38:01.624Z] ---> e903d03f2f31 [2023-03-28T20:38:01.624Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:38:01.624Z] ---> Using cache [2023-03-28T20:38:01.895Z] ---> cc04b32cfd88 [2023-03-28T20:38:01.895Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:38:01.895Z] ---> Using cache [2023-03-28T20:38:01.895Z] ---> 922ccfc167f8 [2023-03-28T20:38:01.896Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-28T20:38:02.479Z] ---> bd0d621c17e8 [2023-03-28T20:38:02.479Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-03-28T20:38:03.892Z] ---> 5f360ef43179 [2023-03-28T20:38:03.892Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-03-28T20:38:03.892Z] ---> Running in bde7e6e4491c [2023-03-28T20:38:04.479Z] ---> 775bd5b68952 [2023-03-28T20:38:04.479Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-28T20:38:04.749Z] Removing intermediate container bde7e6e4491c [2023-03-28T20:38:04.749Z] ---> cfa000249f6a [2023-03-28T20:38:04.749Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-28T20:38:04.749Z] ---> Running in 7bb7a49e8075 [2023-03-28T20:38:05.339Z] Removing intermediate container 7bb7a49e8075 [2023-03-28T20:38:05.339Z] ---> 12500d1728a8 [2023-03-28T20:38:05.339Z] Step 21/23 : LABEL arch=arm64 [2023-03-28T20:38:05.629Z] ---> eee9d38954a6 [2023-03-28T20:38:05.629Z] ---> Running in c70a1aa998c7 [2023-03-28T20:38:05.629Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-28T20:38:06.594Z] Removing intermediate container c70a1aa998c7 [2023-03-28T20:38:06.594Z] ---> e6dde3632fb9 [2023-03-28T20:38:06.594Z] Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:38:06.594Z] ---> Running in 90d3a51044f2 [2023-03-28T20:38:07.189Z] ---> 29fa58867ae8 [2023-03-28T20:38:07.189Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-28T20:38:07.465Z] Removing intermediate container 90d3a51044f2 [2023-03-28T20:38:07.465Z] ---> b1476d903c34 [2023-03-28T20:38:07.465Z] Step 23/23 : LABEL version=0.0.0 [2023-03-28T20:38:07.465Z] ---> Running in 98b55b31d8e5 [2023-03-28T20:38:07.465Z] ---> Running in 85466d45795d [2023-03-28T20:38:08.436Z] Removing intermediate container 85466d45795d [2023-03-28T20:38:08.436Z] ---> 1dbdc149eca9 [2023-03-28T20:38:08.436Z] [2023-03-28T20:38:08.705Z] Successfully built 1dbdc149eca9 [2023-03-28T20:38:08.705Z] Successfully tagged core-data-arm64:latest [2023-03-28T20:38:08.705Z]  Building core-data ... done Building security-spire-server [2023-03-28T20:38:11.322Z] Removing intermediate container 98b55b31d8e5 [2023-03-28T20:38:11.322Z] ---> 5ae75f063e3d [2023-03-28T20:38:11.322Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-28T20:38:11.322Z] ---> Running in b5c2cc875655 [2023-03-28T20:38:11.610Z] Removing intermediate container b5c2cc875655 [2023-03-28T20:38:11.610Z] ---> 1e95ed097865 [2023-03-28T20:38:11.610Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-28T20:38:11.882Z] ---> Running in eff530eee044 [2023-03-28T20:38:12.475Z] Removing intermediate container eff530eee044 [2023-03-28T20:38:12.475Z] ---> 6b7bcfc3889b [2023-03-28T20:38:12.475Z] Step 21/23 : LABEL arch=arm64 [2023-03-28T20:38:12.858Z] ---> Running in ab8701bd6d3b [2023-03-28T20:38:14.903Z] Removing intermediate container ab8701bd6d3b [2023-03-28T20:38:14.903Z] ---> a629c196673e [2023-03-28T20:38:14.903Z] Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:38:15.532Z] ---> Running in f92e4c06a0b8 [2023-03-28T20:38:16.155Z] Removing intermediate container f92e4c06a0b8 [2023-03-28T20:38:16.155Z] ---> a6409f5fdf2b [2023-03-28T20:38:16.155Z] Step 23/23 : LABEL version=0.0.0 [2023-03-28T20:38:16.155Z] ---> Running in b4824fc5efc9 [2023-03-28T20:38:16.779Z] Removing intermediate container b4824fc5efc9 [2023-03-28T20:38:16.779Z] ---> fa29bf88f705 [2023-03-28T20:38:16.779Z] [2023-03-28T20:38:17.071Z] Successfully built fa29bf88f705 [2023-03-28T20:38:17.071Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-28T20:38:17.071Z]  Building core-common-config-bootstrapper ... done Building support-notifications [2023-03-28T20:38:35.350Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:38:35.350Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:38:35.350Z] ---> 77a750aa3953 [2023-03-28T20:38:35.350Z] Step 3/26 : WORKDIR /edgex-go [2023-03-28T20:38:35.350Z] ---> Using cache [2023-03-28T20:38:35.350Z] ---> 403ebb34375a [2023-03-28T20:38:35.350Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-03-28T20:38:35.955Z] ---> Running in b736574fbfd7 [2023-03-28T20:38:38.557Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:38:39.526Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:38:41.487Z] OK: 263 MiB in 53 packages [2023-03-28T20:38:43.456Z] Removing intermediate container b736574fbfd7 [2023-03-28T20:38:43.456Z] ---> a7d6b9892c36 [2023-03-28T20:38:43.456Z] Step 5/26 : COPY go.mod vendor* ./ [2023-03-28T20:38:44.425Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-28T20:38:44.425Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-28T20:38:44.425Z] ---> 77a750aa3953 [2023-03-28T20:38:44.425Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-28T20:38:44.425Z] ---> Using cache [2023-03-28T20:38:44.425Z] ---> 1cae9df011f8 [2023-03-28T20:38:44.425Z] Step 4/23 : WORKDIR /edgex-go [2023-03-28T20:38:44.425Z] ---> Using cache [2023-03-28T20:38:44.425Z] ---> 9b71cc05df32 [2023-03-28T20:38:44.425Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-28T20:38:44.425Z] ---> Running in 8af3d2f7368f [2023-03-28T20:38:44.694Z] ---> 7f0c0aaea3da [2023-03-28T20:38:44.694Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:38:44.963Z] ---> Running in 28e36b0cbc55 [2023-03-28T20:38:46.920Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:38:47.885Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:38:49.824Z] OK: 263 MiB in 53 packages [2023-03-28T20:38:51.229Z] Removing intermediate container 8af3d2f7368f [2023-03-28T20:38:51.229Z] ---> 05ed1ac0cddb [2023-03-28T20:38:51.229Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-28T20:38:52.188Z] ---> d2cc0cf2c49d [2023-03-28T20:38:52.188Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-28T20:38:52.188Z] ---> Running in 538238747a1d [2023-03-28T20:40:58.886Z] Removing intermediate container 28e36b0cbc55 [2023-03-28T20:40:58.886Z] ---> 36d7141cc7cb [2023-03-28T20:40:58.886Z] Step 7/26 : COPY . . [2023-03-28T20:40:58.886Z] Removing intermediate container 538238747a1d [2023-03-28T20:40:58.886Z] ---> 240e3238709c [2023-03-28T20:40:58.886Z] Step 8/23 : COPY . . [2023-03-28T20:41:08.960Z] ---> ce6ed9dd154b [2023-03-28T20:41:08.960Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-03-28T20:41:08.960Z] ---> Running in 92e4ec54b5e8 [2023-03-28T20:41:09.922Z] Removing intermediate container 92e4ec54b5e8 [2023-03-28T20:41:09.922Z] ---> b6ad4053bedc [2023-03-28T20:41:09.922Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-03-28T20:41:09.922Z] ---> Running in 68a367514885 [2023-03-28T20:41:11.331Z] Removing intermediate container 68a367514885 [2023-03-28T20:41:11.331Z] ---> 52e9caa6d331 [2023-03-28T20:41:11.331Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-28T20:41:11.331Z] ---> Running in 7e3179f654d1 [2023-03-28T20:41:12.292Z] Removing intermediate container 7e3179f654d1 [2023-03-28T20:41:12.292Z] ---> 4b2735f9035c [2023-03-28T20:41:12.292Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-28T20:41:12.559Z] ---> Running in 16c08289eb71 [2023-03-28T20:41:15.945Z] ---> 3e33292284e6 [2023-03-28T20:41:15.945Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-03-28T20:41:16.215Z] ---> Running in e267d41b3b06 [2023-03-28T20:41:16.803Z] Removing intermediate container 16c08289eb71 [2023-03-28T20:41:16.803Z] ---> bc6912454213 [2023-03-28T20:41:16.803Z] Step 12/26 : WORKDIR /edgex-go [2023-03-28T20:41:17.394Z] ---> Running in 942056f09bc8 [2023-03-28T20:41:17.989Z] Removing intermediate container 942056f09bc8 [2023-03-28T20:41:17.989Z] ---> 5b930d2bf430 [2023-03-28T20:41:17.989Z] [2023-03-28T20:41:17.989Z] Step 13/26 : FROM alpine:3.17 [2023-03-28T20:41:17.989Z] ---> d74e625d9115 [2023-03-28T20:41:17.989Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-28T20:41:17.989Z] ---> Using cache [2023-03-28T20:41:17.989Z] ---> 857b451900bd [2023-03-28T20:41:17.989Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-28T20:41:17.989Z] ---> Using cache [2023-03-28T20:41:17.989Z] ---> 0955883f568c [2023-03-28T20:41:17.989Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:41:17.989Z] ---> Using cache [2023-03-28T20:41:17.989Z] ---> ffcf0756267a [2023-03-28T20:41:17.989Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:41:17.989Z] ---> Using cache [2023-03-28T20:41:18.268Z] ---> b94b9cc38dc9 [2023-03-28T20:41:18.268Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-28T20:41:18.537Z] 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-03-28T20:41:25.205Z] ---> 5ede43acbbaf [2023-03-28T20:41:25.205Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-28T20:41:25.205Z] ---> a2b63f2e416f [2023-03-28T20:41:25.205Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-28T20:41:26.185Z] ---> 4df6855a1ccc [2023-03-28T20:41:26.185Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-28T20:41:27.162Z] ---> d8dc83d17b8c [2023-03-28T20:41:27.162Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-28T20:41:27.162Z] ---> Running in 66b1f0ab0521 [2023-03-28T20:41:27.756Z] Removing intermediate container 66b1f0ab0521 [2023-03-28T20:41:27.756Z] ---> 3f14cb3cc183 [2023-03-28T20:41:27.756Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-28T20:41:28.030Z] ---> Running in f387642695e9 [2023-03-28T20:41:28.619Z] Removing intermediate container f387642695e9 [2023-03-28T20:41:28.619Z] ---> 81fca35d4925 [2023-03-28T20:41:28.619Z] Step 24/26 : LABEL arch=arm64 [2023-03-28T20:41:28.619Z] ---> Running in bdfe7e80592f [2023-03-28T20:41:29.208Z] Removing intermediate container bdfe7e80592f [2023-03-28T20:41:29.208Z] ---> 1ec2387ee2de [2023-03-28T20:41:29.208Z] Step 25/26 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:41:29.208Z] ---> Running in 8093b11a462e [2023-03-28T20:41:29.802Z] Removing intermediate container 8093b11a462e [2023-03-28T20:41:29.802Z] ---> 1db2d6277902 [2023-03-28T20:41:29.802Z] Step 26/26 : LABEL version=0.0.0 [2023-03-28T20:41:30.074Z] ---> Running in 722f3a1c3556 [2023-03-28T20:41:31.044Z] Removing intermediate container 722f3a1c3556 [2023-03-28T20:41:31.044Z] ---> 7e517c5f1adb [2023-03-28T20:41:31.044Z] [2023-03-28T20:41:31.631Z] Successfully built 7e517c5f1adb [2023-03-28T20:41:31.631Z] Successfully tagged security-spire-server-arm64:latest [2023-03-28T20:41:39.873Z]  Building security-spire-server ... done Removing intermediate container ea65814cd833 [2023-03-28T20:41:39.873Z] ---> 8f97a6ee61f2 [2023-03-28T20:41:39.873Z] [2023-03-28T20:41:39.873Z] Step 9/33 : FROM alpine:3.17 [2023-03-28T20:41:39.873Z] ---> d74e625d9115 [2023-03-28T20:41:39.873Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-03-28T20:41:39.873Z] ---> Using cache [2023-03-28T20:41:39.873Z] ---> 476a61a6e06f [2023-03-28T20:41:39.873Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-28T20:41:39.873Z] ---> Running in 4dad96315034 [2023-03-28T20:41:41.836Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:41:42.807Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:41:44.231Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-28T20:41:44.231Z] (2/2) Installing su-exec (0.2-r2) [2023-03-28T20:41:44.231Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:41:44.231Z] OK: 8 MiB in 17 packages [2023-03-28T20:41:46.207Z] Removing intermediate container 4dad96315034 [2023-03-28T20:41:46.207Z] ---> dc695021e072 [2023-03-28T20:41:46.207Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-28T20:41:46.207Z] ---> Running in 379466c21d41 [2023-03-28T20:41:46.800Z] Removing intermediate container 379466c21d41 [2023-03-28T20:41:46.800Z] ---> d33541c0f720 [2023-03-28T20:41:46.800Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-28T20:41:47.077Z] ---> Running in 98dcec57c906 [2023-03-28T20:41:47.348Z] Removing intermediate container 98dcec57c906 [2023-03-28T20:41:47.348Z] ---> 5fcc7b5806ab [2023-03-28T20:41:47.348Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-28T20:41:47.619Z] ---> Running in ffe06dfe47e8 [2023-03-28T20:41:48.206Z] Removing intermediate container ffe06dfe47e8 [2023-03-28T20:41:48.206Z] ---> 1d817dfbd9f0 [2023-03-28T20:41:48.206Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-28T20:41:48.206Z] ---> Running in f3a7eb7e1c9d [2023-03-28T20:41:48.477Z] Removing intermediate container f3a7eb7e1c9d [2023-03-28T20:41:48.477Z] ---> d36564271d0d [2023-03-28T20:41:48.477Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-28T20:41:48.746Z] ---> Running in 179c1afbfcbd [2023-03-28T20:41:51.342Z] 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-03-28T20:41:51.612Z] Removing intermediate container 179c1afbfcbd [2023-03-28T20:41:51.612Z] ---> 10597544a9ba [2023-03-28T20:41:51.612Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-28T20:41:51.882Z] ---> Running in c266183b8fe7 [2023-03-28T20:41:52.478Z] Removing intermediate container c266183b8fe7 [2023-03-28T20:41:52.478Z] ---> fd1a4db1f3f3 [2023-03-28T20:41:52.478Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-28T20:41:53.088Z] ---> 32ce1ef24d1c [2023-03-28T20:41:53.088Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-28T20:41:53.359Z] ---> Running in 1aa1edb0a7ad [2023-03-28T20:41:56.718Z] Removing intermediate container 1aa1edb0a7ad [2023-03-28T20:41:56.718Z] ---> 6f43e462f55e [2023-03-28T20:41:56.718Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:41:57.308Z] ---> efca3bcba9f6 [2023-03-28T20:41:57.308Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:41:59.907Z] ---> 3b24db8d8c6f [2023-03-28T20:41:59.907Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-28T20:42:02.506Z] ---> 358910a90a67 [2023-03-28T20:42:02.506Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-03-28T20:42:04.474Z] ---> bdf1438fda46 [2023-03-28T20:42:04.474Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-28T20:42:05.893Z] ---> 5d4ca3ad6a34 [2023-03-28T20:42:05.893Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-28T20:42:06.864Z] ---> 3c9678bc9aa7 [2023-03-28T20:42:06.865Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-28T20:42:08.288Z] ---> 6f8c2260daf2 [2023-03-28T20:42:08.288Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-28T20:42:14.019Z] ---> bf4de42a0b57 [2023-03-28T20:42:14.019Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-03-28T20:42:14.019Z] ---> Running in fa72572480ca [2023-03-28T20:42:18.279Z] Removing intermediate container fa72572480ca [2023-03-28T20:42:18.279Z] ---> d5b18c0bcb68 [2023-03-28T20:42:18.279Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-28T20:42:18.279Z] ---> Running in 465918b985a3 [2023-03-28T20:42:18.874Z] Removing intermediate container 286f439d7084 [2023-03-28T20:42:18.874Z] ---> 614a42073ec1 [2023-03-28T20:42:18.874Z] [2023-03-28T20:42:18.874Z] Step 9/25 : FROM alpine:3.17 [2023-03-28T20:42:18.874Z] ---> d74e625d9115 [2023-03-28T20:42:18.874Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-28T20:42:19.142Z] ---> Running in 43ac0c76cc20 [2023-03-28T20:42:19.410Z] Removing intermediate container 465918b985a3 [2023-03-28T20:42:19.410Z] ---> f1c2fb84d0d6 [2023-03-28T20:42:19.410Z] Step 30/33 : CMD ["gate"] [2023-03-28T20:42:19.677Z] ---> Running in 6030df4fa16d [2023-03-28T20:42:21.091Z] Removing intermediate container 6030df4fa16d [2023-03-28T20:42:21.091Z] ---> d497b41d1931 [2023-03-28T20:42:21.091Z] Step 31/33 : LABEL arch=arm64 [2023-03-28T20:42:21.091Z] ---> Running in 190e06be1adf [2023-03-28T20:42:21.359Z] Removing intermediate container 9d820b7a9397 [2023-03-28T20:42:21.359Z] ---> da3d422eb0e7 [2023-03-28T20:42:21.359Z] [2023-03-28T20:42:21.359Z] Step 9/22 : FROM alpine:3.17 [2023-03-28T20:42:21.359Z] ---> d74e625d9115 [2023-03-28T20:42:21.359Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-03-28T20:42:21.632Z] ---> Running in d40a21e6dce8 [2023-03-28T20:42:21.910Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:42:22.179Z] Removing intermediate container 190e06be1adf [2023-03-28T20:42:22.179Z] ---> c44bc365dcfa [2023-03-28T20:42:22.179Z] Step 32/33 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:42:22.179Z] ---> Running in 5f0724f51555 [2023-03-28T20:42:22.781Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:42:22.781Z] Removing intermediate container 5f0724f51555 [2023-03-28T20:42:22.781Z] ---> 645c4df173f1 [2023-03-28T20:42:22.781Z] Step 33/33 : LABEL version=0.0.0 [2023-03-28T20:42:23.049Z] ---> Running in 1e22d1e95cc3 [2023-03-28T20:42:23.640Z] Removing intermediate container 1e22d1e95cc3 [2023-03-28T20:42:23.640Z] ---> fb96e445de67 [2023-03-28T20:42:23.908Z] [2023-03-28T20:42:23.908Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:42:24.191Z] Successfully built fb96e445de67 [2023-03-28T20:42:24.191Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-28T20:42:24.191Z]  Building security-bootstrapper ... done (1/3) Installing ca-certificates (20220614-r4) [2023-03-28T20:42:24.191Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-03-28T20:42:24.191Z] (3/3) Installing su-exec (0.2-r2) [2023-03-28T20:42:24.191Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:42:24.461Z] Executing ca-certificates-20220614-r4.trigger [2023-03-28T20:42:24.733Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:42:24.733Z] OK: 8 MiB in 18 packages [2023-03-28T20:42:26.149Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-28T20:42:26.149Z] (2/2) Installing openssl (3.0.8-r2) [2023-03-28T20:42:26.149Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:42:26.149Z] OK: 8 MiB in 17 packages [2023-03-28T20:42:27.110Z] Removing intermediate container 43ac0c76cc20 [2023-03-28T20:42:27.110Z] ---> c307f44b19f4 [2023-03-28T20:42:27.110Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-28T20:42:27.110Z] ---> Running in 9603fe528af0 [2023-03-28T20:42:28.068Z] Removing intermediate container 9603fe528af0 [2023-03-28T20:42:28.068Z] ---> 462248964367 [2023-03-28T20:42:28.068Z] Step 12/25 : WORKDIR / [2023-03-28T20:42:28.068Z] ---> Running in 6fc6bfe86cd5 [2023-03-28T20:42:28.338Z] Removing intermediate container d40a21e6dce8 [2023-03-28T20:42:28.338Z] ---> 6e8d74c6c169 [2023-03-28T20:42:28.338Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-28T20:42:28.338Z] ---> Running in 2a901788b8b6 [2023-03-28T20:42:28.922Z] Removing intermediate container 6fc6bfe86cd5 [2023-03-28T20:42:28.922Z] ---> 1f8ba7713b24 [2023-03-28T20:42:28.922Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:42:29.189Z] Removing intermediate container 2a901788b8b6 [2023-03-28T20:42:29.189Z] ---> 444e4ba17e92 [2023-03-28T20:42:29.189Z] Step 12/22 : WORKDIR /edgex [2023-03-28T20:42:29.459Z] ---> Running in 18b3b8c95b28 [2023-03-28T20:42:30.043Z] Removing intermediate container 18b3b8c95b28 [2023-03-28T20:42:30.043Z] ---> af50242c803d [2023-03-28T20:42:30.043Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:42:30.312Z] ---> 3e782bcbdf54 [2023-03-28T20:42:30.312Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:42:31.402Z] ---> a9501ea439c7 [2023-03-28T20:42:31.402Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:42:31.675Z] ---> 035be8881635 [2023-03-28T20:42:31.675Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-28T20:42:32.679Z] ---> 48a98f544401 [2023-03-28T20:42:32.679Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-03-28T20:42:32.966Z] ---> e5e43c8d7f81 [2023-03-28T20:42:32.966Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-03-28T20:42:33.990Z] ---> d8b73b3c2bb0 [2023-03-28T20:42:33.990Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-28T20:42:33.990Z] ---> c6066cd674a5 [2023-03-28T20:42:33.990Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-03-28T20:42:36.078Z] ---> 954019109b3d [2023-03-28T20:42:36.078Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-28T20:42:36.359Z] ---> 8f6b4cb8081c [2023-03-28T20:42:36.359Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-28T20:42:38.979Z] ---> d7e9a0ff0a66 [2023-03-28T20:42:39.251Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-28T20:42:39.251Z] ---> Running in 8ed444665569 [2023-03-28T20:42:39.252Z] ---> e4654b1c9fb7 [2023-03-28T20:42:39.252Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-28T20:42:42.615Z] ---> 259bdb11d78e [2023-03-28T20:42:42.615Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-28T20:42:42.886Z] Removing intermediate container 8ed444665569 [2023-03-28T20:42:42.886Z] ---> 11127da5c167 [2023-03-28T20:42:42.886Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-28T20:42:43.155Z] ---> Running in 677f401e7113 [2023-03-28T20:42:43.424Z] ---> 547afa3c5435 [2023-03-28T20:42:43.424Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-28T20:42:43.695Z] ---> Running in 8487f98e5876 [2023-03-28T20:42:43.976Z] Removing intermediate container 677f401e7113 [2023-03-28T20:42:43.976Z] ---> d24a870c92a7 [2023-03-28T20:42:43.976Z] Step 20/22 : LABEL arch=arm64 [2023-03-28T20:42:44.246Z] ---> Running in 3b7d7bc45a3f [2023-03-28T20:42:45.204Z] Removing intermediate container 3b7d7bc45a3f [2023-03-28T20:42:45.204Z] ---> 1cf609f32fa2 [2023-03-28T20:42:45.204Z] Step 21/22 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:42:45.204Z] ---> Running in 5aa6f69dd4d7 [2023-03-28T20:42:45.787Z] Removing intermediate container 5aa6f69dd4d7 [2023-03-28T20:42:45.787Z] ---> a3f684c4d87f [2023-03-28T20:42:45.787Z] Step 22/22 : LABEL version=0.0.0 [2023-03-28T20:42:46.059Z] ---> Running in dd8a1f58cfad [2023-03-28T20:42:47.018Z] Removing intermediate container dd8a1f58cfad [2023-03-28T20:42:47.018Z] ---> 7dc077071bec [2023-03-28T20:42:47.018Z] [2023-03-28T20:42:47.284Z] Removing intermediate container 8487f98e5876 [2023-03-28T20:42:47.284Z] ---> 0e37e7321120 [2023-03-28T20:42:47.284Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-03-28T20:42:47.550Z] ---> Running in 97c16f22bdaa [2023-03-28T20:42:47.550Z] Successfully built 7dc077071bec [2023-03-28T20:42:47.550Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-28T20:42:48.136Z]  Building security-proxy-setup ... done Removing intermediate container 97c16f22bdaa [2023-03-28T20:42:48.136Z] ---> c6d70dd01a8f [2023-03-28T20:42:48.136Z] Step 23/25 : LABEL arch=arm64 [2023-03-28T20:42:48.136Z] ---> Running in 4c8a47ade273 [2023-03-28T20:42:48.720Z] Removing intermediate container 4c8a47ade273 [2023-03-28T20:42:48.720Z] ---> 8ce706648d9e [2023-03-28T20:42:48.720Z] Step 24/25 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:42:48.720Z] ---> Running in f0d4fcc5676f [2023-03-28T20:42:49.316Z] Removing intermediate container f0d4fcc5676f [2023-03-28T20:42:49.316Z] ---> 98a7fd04a8b8 [2023-03-28T20:42:49.316Z] Step 25/25 : LABEL version=0.0.0 [2023-03-28T20:42:49.582Z] ---> Running in ad0285996890 [2023-03-28T20:42:50.171Z] Removing intermediate container ad0285996890 [2023-03-28T20:42:50.171Z] ---> 494aebab44ef [2023-03-28T20:42:50.171Z] [2023-03-28T20:42:50.438Z] Successfully built 494aebab44ef [2023-03-28T20:42:50.438Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-28T20:44:42.073Z]  Building security-secretstore-setup ... done Removing intermediate container e267d41b3b06 [2023-03-28T20:44:42.073Z] ---> 3a3cdd72489f [2023-03-28T20:44:42.073Z] [2023-03-28T20:44:42.073Z] Step 10/23 : FROM alpine:3.17 [2023-03-28T20:44:42.073Z] ---> d74e625d9115 [2023-03-28T20:44:42.073Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-28T20:44:42.073Z] ---> Running in 75f86569ed4d [2023-03-28T20:44:42.073Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-28T20:44:42.073Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-28T20:44:42.073Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-28T20:44:42.073Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-28T20:44:42.073Z] Executing busybox-1.35.0-r29.trigger [2023-03-28T20:44:42.073Z] Executing ca-certificates-20220614-r4.trigger [2023-03-28T20:44:42.073Z] OK: 8 MiB in 17 packages [2023-03-28T20:44:42.073Z] Removing intermediate container 75f86569ed4d [2023-03-28T20:44:42.073Z] ---> 06c72cb0890d [2023-03-28T20:44:42.073Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-28T20:44:42.073Z] ---> Running in 17b154a222f9 [2023-03-28T20:44:42.073Z] Removing intermediate container 17b154a222f9 [2023-03-28T20:44:42.073Z] ---> a703f5aa15c8 [2023-03-28T20:44:42.073Z] Step 13/23 : ENV APP_PORT=59860 [2023-03-28T20:44:42.073Z] ---> Running in a6a585259218 [2023-03-28T20:44:42.073Z] Removing intermediate container a6a585259218 [2023-03-28T20:44:42.073Z] ---> 713a41841efe [2023-03-28T20:44:42.073Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-28T20:44:42.073Z] ---> Running in 050ea32dddbc [2023-03-28T20:44:42.073Z] Removing intermediate container 050ea32dddbc [2023-03-28T20:44:42.073Z] ---> 4feec229504d [2023-03-28T20:44:42.073Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-28T20:44:42.073Z] ---> 3afbbbe4b57b [2023-03-28T20:44:42.073Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-28T20:44:42.073Z] ---> ec931e59ce98 [2023-03-28T20:44:42.073Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-28T20:44:43.036Z] ---> 7e72906b3e71 [2023-03-28T20:44:43.036Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-03-28T20:44:43.620Z] ---> 2648c3db1eea [2023-03-28T20:44:43.620Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-03-28T20:44:43.620Z] ---> Running in d8b3ca1ba672 [2023-03-28T20:44:43.889Z] Removing intermediate container d8b3ca1ba672 [2023-03-28T20:44:43.889Z] ---> 603a8b995a70 [2023-03-28T20:44:43.889Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-28T20:44:44.157Z] ---> Running in 4ec9cc3e1f2f [2023-03-28T20:44:44.425Z] Removing intermediate container 4ec9cc3e1f2f [2023-03-28T20:44:44.425Z] ---> cb1e90a3318b [2023-03-28T20:44:44.425Z] Step 21/23 : LABEL arch=arm64 [2023-03-28T20:44:44.425Z] ---> Running in 34fed2f39afa [2023-03-28T20:44:44.694Z] Removing intermediate container 34fed2f39afa [2023-03-28T20:44:44.694Z] ---> 13f3a33a1d52 [2023-03-28T20:44:44.694Z] Step 22/23 : LABEL git_sha=1b24e6fd9d1f9bdca89faae1f1d658e64615562e [2023-03-28T20:44:44.961Z] ---> Running in d483000b4e16 [2023-03-28T20:44:45.228Z] Removing intermediate container d483000b4e16 [2023-03-28T20:44:45.228Z] ---> fa8b0d470040 [2023-03-28T20:44:45.228Z] Step 23/23 : LABEL version=0.0.0 [2023-03-28T20:44:45.228Z] ---> Running in d8bdb70cfb94 [2023-03-28T20:44:45.495Z] Removing intermediate container d8bdb70cfb94 [2023-03-28T20:44:45.495Z] ---> f7008379b79a [2023-03-28T20:44:45.495Z] [2023-03-28T20:44:45.761Z] Successfully built f7008379b79a [2023-03-28T20:44:45.761Z] Successfully tagged support-notifications-arm64:latest [2023-03-28T20:44:46.355Z]  Building support-notifications ... done  [Pipeline] } [2023-03-28T20:44:46.369Z] $ docker stop --time=1 14ff9f3f28e7bd29d2a7ff710b5bf9715d7d6fb881261c1f8c12659cf26f2c37 [2023-03-28T20:44:48.903Z] $ docker rm -f --volumes 14ff9f3f28e7bd29d2a7ff710b5bf9715d7d6fb881261c1f8c12659cf26f2c37 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-28T20:44:49.473Z] + docker images [2023-03-28T20:44:49.739Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-28T20:44:49.739Z] support-notifications-arm64 latest f7008379b79a 4 seconds ago 32.1MB [2023-03-28T20:44:49.739Z] 3a3cdd72489f 16 seconds ago 1.56GB [2023-03-28T20:44:49.739Z] security-secretstore-setup-arm64 latest 494aebab44ef 2 minutes ago 32.2MB [2023-03-28T20:44:49.739Z] security-proxy-setup-arm64 latest 7dc077071bec 2 minutes ago 18.7MB [2023-03-28T20:44:49.739Z] security-bootstrapper-arm64 latest fb96e445de67 2 minutes ago 21.9MB [2023-03-28T20:44:49.739Z] da3d422eb0e7 2 minutes ago 1.47GB [2023-03-28T20:44:49.739Z] 614a42073ec1 2 minutes ago 1.49GB [2023-03-28T20:44:49.739Z] 8f97a6ee61f2 3 minutes ago 1.48GB [2023-03-28T20:44:49.739Z] security-spire-server-arm64 latest 7e517c5f1adb 3 minutes ago 87.1MB [2023-03-28T20:44:49.739Z] 5b930d2bf430 3 minutes ago 1.35GB [2023-03-28T20:44:49.739Z] core-common-config-bootstrapper-arm64 latest fa29bf88f705 6 minutes ago 17.2MB [2023-03-28T20:44:49.739Z] core-data-arm64 latest 1dbdc149eca9 6 minutes ago 19.9MB [2023-03-28T20:44:49.739Z] 909bfd3ecbf6 6 minutes ago 1.49GB [2023-03-28T20:44:49.739Z] 8fc69b520948 7 minutes ago 1.5GB [2023-03-28T20:44:49.739Z] support-scheduler-arm64 latest dfe995831b3b 10 minutes ago 31.5MB [2023-03-28T20:44:49.739Z] 75e3e9f8e6a7 10 minutes ago 1.56GB [2023-03-28T20:44:49.739Z] security-spiffe-token-provider-arm64 latest 20d0d3d3d2e0 12 minutes ago 32.7MB [2023-03-28T20:44:49.739Z] e38851a74f67 13 minutes ago 1.53GB [2023-03-28T20:44:49.739Z] core-metadata-arm64 latest 3d838e048493 13 minutes ago 20.2MB [2023-03-28T20:44:49.739Z] 1c77d1a9891c 13 minutes ago 1.5GB [2023-03-28T20:44:49.739Z] core-command-arm64 latest af4af7de39c9 15 minutes ago 19.7MB [2023-03-28T20:44:49.739Z] df126f3b5df9 15 minutes ago 1.49GB [2023-03-28T20:44:49.739Z] security-proxy-auth-arm64 latest f3656118119c 16 minutes ago 18.2MB [2023-03-28T20:44:49.739Z] ded8bfdaae2a 16 minutes ago 1.47GB [2023-03-28T20:44:49.739Z] security-spire-agent-arm64 latest bd777de63f8e 23 minutes ago 125MB [2023-03-28T20:44:49.739Z] security-spire-config-arm64 latest 01323f855dd0 23 minutes ago 86.2MB [2023-03-28T20:44:49.739Z] 086e192f7eaf 24 minutes ago 1.35GB [2023-03-28T20:44:49.739Z] 832e1dce7796 24 minutes ago 1.35GB [2023-03-28T20:44:49.739Z] ci-base-image-arm64 latest 77a750aa3953 40 minutes ago 866MB [2023-03-28T20:44:49.739Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 2 weeks ago 648MB [2023-03-28T20:44:49.739Z] alpine 3.17 d74e625d9115 6 weeks ago 7.46MB [2023-03-28T20:44:49.739Z] 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-03-28T20:44:50.530Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-28T20:44:50.530Z] [2023-03-28T20:44:50.530Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T20:44:50.959Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-28T20:44:50.959Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-28T20:44:50.959Z] 8998bd30e6a1: Pulling fs layer [2023-03-28T20:44:50.959Z] 04944245beec: Pulling fs layer [2023-03-28T20:44:50.959Z] 699f458cf7ca: Pulling fs layer [2023-03-28T20:44:50.959Z] 765212b225bb: Pulling fs layer [2023-03-28T20:44:50.959Z] f23df028b6ca: Pulling fs layer [2023-03-28T20:44:50.959Z] d65c8cfc05b1: Pulling fs layer [2023-03-28T20:44:50.959Z] 2437ff75d9bd: Pulling fs layer [2023-03-28T20:44:50.959Z] f23df028b6ca: Waiting [2023-03-28T20:44:50.959Z] d65c8cfc05b1: Waiting [2023-03-28T20:44:50.959Z] 765212b225bb: Waiting [2023-03-28T20:44:50.959Z] 2437ff75d9bd: Waiting [2023-03-28T20:44:51.227Z] 04944245beec: Verifying Checksum [2023-03-28T20:44:51.227Z] 04944245beec: Download complete [2023-03-28T20:44:51.227Z] 765212b225bb: Download complete [2023-03-28T20:44:51.227Z] f23df028b6ca: Download complete [2023-03-28T20:44:51.227Z] d65c8cfc05b1: Verifying Checksum [2023-03-28T20:44:51.227Z] d65c8cfc05b1: Download complete [2023-03-28T20:44:51.493Z] 699f458cf7ca: Verifying Checksum [2023-03-28T20:44:51.493Z] 699f458cf7ca: Download complete [2023-03-28T20:44:51.759Z] 8998bd30e6a1: Verifying Checksum [2023-03-28T20:44:51.759Z] 8998bd30e6a1: Download complete [2023-03-28T20:44:53.693Z] 2437ff75d9bd: Verifying Checksum [2023-03-28T20:44:53.693Z] 2437ff75d9bd: Download complete [2023-03-28T20:44:55.627Z] 8998bd30e6a1: Pull complete [2023-03-28T20:44:55.891Z] 04944245beec: Pull complete [2023-03-28T20:44:57.296Z] 699f458cf7ca: Pull complete [2023-03-28T20:44:57.296Z] 765212b225bb: Pull complete [2023-03-28T20:44:57.878Z] f23df028b6ca: Pull complete [2023-03-28T20:44:58.143Z] d65c8cfc05b1: Pull complete [2023-03-28T20:45:13.107Z] 2437ff75d9bd: Pull complete [2023-03-28T20:45:13.107Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-28T20:45:13.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-28T20:45:13.107Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T20:45:13.450Z] prd-ubuntu20.04-docker-arm64-4c-16g-6107 does not seem to be running inside a container [2023-03-28T20:45:13.509Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-28T20:45:16.073Z] $ docker top 09c4607a0610bd44e50e6730764ee6576c7402f4e418dd457a4f5a18eff5c0e5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-28T20:45:17.014Z] ---> job-cost.sh [2023-03-28T20:45:17.014Z] lf-activate-venv: SKIPPING [2023-03-28T20:45:17.014Z] INFO: No Stack... [2023-03-28T20:45:17.281Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-28T20:45:18.233Z] INFO: Archiving Costs [Pipeline] sh [2023-03-28T20:45:18.887Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-03-28T20:45:18.887Z] + cut -d, -f6 [Pipeline] lock [2023-03-28T20:45:18.943Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4481-1-stack-cost] [2023-03-28T20:45:18.948Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4481-1-stack-cost] did not exist. Created. [2023-03-28T20:45:18.948Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4481-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-28T20:45:19.687Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-28T20:45:19.871Z] Stashed 1 file(s) [Pipeline] } [2023-03-28T20:45:19.886Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4481-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-28T20:45:19.950Z] $ docker stop --time=1 09c4607a0610bd44e50e6730764ee6576c7402f4e418dd457a4f5a18eff5c0e5 [2023-03-28T20:45:21.508Z] $ docker rm -f --volumes 09c4607a0610bd44e50e6730764ee6576c7402f4e418dd457a4f5a18eff5c0e5 [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-03-28T20:45:22.478Z] provisioning config files... [2023-03-28T20:45:22.486Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config11925357333849681077tmp [Pipeline] { [Pipeline] sh [2023-03-28T20:45:22.828Z] + set +x [2023-03-28T20:45:22.828Z] + curl -s https://codecov.io/bash [2023-03-28T20:45:22.828Z] + bash -s -- [2023-03-28T20:45:22.828Z] [2023-03-28T20:45:22.828Z] _____ _ [2023-03-28T20:45:22.828Z] / ____| | | [2023-03-28T20:45:22.828Z] | | ___ __| | ___ ___ _____ __ [2023-03-28T20:45:22.828Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-28T20:45:22.828Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-28T20:45:22.828Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-28T20:45:22.828Z] Bash-1.0.6 [2023-03-28T20:45:22.828Z] [2023-03-28T20:45:22.828Z] [2023-03-28T20:45:22.828Z] ==> git version 2.25.1 found [2023-03-28T20:45:22.828Z] ==> 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-03-28T20:45:22.828Z] Release-Date: 2020-01-08 [2023-03-28T20:45:22.828Z] 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-03-28T20:45:22.828Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-28T20:45:22.828Z] ==> Jenkins CI detected. [2023-03-28T20:45:22.828Z] current dir:  /w/workspace/edgex-go/1 [2023-03-28T20:45:22.828Z] project root: . [2023-03-28T20:45:22.828Z] --> token set from env [2023-03-28T20:45:22.828Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-28T20:45:22.828Z] ==> Running gcov in . (disable via -X gcov) [2023-03-28T20:45:22.828Z] ==> Python coveragepy not found [2023-03-28T20:45:22.828Z] ==> Searching for coverage reports in: [2023-03-28T20:45:22.828Z] + . [2023-03-28T20:45:22.828Z] -> Found 1 reports [2023-03-28T20:45:22.828Z] ==> Detecting git/mercurial file structure [2023-03-28T20:45:22.828Z] ==> Reading reports [2023-03-28T20:45:22.828Z] + ./coverage.out bytes=447380 [2023-03-28T20:45:22.828Z] ==> Appending adjustments [2023-03-28T20:45:22.828Z] https://docs.codecov.io/docs/fixing-reports [2023-03-28T20:45:24.203Z] + Found adjustments [2023-03-28T20:45:24.204Z] ==> Gzipping contents [2023-03-28T20:45:24.204Z] 60K /tmp/codecov.k5W1dj.gz [2023-03-28T20:45:24.204Z] ==> Uploading reports [2023-03-28T20:45:24.204Z] url: https://codecov.io [2023-03-28T20:45:24.204Z] query: branch=PR-4481&commit=1b24e6fd9d1f9bdca89faae1f1d658e64615562e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4481%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4481&job=&cmd_args= [2023-03-28T20:45:24.204Z] -> Pinging Codecov [2023-03-28T20:45:24.204Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4481&commit=1b24e6fd9d1f9bdca89faae1f1d658e64615562e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4481%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4481&job=&cmd_args= [2023-03-28T20:45:24.204Z] -> Uploading to [2023-03-28T20:45:24.204Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-28/00271124DB129430A58F1EEE437C3FCB/1b24e6fd9d1f9bdca89faae1f1d658e64615562e/795e0093-1f2e-46c5-a397-856feb575dfb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230328%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230328T204523Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5f19b609832d0b0044945a7fc1f0719e969d70b7558ad7aa130c495ff1b929c9 [2023-03-28T20:45:24.204Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-28T20:45:24.204Z] Dload Upload Total Spent Left Speed [2023-03-28T20:45:24.463Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57518 0 0 100 57518 0 271k --:--:-- --:--:-- --:--:-- 270k 100 57518 0 0 100 57518 0 167k --:--:-- --:--:-- --:--:-- 167k [2023-03-28T20:45:24.463Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/1b24e6fd9d1f9bdca89faae1f1d658e64615562e [Pipeline] } [2023-03-28T20:45:24.492Z] 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-03-28T20:45:25.819Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-28T20:45:26.142Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-28T20:45:27.020Z] ---> package-listing.sh [2023-03-28T20:45:27.020Z] ++ facter osfamily [2023-03-28T20:45:27.020Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-28T20:45:27.278Z] + OS_FAMILY=debian [2023-03-28T20:45:27.278Z] + workspace=/w/workspace/edgex-go/1 [2023-03-28T20:45:27.279Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-28T20:45:27.279Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-28T20:45:27.279Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-28T20:45:27.279Z] + PACKAGES=/tmp/packages_start.txt [2023-03-28T20:45:27.279Z] + '[' /w/workspace/edgex-go/1 ']' [2023-03-28T20:45:27.279Z] + PACKAGES=/tmp/packages_end.txt [2023-03-28T20:45:27.279Z] + case "${OS_FAMILY}" in [2023-03-28T20:45:27.279Z] + dpkg -l [2023-03-28T20:45:27.279Z] + grep '^ii' [2023-03-28T20:45:27.279Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-28T20:45:27.279Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-28T20:45:27.279Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-28T20:45:27.279Z] + '[' /w/workspace/edgex-go/1 ']' [2023-03-28T20:45:27.279Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-03-28T20:45:27.279Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-03-28T20:45:27.312Z] 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-03-28T20:45:27.601Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T20:45:28.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-28T20:45:28.216Z] [2023-03-28T20:45:28.216Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-28T20:45:28.592Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-28T20:45:28.592Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-28T20:45:28.592Z] 5eb5b503b376: Pulling fs layer [2023-03-28T20:45:28.592Z] 5c69ac0246d0: Pulling fs layer [2023-03-28T20:45:28.592Z] ec43610c2a17: Pulling fs layer [2023-03-28T20:45:28.592Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-28T20:45:28.592Z] 33b1e0a273af: Pulling fs layer [2023-03-28T20:45:28.592Z] 5d3b04190fa2: Pulling fs layer [2023-03-28T20:45:28.592Z] 2f39f015ded8: Pulling fs layer [2023-03-28T20:45:28.592Z] 3a2ae6a8a46f: Waiting [2023-03-28T20:45:28.592Z] 33b1e0a273af: Waiting [2023-03-28T20:45:28.592Z] 5d3b04190fa2: Waiting [2023-03-28T20:45:28.592Z] 2f39f015ded8: Waiting [2023-03-28T20:45:28.592Z] 5c69ac0246d0: Download complete [2023-03-28T20:45:28.592Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-28T20:45:28.592Z] 3a2ae6a8a46f: Download complete [2023-03-28T20:45:28.592Z] 33b1e0a273af: Verifying Checksum [2023-03-28T20:45:28.592Z] 33b1e0a273af: Download complete [2023-03-28T20:45:28.592Z] ec43610c2a17: Verifying Checksum [2023-03-28T20:45:28.592Z] ec43610c2a17: Download complete [2023-03-28T20:45:28.592Z] 5d3b04190fa2: Download complete [2023-03-28T20:45:28.852Z] 5eb5b503b376: Verifying Checksum [2023-03-28T20:45:28.852Z] 5eb5b503b376: Download complete [2023-03-28T20:45:29.420Z] 2f39f015ded8: Download complete [2023-03-28T20:45:29.987Z] 5eb5b503b376: Pull complete [2023-03-28T20:45:29.987Z] 5c69ac0246d0: Pull complete [2023-03-28T20:45:30.246Z] ec43610c2a17: Pull complete [2023-03-28T20:45:30.505Z] 3a2ae6a8a46f: Pull complete [2023-03-28T20:45:30.505Z] 33b1e0a273af: Pull complete [2023-03-28T20:45:30.763Z] 5d3b04190fa2: Pull complete [2023-03-28T20:45:34.946Z] 2f39f015ded8: Pull complete [2023-03-28T20:45:34.946Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-28T20:45:34.946Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-28T20:45:34.946Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-28T20:45:35.158Z] prd-ubuntu20.04-docker-8c-8g-6104 does not seem to be running inside a container [2023-03-28T20:45:35.184Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-28T20:45:36.909Z] $ docker top 7aa05d42889d2f177c7a1c6f5638b517e62582bf38a706bad3dc4f7d7a0da1f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-28T20:45:37.307Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-28T20:45:37.620Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-28T20:45:37.927Z] + ls /var/log/sa-host [2023-03-28T20:45:37.928Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-28T20:45:38.057Z] provisioning config files... [2023-03-28T20:45:38.067Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config5552698444365794458tmp [Pipeline] { [Pipeline] echo [2023-03-28T20:45:38.119Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-28T20:45:38.428Z] ---> create-netrc.sh [Pipeline] } [2023-03-28T20:45:38.454Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-28T20:45:38.912Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-28T20:45:38.945Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-28T20:45:39.254Z] ---> sudo-logs.sh [2023-03-28T20:45:39.254Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-28T20:45:39.332Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-28T20:45:39.640Z] ---> job-cost.sh [2023-03-28T20:45:39.640Z] lf-activate-venv: SKIPPING [2023-03-28T20:45:39.640Z] DEBUG: total: 0.10999999940395355 [2023-03-28T20:45:39.640Z] INFO: Retrieving Stack Cost... [2023-03-28T20:45:39.900Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-28T20:45:40.473Z] INFO: Archiving Costs [Pipeline] echo [2023-03-28T20:45:40.513Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-28T20:45:40.821Z] ---> logs-deploy.sh [2023-03-28T20:45:40.821Z] lf-activate-venv: SKIPPING [2023-03-28T20:45:40.821Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4481/1 [2023-03-28T20:45:40.821Z] INFO: archiving workspace using pattern(s): [2023-03-28T20:45:41.759Z] Archives upload complete. [2023-03-28T20:45:41.759Z] INFO: archiving logs to Nexus